Changeset 1045
- Timestamp:
- Jan 24, 2018, 10:55:22 AM (8 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.vrp
r1039 r1045 10 10 RunDirectory: U:\Develop\Samba\trunk\guitools\evfsgui 11 11 VRXWindow: __VREMainWindow,1,2891,5637,1012,8000 12 VRXWindow: __VREFileListWindow,1, 3300,14695,2665,335812 VRXWindow: __VREFileListWindow,1,5408,14791,2665,3358 13 13 VRXWindow: __VRESectionListWindow,1,2867,14020,10889,5035 14 VRXWindow: __VREToolsWindow,1,2867,337,698 6,166115 VRXWindow: __VREWindListWindow,1,458,14695, 4866,315014 VRXWindow: __VREToolsWindow,1,2867,337,6989,1659 15 VRXWindow: __VREWindListWindow,1,458,14695,6360,3150 16 16 UserFile: 1 17 UserWindow: Main,1 18 UserWindow: SW_ADVANCED,1 19 UserWindow: SW_MOUNTPOINT,1 20 UserWindow: SW_DIALOG,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r1039 r1045 493 493 _Dynamic: 494 494 dyn_code = arg(1) 495 if options.!debug == 1 then say ' Dynamic code: 'dyn_code495 if options.!debug == 1 then say time()' Dynamic code: 'dyn_code 496 496 interpret dyn_code; drop dyn_code 497 497 return … … 3653 3653 3654 3654 /* Attach the virtual drive - only if drive is not already attached */ 3655 NewlyAttached = 0 3655 3656 if pos(vfs.!drive,MyFreeDriveMap("C:","FREE")) > 0 then do 3656 3657 CALL _Dynamic "ok = "fs.!prefix"RxAttach('"vfs.!drive"')" 3657 3658 NewlyAttached = 1 /* fixes AN Ticket 1654 */ 3658 3659 if options.!debug == 1 then say time()' '||'Attach "'vfs.!drive'" =' ok 3659 3660 end … … 3757 3758 3758 3759 /* In case the mountpoint was created for this failed operation, it is (optionally) removed again */ 3760 say "CreateMP="createMP 3761 say "advanced.!alwaysmp="advanced.!alwaysmp 3759 3762 if CreateMP = 0 & advanced.!alwaysmp <> 1 then do 3760 3763 CALL _Dynamic "ok = "fs.!prefix"RxDeleteMountPoint('"vfs.!mountpoint"')" 3761 3764 if options.!debug == 1 then say time()' '||'Remove "'vfs.!mountpoint'" = 'ok 3765 if NewlyAttached = 1 then do /* Also detach drive - fixes AN Ticket 1654 */ 3766 CALL _Dynamic "ok = "fs.!prefix"RxDetach('"vfs.!drive"')" 3767 if options.!debug == 1 then say time()' '||'Also try to detach "'vfs.!drive'" ok = 'ok 3768 end 3762 3769 end 3763 3770 end … … 3769 3776 end 3770 3777 drop CreateMP /* not required anymore */ 3778 drop NewlyAttached /* not required anymore */ 3771 3779 3772 3780 /* Obsolete - the IOCtl will not be implemented this way in the plugin … … 4271 4279 END 4272 4280 4273 options.!user = userid 4274 options.!password = password 4281 options.!user = userid 4282 options.!password = password 4283 /* fix for AN Ticket #1653 */ 4284 options.!spassword = c2x(options.!password) 4275 4285 4276 4286 vfs.!drive = mdrive … … 4923 4933 SW_ADVANCED_Init: 4924 4934 /* Title bar */ 4925 CALL NLVSetText "SW_ADVANCED", "Caption", 404935 CALL NLVSetText "SW_ADVANCED", "Caption", 40 4926 4936 4927 4937 /* Options */ 4928 CALL NLVSetText "GB_ADVANCED", 4938 CALL NLVSetText "GB_ADVANCED", "Caption", 43 4929 4939 CALL NLVSetText "CB_EAS", "Caption", 44 4930 4940 CALL NLVSetText "CB_READONLY", "Caption", 45 … … 4952 4962 */ 4953 4963 SW_ADVANCED_Init_Content: 4954 IF advanced.!easupport \= "" THEN ok = VRSet("CB_EAS", "Set", advanced.!easupport)4955 IF advanced.!readonly \= "" THEN ok = VRSet("CB_READONLY", "Set", advanced.!readonly)4956 IF advanced.!alwaysmp \= "" THEN ok = VRSet("CB_ALWAYSMP", "Set", advanced.!alwaysmp)4964 IF advanced.!easupport \= "" THEN ok = VRSet("CB_EAS", "Set", advanced.!easupport) 4965 IF advanced.!readonly \= "" THEN ok = VRSet("CB_READONLY", "Set", advanced.!readonly) 4966 IF advanced.!alwaysmp \= "" THEN ok = VRSet("CB_ALWAYSMP", "Set", advanced.!alwaysmp) 4957 4967 IF advanced.!cachetimeout \= "" THEN ok = VRSet("SPIN_CACHETIMEOUT", "Value", advanced.!cachetimeout) 4958 4968 IF advanced.!cachelistings \= "" THEN ok = VRSet("SPIN_CACHELISTINGS", "Value", advanced.!cachelistings) … … 4961 4971 IF advanced.!encryption \= "" THEN ok = VRSet("CB_ENCRYPTION", "Set", advanced.!encryption) 4962 4972 /* Obsolete */ 4963 IF advanced.!memlen \= "" THEN ok = VRSet("SPB_MEMLEN", "Value", advanced.!memlen)4973 IF advanced.!memlen \= "" THEN ok = VRSet("SPB_MEMLEN", "Value", advanced.!memlen) 4964 4974 return 4965 4975 -
trunk/guitools/evfsgui/rc/lang/evfsi_en.mkm
r1040 r1045 3 3 EVG 4 4 ; Common strings used throughout program 5 ; (message 0 reserved)6 5 EVG0001I: Samba (SMB/CIFS) Connections 7 6 EVG0002I: ~OK … … 114 113 EVG0104I: SMB.PDR is not installed. 115 114 EVG0105I: No SMB ports installed. 116 EVG0106I: Port is install ed andconfigured, but not used by any printer.115 EVG0106I: Port is installked an configured, but not used by any printer. 117 116 EVG0107I: Welcome %1! 118 117 EVG0108?:
Note:
See TracChangeset
for help on using the changeset viewer.