Index: UI/PR/GA/dlgTBStartNew.cls.xml =================================================================== diff -u -r44328 -r62242 --- UI/PR/GA/dlgTBStartNew.cls.xml (.../dlgTBStartNew.cls.xml) (revision 44328) +++ UI/PR/GA/dlgTBStartNew.cls.xml (.../dlgTBStartNew.cls.xml) (revision 62242) @@ -95,7 +95,7 @@ ; Font.Name = 'MS Sans Serif' ; Font.Style = [] ; OldCreateOrder = False - ; Position = poDesktopCenter + ; Position = poScreenCenter ; Visible = True ; PixelsPerInch = 96 ; TextHeight = 13 @@ -208,7 +208,7 @@ s %this.cboTemplateCode=##class(UI.Lib.Ctrl.TComboBox).%New($lb(%this.Form.Address,0)) s %this.chkPRO=##class(%TMCheckBox).%New($lb(%this.Form.Address,0)) s MApplication.ClientState="NoWait" - d %this.Form.SetMultiProperty($lb("Left","Top","Width","Height","Caption","Color","OldCreateOrder","Position","Visible","PixelsPerInch"),$lb(-1,-1,359,170,"Tandem BOX - Start",$$$clBtnFace,"False","poDesktopCenter","True",96)) + d %this.Form.SetMultiProperty($lb("Left","Top","Width","Height","Caption","Color","OldCreateOrder","Position","Visible","PixelsPerInch"),$lb(-1,-1,359,170,"Tandem BOX - Start",$$$clBtnFace,"False","poScreenCenter","True",96)) d %this.Form.Font.SetMultiProperty($lb("Charset","Color","Height","Name","Style"),$lb($$$DEFAULTCHARSET,$$$clWindowText,-11,"MS Sans Serif",$lb())) d %this.zzLabel1.SetMultiProperty($lb("Left","Top","Width","Height","AutoSize","Caption","Layout"),$lb(6,9,104,21,"False","Design / ladezijden","tlCenter")) d %this.Label1.SetMultiProperty($lb("Left","Top","Width","Height","AutoSize","Caption","Layout"),$lb(6,41,104,21,"False","Template","tlCenter"))