home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
9APLI
/
TIMBNT25.ZIP
/
INSTALL.EXE
/
BILLPOWR.EXE
/
0
/
RCDATA
/
TCATEGORIES
/
TCATEGORIES.txt
Wrap
Text File
|
1998-04-14
|
2KB
|
95 lines
object Categories: TCategories
Left = 131
Top = 94
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Categories'
ClientHeight = 254
ClientWidth = 427
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Arial'
Font.Style = []
Menu = MainMenu1
Scaled = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 17
object catgrid: TStringGrid
Left = 16
Top = 48
Width = 403
Height = 203
HelpContext = 1000
ColCount = 7
DefaultRowHeight = 20
FixedCols = 0
RowCount = 200
Font.Charset = DEFAULT_CHARSET
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 = catgridGetEditMask
OnGetEditText = catgridGetEditText
OnKeyDown = catgridKeyDown
OnMouseDown = catGridMouseDown
OnSetEditText = catgridSetEditText
end
object OKBtn: TButton
Left = 340
Top = 4
Width = 71
Height = 31
Caption = '&Ok'
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 256
Top = 4
Width = 73
Height = 31
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = OKBtnClick
end
object MainMenu1: TMainMenu
Left = 8
Top = 2
object CatMenuEdit: TMenuItem
Caption = '&Edit'
object CatMenuInsertLine: TMenuItem
Caption = '&Insert Row'
OnClick = CatEditClick
end
object CatMenuDeleteLine: TMenuItem
Caption = '&Delete Row'
OnClick = CatEditClick
end
object CatMenuCopyRow: TMenuItem
Caption = 'Copy Line'
OnClick = CatMenuCopyRowClick
end
object CatMenuUndeleteRow: TMenuItem
Caption = 'Undelete Row'
OnClick = CatMenuUndeleteRowClick
end
end
object CatMenuHelp: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = CatMenuHelpClick
end
end
end