Index: VerpakkingsDefinitie/UI/ProductDetailScherm.dfm =================================================================== diff -u -r598 -r599 --- VerpakkingsDefinitie/UI/ProductDetailScherm.dfm (.../ProductDetailScherm.dfm) (revision 598) +++ VerpakkingsDefinitie/UI/ProductDetailScherm.dfm (.../ProductDetailScherm.dfm) (revision 599) @@ -54,7 +54,7 @@ Caption = 'Product' end object LabelProductNaam: TLabel - Left = 51 + Left = 134 Top = 64 Width = 106 Height = 13 @@ -67,30 +67,34 @@ ParentFont = False end object LabelProductNummer: TLabel - Left = 746 + Left = 57 Top = 64 - Width = 122 + Width = 54 Height = 13 - Anchors = [akTop, akRight] BiDiMode = bdLeftToRight - Caption = 'LabelProductNummer' + Caption = 'LabelPrNr' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBiDiMode = False ParentFont = False - ExplicitLeft = 730 end - object Label17: TLabel - Left = 686 + object Label2: TLabel + Left = 117 Top = 64 - Width = 54 + Width = 11 Height = 13 - Anchors = [akTop, akRight] - Caption = 'Product nr.' - ExplicitLeft = 676 + 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 @@ -117,7 +121,7 @@ -1) end item - Caption = 'BoxSelect' + Caption = 'Meta name' Width = -1 WidthType = ( -1) @@ -154,23 +158,34 @@ ViewStyle = vsReport OnSelectItem = ListViewVerpakkingenSelectItem end - object ButtonNieuw: TButton + object ButtonNieuweVerpakking: TButton Left = 698 Top = 31 Width = 101 Height = 25 Anchors = [akTop, akRight] Caption = 'Nieuw' TabOrder = 1 + OnClick = ButtonNieuweVerpakkingClick end - object ButtonVerwijder: TButton + object ButtonVerwijderVerpakking: TButton Left = 698 - Top = 70 + Top = 110 Width = 101 Height = 25 Anchors = [akTop, akRight] Caption = 'Verwijder' TabOrder = 2 end + object ButtonDupliceerVerpakking: TButton + Left = 698 + Top = 62 + Width = 101 + Height = 25 + Anchors = [akTop, akRight] + Caption = 'Dupliceer' + TabOrder = 3 + OnClick = ButtonDupliceerVerpakkingClick + end end end