Index: UI/Utils/MAppLauncher/MainForm.cls.xml =================================================================== diff -u -r1210 -r1499 --- UI/Utils/MAppLauncher/MainForm.cls.xml (.../MainForm.cls.xml) (revision 1210) +++ UI/Utils/MAppLauncher/MainForm.cls.xml (.../MainForm.cls.xml) (revision 1499) @@ -163,8 +163,8 @@ ;object DesignForm: TDesignForm ; Left = 11 ; Top = 9 - ; Width = 352 - ; Height = 395 + ; Width = 360 + ; Height = 399 ; Caption = 'MApp Launcher' ; Color = clBtnFace ; Font.Charset = DEFAULT_CHARSET @@ -177,8 +177,8 @@ ; PixelsPerInch = 96 ; TextHeight = 13 ; object btnOk: CButton - ; Left = 261 - ; Top = 334 + ; Left = 268 + ; Top = 330 ; Width = 75 ; Height = 25 ; Anchors = [akRight, akBottom] @@ -189,8 +189,8 @@ ; OnClick = btnOkClick ; end ; object btnAnnuleren: CButton - ; Left = 181 - ; Top = 334 + ; Left = 188 + ; Top = 330 ; Width = 75 ; Height = 25 ; Anchors = [akRight, akBottom] @@ -202,7 +202,7 @@ ; end ; object btnStartAppl: CButton ; Left = 9 - ; Top = 310 + ; Top = 306 ; Width = 131 ; Height = 49 ; Anchors = [akLeft, akBottom] @@ -472,11 +472,11 @@ s %this.txtKlantNr=##class(%TMEdit).%New($lb(%this.tshTBX.Address,0)) s %this.cboGAProdGroep=##class(UI.Lib.Ctrl.TComboBox).%New($lb(%this.tshTBX.Address,0)) s MApplication.ClientState="NoWait" - d %this.Form.SetMultiProperty($lb("Left","Top","Width","Height","Caption","Color","OldCreateOrder","OnShow","PixelsPerInch"),$lb(11,9,352,395,"MApp Launcher",$$$clBtnFace,"False",$lb(%this,"DesignFormShow"),96)) + d %this.Form.SetMultiProperty($lb("Left","Top","Width","Height","Caption","Color","OldCreateOrder","OnShow","PixelsPerInch"),$lb(11,9,360,399,"MApp Launcher",$$$clBtnFace,"False",$lb(%this,"DesignFormShow"),96)) d %this.Form.Font.SetMultiProperty($lb("Charset","Color","Height","Name","Style"),$lb($$$DEFAULTCHARSET,$$$clWindowText,-11,"MS Sans Serif",$lb())) - d %this.btnOk.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Cancel","Caption","ModalResult","TabOrder","OnClick"),$lb(261,334,75,25,$lb("akRight","akBottom"),"True","Sluiten",1,1,$lb(%this,"btnOkClick"))) - d %this.btnAnnuleren.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","ModalResult","TabOrder","Visible","OnClick"),$lb(181,334,75,25,$lb("akRight","akBottom"),"&Annuleren",2,2,"False",$lb(%this,"btnAnnulerenClick"))) - d %this.btnStartAppl.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","ModalResult","TabOrder","OnClick"),$lb(9,310,131,49,$lb("akLeft","akBottom"),"START APPL",1,0,$lb(%this,"btnStartApplClick"))) + d %this.btnOk.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Cancel","Caption","ModalResult","TabOrder","OnClick"),$lb(268,330,75,25,$lb("akRight","akBottom"),"True","Sluiten",1,1,$lb(%this,"btnOkClick"))) + d %this.btnAnnuleren.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","ModalResult","TabOrder","Visible","OnClick"),$lb(188,330,75,25,$lb("akRight","akBottom"),"&Annuleren",2,2,"False",$lb(%this,"btnAnnulerenClick"))) + d %this.btnStartAppl.SetMultiProperty($lb("Left","Top","Width","Height","Anchors","Caption","ModalResult","TabOrder","OnClick"),$lb(9,306,131,49,$lb("akLeft","akBottom"),"START APPL",1,0,$lb(%this,"btnStartApplClick"))) d %this.pgcSettings.SetMultiProperty($lb("Left","Top","Width","Height"),$lb(9,7,329,289)) s %this.pgcSettings.ActivePage=%this.tshTBX d %this.pgcSettings.SetMultiProperty($lb("TabOrder"),$lb(3))