- Timestamp:
- Aug 9, 2011, 8:15:14 AM (14 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 3 edited
-
evfsgui.VRP (modified) (1 diff)
-
evfsgui.VRX (modified) (13 diffs)
-
evfsgui.VRY (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/evfsgui.VRP
r573 r621 10 10 VRXWindow: __VREFileListWindow,1,807,11033,1590,3358 11 11 VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794 12 VRXWindow: __VREToolsWindow,1,2529,723,648 9,165912 VRXWindow: __VREToolsWindow,1,2529,723,648 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2951,3150 14 14 UserFile: 1 15 15 UserWindow: Main,1 16 UserWindow: SW_MOUNTPOINT,117 16 UserWindow: SW_INFO,1 18 17 UserWindow: SW_PORTCONNECT,1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r573 r621 458 458 CALL NLVSetText 'DT_SERVER', "Caption", 19 459 459 CALL NLVSetText 'DT_SHARE', "Caption", 20 460 460 461 CALL NLVSetText 'CHK_MTYPE', "Caption", 23 461 462 CALL NLVSetText 'PB_ADVANCED', "Caption", 24 … … 465 466 CALL NLVSetText 'PB_MOUNT', "Caption", 28 466 467 CALL NLVSetText 'PB_EDITCANCEL',"Caption", 3 468 467 469 468 470 CALL NLVSetText 'PB_AUTOSTART',"Caption", 35 … … 471 473 CALL NLVSetText 'PB_LOAD', "Caption", 31 472 474 CALL NLVSetText 'PB_HELP', "Caption", 4 475 476 473 477 474 478 CALL NLVSetText 'MENU_CONTEXT_DETACH', "Caption", 11 … … 1344 1348 IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DoubleClick done' 1345 1349 return 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1346 1379 /*:VRX CN_SMBTREE_DragStart 1347 1380 */ … … 1841 1874 ok = VRSet("Menu_View_Buttons","Checked", settings.!buttonson) 1842 1875 ok = VRset("GB_Buttons","Visible", settings.!buttonson) 1876 1877 1878 1879 1843 1880 options.!buttondelta = 440 * settings.!buttonson 1844 1881 … … 2058 2095 ok = VRset("PB_REFRESH", "Left", VRGet("PB_CONNECT","Width") + marginx2) 2059 2096 ok = VRset("PB_REFRESH", "Top", pane_height - pbtn_height - marginx2) 2097 2098 2060 2099 2061 2100 ok = VRset("PICT_THROBBER", "Top", VRGet("CN_SMBTREE","Height") % 2 + 100 ) … … 2091 2130 ok = VRset("PB_CONDET_LOAD", "Left", VRGet("PB_CONDET_SAVE","Width") + marginx2) 2092 2131 ok = VRset("PB_CONDET_LOAD", "Top", pane_height - pbtn_height - marginx2 ) 2132 2133 2093 2134 2094 2135 /* Dialog stuff */ … … 2111 2152 ok = VRset("PB_EDITCANCEL", "Left", VRGet("PB_MOUNT","Width") + marginx2) 2112 2153 ok = VRset("PB_EDITCANCEL", "Top", pane_height - pbtn_height - marginx2) 2154 2155 2156 2157 2113 2158 2114 2159 ok = VRset("GB_SHARE", "Left", margin ) … … 2514 2559 ok = VRSet("Menu_View_Buttons","Checked",0) 2515 2560 ok = VRset("GB_Buttons","Visible", 0) 2561 2562 2563 2516 2564 options.!buttondelta = 0 2517 2565 settings.!buttonson = 0 … … 2520 2568 else do 2521 2569 ok = VRSet("GB_Buttons","Visible", 1) 2570 2571 2572 2522 2573 ok = VRSet("Menu_View_Buttons","Checked",1) 2523 2574 options.!buttondelta = buttons_height … … 3046 3097 PB_CLOSE_Click: 3047 3098 CALL Quit 3099 3100 3101 3102 3103 3104 3048 3105 return 3049 3106 … … 3271 3328 RETURN 3272 3329 3330 3331 3332 3333 3334 3335 3273 3336 /*:VRX PB_EDITCANCEL_Click 3274 3337 */ … … 3649 3712 3650 3713 CALL SW_SETTINGS_Close 3714 3715 3716 3717 3718 3719 3651 3720 return 3652 3721
Note:
See TracChangeset
for help on using the changeset viewer.
