Changeset 1004 for trunk/guitools/sscc/sscc.vrx
- Timestamp:
- Jan 9, 2017, 4:52:29 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/guitools/sscc/sscc.vrx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/sscc/sscc.vrx
r991 r1004 91 91 __VXREXX____APPENDS__: 92 92 /* 93 #append U:\Develop\Samba\guitools-1.0\shared\inittempdir.vrs94 #append U:\Develop\Samba\guitools-1.0\shared\sambainit.vrs95 #append U:\Develop\Samba\guitools-1.0\shared\swat.vrs96 #append U:\Develop\Samba\trunk\guitools\shared\nlv.vrs93 #append ..\shared\swat.vrs 94 #append ..\shared\nlv.vrs 95 #append ..\shared\inittempdir.vrs 96 #append ..\shared\sambainit.vrs 97 97 */ 98 98 return … … 1176 1176 if pos("idmap uid",smbline) > 0 then iterate 1177 1177 if pos("idmap gid",smbline) > 0 then iterate 1178 if pos("idmap config",smbline) > 0 then iterate 1178 1179 if pos("winbind separator",smbline) > 0 then iterate 1179 1180 if pos("copy ",smbline) > 0 then iterate … … 2591 2592 2592 2593 ok = VRSet("PB_Cancel", "Top", MButton.bTop) 2593 ok = VRSet("PB_Cancel", "Left", MButton.bLeft+3*FWidth+MButton.bWidth*3)2594 ok = VRSet("PB_Cancel", "Left", VRGet("Main","Width")-MButton.bWidth-FWidth*4) 2594 2595 ok = VRSet("PB_Cancel", "Width", MButton.bWidth) 2595 2596
Note:
See TracChangeset
for help on using the changeset viewer.
