home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / databox / _setup.1 / DataBox.exe / 0 / RCDATA / TCATEGORYFORM / TCATEGORYFORM.txt
Encoding:
Text File  |  1999-12-11  |  971 b   |  54 lines

  1. object CategoryForm: TCategoryForm
  2.   Left = 130
  3.   Top = 28
  4.   Width = 130
  5.   Height = 223
  6.   Caption = 'Modify Categories'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 121
  18.     Height = 193
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 18
  22.       Top = 8
  23.       Width = 84
  24.       Height = 13
  25.       Caption = 'Modify Categories'
  26.     end
  27.     object CatList: TMemo
  28.       Left = 8
  29.       Top = 32
  30.       Width = 105
  31.       Height = 89
  32.       Lines.Strings = (
  33.         '')
  34.       TabOrder = 0
  35.     end
  36.     object BitBtn1: TBitBtn
  37.       Left = 22
  38.       Top = 128
  39.       Width = 75
  40.       Height = 25
  41.       TabOrder = 1
  42.       Kind = bkCancel
  43.     end
  44.     object BitBtn2: TBitBtn
  45.       Left = 22
  46.       Top = 160
  47.       Width = 75
  48.       Height = 25
  49.       TabOrder = 2
  50.       Kind = bkOK
  51.     end
  52.   end
  53. end
  54.