home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMNOMOPENBAL / TFMNOMOPENBAL.txt
Text File  |  1999-06-21  |  5KB  |  253 lines

  1. object fmNomOpenBal: TfmNomOpenBal
  2.   Left = 117
  3.   Top = 173
  4.   Width = 633
  5.   Height = 167
  6.   Caption = 'Opening Balance'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object pnlButtons: TPanel
  18.     Left = 0
  19.     Top = 95
  20.     Width = 625
  21.     Height = 45
  22.     Align = alBottom
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 1
  26.     object btnSave: TButton
  27.       Left = 12
  28.       Top = 8
  29.       Width = 75
  30.       Height = 30
  31.       Caption = '&Ok'
  32.       ParentShowHint = False
  33.       ShowHint = True
  34.       TabOrder = 0
  35.       OnClick = btnSaveClick
  36.     end
  37.     object btnCancel: TButton
  38.       Left = 100
  39.       Top = 8
  40.       Width = 75
  41.       Height = 30
  42.       Caption = '&Cancel'
  43.       ParentShowHint = False
  44.       ShowHint = True
  45.       TabOrder = 1
  46.       OnClick = btnCancelClick
  47.     end
  48.     object btnHelp: TButton
  49.       Left = 540
  50.       Top = 8
  51.       Width = 75
  52.       Height = 30
  53.       Caption = '&Help'
  54.       ParentShowHint = False
  55.       ShowHint = True
  56.       TabOrder = 2
  57.       OnClick = btnHelpClick
  58.     end
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 0
  62.     Top = 0
  63.     Width = 625
  64.     Height = 95
  65.     Align = alClient
  66.     BevelInner = bvRaised
  67.     BevelOuter = bvLowered
  68.     TabOrder = 0
  69.     object lblDate: TLabel
  70.       Left = 4
  71.       Top = 44
  72.       Width = 27
  73.       Height = 16
  74.       Caption = 'Date'
  75.     end
  76.     object lblRef: TLabel
  77.       Left = 107
  78.       Top = 44
  79.       Width = 58
  80.       Height = 16
  81.       Caption = 'Reference'
  82.     end
  83.     object lblDetails: TLabel
  84.       Left = 210
  85.       Top = 44
  86.       Width = 40
  87.       Height = 16
  88.       Caption = 'Details'
  89.     end
  90.     object lblAmount: TLabel
  91.       Left = 456
  92.       Top = 44
  93.       Width = 30
  94.       Height = 16
  95.       Caption = 'Debit'
  96.     end
  97.     object lblAccRef: TLabel
  98.       Left = 9
  99.       Top = 12
  100.       Width = 48
  101.       Height = 16
  102.       Caption = 'Account'
  103.     end
  104.     object lblName: TLabel
  105.       Left = 221
  106.       Top = 12
  107.       Width = 34
  108.       Height = 16
  109.       Caption = 'Name'
  110.     end
  111.     object Label1: TLabel
  112.       Left = 556
  113.       Top = 44
  114.       Width = 34
  115.       Height = 16
  116.       Caption = 'Credit'
  117.     end
  118.     object edtRef: TEdit
  119.       Left = 107
  120.       Top = 64
  121.       Width = 100
  122.       Height = 24
  123.       Hint = 'Press F1 for help'
  124.       MaxLength = 10
  125.       ParentShowHint = False
  126.       ShowHint = True
  127.       TabOrder = 1
  128.       Text = 'O/Bal'
  129.     end
  130.     object edtDetails: TEdit
  131.       Left = 210
  132.       Top = 64
  133.       Width = 200
  134.       Height = 24
  135.       Hint = 'Press F1 for help'
  136.       MaxLength = 30
  137.       ParentShowHint = False
  138.       ShowHint = True
  139.       TabOrder = 2
  140.       Text = 'Opening Balance'
  141.     end
  142.     object rxdcbeDate: TDateEdit
  143.       Left = 4
  144.       Top = 64
  145.       Width = 100
  146.       Height = 24
  147.       Hint = 'Press F1 for help'
  148.       ClickKey = 16452
  149.       NumGlyphs = 2
  150.       ParentShowHint = False
  151.       ShowHint = True
  152.       CalendarStyle = csDialog
  153.       Weekends = [Sun, Sat]
  154.       YearDigits = dyFour
  155.       TabOrder = 0
  156.     end
  157.     object ipdbeAccRef: TwwDBEdit
  158.       Left = 84
  159.       Top = 8
  160.       Width = 100
  161.       Height = 24
  162.       TabStop = False
  163.       DataField = 'ACREF'
  164.       DataSource = DM1.dsFinancial
  165.       ParentColor = True
  166.       ReadOnly = True
  167.       TabOrder = 5
  168.       UnboundDataType = wwDefault
  169.       WantReturns = False
  170.       WordWrap = False
  171.     end
  172.     object ipdbeName: TwwDBEdit
  173.       Left = 288
  174.       Top = 8
  175.       Width = 261
  176.       Height = 24
  177.       TabStop = False
  178.       DataField = 'NAME'
  179.       DataSource = DM1.dsFinancial
  180.       ParentColor = True
  181.       ReadOnly = True
  182.       TabOrder = 6
  183.       UnboundDataType = wwDefault
  184.       WantReturns = False
  185.       WordWrap = False
  186.     end
  187.     object rxncbeDebit: TRxCalcEdit
  188.       Left = 413
  189.       Top = 64
  190.       Width = 100
  191.       Height = 24
  192.       Hint = 'Press F1 for help'
  193.       AutoSize = False
  194.       DisplayFormat = ',0.00'
  195.       NumGlyphs = 2
  196.       ParentShowHint = False
  197.       ShowHint = True
  198.       TabOrder = 3
  199.       OnEnter = rxncbeDebitEnter
  200.       OnExit = rxncbeDebitExit
  201.     end
  202.     object rxncbeCredit: TRxCalcEdit
  203.       Left = 518
  204.       Top = 64
  205.       Width = 100
  206.       Height = 24
  207.       Hint = 'Press F1 for help'
  208.       AutoSize = False
  209.       DisplayFormat = ',0.00'
  210.       NumGlyphs = 2
  211.       ParentShowHint = False
  212.       ShowHint = True
  213.       TabOrder = 4
  214.       OnEnter = rxncbeCreditEnter
  215.       OnExit = rxncbeCreditExit
  216.     end
  217.   end
  218.   object SIZER: TSizer
  219.     Enabled = True
  220.     ExceptionAction = eaIgnoreControl
  221.     GridColumnSizing = gcSizeAllColumns
  222.     GridRowSizing = grSizeByDefaults
  223.     MinimumSize = True
  224.     NavigateOnEnter = True
  225.     OverrideParentFont = True
  226.     PerformAssertions = True
  227.     ShowAssertionFailures = False
  228.     StretchFonts = True
  229.     StretchImages = True
  230.     StretchOnResize = True
  231.     ThreadProcessing = False
  232.     Left = 564
  233.     ScreenWidth = (
  234.       800)
  235.     ScreenHeight = (
  236.       600)
  237.     OriginalFormWidth = (
  238.       633)
  239.     OriginalFormHeight = (
  240.       167)
  241.     OriginalFormLeft = (
  242.       117)
  243.     OriginalFormTop = (
  244.       173)
  245.     OriginalFormPPI = (
  246.       120)
  247.     OriginalClientWidth = (
  248.       625)
  249.     OriginalClientHeight = (
  250.       140)
  251.   end
  252. end
  253.