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
Text File  |  1998-04-14  |  2KB  |  95 lines

  1. object Categories: TCategories
  2.   Left = 131
  3.   Top = 94
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Categories'
  9.   ClientHeight = 254
  10.   ClientWidth = 427
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -15
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Menu = MainMenu1
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 17
  22.   object catgrid: TStringGrid
  23.     Left = 16
  24.     Top = 48
  25.     Width = 403
  26.     Height = 203
  27.     HelpContext = 1000
  28.     ColCount = 7
  29.     DefaultRowHeight = 20
  30.     FixedCols = 0
  31.     RowCount = 200
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
  38.     ParentFont = False
  39.     ScrollBars = ssVertical
  40.     TabOrder = 0
  41.     OnGetEditMask = catgridGetEditMask
  42.     OnGetEditText = catgridGetEditText
  43.     OnKeyDown = catgridKeyDown
  44.     OnMouseDown = catGridMouseDown
  45.     OnSetEditText = catgridSetEditText
  46.   end
  47.   object OKBtn: TButton
  48.     Left = 340
  49.     Top = 4
  50.     Width = 71
  51.     Height = 31
  52.     Caption = '&Ok'
  53.     TabOrder = 1
  54.     OnClick = OKBtnClick
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 256
  58.     Top = 4
  59.     Width = 73
  60.     Height = 31
  61.     Cancel = True
  62.     Caption = '&Cancel'
  63.     TabOrder = 2
  64.     OnClick = OKBtnClick
  65.   end
  66.   object MainMenu1: TMainMenu
  67.     Left = 8
  68.     Top = 2
  69.     object CatMenuEdit: TMenuItem
  70.       Caption = '&Edit'
  71.       object CatMenuInsertLine: TMenuItem
  72.         Caption = '&Insert Row'
  73.         OnClick = CatEditClick
  74.       end
  75.       object CatMenuDeleteLine: TMenuItem
  76.         Caption = '&Delete Row'
  77.         OnClick = CatEditClick
  78.       end
  79.       object CatMenuCopyRow: TMenuItem
  80.         Caption = 'Copy Line'
  81.         OnClick = CatMenuCopyRowClick
  82.       end
  83.       object CatMenuUndeleteRow: TMenuItem
  84.         Caption = 'Undelete Row'
  85.         OnClick = CatMenuUndeleteRowClick
  86.       end
  87.     end
  88.     object CatMenuHelp: TMenuItem
  89.       Caption = '&Help'
  90.       ShortCut = 112
  91.       OnClick = CatMenuHelpClick
  92.     end
  93.   end
  94. end
  95.