home *** CD-ROM | disk | FTP | other *** search
- object CategoryForm: TCategoryForm
- Left = 130
- Top = 28
- Width = 130
- Height = 223
- Caption = 'Modify Categories'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 121
- Height = 193
- TabOrder = 0
- object Label1: TLabel
- Left = 18
- Top = 8
- Width = 84
- Height = 13
- Caption = 'Modify Categories'
- end
- object CatList: TMemo
- Left = 8
- Top = 32
- Width = 105
- Height = 89
- Lines.Strings = (
- '')
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 22
- Top = 128
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object BitBtn2: TBitBtn
- Left = 22
- Top = 160
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkOK
- end
- end
- end
-