object fmNomOpenBal: TfmNomOpenBal Left = 117 Top = 173 Width = 633 Height = 167 Caption = 'Opening Balance' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object pnlButtons: TPanel Left = 0 Top = 95 Width = 625 Height = 45 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object btnSave: TButton Left = 12 Top = 8 Width = 75 Height = 30 Caption = '&Ok' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = btnSaveClick end object btnCancel: TButton Left = 100 Top = 8 Width = 75 Height = 30 Caption = '&Cancel' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnCancelClick end object btnHelp: TButton Left = 540 Top = 8 Width = 75 Height = 30 Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnHelpClick end end object Panel1: TPanel Left = 0 Top = 0 Width = 625 Height = 95 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object lblDate: TLabel Left = 4 Top = 44 Width = 27 Height = 16 Caption = 'Date' end object lblRef: TLabel Left = 107 Top = 44 Width = 58 Height = 16 Caption = 'Reference' end object lblDetails: TLabel Left = 210 Top = 44 Width = 40 Height = 16 Caption = 'Details' end object lblAmount: TLabel Left = 456 Top = 44 Width = 30 Height = 16 Caption = 'Debit' end object lblAccRef: TLabel Left = 9 Top = 12 Width = 48 Height = 16 Caption = 'Account' end object lblName: TLabel Left = 221 Top = 12 Width = 34 Height = 16 Caption = 'Name' end object Label1: TLabel Left = 556 Top = 44 Width = 34 Height = 16 Caption = 'Credit' end object edtRef: TEdit Left = 107 Top = 64 Width = 100 Height = 24 Hint = 'Press F1 for help' MaxLength = 10 ParentShowHint = False ShowHint = True TabOrder = 1 Text = 'O/Bal' end object edtDetails: TEdit Left = 210 Top = 64 Width = 200 Height = 24 Hint = 'Press F1 for help' MaxLength = 30 ParentShowHint = False ShowHint = True TabOrder = 2 Text = 'Opening Balance' end object rxdcbeDate: TDateEdit Left = 4 Top = 64 Width = 100 Height = 24 Hint = 'Press F1 for help' ClickKey = 16452 NumGlyphs = 2 ParentShowHint = False ShowHint = True CalendarStyle = csDialog Weekends = [Sun, Sat] YearDigits = dyFour TabOrder = 0 end object ipdbeAccRef: TwwDBEdit Left = 84 Top = 8 Width = 100 Height = 24 TabStop = False DataField = 'ACREF' DataSource = DM1.dsFinancial ParentColor = True ReadOnly = True TabOrder = 5 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object ipdbeName: TwwDBEdit Left = 288 Top = 8 Width = 261 Height = 24 TabStop = False DataField = 'NAME' DataSource = DM1.dsFinancial ParentColor = True ReadOnly = True TabOrder = 6 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object rxncbeDebit: TRxCalcEdit Left = 413 Top = 64 Width = 100 Height = 24 Hint = 'Press F1 for help' AutoSize = False DisplayFormat = ',0.00' NumGlyphs = 2 ParentShowHint = False ShowHint = True TabOrder = 3 OnEnter = rxncbeDebitEnter OnExit = rxncbeDebitExit end object rxncbeCredit: TRxCalcEdit Left = 518 Top = 64 Width = 100 Height = 24 Hint = 'Press F1 for help' AutoSize = False DisplayFormat = ',0.00' NumGlyphs = 2 ParentShowHint = False ShowHint = True TabOrder = 4 OnEnter = rxncbeCreditEnter OnExit = rxncbeCreditExit end end object SIZER: TSizer Enabled = True ExceptionAction = eaIgnoreControl GridColumnSizing = gcSizeAllColumns GridRowSizing = grSizeByDefaults MinimumSize = True NavigateOnEnter = True OverrideParentFont = True PerformAssertions = True ShowAssertionFailures = False StretchFonts = True StretchImages = True StretchOnResize = True ThreadProcessing = False Left = 564 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 633) OriginalFormHeight = ( 167) OriginalFormLeft = ( 117) OriginalFormTop = ( 173) OriginalFormPPI = ( 120) OriginalClientWidth = ( 625) OriginalClientHeight = ( 140) end end