Changeset 621 for branches


Ignore:
Timestamp:
Aug 9, 2011, 8:15:14 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI: Fix missing workgroup string, add help buttons

Location:
branches/guitools-2.0/evfsgui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r573 r621  
    1010VRXWindow: __VREFileListWindow,1,807,11033,1590,3358
    1111VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794
    12 VRXWindow: __VREToolsWindow,1,2529,723,6489,1659
     12VRXWindow: __VREToolsWindow,1,2529,723,648
    1313VRXWindow: __VREWindListWindow,1,542,8721,2951,3150
    1414UserFile: 1
    1515UserWindow: Main,1
    16 UserWindow: SW_MOUNTPOINT,1
    1716UserWindow: SW_INFO,1
    1817UserWindow: SW_PORTCONNECT,1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r573 r621  
    458458    CALL NLVSetText 'DT_SERVER',   "Caption", 19
    459459    CALL NLVSetText 'DT_SHARE',    "Caption", 20
     460
    460461    CALL NLVSetText 'CHK_MTYPE',   "Caption", 23
    461462    CALL NLVSetText 'PB_ADVANCED', "Caption", 24
     
    465466    CALL NLVSetText 'PB_MOUNT',    "Caption", 28
    466467    CALL NLVSetText 'PB_EDITCANCEL',"Caption", 3
     468
    467469
    468470    CALL NLVSetText 'PB_AUTOSTART',"Caption", 35
     
    471473    CALL NLVSetText 'PB_LOAD',     "Caption", 31
    472474    CALL NLVSetText 'PB_HELP',     "Caption", 4
     475
     476
    473477
    474478    CALL NLVSetText 'MENU_CONTEXT_DETACH',        "Caption", 11
     
    13441348    IF options.!debug == 1 THEN SAY time()' CN_SMBTREE_DoubleClick done'
    13451349return
     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
    13461379/*:VRX         CN_SMBTREE_DragStart
    13471380*/
     
    18411874        ok = VRSet("Menu_View_Buttons","Checked", settings.!buttonson)
    18421875        ok = VRset("GB_Buttons","Visible", settings.!buttonson)
     1876
     1877
     1878
     1879
    18431880        options.!buttondelta = 440 * settings.!buttonson
    18441881
     
    20582095    ok = VRset("PB_REFRESH", "Left",   VRGet("PB_CONNECT","Width") + marginx2)
    20592096    ok = VRset("PB_REFRESH", "Top",    pane_height - pbtn_height   - marginx2)
     2097
     2098
    20602099
    20612100    ok = VRset("PICT_THROBBER", "Top",  VRGet("CN_SMBTREE","Height") % 2 + 100 )
     
    20912130    ok = VRset("PB_CONDET_LOAD", "Left", VRGet("PB_CONDET_SAVE","Width") + marginx2)
    20922131    ok = VRset("PB_CONDET_LOAD", "Top",  pane_height - pbtn_height - marginx2      )
     2132
     2133
    20932134
    20942135    /* Dialog stuff */
     
    21112152    ok = VRset("PB_EDITCANCEL", "Left", VRGet("PB_MOUNT","Width") + marginx2)
    21122153    ok = VRset("PB_EDITCANCEL", "Top",  pane_height - pbtn_height - marginx2)
     2154
     2155
     2156
     2157
    21132158
    21142159    ok = VRset("GB_SHARE", "Left",  margin )
     
    25142559        ok = VRSet("Menu_View_Buttons","Checked",0)
    25152560        ok = VRset("GB_Buttons","Visible", 0)
     2561
     2562
     2563
    25162564        options.!buttondelta = 0
    25172565        settings.!buttonson = 0
     
    25202568    else do
    25212569        ok = VRSet("GB_Buttons","Visible", 1)
     2570
     2571
     2572
    25222573        ok = VRSet("Menu_View_Buttons","Checked",1)
    25232574        options.!buttondelta = buttons_height
     
    30463097PB_CLOSE_Click:
    30473098    CALL Quit
     3099
     3100
     3101
     3102
     3103
     3104
    30483105return
    30493106
     
    32713328RETURN
    32723329
     3330
     3331
     3332
     3333
     3334
     3335
    32733336/*:VRX         PB_EDITCANCEL_Click
    32743337*/
     
    36493712
    36503713    CALL SW_SETTINGS_Close
     3714
     3715
     3716
     3717
     3718
     3719
    36513720return
    36523721
Note: See TracChangeset for help on using the changeset viewer.