home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TCATEGORIES / TCATEGORIES.txt
Text File  |  1996-12-15  |  2KB  |  95 lines

  1. object Categories: TCategories
  2.   Left = 131
  3.   Top = 94
  4.   Width = 435
  5.   Height = 300
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Categories'
  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 catgrid: TStringGrid
  19.     Left = 16
  20.     Top = 48
  21.     Width = 403
  22.     Height = 203
  23.     HelpContext = 1000
  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 = catgridGetEditMask
  37.     OnGetEditText = catgridGetEditText
  38.     OnKeyDown = catgridKeyDown
  39.     OnMouseDown = catGridMouseDown
  40.     OnSetEditText = catgridSetEditText
  41.   end
  42.   object OKBtn: TButton
  43.     Left = 340
  44.     Top = 4
  45.     Width = 71
  46.     Height = 31
  47.     Caption = '&Ok'
  48.     TabOrder = 1
  49.     OnClick = OKBtnClick
  50.   end
  51.   object CancelBtn: TButton
  52.     Left = 256
  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 MainMenu1: TMainMenu
  62.     Left = 8
  63.     Top = 2
  64.     object CatMenuEdit: TMenuItem
  65.       Caption = '&Edit'
  66.       ShortCut = 0
  67.       object CatMenuInsertLine: TMenuItem
  68.         Caption = '&Insert Row'
  69.         ShortCut = 0
  70.         OnClick = CatEditClick
  71.       end
  72.       object CatMenuDeleteLine: TMenuItem
  73.         Caption = '&Delete Row'
  74.         ShortCut = 0
  75.         OnClick = CatEditClick
  76.       end
  77.       object CatMenuCopyRow: TMenuItem
  78.         Caption = 'Copy Line'
  79.         ShortCut = 0
  80.         OnClick = CatMenuCopyRowClick
  81.       end
  82.       object CatMenuUndeleteRow: TMenuItem
  83.         Caption = 'Undelete Row'
  84.         ShortCut = 0
  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.