object FormVerpakkingDetail: TFormVerpakkingDetail Left = 0 Top = 0 Caption = 'FormVerpakkingDetail' ClientHeight = 396 ClientWidth = 672 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 672 396) PixelsPerInch = 96 TextHeight = 13 object PanelVerpakkingControls: TPanel Left = 0 Top = 0 Width = 671 Height = 396 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 DesignSize = ( 671 396) object LabelParameters: TLabel Left = 336 Top = 15 Width = 55 Height = 13 Caption = 'Parameters' end object Label11: TLabel Left = 8 Top = 271 Width = 43 Height = 13 Caption = 'Plaatsing' end object Label12: TLabel Left = 8 Top = 303 Width = 31 Height = 13 Caption = 'Positie' end object Label13: TLabel Left = 8 Top = 335 Width = 38 Height = 13 Caption = 'Richting' end object Label2: TLabel Left = 8 Top = 15 Width = 24 Height = 13 Caption = 'Meta' end object Label4: TLabel Left = 8 Top = 79 Width = 42 Height = 13 Caption = 'Deel van' end object Label5: TLabel Left = 8 Top = 111 Width = 38 Height = 13 Caption = 'Breedte' end object Label6: TLabel Left = 8 Top = 143 Width = 31 Height = 13 Caption = 'Diepte' end object Label7: TLabel Left = 8 Top = 175 Width = 35 Height = 13 Caption = 'Hoogte' end object Label8: TLabel Left = 8 Top = 207 Width = 85 Height = 13 Caption = 'Max comb. aantal' end object Label9: TLabel Left = 8 Top = 239 Width = 31 Height = 13 Caption = 'Aantal' end object Label3: TLabel Left = 8 Top = 47 Width = 55 Height = 13 Caption = 'Volume van' end object Label14: TLabel Left = 8 Top = 367 Width = 44 Height = 13 Caption = 'OptiType' end object ButtonMeta: TButton Left = 272 Top = 12 Width = 40 Height = 21 Caption = '...' TabOrder = 0 OnClick = ButtonMetaClick end object ComboBoxDeelVan: TComboBox Left = 112 Top = 76 Width = 200 Height = 21 Style = csDropDownList TabOrder = 1 end object ComboBoxPlaatsing: TComboBox Left = 112 Top = 268 Width = 162 Height = 21 Style = csDropDownList TabOrder = 2 end object ComboBoxPositie: TComboBox Left = 112 Top = 300 Width = 162 Height = 21 Style = csDropDownList TabOrder = 3 end object ComboBoxRichting: TComboBox Left = 112 Top = 332 Width = 162 Height = 21 Style = csDropDownList TabOrder = 4 end object EditAantal: TEdit Left = 112 Top = 236 Width = 200 Height = 21 TabOrder = 5 end object EditBreedte: TEdit Left = 112 Top = 108 Width = 200 Height = 21 TabOrder = 6 end object EditDiepte: TEdit Left = 112 Top = 140 Width = 200 Height = 21 TabOrder = 7 end object EditHoogte: TEdit Left = 112 Top = 172 Width = 200 Height = 21 TabOrder = 8 end object EditMaxCombAantal: TEdit Left = 112 Top = 204 Width = 200 Height = 21 TabOrder = 9 end object EditMeta: TEdit Left = 112 Top = 12 Width = 154 Height = 21 Enabled = False TabOrder = 10 end object EditVolumeVan: TEdit Left = 112 Top = 44 Width = 154 Height = 21 Enabled = False TabOrder = 11 end object ComboBoxOptiType: TComboBox Left = 112 Top = 364 Width = 162 Height = 21 Style = csDropDownList TabOrder = 12 end object ScrollBoxParameters: TScrollBox Left = 336 Top = 34 Width = 321 Height = 226 Anchors = [akLeft, akTop, akRight] TabOrder = 13 end object ButtonOpslaan: TButton Left = 495 Top = 362 Width = 162 Height = 25 Caption = 'Opslaan' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 14 OnClick = ButtonOpslaanClick end end end