Changeset 688 for trunk/guitools/sscc
- Timestamp:
- Feb 7, 2012, 9:30:41 AM (14 years ago)
- Location:
- trunk/guitools/sscc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/sscc/sscc.RC
r677 r688 1 icon 1 . rc\icons\samba_setup.ico2 bitmap 2 . rc\icons\choosedir.bmp3 bitmap 3 . rc\icons\choosedird.bmp4 bitmap 4 . rc\icons\newitem.bmp5 bitmap 5 . rc\icons\newitemd.bmp6 bitmap 7 . rc\icons\up.bmp7 bitmap 8 . rc\icons\down.bmp8 bitmap 9 . rc\icons\netlabs.bmp1 icon 1 .\rc\icons\samba_setup.ico 2 bitmap 2 .\rc\icons\choosedir.bmp 3 bitmap 3 .\rc\icons\choosedird.bmp 4 bitmap 4 .\rc\icons\newitem.bmp 5 bitmap 5 .\rc\icons\newitemd.bmp 6 bitmap 7 .\rc\icons\up.bmp 7 bitmap 8 .\rc\icons\down.bmp 8 bitmap 9 .\rc\icons\netlabs.bmp -
trunk/guitools/sscc/sscc.vrp
r677 r688 3 3 MacroPath: VRM:U:\Develop\Samba\trunk\guitools\sscc 4 4 EXEPath: 5 RunParameters: /install5 RunParameters: 6 6 RunDirectory: D:\samba 7 7 VRXWindow: __VREMainWindow,1,2180,3710,903,8000 … … 11 11 UserFile: 1 12 12 UserWindow: Main,1 13 UserWindow: Installer,1 -
trunk/guitools/sscc/sscc.vrx
r677 r688 2283 2283 */ 2284 2284 Main_Create: 2285 ok = VRREdirectStdIO("O FF")2286 options.!debug = 02285 ok = VRREdirectStdIO("ON") 2286 options.!debug = 1 2287 2287 2288 2288 call _LoadOtherFuncs … … 2313 2313 IF options.!debug == 1 THEN SAY "Main_Resize() started" 2314 2314 Ok = VRset("Main", "Painting", 0) 2315 2316 /* /* Basic measurements */ 2317 main_iwidth = VRGet("Main","InteriorWidth") /* Width of window client-area */ 2318 main_iheight = VRGet("Main","InteriorHeight") /* Height of window client-area */ 2319 2320 if main_iheight < 5500 then ok = VRSet("Main","Height",6200) 2321 sbar_height = VRGet("GB_STATUSBAR","Height") /* Height of status-bar */ 2322 split_left = VRGet("SPLIT_Main","Left") /* Position of the left edge of the split-bar */ 2323 marginx2 = margin * 2 /* Common margin around controls */ 2324 pbtn_height = 400 /* Height of the panels' internal button areas */ 2325 2326 pane_height = main_iheight - sbar_height - (margin * 4) /* Height of a split-bar panel */ 2327 lpane_width = split_left - margin /* Width of the left split-bar panel */ 2328 rpane_width = main_iwidth - split_left - 60 - margin /* Width of the right split-bar panel */ */ 2329 2330 /* ab hier alt */ 2315 2331 ok = VRSet("GB_SmbConfTree","Top", FWidth) 2316 2332 ok = VRSet("GB_SmbConfTree","Left", FWidth-24) … … 2781 2797 IF options.!debug == 1 THEN say 'PB_Cancel_Click() started' 2782 2798 if VRGet("PB_Save","Enabled") then call PB_Save_Click 2799 'pause' 2783 2800 call Quit 2784 2801 IF options.!debug == 1 THEN say 'PB_Cancel_Click() done' … … 2921 2938 return 2922 2939 2940 /*:VRX PB_StartStop_Click 2941 */ 2942 PB_StartStop_Click: 2943 call PB_Save_Click 2944 call beep 960, 1 2945 address CMD samba.!smbcmd' reload' 2946 return 2947 2923 2948 /*:VRX PB_Undo_Click 2924 2949 */
Note:
See TracChangeset
for help on using the changeset viewer.