Changeset 333 for branches/guitools-1.0/install
- Timestamp:
- Sep 22, 2009, 4:17:24 PM (16 years ago)
- Location:
- branches/guitools-1.0/install
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/install/sscc.vrp
r304 r333 3 3 MacroPath: VRM:U:\Develop\Samba\guitools-1.0\install 4 4 EXEPath: 5 RunParameters: / Install5 RunParameters: /install 6 6 RunDirectory: E:\Dev\REXX\VXREXX\Projects\Samba\install 7 7 VRXWindow: __VREMainWindow,1,2180,4481,891,7263 8 8 VRXWindow: __VRESectionListWindow,1,3011,12286,8974,3144 9 VRXWindow: __VREToolsWindow,1,3211,10648, 7495,16679 VRXWindow: __VREToolsWindow,1,3211,10648,6986,1661 10 10 VRXWindow: __VREWindListWindow,1,385,12286,2650,3150 11 11 UserFile: 1 -
branches/guitools-1.0/install/sscc.vrx
r304 r333 114 114 */ 115 115 _CfgPageSetupSize: 116 if arg(1) = "GB_Global" then ok = VRset(arg(1), "Top", 0) 117 else ok = VRset(arg(1), "Top", 72) 118 ok = VRset(arg(1), "Left",VRGet("GB_SmbConfTree","width")+72+72) 119 if arg(1) = "GB_Global" then ok = VRset(arg(1), "Height",VRGet("GB_SmbConfTree","height")+72) 120 else ok = VRset(arg(1), "Height",VRGet("GB_SmbConfTree","height")) 121 ok = VRset(arg(1), "Width", VRGet("Main","Width")-72-VRGet("GB_SmbConfTree","width")-72 ) 116 if arg(1) = "GB_Global" 117 then ok = VRset(arg(1), "Top", 0) 118 else ok = VRset(arg(1), "Top", Fwidth) 119 120 ok = VRset(arg(1), "Left",VRGet("GB_SmbConfTree","Width") + 60) 121 122 if arg(1) = "GB_Global" 123 then ok = VRset(arg(1), "Height",VRGet("GB_SmbConfTree","height")+FWidth) 124 else ok = VRset(arg(1), "Height",VRGet("GB_SmbConfTree","height")) 125 126 ok = VRset(arg(1), "Width", VRGet("Main", "Width") - VRGet("GB_SmbConfTree","width") - 60- FWidth*2-24*2) 122 127 return 123 128 … … 270 275 else ok = VRset("Main","Width", 9250) 271 276 277 settings.!curfcolor = VRGetIni('PM_Default_Colors', 'ActiveTitleText', 'User', 'NoClose') 278 settings.!curbcolor = VRGetIni('PM_Default_Colors', 'ActiveTitleTextBgnd', 'User') 279 280 ok = VRSet("DT_SmbConfTree","BACKCOLOR", settings.!curbcolor ) 281 ok = VRSet("DT_SmbConfTree","FORECOLOR", settings.!curfcolor ) 282 /* ok = VRSet("DT_DIALOG","BACKCOLOR", settings.!curbcolor ) 283 ok = VRSet("DT_DIALOG","FORECOLOR", settings.!curfcolor ) 284 ok = VRSet("DT_SMBTREE","BACKCOLOR", settings.!curbcolor ) 285 ok = VRSet("DT_SMBTREE","FORECOLOR", settings.!curfcolor ) */ 286 287 272 288 ok = VRSet("EF_Binaries_Version","value",samba.!version) 273 289 ok = VRSet("EF_Binaries_Path","value",samba.!bin) … … 275 291 ok = VRSet("EF_UnixRoot_Path","value",UnixRoot) 276 292 ok = VRSet("EF_ETC_Path","value",ETC) 277 ok = VRSet(" DT_SmbConfTree","Caption", smbconf)293 ok = VRSet("CN_SmbConf","Caption", smbconf) 278 294 ok = VRSet("IPB_ChooseDir","Width" ,VRMethod( "Screen", "PixelsToTwips", 20 )) 279 295 ok = VRSet("IPB_ChooseDir","Height",VRMethod( "Screen", "PixelsToTwips", 20 )) … … 299 315 */ 300 316 _GUIInitNLV: 317 say '_GUIInitNLV started' 301 318 CALL NLVSetup 302 319 CALL NLVSetText 'Main', 'Caption', 1 … … 352 369 CALL NLVSetText 'DT_Binaries_Path', 'Caption', 83 353 370 CALL NLVSetText 'DT_Scripts_Path', 'Caption', 84 354 371 /* CALL NLVSetText 'DT_SmbConfTree', 'Caption', 73 */ 372 say NLVGetMessage(73) 373 ok = VRSet("DT_SmbConfTree","Caption", NLVGetMessage(73)) 355 374 Drive = NLVGetMessage(38) 375 say '_GUIInitNLV done' 356 376 return 357 377 … … 395 415 UseTDBSam = 0 /* only for installermode */ 396 416 CreatePDC = 0 /* only for installermode */ 417 418 advanced.!bigicons = 0 419 420 FWidth = 32 421 397 422 IF options.!builddir == 1 THEN say '_INIRead() done' 398 423 return … … 2140 2165 2141 2166 call _LoadOtherFuncs 2167 2142 2168 call _INIRead 2169 2170 call _ParseCommandLine 2171 2172 call _InitTempDir 2173 call _SambaInit 2174 call _SambaExtendSearchPath 2143 2175 call _GUIInitNLV 2144 call _InitTempDir 2145 call _ParseCommandLine 2146 2147 2148 call _SambaInit 2149 call _SambaExtendSearchPath 2176 2150 2177 call _FindHtpasswd 2151 2178 call _SambaCheckComponents … … 2163 2190 IF options.!debug == 1 THEN SAY "Main_Resize() started" 2164 2191 Ok = VRset("Main", "Painting", 0) 2165 ok = VRSet("GB_SmbConfTree", "Height", VRGet("Main", "Height") -1500) 2166 ok = VRSet("GB_SmbConfTree2","Height", VRGet("GB_SmbConfTree", "Height")-361-72) 2167 ok = VRSet("CN_SmbConf","Height", VRGet("GB_SmbConfTree2", "Height") - 144) 2168 2169 ok = VRSet("GB_Help", "Height", VRGet("Main", "Height") -1500) 2170 ok = VRSet("GB_Help", "Width", VRGet("Main", "Width") -72 -VRGet("GB_SmbConfTree","width")-72*3) 2171 ok = VRSet("GB_Help2", "Height", VRGet("GB_help","Height")-361-72) 2172 ok = VRSet("GB_Help2", "Width", VRGet("GB_help","Width")-72*2) 2173 ok = VRSet("DT_Help" , "Width", VRGet("GB_help","Width")-72*2) 2174 2175 ok = VRSet("GB_Shares" ,"Height", VRGet("Main", "Height") -1500) 2176 ok = VRSet("GB_Shares" ,"Width", VRGet("Main", "Width") -72-VRGet("GB_SmbConfTree","width")-72*3) 2177 ok = VRSet("GB_Shares2", "Height", VRGet("GB_Shares","Height")-361-72) 2178 ok = VRSet("GB_Shares2", "Width", VRGet("GB_Shares","Width")-72*2) 2179 ok = VRSet("DT_Shares" , "Width", VRGet("GB_Shares","Width")-72*2) 2180 2181 ok = VRSet("GB_Global", "Height", VRGet("Main", "Height") -1500+72) 2182 ok = VRSet("GB_Global", "Width", VRGet("Main", "Width") -72-VRGet("GB_SmbConfTree","width")-72*3) 2183 2184 ok = VRSet("PB_Create", "Left", VRGet("GB_SmbConfTree","width")+72*2) 2185 ok = VRSet("PB_Create", "Top", VRGet("GB_SmbConfTree","height")+72*2-30) 2186 ok = VRSet("PB_Create", "Width", VRGet("GB_Shares","width")/4 -72) 2187 2188 ok = VRSet("PB_Reload", "Left", VRGet("GB_SmbConfTree","width")-VRGet("PB_Create", "Width")+72) 2189 ok = VRSet("PB_Reload", "Top", VRGet("GB_SmbConfTree","height")+72*2-30) 2190 ok = VRSet("PB_Reload", "Width", VRGet("GB_Shares","width")/4 -72) 2191 2192 ok = VRSet("PB_Undo", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")+72) 2193 ok = VRSet("PB_Undo", "Top", VRGet("GB_SmbConfTree","height")+72*2-30) 2194 ok = VRSet("PB_Undo", "Width", VRGet("GB_Shares","width")/4 -72) 2195 2196 ok = VRSet("PB_Cancel", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")*2+72*2) 2197 ok = VRSet("PB_Cancel", "Top", VRGet("GB_SmbConfTree","height")+72*2-30) 2198 ok = VRSet("PB_Cancel", "Width", VRGet("GB_Shares","width")/4 -72) 2199 2200 ok = VRSet("PB_Help", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")*3+72*3) 2201 ok = VRSet("PB_Help", "Top", VRGet("GB_SmbConfTree","height")+72*2-30) 2202 ok = VRSet("PB_Help", "Width", VRGet("GB_Shares","width")/4 -72) 2192 ok = VRSet("GB_SmbConfTree","Top", FWidth) 2193 ok = VRSet("GB_SmbConfTree","Left", FWidth-24) 2194 ok = VRSet("GB_SmbConfTree","Height", VRGet("Main", "Height") -1350) 2195 2196 ok = VRset("GB_SmbConfTree3","Top", FWidth) 2197 ok = VRset("GB_SmbConfTree3","Left", FWidth) 2198 ok = VRset("GB_SmbConfTree3","Height", 245 ) 2199 ok = VRset("GB_SmbConfTree3","Width", VRGet("GB_SmbConfTree","Width") -(FWidth*2)) 2200 2201 ok = VRset("DT_SmbConfTree","Top", 8) 2202 ok = VRset("DT_SmbConfTree","Left", 8) 2203 ok = VRset("DT_SmbConfTree","Height", 213) 2204 ok = VRset("DT_SmbConfTree","Width", VRGet("GB_SmbConfTree3","Width") - 24) 2205 2206 ok = VRset("GB_SmbConfTree2","Left", FWidth) 2207 ok = VRset("GB_SmbConfTree2","Top", 245 + FWidth*2) 2208 ok = VRset("GB_SmbConfTree2","Width", VRGet("GB_SmbConfTree","Width")-FWidth*2) 2209 ok = VRset("GB_SmbConfTree2","Height", VRGet("GB_SmbConfTree","Height")-FWidth*3-245) 2210 2211 ok = VRset("CN_SmbConf", "Top", FWidth) 2212 ok = VRset("CN_SmbConf", "Left", FWidth) 2213 ok = VRset("CN_SmbConf", "Width", VRGet("GB_SmbConfTree2","Width") -(FWidth*2)) 2214 ok = VRset("CN_SmbConf", "Height", VRGet("GB_SmbConfTree2","Height")-(FWidth*2)) 2215 2216 ok = VRset("GB_Help", "Top", FWidth) 2217 ok = VRset("GB_Help", "Left", VRGet("GB_SmbConfTree","Width") + 60) 2218 ok = VRSet("GB_Help", "Height", VRGet("GB_SmbConfTree","Height")) 2219 ok = VRSet("GB_Help", "Width", VRGet("Main", "Width") - VRGet("GB_SmbConfTree","width") - 60- FWidth*2-24*2) 2220 2221 ok = VRset("GB_Help3","Top", FWidth) 2222 ok = VRset("GB_Help3","Left", FWidth) 2223 ok = VRset("GB_Help3","Height", 245 ) 2224 ok = VRset("GB_Help3","Width", VRGet("GB_Help","Width") -(FWidth*2)) 2225 2226 ok = VRset("GB_Help2","Left", FWidth) 2227 ok = VRset("GB_Help2","Top", 245 + FWidth*2) 2228 ok = VRset("GB_Help2","Width", VRGet("GB_Help","Width")-FWidth*2) 2229 ok = VRset("GB_Help2","Height", VRGet("GB_Help","Height")-FWidth*3-245) 2230 2231 ok = VRset("DT_Help","Top", 8) 2232 ok = VRset("DT_Help","Left", 8) 2233 ok = VRset("DT_Help","Height", 213) 2234 ok = VRset("DT_Help","Width", VRGet("GB_Help3","Width") - 24) 2235 2236 ok = VRset("GB_Shares", "Top", FWidth) 2237 ok = VRset("GB_Shares", "Left", VRGet("GB_SmbConfTree","Width") + 60) 2238 ok = VRSet("GB_Shares", "Height", VRGet("GB_SmbConfTree","Height")) 2239 ok = VRSet("GB_Shares", "Width", VRGet("Main", "Width") - VRGet("GB_SmbConfTree","width") - 60- FWidth*2-24*2) 2240 2241 ok = VRset("GB_Shares3","Top", FWidth) 2242 ok = VRset("GB_Shares3","Left", FWidth) 2243 ok = VRset("GB_Shares3","Height", 245 ) 2244 ok = VRset("GB_Shares3","Width", VRGet("GB_Shares","Width") -(FWidth*2)) 2245 2246 ok = VRset("GB_Shares2","Left", FWidth) 2247 ok = VRset("GB_Shares2","Top", 245 + FWidth*2) 2248 ok = VRset("GB_Shares2","Width", VRGet("GB_Shares","Width")-FWidth*2) 2249 ok = VRset("GB_Shares2","Height", VRGet("GB_Shares","Height")-FWidth*3-245) 2250 2251 ok = VRset("DT_Shares", "Top", 8) 2252 ok = VRset("DT_Shares", "Left", 8) 2253 ok = VRset("DT_Shares", "Height", 213) 2254 ok = VRset("DT_Shares", "Width", VRGet("GB_Shares3","Width") - 24) 2255 2256 ok = VRSet("GB_Global", "Height", VRGet("GB_SmbConfTree","Height")) 2257 ok = VRSet("GB_Global", "Width", VRGet("GB_Shares", "Width")) 2258 2259 ok = VRSet("PB_Create", "Left", VRGet("GB_SmbConfTree","width")+FWidth*2) 2260 ok = VRSet("PB_Create", "Top", VRGet("GB_SmbConfTree","height")+FWidth*2) 2261 ok = VRSet("PB_Create", "Width", VRGet("GB_Shares", "width")/4 -FWidth) 2262 2263 ok = VRSet("PB_Reload", "Left", VRGet("GB_SmbConfTree","width")-VRGet("PB_Create", "Width")+FWidth) 2264 ok = VRSet("PB_Reload", "Top", VRGet("GB_SmbConfTree","height")+FWidth*2) 2265 ok = VRSet("PB_Reload", "Width", VRGet("GB_Shares", "width")/4 -FWidth) 2266 2267 ok = VRSet("PB_Undo", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")+FWidth) 2268 ok = VRSet("PB_Undo", "Top", VRGet("GB_SmbConfTree","height")+FWidth*2) 2269 ok = VRSet("PB_Undo", "Width", VRGet("GB_Shares", "width")/4 -FWidth) 2270 2271 ok = VRSet("PB_Cancel", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")*2+FWidth*2) 2272 ok = VRSet("PB_Cancel", "Top", VRGet("GB_SmbConfTree","height")+FWidth*2) 2273 ok = VRSet("PB_Cancel", "Width", VRGet("GB_Shares", "Width")/4 -FWidth) 2274 2275 ok = VRSet("PB_Help", "Left", VRGet("PB_Create", "Left")+VRGet("PB_Create", "Width")*3+FWidth*3) 2276 ok = VRSet("PB_Help", "Top", VRGet("GB_SmbConfTree","height")+FWidth*2) 2277 ok = VRSet("PB_Help", "Width", VRGet("GB_Shares", "Width")/4 -FWidth) 2278 2279 Top = VRGet("Main","Top") 2280 Left = VRGet("Main","Left") 2281 Width = VRGet("Main","Width") 2282 Height = VRGet("Main","Height") 2203 2283 2204 2284 if ActiveGroup = "Global" then do … … 2382 2462 call Main_Resize 2383 2463 say 'ExpertMode_Click done' 2464 return 2465 2466 /*:VRX Menu_Options_MiniIcons_Click 2467 */ 2468 Menu_Options_MiniIcons_Click: 2469 advanced.!bigicons = \advanced.!bigicons 2470 ok = VRset("CN_SMBCONF", "MiniIcons", \advanced.!bigicons) 2471 ok = VRset("Menu_Options_MiniIcons", "Checked", \advanced.!bigicons) 2384 2472 return 2385 2473 -
branches/guitools-1.0/install/sscc_de.mkm
r304 r333 78 78 SSC0071I: Transiente TDB Dateien wirklich entfernen? 79 79 SSC0072I: Die Leute hinter Samba Server fr eComStation (OS/2) 80 SSC0073 ?:80 SSC0073I: Aktuelle Konfiguration 81 81 SSC0074?: 82 82 SSC0075?: -
branches/guitools-1.0/install/sscc_en.mkm
r304 r333 78 78 SSC0071I: Really remove transient TDB files? 79 79 SSC0072I: Samba Server for eComStation is brought to you by 80 SSC0073 ?:80 SSC0073I: Current configuration 81 81 SSC0074?: 82 82 SSC0075?: -
branches/guitools-1.0/install/sscc_es.mkm
r306 r333 78 78 SSC0071I: šEliminar realmente los archivos transitorios TDB? 79 79 SSC0072I: Servidor Samba para eComStation proporcionado por 80 SSC0073 ?:80 SSC0073I: Configuraci¢n actual 81 81 SSC0074?: 82 82 SSC0075?: -
branches/guitools-1.0/install/sscc_fr.mkm
r304 r333 84 84 SSC0071I: Voulez-vous rellement supprimer les fichiers TDB transitoires ? 85 85 SSC0072I: Serveur Samba pour eComStation vous est propos par 86 SSC0073 ?:86 SSC0073I: Configuration actuelle 87 87 SSC0074?: 88 88 SSC0075?: -
branches/guitools-1.0/install/sscc_sv.mkm
r304 r333 78 78 SSC0071?: 79 79 SSC0072?: 80 SSC0073 ?:80 SSC0073I: Aktuella konfigurationen 81 81 SSC0074?: 82 82 SSC0075?:
Note:
See TracChangeset
for help on using the changeset viewer.