Changeset 924 for trunk/guitools/smbmon/smbmon.vrx
- Timestamp:
- Jun 14, 2016, 6:14:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.