object FormVerpakkingMeta: TFormVerpakkingMeta Left = 0 Top = 0 Caption = 'Meta kiezen' ClientHeight = 391 ClientWidth = 295 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 295 391) PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 294 Height = 65 Anchors = [akLeft, akTop, akRight] Caption = 'Groep' TabOrder = 0 object ComboBoxGroep: TComboBox AlignWithMargins = True Left = 5 Top = 18 Width = 150 Height = 21 Align = alTop Style = csDropDownList Constraints.MaxWidth = 150 TabOrder = 0 OnChange = ComboBoxGroepChange end end object GroupBox2: TGroupBox Left = 0 Top = 71 Width = 294 Height = 315 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Meta' TabOrder = 1 object ListViewMetas: TListView Left = 2 Top = 15 Width = 290 Height = 298 Align = alClient BevelInner = bvNone BevelOuter = bvNone Columns = <> ColumnClick = False ReadOnly = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsList OnSelectItem = ListViewMetasSelectItem end end end