object FormProductDetail: TFormProductDetail Left = 0 Top = 0 BorderStyle = bsNone Caption = 'FormProductDetail' ClientHeight = 240 ClientWidth = 818 Color = clBtnFace Constraints.MinHeight = 240 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 818 240) PixelsPerInch = 96 TextHeight = 13 object LabelOmschrijving1: TLabel Left = 8 Top = 8 Width = 103 Height = 14 Caption = 'LabelOmschrijving1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object LabelOmschrijving2: TLabel Left = 8 Top = 35 Width = 103 Height = 14 Caption = 'LabelOmschrijving2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 8 Top = 64 Width = 37 Height = 13 Caption = 'Product' end object LabelProductNaam: TLabel Left = 134 Top = 64 Width = 106 Height = 13 Caption = 'LabelProductNaam' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object LabelProductNummer: TLabel Left = 57 Top = 64 Width = 54 Height = 13 BiDiMode = bdLeftToRight Caption = 'LabelPrNr' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False end object Label2: TLabel Left = 117 Top = 64 Width = 11 Height = 13 BiDiMode = bdLeftToRight Caption = ' - ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 83 Width = 802 Height = 150 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Dozen' TabOrder = 0 DesignSize = ( 802 150) object ListViewVerpakkingen: TListView Left = 3 Top = 16 Width = 679 Height = 131 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Nr' Width = -1 WidthType = ( -1) end item Caption = 'Meta name' Width = -1 WidthType = ( -1) end item Caption = 'Dim (B x D x H)' Width = -1 WidthType = ( -1) end item Caption = 'Aantal' Width = -1 WidthType = ( -1) end item Caption = 'Max.Comb.Aantal' Width = 100 end item Caption = 'Deel van' Width = -1 WidthType = ( -1) end item Caption = 'ID' Width = -1 WidthType = ( -1) end> TabOrder = 0 ViewStyle = vsReport OnSelectItem = ListViewVerpakkingenSelectItem end object ButtonNieuweVerpakking: TButton Left = 698 Top = 31 Width = 101 Height = 25 Anchors = [akTop, akRight] Caption = 'Nieuw' TabOrder = 1 OnClick = ButtonNieuweVerpakkingClick end object ButtonVerwijderVerpakking: TButton Left = 698 Top = 110 Width = 101 Height = 25 Anchors = [akTop, akRight] Caption = 'Verwijder' TabOrder = 2 OnClick = ButtonVerwijderVerpakkingClick end object ButtonDupliceerVerpakking: TButton Left = 698 Top = 62 Width = 101 Height = 25 Anchors = [akTop, akRight] Caption = 'Dupliceer' TabOrder = 3 OnClick = ButtonDupliceerVerpakkingClick end end end