Index: VerpakkingsDefinitie/Main.dfm =================================================================== diff -u -r581 -r593 --- VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 581) +++ VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 593) @@ -13,21 +13,41 @@ OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate - DesignSize = ( - 1184 - 711) PixelsPerInch = 96 TextHeight = 13 object PanelMain: TPanel + AlignWithMargins = True Left = 0 - Top = 0 + Top = 40 Width = 1184 - Height = 711 - Anchors = [akLeft, akTop, akRight, akBottom] + Height = 671 + Margins.Left = 0 + Margins.Top = 0 + Margins.Right = 0 + Margins.Bottom = 0 + Align = alClient + BevelOuter = bvNone Color = clWhite ParentBackground = False ParentShowHint = False ShowHint = True TabOrder = 0 + ExplicitHeight = 705 end + object PanelGebruiker: TPanel + AlignWithMargins = True + Left = 0 + Top = 0 + Width = 1184 + Height = 40 + Margins.Left = 0 + Margins.Top = 0 + Margins.Right = 0 + Margins.Bottom = 0 + Align = alTop + BevelOuter = bvNone + Color = clRed + ParentBackground = False + TabOrder = 1 + end end