Index: VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm =================================================================== diff -u -r594 -r598 --- VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm (.../VerpakkingDetailScherm.dfm) (revision 594) +++ VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm (.../VerpakkingDetailScherm.dfm) (revision 598) @@ -3,7 +3,7 @@ Top = 0 Caption = 'FormVerpakkingDetail' ClientHeight = 418 - ClientWidth = 658 + ClientWidth = 672 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -14,42 +14,46 @@ OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( - 658 + 672 418) PixelsPerInch = 96 TextHeight = 13 object PanelVerpakkingControls: TPanel Left = 0 Top = 0 - Width = 657 + Width = 671 Height = 417 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 - object Label10: TLabel - Left = 8 - Top = 271 + ExplicitWidth = 657 + DesignSize = ( + 671 + 417) + object LabelParameters: TLabel + Left = 336 + Top = 15 Width = 55 Height = 13 Caption = 'Parameters' end object Label11: TLabel - Left = 360 - Top = 79 + Left = 8 + Top = 271 Width = 43 Height = 13 Caption = 'Plaatsing' end object Label12: TLabel - Left = 360 - Top = 111 + Left = 8 + Top = 303 Width = 31 Height = 13 Caption = 'Positie' end object Label13: TLabel - Left = 360 - Top = 143 + Left = 8 + Top = 335 Width = 38 Height = 13 Caption = 'Richting' @@ -111,8 +115,8 @@ Caption = 'Volume van' end object Label14: TLabel - Left = 360 - Top = 207 + Left = 8 + Top = 367 Width = 44 Height = 13 Caption = 'OptiType' @@ -134,24 +138,24 @@ TabOrder = 1 end object ComboBoxPlaatsing: TComboBox - Left = 464 - Top = 76 + Left = 112 + Top = 268 Width = 162 Height = 21 Style = csDropDownList TabOrder = 2 end object ComboBoxPositie: TComboBox - Left = 464 - Top = 108 + Left = 112 + Top = 300 Width = 162 Height = 21 Style = csDropDownList TabOrder = 3 end object ComboBoxRichting: TComboBox - Left = 464 - Top = 140 + Left = 112 + Top = 332 Width = 162 Height = 21 Style = csDropDownList @@ -209,18 +213,19 @@ TabOrder = 11 end object ComboBoxOptiType: TComboBox - Left = 464 - Top = 204 + Left = 112 + Top = 364 Width = 162 Height = 21 Style = csDropDownList TabOrder = 12 end object ScrollBoxParameters: TScrollBox - Left = 112 - Top = 268 - Width = 200 - Height = 125 + Left = 336 + Top = 34 + Width = 321 + Height = 226 + Anchors = [akLeft, akTop, akRight] TabOrder = 13 end end