home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TACCOUNTS / TACCOUNTS.txt
Text File  |  1996-12-15  |  2KB  |  105 lines

  1. object Accounts: TAccounts
  2.   Left = 131
  3.   Top = 94
  4.   Width = 435
  5.   Height = 319
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Accounts'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object acctGrid: TStringGrid
  19.     Left = 16
  20.     Top = 64
  21.     Width = 403
  22.     Height = 203
  23.     HelpContext = 1220
  24.     ColCount = 7
  25.     DefaultRowHeight = 20
  26.     FixedCols = 0
  27.     RowCount = 200
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  33.     ParentFont = False
  34.     ScrollBars = ssVertical
  35.     TabOrder = 0
  36.     OnGetEditMask = acctGridGetEditMask
  37.     OnGetEditText = acctGridGetEditText
  38.     OnKeyDown = acctGridKeyDown
  39.     OnMouseDown = acctGridMouseDown
  40.     OnSetEditText = acctGridSetEditText
  41.   end
  42.   object OKBtn: TButton
  43.     Left = 344
  44.     Top = 4
  45.     Width = 73
  46.     Height = 31
  47.     Caption = '&Ok'
  48.     TabOrder = 1
  49.     OnClick = OKBtnClick
  50.   end
  51.   object CancelBtn: TButton
  52.     Left = 258
  53.     Top = 4
  54.     Width = 73
  55.     Height = 31
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     TabOrder = 2
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CheckBox1: TCheckBox
  62.     Left = 16
  63.     Top = 40
  64.     Width = 401
  65.     Height = 17
  66.     HelpContext = 1220
  67.     Caption = 'Enter New Balances (see instructions)'
  68.     TabOrder = 3
  69.     OnClick = CheckBox1Click
  70.   end
  71.   object MainMenu1: TMainMenu
  72.     Left = 18
  73.     Top = 6
  74.     object CatMenuEdit: TMenuItem
  75.       Caption = '&Edit'
  76.       ShortCut = 0
  77.       object CatMenuInsertLine: TMenuItem
  78.         Caption = '&Insert Row'
  79.         ShortCut = 0
  80.         OnClick = CatEditClick
  81.       end
  82.       object CatMenuDeleteLine: TMenuItem
  83.         Caption = '&Delete Row'
  84.         ShortCut = 0
  85.         OnClick = CatEditClick
  86.       end
  87.       object CatMenuCopyLine: TMenuItem
  88.         Caption = 'Copy LIne'
  89.         ShortCut = 0
  90.         OnClick = CatMenuCopyLineClick
  91.       end
  92.       object CatMenuUndeleteLine: TMenuItem
  93.         Caption = '&Undelete Row'
  94.         ShortCut = 0
  95.         OnClick = CatMenuUndeleteLineClick
  96.       end
  97.     end
  98.     object CatMenuHelp: TMenuItem
  99.       Caption = '&Help'
  100.       ShortCut = 112
  101.       OnClick = CatMenuHelpClick
  102.     end
  103.   end
  104. end
  105.