Index: VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm =================================================================== diff -u -r598 -r602 --- VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm (.../VerpakkingDetailScherm.dfm) (revision 598) +++ VerpakkingsDefinitie/UI/VerpakkingDetailScherm.dfm (.../VerpakkingDetailScherm.dfm) (revision 602) @@ -2,7 +2,7 @@ Left = 0 Top = 0 Caption = 'FormVerpakkingDetail' - ClientHeight = 418 + ClientHeight = 396 ClientWidth = 672 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -15,21 +15,21 @@ OnDestroy = FormDestroy DesignSize = ( 672 - 418) + 396) PixelsPerInch = 96 TextHeight = 13 object PanelVerpakkingControls: TPanel Left = 0 Top = 0 Width = 671 - Height = 417 + Height = 396 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 - ExplicitWidth = 657 + ExplicitHeight = 409 DesignSize = ( 671 - 417) + 396) object LabelParameters: TLabel Left = 336 Top = 15 @@ -228,5 +228,20 @@ 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