Index: PlanScan/Main.dfm =================================================================== diff -u -r346 -r347 --- PlanScan/Main.dfm (.../Main.dfm) (revision 346) +++ PlanScan/Main.dfm (.../Main.dfm) (revision 347) @@ -2,8 +2,8 @@ Left = 0 Top = 0 Caption = 'PlanScan' - ClientHeight = 336 - ClientWidth = 635 + ClientHeight = 360 + ClientWidth = 640 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -29,22 +29,27 @@ object pcMain: TPageControl Left = 0 Top = 0 - Width = 635 - Height = 336 + Width = 640 + Height = 360 ActivePage = tsDnaCodes Align = alClient TabOrder = 1 + ExplicitWidth = 635 + ExplicitHeight = 336 object tsDnaCodes: TTabSheet Caption = 'DnaCodes' + ExplicitWidth = 627 + ExplicitHeight = 308 object pnlZoekKnoppen: TPanel Left = 0 Top = 0 - Width = 627 + Width = 632 Height = 41 Align = alTop BevelEdges = [] BevelOuter = bvNone TabOrder = 0 + ExplicitWidth = 627 object btnZoekViaToelevering: TButton Left = 135 Top = 9 @@ -81,14 +86,16 @@ end end object pnlActies: TPanel - Left = 500 + Left = 505 Top = 41 Width = 127 - Height = 267 + Height = 291 Align = alRight BevelEdges = [] BevelOuter = bvNone TabOrder = 1 + ExplicitLeft = 500 + ExplicitHeight = 267 object btnMaatwerketiket: TButton Left = 6 Top = 6 @@ -121,8 +128,8 @@ object dbgDnaCodes: TDBGrid Left = 0 Top = 41 - Width = 500 - Height = 267 + Width = 505 + Height = 291 Align = alClient DataSource = dsDnaCodes Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect, dgTitleClick, dgTitleHotTrack]