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
Wrap
Text File
|
1996-12-15
|
2KB
|
105 lines
object Accounts: TAccounts
Left = 131
Top = 94
Width = 435
Height = 319
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Caption = 'Accounts'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object acctGrid: TStringGrid
Left = 16
Top = 64
Width = 403
Height = 203
HelpContext = 1220
ColCount = 7
DefaultRowHeight = 20
FixedCols = 0
RowCount = 200
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
OnGetEditMask = acctGridGetEditMask
OnGetEditText = acctGridGetEditText
OnKeyDown = acctGridKeyDown
OnMouseDown = acctGridMouseDown
OnSetEditText = acctGridSetEditText
end
object OKBtn: TButton
Left = 344
Top = 4
Width = 73
Height = 31
Caption = '&Ok'
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 258
Top = 4
Width = 73
Height = 31
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = OKBtnClick
end
object CheckBox1: TCheckBox
Left = 16
Top = 40
Width = 401
Height = 17
HelpContext = 1220
Caption = 'Enter New Balances (see instructions)'
TabOrder = 3
OnClick = CheckBox1Click
end
object MainMenu1: TMainMenu
Left = 18
Top = 6
object CatMenuEdit: TMenuItem
Caption = '&Edit'
ShortCut = 0
object CatMenuInsertLine: TMenuItem
Caption = '&Insert Row'
ShortCut = 0
OnClick = CatEditClick
end
object CatMenuDeleteLine: TMenuItem
Caption = '&Delete Row'
ShortCut = 0
OnClick = CatEditClick
end
object CatMenuCopyLine: TMenuItem
Caption = 'Copy LIne'
ShortCut = 0
OnClick = CatMenuCopyLineClick
end
object CatMenuUndeleteLine: TMenuItem
Caption = '&Undelete Row'
ShortCut = 0
OnClick = CatMenuUndeleteLineClick
end
end
object CatMenuHelp: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = CatMenuHelpClick
end
end
end