Index: PlanScan/UI/KlantinstellingenDetailScherm.dfm =================================================================== diff -u -r373 -r374 --- PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 373) +++ PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 374) @@ -1,6 +1,7 @@ object fmKlantinstellingenDetail: TfmKlantinstellingenDetail Left = 0 Top = 0 + ActiveControl = btnOk Caption = 'KlantinstellingenDetail' ClientHeight = 176 ClientWidth = 377 @@ -11,10 +12,11 @@ Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False + Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object lblKlantId: TLabel - Left = 48 + Left = 68 Top = 48 Width = 113 Height = 19 @@ -28,7 +30,7 @@ ParentFont = False end object lblExport: TLabel - Left = 48 + Left = 68 Top = 88 Width = 113 Height = 19 @@ -42,7 +44,7 @@ ParentFont = False end object edtklantId: TEdit - Left = 167 + Left = 187 Top = 45 Width = 121 Height = 27 @@ -55,7 +57,7 @@ TabOrder = 0 end object cbIsExport: TCheckBox - Left = 167 + Left = 187 Top = 90 Width = 97 Height = 17 @@ -67,4 +69,20 @@ ParentFont = False TabOrder = 1 end + object btnOk: TButton + Left = 133 + Top = 128 + Width = 112 + Height = 33 + Caption = 'Ok' + Default = True + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Tahoma' + Font.Style = [] + ModalResult = 1 + ParentFont = False + TabOrder = 2 + end end