Changeset 924 for trunk/guitools
- Timestamp:
- Jun 14, 2016, 4:14:19 PM (5 years ago)
- Location:
- trunk/guitools
- Files:
-
- 52 added
- 50 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.RC
r909 r924 1 1 ICON 1 .\rc\icons\sambaclient.ico 2 BITMAP 11 . \rc\throbber\frame_01.bmp3 BITMAP 12 . \rc\throbber\frame_02.bmp4 BITMAP 13 . \rc\throbber\frame_03.bmp5 BITMAP 14 . \rc\throbber\frame_04.bmp6 BITMAP 15 . \rc\throbber\frame_05.bmp7 BITMAP 16 . \rc\throbber\frame_06.bmp8 BITMAP 17 . \rc\throbber\frame_07.bmp9 BITMAP 18 . \rc\throbber\frame_08.bmp10 BITMAP 19 . \rc\throbber\frame_09.bmp11 BITMAP 20 . \rc\throbber\frame_10.bmp12 BITMAP 21 . \rc\throbber\frame_11.bmp13 BITMAP 22 . \rc\throbber\frame_12.bmp14 BITMAP 36 .\rc\icons\green -on-16.bmp15 BITMAP 37 .\rc\icons\green -off-16.bmp2 BITMAP 11 ..\shared\rc\throbber\frame_01.bmp 3 BITMAP 12 ..\shared\rc\throbber\frame_02.bmp 4 BITMAP 13 ..\shared\rc\throbber\frame_03.bmp 5 BITMAP 14 ..\shared\rc\throbber\frame_04.bmp 6 BITMAP 15 ..\shared\rc\throbber\frame_05.bmp 7 BITMAP 16 ..\shared\rc\throbber\frame_06.bmp 8 BITMAP 17 ..\shared\rc\throbber\frame_07.bmp 9 BITMAP 18 ..\shared\rc\throbber\frame_08.bmp 10 BITMAP 19 ..\shared\rc\throbber\frame_09.bmp 11 BITMAP 20 ..\shared\rc\throbber\frame_10.bmp 12 BITMAP 21 ..\shared\rc\throbber\frame_11.bmp 13 BITMAP 22 ..\shared\rc\throbber\frame_12.bmp 14 BITMAP 36 .\rc\icons\green_on_16.bmp 15 BITMAP 37 .\rc\icons\green_off_16.bmp 16 16 icon 50 .\rc\icons\smbwait.ico 17 17 icon 68 .\rc\icons\passive.ico 18 18 icon 80 .\rc\icons\PDF.ICO 19 icon 81 .\rc\icons\ooo -base-doc.ico20 icon 82 .\rc\icons\ooo -calc-doc.ico21 icon 83 .\rc\icons\ooo -draw-doc.ico22 icon 84 .\rc\icons\ooo -impress-doc.ico23 icon 85 .\rc\icons\ooo -math-doc.ico24 icon 86 .\rc\icons\ooo -writer-doc.ico19 icon 81 .\rc\icons\ooo_base_doc.ico 20 icon 82 .\rc\icons\ooo_calc_doc.ico 21 icon 83 .\rc\icons\ooo_draw_doc.ico 22 icon 84 .\rc\icons\ooo_impress_doc.ico 23 icon 85 .\rc\icons\ooo_math_doc.ico 24 icon 86 .\rc\icons\ooo_writer_doc.ico 25 25 icon 87 .\rc\icons\fw.ico 26 26 icon 88 .\rc\icons\image.ico -
trunk/guitools/evfsgui/evfsgui.vrp
r911 r924 9 9 RunDirectory: G:\netlabs\svn\samba\trunk\guitools\evfsgui 10 10 VRXWindow: __VREMainWindow,1,1831,2457,1012,7841 11 VRXWindow: __VREFileListWindow,1, 1469,6215,2665,335811 VRXWindow: __VREFileListWindow,1,711,14020,2665,3358 12 12 VRXWindow: __VRESectionListWindow,1,1072,11708,12238,6914 13 VRXWindow: __VREToolsWindow,1,2951,12479,5477,16 6313 VRXWindow: __VREToolsWindow,1,2951,12479,5477,1659 14 14 VRXWindow: __VREWindListWindow,1,566,10262,4963,3150 15 15 UserFile: 1 16 16 UserWindow: Main,1 17 UserWindow: SW_ADVANCED,118 17 UserWindow: SW_PROGRESS,1 19 UserWindow: SW_SMB TREE,118 UserWindow: SW_SMBCONF,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r910 r924 1696 1696 w = VRLoad( "TDL_1", VRWindowPath(), "SW_SETTINGS" ) 1697 1697 ok = VRMethod( "TDL_1", "InsertPage", w,"+ "NLVGetMessage(47)" ") 1698 w = VRLoad( "TDL_1", VRWindowPath(), "SW_SMBCONF" ) 1699 ok = VRMethod( "TDL_1", "InsertPage", w,"- "NLVGetMessage(47)" ") 1698 1700 if options.!debug == 1 then say time()' _TabbedDialogSetup done' 1699 1701 return … … 1768 1770 end 1769 1771 if options.!debug == 1 then say time()' _UserCredUpdate done' 1772 return 1773 1774 /*:VRX CB_client_lanman_auth_Click 1775 */ 1776 CB_client_lanman_auth_Click: 1777 advanced.!smbconfchanged = 1 1778 return 1779 1780 /*:VRX CB_client_plaintext_auth_Click 1781 */ 1782 CB_client_plaintext_auth_Click: 1783 advanced.!smbconfchanged = 1 1784 return 1785 1786 /*:VRX CB_client_use_spnego_Click 1787 */ 1788 CB_client_use_spnego_Click: 1789 advanced.!smbconfchanged = 1 1790 return 1791 1792 /*:VRX CB_client_use_spnego_principal_Click 1793 */ 1794 CB_client_use_spnego_principal_Click: 1795 advanced.!smbconfchanged = 1 1770 1796 return 1771 1797 … … 3040 3066 ok = VRset("GB_GLOBAL2", "Width", rpane_width - marginx2 ) 3041 3067 3042 ok = VRset("GB_ LOGGING", "Left", margin )3043 ok = VRset("GB_ LOGGING", "Top", margin * 3 + VRGet("GB_GLOBAL2","Height") /* 245 + (margin * 3) + VRGet("GB_GLOBAL2","Height") */ )3044 ok = VRset("GB_ LOGGING", "Width", rpane_width - marginx2 )3045 3046 ok = VRset("GB_ GUI","Left", margin )3047 ok = VRset("GB_ GUI","Top", /* 245 + */ (margin * 4) + VRGet("GB_GLOBAL2","Height") + VRGet("GB_LOGGING","Height"))3048 ok = VRset("GB_ GUI","Width", rpane_width - marginx2 )3068 ok = VRset("GB_RESOLUTION", "Left", margin ) 3069 ok = VRset("GB_RESOLUTION", "Top", margin * 3 + VRGet("GB_GLOBAL2","Height") /* 245 + (margin * 3) + VRGet("GB_GLOBAL2","Height") */ ) 3070 ok = VRset("GB_RESOLUTION", "Width", rpane_width - marginx2 ) 3071 3072 ok = VRset("GB_LOGGING","Left", margin ) 3073 ok = VRset("GB_LOGGING","Top", /* 245 + */ (margin * 4) + VRGet("GB_GLOBAL2","Height") + VRGet("GB_RESOLUTION","Height")) 3074 ok = VRset("GB_LOGGING","Width", rpane_width - marginx2 ) 3049 3075 3050 3076 ok = VRset("PB_SETTINGS_APPLY", "Left", margin ) … … 3057 3083 ok = VRset("PB_SETTINGS_HELP", "Top", pane_height - pbtn_height - marginx2) 3058 3084 ok = VRset("PB_SETTINGS_HELP", "Height", pbtn_height) 3085 3086 /* SMB.CONF Settings page */ 3087 ok = VRSet("GB_SMBCONFX", "Top", margin /* x2 */ ) 3088 ok = VRSet("GB_SMBCONFX", "Left", margin /* x2 */ /* split_left + 60 */ ) 3089 ok = VRset("GB_SMBCONFX", "Height", pane_height ) 3090 ok = VRset("GB_SMBCONFX", "Width", rpane_width ) 3091 3092 ok = VRset("GB_SMBCONF2", "Left", margin ) 3093 ok = VRset("GB_SMBCONF2", "Top", marginx2 ) 3094 ok = VRset("GB_SMBCONF2", "Width", rpane_width - marginx2 ) 3095 ok = VRset("GB_SMBCONF2", "Height", pane_height - (margin * 7) - pbtn_height /* - 245 */ ) 3096 3097 ok = VRset("PB_SMBCONF_APPLY", "Left", margin ) 3098 ok = VRset("PB_SMBCONF_APPLY", "Top", pane_height - pbtn_height - marginx2 ) 3099 ok = VRset("PB_SMBCONF_APPLY", "Height", pbtn_height) 3100 ok = VRset("PB_SMBCONF_UNDO", "Left", VRGet("PB_CONDET_SAVE","Width") + marginx2) 3101 ok = VRset("PB_SMBCONF_UNDO", "Top", pane_height - pbtn_height - marginx2 ) 3102 ok = VRset("PB_SMBCONF_UNDO", "Height", pbtn_height) 3103 ok = VRset("PB_SMBCONF_HELP", "Left", rpane_width - marginx2 - VRGet("PB_CONDET_HELP","Width") + 24) 3104 ok = VRset("PB_SMBCONF_HELP", "Top", pane_height - pbtn_height - marginx2) 3105 ok = VRset("PB_SMBCONF_HELP", "Height", pbtn_height) 3059 3106 3060 3107 /* DOne with pages */ … … 4403 4450 return 4404 4451 4452 /*:VRX PB_SMBCONF_APPLY_Click 4453 */ 4454 PB_SMBCONF_APPLY_Click: 4455 if advanced.!smbconfchanged = 1 then do 4456 client_lanman_auth = VRGet("CB_client_lanman_auth","Set") 4457 client_plaintext_auth = VRGet("CB_client_plaintext_auth","Set") 4458 client_use_spnego = VRGet("CB_client_use_spnego","Set") 4459 client_use_spnego_principal = VRGet("CB_client_use_spnego_principal","Set") 4460 4461 handle = IniOpen('global', samba.!smbconf) 4462 call IniSet 'client lanman auth', YesNo(client_lanman_auth), handle 4463 call IniSet 'client plaintext auth', YesNo(client_plaintext_auth), handle 4464 call IniSet 'client use spnego', YesNo(client_use_spnego), handle 4465 call IniSet 'client use spnego principal', YesNo(client_use_spnego_principal), handle 4466 4467 call IniSave handle 4468 call IniClose handle 4469 advanced.!smbconfchanged = 0 4470 ok = VRSet("PB_SMBCONF_UNDO","Enabled", 0) 4471 end 4472 return 4473 4474 /*:VRX PB_SMBCONF_HELP_Click 4475 */ 4476 PB_SMBCONF_HELP_Click: 4477 CALL VRMethod 'SW_SETTINGS', 'InvokeHelp' 4478 return 4479 4480 /*:VRX PB_SMBCONF_UNDO_Click 4481 */ 4482 PB_SMBCONF_UNDO_Click: 4483 call SW_SETTINGS_Init_Content 4484 return 4485 4405 4486 /*:VRX PB_SMBTREE_CONNECT_Click 4406 4487 */ … … 5270 5351 return 5271 5352 5353 /*:VRX SW_SMBCONF_Close 5354 */ 5355 SW_SMBCONF_Close: 5356 call SW_SMBCONF_Fini 5357 return 5358 5359 /*:VRX SW_SMBCONF_Create 5360 */ 5361 SW_SMBCONF_Create: 5362 call SW_SMBCONF_Init 5363 return 5364 5365 /*:VRX SW_SMBCONF_Fini 5366 */ 5367 SW_SMBCONF_Fini: 5368 window = VRInfo( "Window" ) 5369 call VRDestroy window 5370 drop window 5371 return 5372 /*:VRX SW_SMBCONF_Init 5373 */ 5374 SW_SMBCONF_Init: 5375 5376 /* Buttons */ 5377 call NLVSetText "PB_SMBCONF_APPLY", "Caption", 122 5378 call NLVSetText "PB_SMBCONF_UNDO", "Caption", 123 5379 call NLVSetText "PB_SMBCONF_HELP", "Caption", 4 5380 5381 return 5382 5383 /*:VRX SW_SMBCONF_Init_Content 5384 */ 5385 SW_SMBCONF_Init_Content: 5386 call _SmbConfCreateShadowCopy 5387 5388 client_lanman_auth = ZeroOne(IniGet('client lanman auth', 'global', samba.!shadowsmbconf)) 5389 client_plaintext_auth = ZeroOne(IniGet('client plaintext auth', 'global', samba.!shadowsmbconf)) 5390 client_use_spnego = ZeroOne(IniGet('client use spnego', 'global', samba.!shadowsmbconf)) 5391 client_use_spnego_principal = ZeroOne(IniGet('client use spnego principal', 'global', samba.!shadowsmbconf)) 5392 5393 ok = VRSet("CB_client_lanman_auth","Set",client_lanman_auth) 5394 ok = VRSet("CB_client_plaintext_auth","Set",client_plaintext_auth) 5395 ok = VRSet("CB_client_use_spnego","Set",client_use_spnego) 5396 ok = VRSet("CB_client_use_spnego_principal","Set",client_use_spnego_principal) 5397 5398 advanced.!smbconfchanged = 0 5399 return 5400 5272 5401 /*:VRX SW_SMBTREE_Close 5273 5402 */ … … 5326 5455 when page = 5 then do /* Settings */ 5327 5456 call SW_SETTINGS_Init_Content 5457 end 5458 when page = 6 then do /* SMB.CONF */ 5459 call SW_SMBCONF_Init_Content 5328 5460 end 5329 5461 otherwise nop … … 5406 5538 return 5407 5539 5540 /*:VRX YesNo 5541 */ 5542 YesNo: procedure 5543 if arg(1) = 1 then answer = "Yes" 5544 else answer = "No" 5545 return answer 5546 5547 /*:VRX ZeroOne 5548 */ 5549 ZeroOne: procedure 5550 if translate(arg(1)) = "YES" then answer = 1 5551 else answer = 0 5552 return answer -
trunk/guitools/shared/nlv.vrs
r894 r924 7 7 */ 8 8 9 /* settings.! variables used in NLV.VRS 10 settings.!messages: 0 = there are no message files, do not search them 11 any other value = look for message files 12 settings.!helpfile: 0 = there are no helpfiles, do not search them 13 any other value = look for message files 14 settings.!nlv8dot3: 0 = nlv files do not conform to 8.3 names 15 any other value = nlv files are shortened to 8.3 16 */ 17 9 18 IF options.!debug == 1 THEN SAY time()' NLVSetup() started' 10 19 IF options.!debug == 1 THEN SAY ' NLVSetup() is (c) Alex Taylor, portions (c) Herwig Bauernfeind' … … 19 28 20 29 filestem = VRParseFileName( execPath, "N") 21 if translate(filestem) = "EVFSGUI" then filestem = "evfsi_" 22 else filestem = SUBSTR( filestem, 1, 6, '_' ) 30 select 31 when settings.!nlv8dot3 = 0 then filestem = filestem||'_' 32 when translate(filestem) = "EVFSGUI" then filestem = "evfsi_" 33 otherwise filestem = SUBSTR( filestem, 1, 5 )||'_' 34 end 23 35 say ' NLV filestem = "'filestem'"' 24 36 … … 32 44 33 45 /* Find the messagefile and helpfile */ 34 settings.!messages = NLVsearch(nlv,'LANG','MSG','DPATH')35 settings.!helpfile = NLVsearch(nlv,'HELP','HLP','HELP')46 if settings.!messages <> 0 then settings.!messages = NLVsearch(nlv,'LANG','MSG','DPATH') 47 if settings.!helpfile <> 0 then settings.!helpfile = NLVsearch(nlv,'HELP','HLP','HELP') 36 48 37 49 IF options.!debug == 1 THEN SAY ' NLV MessageFile = "'settings.!messages'"' … … 51 63 NLVSrchDone = 0 52 64 NLVFile = "" 65 UnixRoot = value("UNIXROOT",,"OS2ENVIRONMENT") 53 66 do until NLVSrchDone = 1 54 67 say ' NLV 'Suffix' file = "'filestem||nlv'.'Suffix'"' … … 58 71 NLVFile = strip(srchRoot'\'SubDir'\'filestem||nlv'.'Suffix,'L','\') 59 72 NLVSrchDone = 1 73 end 74 when VRFileExists(UnixRoot||'\usr\share\os2') then do 75 ok = SysFileTree(UnixRoot||'\usr\share\os2\'filestem||nlv'.'Suffix,nlvmsg.,'FOS') 76 if nlvmsg.0 = 1 then do 77 say " Found NLV "Suffix" file in rpm/yum subdirectory" 78 NLVFile = VRParseFilename(nlvmsg.1,"DPN")'.'Suffix 79 say " Adding NLV "Suffix" path to "PathVar 80 OldPathVar = value(PathVar,,"OS2ENVIRONMENT") 81 ok = value(PathVar,VRParseFilename(nlvmsg.1,"DP")';'OldPathVar,"OS2ENVIRONMENT") 82 NLVSrchDone = 1 83 end 84 else say " NLV "Suffix" file NOT in rpm/yum subdirectory." 60 85 end 61 86 when SysSearchPath(PathVar, filestem||nlv'.'Suffix) \= '' then do -
trunk/guitools/smbmon/smbmon.rc
r875 r924 13 13 icon 50 .\rc\icons\tag.ico 14 14 icon 51 .\rc\icons\err.ico 15 BITMAP 111 .\rc\throbber\eBall_01.bmp 16 BITMAP 112 .\rc\throbber\eBall_02.bmp 17 BITMAP 113 .\rc\throbber\eBall_03.bmp 18 BITMAP 114 .\rc\throbber\eBall_04.bmp 19 BITMAP 115 .\rc\throbber\eBall_05.bmp 20 BITMAP 116 .\rc\throbber\eBall_06.bmp 21 BITMAP 117 .\rc\throbber\eBall_07.bmp 22 BITMAP 118 .\rc\throbber\eBall_08.bmp 23 BITMAP 119 .\rc\throbber\eBall_09.bmp 24 BITMAP 120 .\rc\throbber\eBall_10.bmp 25 BITMAP 121 .\rc\throbber\eBall_11.bmp 26 BITMAP 122 .\rc\throbber\eBall_12.bmp 27 BITMAP 123 .\rc\throbber\eBall_13.bmp 28 BITMAP 124 .\rc\throbber\eBall_14.bmp 29 BITMAP 125 .\rc\throbber\eBall_15.bmp 30 BITMAP 126 .\rc\throbber\eBall_16.bmp 31 BITMAP 127 .\rc\throbber\eBall_17.bmp 32 BITMAP 128 .\rc\throbber\eBall_18.bmp 33 BITMAP 129 .\rc\throbber\eBall_19.bmp 34 BITMAP 130 .\rc\throbber\eBall_20.bmp 35 BITMAP 131 .\rc\throbber\eBall_21.bmp 36 BITMAP 132 .\rc\throbber\eBall_22.bmp 37 BITMAP 133 .\rc\throbber\eBall_23.bmp 38 BITMAP 134 .\rc\throbber\eBall_24.bmp 39 BITMAP 135 .\rc\throbber\eBall_25.bmp 15 BITMAP 111 ..\shared\rc\throbber\frame_01.bmp 16 BITMAP 112 ..\shared\rc\throbber\frame_02.bmp 17 BITMAP 113 ..\shared\rc\throbber\frame_03.bmp 18 BITMAP 114 ..\shared\rc\throbber\frame_04.bmp 19 BITMAP 115 ..\shared\rc\throbber\frame_05.bmp 20 BITMAP 116 ..\shared\rc\throbber\frame_06.bmp 21 BITMAP 117 ..\shared\rc\throbber\frame_07.bmp 22 BITMAP 118 ..\shared\rc\throbber\frame_08.bmp 23 BITMAP 119 ..\shared\rc\throbber\frame_09.bmp 24 BITMAP 120 ..\shared\rc\throbber\frame_10.bmp 25 BITMAP 121 ..\shared\rc\throbber\frame_11.bmp 26 BITMAP 122 ..\shared\rc\throbber\frame_12.bmp -
trunk/guitools/smbmon/smbmon.vrp
r908 r924 8 8 VRXWindow: __VREMainWindow,1,2180,3614,1024,6769 9 9 VRXWindow: __VRESectionListWindow,1,4083,11226,7372,7685 10 VRXWindow: __VREToolsWindow,1,2156,1494,547 4,166510 VRXWindow: __VREToolsWindow,1,2156,1494,5471,1659 11 11 VRXWindow: __VREWindListWindow,1,964,11708,5372,3150 12 12 UserFile: 1 13 13 UserWindow: Main,1 14 UserWindow: SW_DAEMONS,1 -
trunk/guitools/smbmon/smbmon.vrx
r908 r924 423 423 ok = VRSet("CN_SMBTree", "Font", Font.!SMBTree) 424 424 425 CALL NLVSetText 'DT_Refresh', 'Caption', 25 426 CALL NLVSetText 'DT_RefreshMin', 'Caption', 25 427 CALL NLVSetText 'DT_Intervall', 'Caption', 26 428 ok = VRSet("DT_IntervallMin", "Caption", NLVGetMessage(26)' 'NLVGetMessage(28)) 429 CALL NLVSetText 'CB_NoMsgBox', 'Caption', 27 430 CALL NLVSetText 'CB_WPSSTARTSTOP', 'Caption', 29 431 CALL NLVSetText 'CB_DetectZombies','Caption', 30 432 433 CALL NLVSetText 'ContextMenu_Daemons_Sort', 'Caption', 35 434 CALL NLVSetText 'ContextMenu_Daemons_Ping', 'Caption', 32 435 CALL NLVSetText 'ContextMenu_Daemons_Details','Caption', 118 436 CALL NLVSetText 'ContextMenu_Daemons_Tree', 'Caption', 120 437 438 CALL NLVSetText 'ContextMenu_Files_Sort', 'Caption', 35 439 440 CALL NLVSetText 'ContextMenu_Service_Sort', 'Caption', 35 441 CALL NLVSetText 'ContextMenu_Service_CloseSHare', 'Caption', 70 442 443 CALL NLVSetText 'ContextMenu_Users_SendMsg', 'Caption', 80 444 CALL NLVSetText 'ContextMenu_Users_Sort', 'Caption', 35 445 446 CALL NLVSetText 'ContextMenu_Tree_SendMsg', 'Caption', 80 447 CALL NLVSetText 'ContextMenu_Tree_Sort', 'Caption', 35 448 CALL NLVSetText 'ContextMenu_Tree_Tree', 'Caption', 120 449 CALL NLVSetText 'ContextMenu_Tree_Details', 'Caption', 118 425 450 426 451 Buttonwidth = VRMethod( "Screen", "PixelsToTwips", 32 ) … … 663 688 */ 664 689 _NLVSetup: 690 settings.!messages = 1 /* language files exist(s) */ 691 settings.!helpfile = "" /* helpfiles do not exist */ 692 settings.!nlv8dot3 = 0 /* NLV may have long filenames */ 693 call NLVSetup 665 694 666 695 Msg.Title = NLVGetMessage(1) … … 698 727 CALL NLVSetText 'Page_6', 'Hinttext', 60 */ 699 728 700 CALL NLVSetText 'DT_Refresh', 'Caption', 25 701 CALL NLVSetText 'DT_RefreshMin', 'Caption', 25 702 CALL NLVSetText 'DT_Intervall', 'Caption', 26 703 ok = VRSet("DT_IntervallMin", "Caption", NLVGetMessage(26)' 'NLVGetMessage(28)) 704 CALL NLVSetText 'CB_NoMsgBox', 'Caption', 27 705 CALL NLVSetText 'CB_WPSSTARTSTOP', 'Caption', 29 706 CALL NLVSetText 'CB_DetectZombies','Caption', 30 707 708 CALL NLVSetText 'ContextMenu_Daemons_Sort', 'Caption', 35 709 CALL NLVSetText 'ContextMenu_Daemons_Ping', 'Caption', 32 710 CALL NLVSetText 'ContextMenu_Daemons_Details','Caption', 118 711 CALL NLVSetText 'ContextMenu_Daemons_Tree', 'Caption', 120 712 713 CALL NLVSetText 'ContextMenu_Files_Sort', 'Caption', 35 714 715 CALL NLVSetText 'ContextMenu_Service_Sort', 'Caption', 35 716 CALL NLVSetText 'ContextMenu_Service_CloseSHare', 'Caption', 70 717 718 CALL NLVSetText 'ContextMenu_Users_SendMsg', 'Caption', 80 719 CALL NLVSetText 'ContextMenu_Users_Sort', 'Caption', 35 720 721 CALL NLVSetText 'ContextMenu_Tree_SendMsg', 'Caption', 80 722 CALL NLVSetText 'ContextMenu_Tree_Sort', 'Caption', 35 723 CALL NLVSetText 'ContextMenu_Tree_Tree', 'Caption', 120 724 CALL NLVSetText 'ContextMenu_Tree_Details', 'Caption', 118 729 725 730 return 726 731 … … 1897 1902 1898 1903 call _IniRead 1899 call NLVSetup1904 call _NLVSetup 1900 1905 1901 1906 call _TabbeddialogSetup 1902 call _NLVSetup 1907 1903 1908 call _SambaInit 1904 1909 if \WPSStartStop then call _CreateSmbStarter … … 2723 2728 parse var pIdx '#' pidx 2724 2729 pidx = pidx + 1 2725 if pidx = 1 36then pidx = 1112730 if pidx = 122 then pidx = 111 2726 2731 ok = VRSet("Pict_Throbber","PicturePath","#"pidx) 2727 2732 return
Note: See TracChangeset
for help on using the changeset viewer.