Index: VerpakkingsDefinitie/Main.dfm =================================================================== diff -u -r555 -r573 --- VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 555) +++ VerpakkingsDefinitie/Main.dfm (.../Main.dfm) (revision 573) @@ -2,8 +2,8 @@ Left = 0 Top = 0 Caption = 'Verpakkings Definitie' - ClientHeight = 481 - ClientWidth = 944 + ClientHeight = 711 + ClientWidth = 1184 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -14,20 +14,22 @@ OnCloseQuery = FormCloseQuery OnCreate = FormCreate DesignSize = ( - 944 - 481) + 1184 + 711) PixelsPerInch = 96 TextHeight = 13 object PanelMain: TPanel Left = 0 Top = 0 - Width = 944 - Height = 481 + Width = 1184 + Height = 711 Anchors = [akLeft, akTop, akRight, akBottom] Color = clWhite ParentBackground = False ParentShowHint = False ShowHint = True TabOrder = 0 + ExplicitWidth = 944 + ExplicitHeight = 481 end end