Index: PlanScan/UI/KlantinstellingenDetailScherm.dfm =================================================================== diff -u -r657 -r690 --- PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 657) +++ PlanScan/UI/KlantinstellingenDetailScherm.dfm (.../KlantinstellingenDetailScherm.dfm) (revision 690) @@ -3,7 +3,7 @@ Top = 0 ActiveControl = btnOk Caption = 'KlantinstellingenDetail' - ClientHeight = 306 + ClientHeight = 232 ClientWidth = 377 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -30,8 +30,8 @@ ParentFont = False end object lblExport: TLabel - Left = 68 - Top = 64 + Left = 20 + Top = 56 Width = 113 Height = 19 AutoSize = False @@ -44,8 +44,8 @@ ParentFont = False end object lblWegwerpPallet: TLabel - Left = 68 - Top = 103 + Left = 20 + Top = 95 Width = 113 Height = 19 AutoSize = False @@ -58,8 +58,8 @@ ParentFont = False end object lblMeerdereToeleveringen: TLabel - Left = 68 - Top = 143 + Left = 20 + Top = 135 Width = 113 Height = 19 AutoSize = False @@ -72,8 +72,8 @@ ParentFont = False end object lblBlumXs: TLabel - Left = 68 - Top = 183 + Left = 195 + Top = 56 Width = 113 Height = 19 AutoSize = False @@ -86,8 +86,8 @@ ParentFont = False end object lblHalvePallet: TLabel - Left = 68 - Top = 223 + Left = 195 + Top = 96 Width = 113 Height = 19 AutoSize = False @@ -99,6 +99,20 @@ Font.Style = [] ParentFont = False end + object lblKartonnenPallet: TLabel + Left = 195 + Top = 135 + Width = 126 + Height = 19 + AutoSize = False + Caption = 'Kartonnen pallet' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + end object edtklantId: TEdit Left = 187 Top = 21 @@ -113,9 +127,9 @@ TabOrder = 0 end object cbIsExport: TCheckBox - Left = 187 - Top = 66 - Width = 97 + Left = 139 + Top = 58 + Width = 22 Height = 17 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -126,8 +140,8 @@ TabOrder = 1 end object btnOk: TButton - Left = 133 - Top = 256 + Left = 139 + Top = 176 Width = 112 Height = 33 Caption = 'Ok' @@ -142,9 +156,9 @@ TabOrder = 2 end object cbWegwerppallet: TCheckBox - Left = 187 - Top = 105 - Width = 97 + Left = 139 + Top = 97 + Width = 22 Height = 17 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -155,9 +169,9 @@ TabOrder = 3 end object cbMeerdereToeleveringen: TCheckBox - Left = 187 - Top = 145 - Width = 97 + Left = 139 + Top = 137 + Width = 22 Height = 17 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -168,9 +182,9 @@ TabOrder = 4 end object cbIsBlumXs: TCheckBox - Left = 187 - Top = 185 - Width = 97 + Left = 330 + Top = 58 + Width = 22 Height = 17 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -181,9 +195,9 @@ TabOrder = 5 end object cbHalvePallet: TCheckBox - Left = 187 - Top = 225 - Width = 97 + Left = 330 + Top = 97 + Width = 22 Height = 17 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -193,4 +207,17 @@ ParentFont = False TabOrder = 6 end + object cbKartonnenPallet: TCheckBox + Left = 330 + Top = 137 + Width = 22 + Height = 17 + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -16 + Font.Name = 'Tahoma' + Font.Style = [] + ParentFont = False + TabOrder = 7 + end end