Index: VerpakkingsDefinitie/Main.dfm =================================================================== diff -u -r593 -r610 --- VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 593) +++ VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 610) @@ -18,9 +18,9 @@ object PanelMain: TPanel AlignWithMargins = True Left = 0 - Top = 40 + Top = 81 Width = 1184 - Height = 671 + Height = 630 Margins.Left = 0 Margins.Top = 0 Margins.Right = 0 @@ -32,12 +32,13 @@ ParentShowHint = False ShowHint = True TabOrder = 0 - ExplicitHeight = 705 + ExplicitTop = 40 + ExplicitHeight = 671 end object PanelGebruiker: TPanel AlignWithMargins = True Left = 0 - Top = 0 + Top = 41 Width = 1184 Height = 40 Margins.Left = 0 @@ -49,5 +50,25 @@ Color = clRed ParentBackground = False TabOrder = 1 + ExplicitTop = 0 end + object PanelTestOmgeving: TPanel + Left = 0 + Top = 0 + Width = 1184 + Height = 41 + Align = alTop + BevelOuter = bvNone + Caption = 'Test omgeving' + Color = clOlive + Font.Charset = DEFAULT_CHARSET + Font.Color = clWhite + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentBackground = False + ParentFont = False + TabOrder = 2 + ExplicitTop = -1 + end end