object fmCashCustomer: TfmCashCustomer Left = 269 Top = 140 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] AutoScroll = False Caption = 'Customer Details' ClientHeight = 213 ClientWidth = 370 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 370 Height = 85 Align = alTop Alignment = taLeftJustify TabOrder = 0 object Label1: TLabel Left = 76 Top = 12 Width = 283 Height = 64 Caption = 'The payment is less than the Total of the Invoice. Being a cash ' + 'customer you have to create an account first. If you want to do ' + 'so please fill the details below and click OK.' WordWrap = True end object Image1: TImage Left = 8 Top = 12 Width = 61 Height = 61 Picture.Data = {} Stretch = True end end object Panel2: TPanel Left = 0 Top = 85 Width = 370 Height = 83 Align = alClient TabOrder = 1 object Label2: TLabel Left = 16 Top = 20 Width = 49 Height = 16 Caption = 'A/C Ref.' end object Label3: TLabel Left = 16 Top = 52 Width = 60 Height = 16 Caption = 'A/C Name' end object EAccRef: TEdit Left = 92 Top = 16 Width = 121 Height = 24 CharCase = ecUpperCase TabOrder = 0 OnExit = EAccRefExit end object EAccName: TEdit Left = 92 Top = 48 Width = 269 Height = 24 TabOrder = 1 end end object Panel3: TPanel Left = 0 Top = 168 Width = 370 Height = 45 Align = alBottom TabOrder = 2 object BtnOk: TBitBtn Left = 12 Top = 8 Width = 90 Height = 30 Hint = 'Save the customer' Caption = '&OK' ModalResult = 1 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = BtnOkClick NumGlyphs = 2 end object BtnCancel: TBitBtn Left = 144 Top = 8 Width = 90 Height = 30 Cancel = True Caption = '&Cancel' ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 1 NumGlyphs = 2 end object BtnHelp: TBitBtn Left = 268 Top = 8 Width = 90 Height = 30 Cancel = True Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 2 NumGlyphs = 2 end end object Sizer1: TSizer Enabled = True ExceptionAction = eaIgnoreControl GridColumnSizing = gcSizeAllColumns GridRowSizing = grSizeByDefaults MinimumSize = True NavigateOnEnter = False OverrideParentFont = True PerformAssertions = True ShowAssertionFailures = False StretchFonts = True StretchImages = True StretchOnResize = True ThreadProcessing = False Left = 312 Top = 72 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 378) OriginalFormHeight = ( 240) OriginalFormLeft = ( 269) OriginalFormTop = ( 140) OriginalFormPPI = ( 120) OriginalClientWidth = ( 370) OriginalClientHeight = ( 213) end end