; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ; Global $frmSettings = GUICreate("Settings",646,377,-1,-1,$WS_POPUP+$WS_CAPTION+$WS_CHILD+$DS_MODALFRAME+$DS_SETFOREGROUND,$WS_EX_DLGMODALFRAME,$mainForm) Global $settingsTab = GUICtrlCreatetab(0,0,536,379,-1,-1) GuiCtrlSetState(-1,2048) GUICtrlCreateTabItem(__('General')) GUICtrlCreateTabItem(__('Program')) GUICtrlCreateTabItem(__('opsi Commands')) GUICtrlCreateTabItem(__('Automatic Updates')) GUICtrlCreateTabItem(__('Messages')) #cs _GUICtrlTab_SetCurFocus($settingsTab,0) GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("General")) _GUICtrlTab_SetCurFocus($settingsTab,1) GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("Program")) _GUICtrlTab_SetCurFocus($settingsTab,2) GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("opsi commands")) _GUICtrlTab_SetCurFocus($settingsTab,3) GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("Automatic updates")) #ce GUICtrlCreateTabItem("") _GUICtrlTab_SetCurFocus($settingsTab,-1) GUISwitch($frmSettings,_GUICtrlTab_SetCurFocus($settingsTab,0)&GUICtrlRead ($settingsTab, 1)) GUICtrlCreateGroup(__('opsi credentials'),10,30,513,245,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateTabItem("") GUISwitch($frmSettings,_GUICtrlTab_SetCurFocus($settingsTab,0)&GUICtrlRead ($settingsTab, 1)) GUICtrlCreateLabel(__('Server:'),19,49,50,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputSrv = GUICtrlCreateInput("",129,49,150,20,-1,512) GUICtrlCreateLabel(__('opsiadmin User:'),19,79,104,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUsr = GUICtrlCreateInput("",129,79,150,20,-1,512) GUICtrlCreateLabel(__('opsiadmin Password:'),19,109,105,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputPass = GUICtrlCreateInput("",129,109,150,20,32,512) GUICtrlCreateLabel(__('root Password:'),300,60,75,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputRootPW = GUICtrlCreateInput("",300,79,150,20,32,512) Global $lblRootHint = GUICtrlCreateLabel(__('If you set the root password, you can use the ''Set rights on package'' function in the Tools Menu.'),300,105,217,65,0,-1) GUICtrlSetBkColor(-1,"-2") Global $chkUseNetDrive = GUICtrlCreateCheckbox(__('Use existing network drive'),20,140,257,20,-1,-1) GUICtrlCreateLabel(__('Development folder:'),20,170,108,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputDevFolder = GUICtrlCreateInput("",140,170,257,20,-1,512) Global $btnDevDir = GUICtrlCreateButton("",400,170,20,20,-1,-1) Global $lblDevFoldHint = GUICtrlCreateLabel(__('info8'),20,204,479,63,-1,-1) GUICtrlSetBkColor(-1,"-2") GUICtrlCreateGroup(__('Maintainer information'),10,280,513,89,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel(__('Package maintainer:'),29,304,100,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputMaint = GUICtrlCreateInput("",140,304,270,20,-1,512) GUICtrlCreateLabel(__('Mail address:'),29,336,100,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputMail = GUICtrlCreateInput("",140,335,270,20,-1,512) GUISwitch($frmSettings,_GUICtrlTab_SetCurFocus($settingsTab,1)&GUICtrlRead ($settingsTab, 1)) GUICtrlCreateGroup(__('Program settings'),10,30,513,105,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") Global $chkExtChLog = GUICtrlCreateCheckbox(__('Extended changelog editor'),20,50,233,20,-1,-1) GUICtrlCreateLabel(__('Changelog block recognition:'),20,80,140,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputChLogRecognition = GUICtrlCreateInput("urgency=",170,80,242,20,-1,512) Global $btnResetRecognition = GUICtrlCreateButton("",420,80,20,20,-1,-1) GUICtrlCreateLabel(__('Language:'),20,106,134,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $cmbLanguage = GUICtrlCreateCombo("",170,106,240,21,-1,-1) GUICtrlSetData(-1,"") GUICtrlCreateGroup(__('Script Editor'),10,140,513,106,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel(__('Choose which editor to use:'),20,164,159,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $rdEditorInt = GUICtrlCreateRadio(__('Internal'),185,160,77,20,-1,-1) Global $rdEditorExt = GUICtrlCreateRadio(__('External'),280,160,82,20,-1,-1) GUICtrlCreateLabel(__('Editor options:'),20,190,141,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $chkEditorStyle = GUICtrlCreateCheckbox(__('Syntax highlighting'),185,190,141,20,-1,-1) Global $chkEditorFold = GUICtrlCreateCheckbox(__('Code folding'),340,190,150,20,-1,-1) GUICtrlCreateLabel(__('External Editor:'),20,217,140,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputScriptEditor = GUICtrlCreateInput("",171,217,211,20,-1,512) Global $btnSetScrEditor = GUICtrlCreateButton("",391,217,20,20,-1,-1) GUICtrlCreateGroup(__('Messages'),10,251,513,117,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") Global $chkError = GUICtrlCreateCheckbox(__('Disable ERROR message boxes'),20,272,220,20,-1,-1) Global $chkATWarning = GUICtrlCreateCheckbox(__('Disable AT Job warning'),260,272,220,20,-1,-1) Global $chkWarning = GUICtrlCreateCheckbox(__('Disable WARNING message boxes'),20,300,220,20,-1,-1) Global $chkInfo = GUICtrlCreateCheckbox(__('Disable INFO message boxes'),260,300,220,20,-1,-1) GUICtrlCreateLabel(__('These settings will disable most of the common messages. However, some of the messages won''t be filtered because of their importance.'),20,334,496,31,-1,-1) GUICtrlSetBkColor(-1,"-2") GUISwitch($frmSettings,_GUICtrlTab_SetCurFocus($settingsTab,2)&GUICtrlRead ($settingsTab, 1)) GUICtrlCreateGroup(__('opsi commands'),10,30,513,339,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") GUICtrlCreateLabel(__('Build command:'),20,56,108,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputBuildCommand = GUICtrlCreateInput("",170,56,242,20,-1,512) GUICtrlCreateLabel(__('Install command:'),20,86,113,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputInstallCommand = GUICtrlCreateInput("",170,86,242,20,-1,512) GUICtrlCreateLabel(__('Uninstall command:'),20,116,126,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUninstallCommand = GUICtrlCreateInput("",170,116,242,20,-1,512) GUICtrlCreateLabel(__('Upload command:'),20,146,126,15,11,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUploadCommand = GUICtrlCreateInput("",170,147,242,20,-1,512) GUICtrlCreateLabel(__('WakeOnLan lead time:'),21,180,142,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $inputWOLLeadTime = GUICtrlCreateInput("15",171,180,51,20,-1,512) GUICtrlCreateLabel(__('(') & __('in minutes') & __(')'),231,180,126,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $chkATReload = GUICtrlCreateCheckbox(__('Always reload machines and products when opening scheduler'),21,210,431,20,-1,-1) Global $chkShowPlink = GUICtrlCreateCheckbox(__('Return output from PLINK action'),21,240,213,20,-1,-1) Global $chkNoUTF8 = GUICtrlCreateCheckbox(__('Don''t check control file for special characters'),21,270,253,20,-1,-1) GUICtrlSetState(-1,144) GUICtrlCreateTabItem("") Global $btnSetSave = GUICtrlCreateButton(__('Save Settings'),540,20,100,30,-1,-1) Global $btnSetCancel = GUICtrlCreateButton(__('Cancel'),540,60,100,30,-1,-1) Global $btnHelpSettings = GUICtrlCreateButton("",580,340,25,25,-1,-1) GUISwitch($frmSettings,_GUICtrlTab_SetCurFocus($settingsTab,3)&GUICtrlRead ($settingsTab, 1)) GUICtrlCreateGroup(__('Update parameters'),10,30,513,123,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") Global $chkUpdStartup = GUICtrlCreateCheckbox(__('Search for new program version at startup'),20,50,305,20,-1,-1) GUICtrlCreateGroup(__('Proxy settings'),10,170,513,199,-1,-1) GUICtrlSetBkColor(-1,"0xF0F0F0") Global $chkUseProxy = GUICtrlCreateCheckbox(__('Use proxy server for internet connection'),20,190,318,20,-1,-1) GUICtrlSetFont(-1,8,700,0,"MS Sans Serif") GUICtrlCreateLabel(__('Server:'),40,220,70,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUpdSrv = GUICtrlCreateInput("",150,220,150,20,-1,512) GUICtrlCreateLabel(__('Port:'),40,250,70,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUpdPort = GUICtrlCreateInput("",150,250,150,20,-1,512) GUICtrlCreateLabel(__('Username:'),40,280,70,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUpdUsr = GUICtrlCreateInput("",150,280,150,20,-1,512) GUICtrlCreateLabel(__('Password:'),40,310,70,15,-1,-1) GUICtrlSetBkColor(-1,"-2") Global $inputUpdPass = GUICtrlCreateInput("",150,310,150,20,32,512) _GUICtrlTab_SetCurFocus($settingsTab,0) #cs [tab] type=tab x=0 y=0 width=536 height=379 text= tooltip= pages=5 state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=settingsTab func= bgimage= handle=322 code=#cs[BREAK]_GUICtrlTab_SetCurFocus($settingsTab,0)[BREAK]GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("General"))[BREAK]_GUICtrlTab_SetCurFocus($settingsTab,1)[BREAK]GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("Program"))[BREAK]_GUICtrlTab_SetCurFocus($settingsTab,2)[BREAK]GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("opsi commands"))[BREAK]_GUICtrlTab_SetCurFocus($settingsTab,3)[BREAK]GUICtrlSetData(GUICtrlRead ($settingsTab, 1),__("Automatic updates"))[BREAK]#ce[BREAK] tabpage=-1 order=0 textmode=text [0x0001166E] order=0 handle=322 locked=0 code= [TABPAGE4] page=4 text=__('Automatic Updates') textmode=func [TABPAGE3] page=3 text=__('opsi Commands') textmode=func [TABPAGE2] page=2 text=__('Program') textmode=func [TABPAGE1] page=1 text=__('General') textmode=func [gui] Handle_deklaration=global title=Settings breite=646 hoehe=377 style=$WS_POPUP+$WS_CAPTION+$WS_CHILD+$DS_MODALFRAME+$DS_SETFOREGROUND exstyle=$WS_EX_DLGMODALFRAME bgcolour=0xF0F0F0 bgimage=none handle=frmSettings parent=$mainForm code= [0x00011672] handle=323 locked=0 code= type=label x=19 y=49 width=50 height=15 text=__('Server:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=1 tabpage=0 textmode=func [0x00011676] handle=324 locked=0 code= type=label x=19 y=79 width=104 height=15 text=__('opsiadmin User:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=3 tabpage=0 textmode=func [0x0001167A] handle=325 locked=0 code= type=label x=19 y=109 width=105 height=15 text=__('opsiadmin Password:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=5 tabpage=0 textmode=func [0x0001167E] handle=326 locked=0 code= type=label x=29 y=304 width=100 height=15 text=__('Package maintainer:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=16 tabpage=0 textmode=func [0x00011682] handle=327 locked=0 code= type=label x=29 y=336 width=100 height=15 text=__('Mail address:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=18 tabpage=0 textmode=func [0x00011686] handle=328 locked=0 code= type=input x=129 y=49 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputSrv func= bgimage= order=2 tabpage=0 [0x0001168A] handle=329 locked=0 code= type=input x=129 y=79 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUsr func= bgimage= order=4 tabpage=0 [0x0001168E] handle=330 locked=0 code= type=input x=129 y=109 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$ES_PASSWORD exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputPass func= bgimage= order=6 tabpage=0 [0x00011692] handle=331 locked=0 code= type=input x=140 y=304 width=270 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputMaint func= bgimage= order=17 tabpage=0 [0x00011696] handle=332 locked=0 code= type=input x=140 y=335 width=270 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputMail func= bgimage= order=19 tabpage=0 [0x0001169A] handle=333 locked=0 code= type=button x=540 y=20 width=100 height=30 text=__('Save Settings') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnSetSave func= bgimage= order=58 tabpage=-1 textmode=func [0x0001169E] handle=334 locked=0 code= type=button x=540 y=60 width=100 height=30 text=__('Cancel') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnSetCancel func= bgimage= order=59 tabpage=-1 textmode=func [0x000116A2] handle=335 locked=0 code= type=checkbox x=20 y=50 width=233 height=20 text=__('Extended changelog editor') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkExtChLog func= bgimage= order=21 tabpage=1 textmode=func [0x000116A6] handle=336 locked=0 code= type=label x=20 y=80 width=140 height=15 text=__('Changelog block recognition:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=22 tabpage=1 textmode=func [0x000116AA] handle=337 locked=0 code= type=input x=170 y=80 width=242 height=20 text=urgency= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputChLogRecognition func= bgimage= order=23 tabpage=1 [0x000116AE] handle=338 locked=0 code= type=label x=20 y=56 width=108 height=15 text=__('Build command:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=44 tabpage=2 textmode=func [0x000116B2] handle=339 locked=0 code= type=label x=20 y=86 width=113 height=15 text=__('Install command:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=46 tabpage=2 textmode=func [0x000116B6] handle=340 locked=0 code= type=input x=170 y=56 width=242 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputBuildCommand func= bgimage= order=45 tabpage=2 [0x000116BA] handle=341 locked=0 code= type=input x=170 y=86 width=242 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputInstallCommand func= bgimage= order=47 tabpage=2 [0x000116BE] handle=342 locked=0 code= type=group x=10 y=30 width=513 height=339 text=__('opsi commands') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=43 tabpage=2 textmode=func [0x000116C2] handle=343 locked=0 code= type=group x=10 y=30 width=513 height=105 text=__('Program settings') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=20 tabpage=1 textmode=func [0x000116C6] handle=344 locked=0 code= type=group x=10 y=280 width=513 height=89 text=__('Maintainer information') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=15 tabpage=0 textmode=func [0x000116CA] handle=345 locked=0 code= type=group x=10 y=30 width=513 height=245 text=__('opsi credentials') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=0 tabpage=0 textmode=func [0x000116CE] handle=346 locked=0 code= type=label x=20 y=116 width=126 height=15 text=__('Uninstall command:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=48 tabpage=2 textmode=func [0x000116D2] handle=347 locked=0 code= type=input x=170 y=116 width=242 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUninstallCommand func= bgimage= order=49 tabpage=2 textmode=text [0x000116D6] handle=348 locked=0 code= type=label x=20 y=106 width=134 height=15 text=__('Language:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=25 tabpage=1 textmode=func [0x000116DA] handle=349 locked=0 code= type=combo x=170 y=106 width=240 height=21 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=cmbLanguage func= bgimage= order=26 tabpage=1 [0x000116E2] handle=350 locked=0 code= type=checkbox x=20 y=140 width=257 height=20 text=__('Use existing network drive') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkUseNetDrive func= bgimage= order=10 tabpage=0 textmode=func [0x000116E6] handle=351 locked=0 code= type=label x=20 y=217 width=140 height=15 text=__('External Editor:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=34 tabpage=1 textmode=func [0x000116EA] handle=352 locked=0 code= type=input x=171 y=217 width=211 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputScriptEditor func= bgimage= order=35 tabpage=1 textmode=text [0x000116EE] handle=353 locked=0 code= type=button x=391 y=217 width=20 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnSetScrEditor func= bgimage= order=36 tabpage=1 [0x000116F2] handle=354 locked=0 code= type=label x=20 y=170 width=108 height=15 text=__('Development folder:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=11 tabpage=0 textmode=func [0x000116F6] handle=355 locked=0 code= type=input x=140 y=170 width=257 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputDevFolder func= bgimage= order=12 tabpage=0 [0x000116FA] handle=356 locked=0 code= type=button x=400 y=170 width=20 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnDevDir func= bgimage= order=13 tabpage=0 [0x000116FE] handle=357 locked=0 code= type=label x=300 y=60 width=75 height=15 text=__('root Password:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=7 tabpage=0 textmode=func [0x00011702] handle=358 locked=0 code= type=input x=300 y=79 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$ES_PASSWORD exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputRootPW func= bgimage= order=8 tabpage=0 [0x00011706] handle=359 locked=0 code= type=label x=300 y=105 width=217 height=65 text=__('If you set the root password, you can use the ''Set rights on package'' function in the Tools Menu.') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=lblRootHint func= bgimage= order=9 tabpage=0 textmode=func [0x0001170A] handle=360 locked=0 code= type=checkbox x=21 y=240 width=213 height=20 text=__('Return output from PLINK action') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkShowPlink func= bgimage= order=56 tabpage=2 textmode=func [0x0001170E] handle=361 locked=0 code= type=group x=10 y=251 width=513 height=117 text=__('Messages') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=37 tabpage=1 textmode=func [0x00011712] handle=362 locked=0 code= type=checkbox x=20 y=272 width=220 height=20 text=__('Disable ERROR message boxes') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkError func= bgimage= order=38 tabpage=1 textmode=func [0x00011716] handle=363 locked=0 code= type=checkbox x=20 y=300 width=220 height=20 text=__('Disable WARNING message boxes') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkWarning func= bgimage= order=40 tabpage=1 textmode=func [0x0001171A] handle=364 locked=0 code= type=checkbox x=260 y=300 width=220 height=20 text=__('Disable INFO message boxes') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkInfo func= bgimage= order=41 tabpage=1 textmode=func [0x0001171E] handle=365 locked=0 code= type=label x=20 y=334 width=496 height=31 text=__('These settings will disable most of the common messages. However, some of the messages won''t be filtered because of their importance.') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=42 tabpage=1 textmode=func [0x00011722] handle=366 locked=0 code= type=checkbox x=21 y=270 width=253 height=20 text=__('Don''t check control file for special characters') tooltip= state=$GUI_SHOW+$GUI_DISABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkNoUTF8 func= bgimage= order=57 tabpage=2 textmode=func [0x00011726] handle=367 locked=0 code= type=group x=10 y=170 width=513 height=199 text=__('Proxy settings') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=63 tabpage=3 textmode=func [0x0001172A] handle=368 locked=0 code= type=checkbox x=20 y=50 width=305 height=20 text=__('Search for new program version at startup') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkUpdStartup func= bgimage= order=62 tabpage=3 textmode=func [0x0001172E] handle=369 locked=0 code= type=checkbox x=20 y=190 width=318 height=20 text=__('Use proxy server for internet connection') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=700 fontattribute=0 id=chkUseProxy func= bgimage= order=64 tabpage=3 textmode=func [0x00011732] handle=370 locked=0 code= type=input x=150 y=220 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUpdSrv func= bgimage= order=66 tabpage=3 textmode=text [0x00011736] handle=371 locked=0 code= type=input x=150 y=250 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUpdPort func= bgimage= order=68 tabpage=3 [0x0001173A] handle=372 locked=0 code= type=input x=150 y=280 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUpdUsr func= bgimage= order=70 tabpage=3 [0x0001173E] handle=373 locked=0 code= type=input x=150 y=310 width=150 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$ES_PASSWORD exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUpdPass func= bgimage= order=72 tabpage=3 [0x00011742] handle=374 locked=0 code= type=group x=10 y=30 width=513 height=123 text=__('Update parameters') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=61 tabpage=3 textmode=func [0x00011746] handle=375 locked=0 code= type=label x=40 y=220 width=70 height=15 text=__('Server:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=65 tabpage=3 textmode=func [0x0001174A] handle=376 locked=0 code= type=label x=40 y=250 width=70 height=15 text=__('Port:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=67 tabpage=3 textmode=func [0x0001174E] handle=377 locked=0 code= type=label x=40 y=280 width=70 height=15 text=__('Username:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=69 tabpage=3 textmode=func [0x00011752] handle=378 locked=0 code= type=label x=40 y=310 width=70 height=15 text=__('Password:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=71 tabpage=3 textmode=func [0x00011756] handle=379 locked=0 code= type=checkbox x=260 y=272 width=220 height=20 text=__('Disable AT Job warning') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkATWarning func= bgimage= order=39 tabpage=1 textmode=func [0x0001175A] handle=380 locked=0 code= type=label x=20 y=204 width=479 height=63 text=__('info8') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=lblDevFoldHint func= bgimage= order=14 tabpage=0 textmode=func [0x0001175E] handle=381 locked=0 code= type=checkbox x=21 y=210 width=431 height=20 text=__('Always reload machines and products when opening scheduler') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkATReload func= bgimage= order=55 tabpage=2 textmode=func [0x00011762] handle=382 locked=0 code= type=label x=21 y=180 width=142 height=15 text=__('WakeOnLan lead time:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=52 tabpage=2 textmode=func [0x00011766] handle=383 locked=0 code= type=input x=171 y=180 width=51 height=20 text=15 tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputWOLLeadTime func= bgimage= order=53 tabpage=2 textmode=text [0x0001176A] handle=384 locked=0 code= type=label x=231 y=180 width=126 height=15 text=__('(') & __('in minutes') & __(')') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=54 tabpage=2 textmode=func [0x0001176E] handle=385 locked=0 code= type=button x=580 y=340 width=25 height=25 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnHelpSettings func= bgimage= order=60 tabpage=-1 textmode=text [0x00011772] handle=386 locked=0 code= type=button x=420 y=80 width=20 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=btnResetRecognition func= bgimage= order=24 tabpage=1 textmode=text [0x00011776] handle=387 locked=0 code= type=label x=20 y=146 width=126 height=15 text=__('Upload command:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style=$SS_LEFT+$SS_SIMPLE exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=50 tabpage=2 textmode=func [0x0001177A] handle=388 locked=0 code= type=input x=170 y=147 width=242 height=20 text= tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle=$WS_EX_CLIENTEDGE textcolour=0x000000 bgcolour=0xFFFFFF font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=inputUploadCommand func= bgimage= order=51 tabpage=2 textmode=text [0x0001177E] handle=389 locked=0 code= type=group x=10 y=140 width=513 height=106 text=__('Script Editor') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=27 tabpage=1 textmode=func [0x00011782] handle=390 locked=0 code= type=label x=20 y=164 width=159 height=15 text=__('Choose which editor to use:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=28 tabpage=1 textmode=func [0x00011786] handle=391 locked=0 code= type=radio x=185 y=160 width=77 height=20 text=__('Internal') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=rdEditorInt func= bgimage= order=29 tabpage=1 textmode=func [0x0001178A] handle=392 locked=0 code= type=radio x=280 y=160 width=82 height=20 text=__('External') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=rdEditorExt func= bgimage= order=30 tabpage=1 textmode=func [0x0001178E] handle=393 locked=0 code= type=label x=20 y=190 width=141 height=15 text=__('Editor options:') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=-2 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id= func= bgimage= order=31 tabpage=1 textmode=func [0x00011792] handle=394 locked=0 code= type=checkbox x=185 y=190 width=141 height=20 text=__('Syntax highlighting') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkEditorStyle func= bgimage= order=32 tabpage=1 textmode=func [0x00011796] handle=395 locked=0 code= type=checkbox x=340 y=190 width=150 height=20 text=__('Code folding') tooltip= state=$GUI_SHOW+$GUI_ENABLE style= exstyle= textcolour=0x000000 bgcolour=0xF0F0F0 font=MS Sans Serif fontsize=8 fontstyle=400 fontattribute=0 id=chkEditorFold func= bgimage= order=33 tabpage=1 textmode=func [TABPAGE5] page=5 text=__('Messages') textmode=func #ce