object FormVerpakkingMeta: TFormVerpakkingMeta Left = 0 Top = 0 Caption = 'Meta kiezen' ClientHeight = 405 ClientWidth = 355 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 355 405) PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 354 Height = 65 Anchors = [akLeft, akTop, akRight] Caption = 'Groep' TabOrder = 0 ExplicitWidth = 359 object ComboBoxGroep: TComboBox AlignWithMargins = True Left = 5 Top = 18 Width = 150 Height = 21 Align = alTop Style = csDropDownList Constraints.MaxWidth = 150 TabOrder = 0 end object Button1: TButton Left = 208 Top = 24 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 1 OnClick = Button1Click end end object GroupBox2: TGroupBox Left = 0 Top = 71 Width = 354 Height = 329 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Meta' TabOrder = 1 ExplicitWidth = 359 ExplicitHeight = 322 object ListViewMetas: TListView Left = 2 Top = 15 Width = 350 Height = 312 Align = alClient Columns = <> TabOrder = 0 ExplicitLeft = 3 ExplicitTop = 16 ExplicitWidth = 250 ExplicitHeight = 150 end end end