alroyso 1 年之前
父節點
當前提交
6493f4ded6
共有 9 個文件被更改,包括 8 次插入6 次删除
  1. 二進制
      SProxy/MainDlg.cpp
  2. 二進制
      SProxy/MainDlg.h
  3. 1 1
      SProxy/comm.h
  4. 二進制
      SProxy/res/resource.h
  5. 二進制
      SProxy/res/soui_res.rc2
  6. 2 0
      SProxy/uires/xml/dlg_main.xml
  7. 5 5
      SProxy/uires/xml/page_node.xml
  8. 二進制
      打包/SVProxy/x64/SProxy.exe
  9. 二進制
      打包/SVProxy/x86/SProxy.exe

二進制
SProxy/MainDlg.cpp


二進制
SProxy/MainDlg.h


+ 1 - 1
SProxy/comm.h

@@ -21,7 +21,7 @@ constexpr auto CONNECT_NODE_MSG = L"
 constexpr auto SUEECS_NODE_MSG = L"»ñÈ¡½Úµã³É¹¦.."; 
 
 
-constexpr auto VERSION = L"1.2.2";
+constexpr auto VERSION = L"1.2.3";
 
 
 struct ServerListUrl {

二進制
SProxy/res/resource.h


二進制
SProxy/res/soui_res.rc2


+ 2 - 0
SProxy/uires/xml/dlg_main.xml

@@ -1,4 +1,6 @@
 <SOUI name="loginwindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16"  width="414" height="736" margin="5,5,5,5"  resizable="0" wndType="appMain"
+translucent="1"
+sendWheel2Hover="1"
 appWnd="1"
 >
   <root skin="skin_bguser" cache="1">

+ 5 - 5
SProxy/uires/xml/page_node.xml

@@ -1,12 +1,12 @@
 <include>
   <caption pos="0,0,-0,99" show="1" font="adding:0">
   
-      <imgbtn name="list_back" skin="skin_btnback" pos="15,30" tip="Back to Home" animate="1"/>
+      <imgbtn name="list_back" skin="skin_btnback" pos="15,30" tip="Back to Home" animate="1" wantTab="0" />
       <!-- skin_imgress -->
 
-      <text pos="[25,38" colorText="#ffffff88" font="adding:5,bold:1" >选择节点切换线路</text>
+      <text pos="[25,38" colorText="#ffffff88" font="adding:5,bold:1"  wantTab="0" >选择节点切换线路</text>
 
-      <imgbtn name="onRefresh" skin="skin_imgress" pos="-45,30" tip="刷新线路" animate="1"/>
+      <imgbtn name="onRefresh" skin="skin_imgress" pos="-45,30" tip="刷新线路" animate="1"  wantTab="0" />
       <!-- <link pos="-120,30" name="onRefresh" colorText="#ffffff88" font="adding:5,bold:0"  extend="0,0,0,0">刷新线路</link>  -->
       
     </caption>
@@ -14,7 +14,7 @@
          <window size="-2,-2" layout="vbox" gravity="center"  extend="0,0,0,0">
 
                <window name="nodeclass" size="-2,25" layout="hbox"  skin=""  gravity="center" extend="0,0,0,0"> 
-                     <text name="refresh_status" colorText="#ffffff88" font="adding:5,bold:1" >更新状态</text>
+                     <text name="refresh_status" colorText="#ffffff88" font="adding:5,bold:1" wantTab="0"  >更新状态</text>
                </window>
 
                  <!-- <window name="nodeclass" size="-2,51" layout="hbox"  skin=""  gravity="center" extend="0,0,0,0"> 
@@ -30,7 +30,7 @@
                
             
                 <window size="-2,0" weight="1.5" layout="hbox"  gravity="center" extend="0,10,0,0">
-                    <tileview name="nodeList" size="-2,-2" colorBkgnd="" wantTab="1" marginSize="0" sbSkin="skin.common.vscroll" >
+                    <tileview name="nodeList" size="-2,-2" colorBkgnd="" wantTab="1"  marginSize="0" sbSkin="skin.common.vscroll" >
                       <template itemHeight="66" itemWidth="130" color="#D8D8D8" colorHover="#D8D8D844" colorSelected="#D8D8D844" trackMouseEvent="1">
                         <window size="-2,-2" layout="vbox" colorBkgnd="" gravity="center" >
                               <window size="-2,-2" layout="vbox" colorBkgnd="#ffffff" gravity="center" extend="10,10,10,10" >

二進制
打包/SVProxy/x64/SProxy.exe


二進制
打包/SVProxy/x86/SProxy.exe