Index: PlanScan/UI/KlantinstellingenDetailScherm.dfm =================================================================== diff -u -r417 -r639 --- PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 417) +++ PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 639) @@ -3,7 +3,7 @@ Top = 0 ActiveControl = btnOk Caption = 'KlantinstellingenDetail' - ClientHeight = 260 + ClientHeight = 300 ClientWidth = 377 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -71,6 +71,20 @@ Font.Style = [] ParentFont = False end + object lblBlumXs: TLabel + Left = 68 + Top = 208 + Width = 113 + Height = 19 + AutoSize = False + Caption = 'Blum XS' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + end object edtklantId: TEdit Left = 187 Top = 45 @@ -99,7 +113,7 @@ end object btnOk: TButton Left = 133 - Top = 208 + Top = 248 Width = 112 Height = 33 Caption = 'Ok' @@ -139,4 +153,17 @@ ParentFont = False TabOrder = 4 end + object cbIsBlumXs: TCheckBox + Left = 187 + Top = 210 + Width = 97 + Height = 17 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 5 + end end