home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / handson / files / copydelp.exe / ToDo.exe / 0 / RCDATA / TCATADDFORM / TCATADDFORM.txt
Encoding:
Text File  |  2000-01-31  |  2.1 KB  |  96 lines

  1. object CatAddForm: TCatAddForm
  2.   Left = 420
  3.   Top = 209
  4.   Width = 222
  5.   Height = 431
  6.   Caption = 'Categories'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object CancelBtn: TButton
  16.     Left = 109
  17.     Top = 376
  18.     Width = 99
  19.     Height = 25
  20.     Caption = '&Cancel'
  21.     TabOrder = 0
  22.     OnClick = CancelBtnClick
  23.   end
  24.   object UseCategoryBtn: TButton
  25.     Left = 7
  26.     Top = 376
  27.     Width = 97
  28.     Height = 25
  29.     Caption = '&Use Category'
  30.     TabOrder = 1
  31.     OnClick = UseCategoryBtnClick
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 7
  35.     Top = 8
  36.     Width = 201
  37.     Height = 361
  38.     BevelInner = bvRaised
  39.     BevelOuter = bvLowered
  40.     TabOrder = 2
  41.     object DBGrid1: TDBGrid
  42.       Left = 24
  43.       Top = 56
  44.       Width = 153
  45.       Height = 289
  46.       DataSource = ToDoForm.CategoriesDataSource
  47.       Options = [dgColumnResize, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  48.       ReadOnly = True
  49.       TabOrder = 0
  50.       TitleFont.Charset = DEFAULT_CHARSET
  51.       TitleFont.Color = clWindowText
  52.       TitleFont.Height = -11
  53.       TitleFont.Name = 'MS Sans Serif'
  54.       TitleFont.Style = []
  55.       OnDblClick = DBGrid1DblClick
  56.     end
  57.     object AddCatEdit: TEdit
  58.       Left = 24
  59.       Top = 8
  60.       Width = 153
  61.       Height = 21
  62.       TabOrder = 1
  63.     end
  64.     object AddBtn: TButton
  65.       Left = 24
  66.       Top = 32
  67.       Width = 75
  68.       Height = 17
  69.       Caption = '&Add New'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -9
  73.       Font.Name = 'Times New Roman'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       TabOrder = 2
  77.       OnClick = AddBtnClick
  78.     end
  79.     object DeleteBtn: TButton
  80.       Left = 102
  81.       Top = 32
  82.       Width = 75
  83.       Height = 17
  84.       Caption = '&Delete'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clWindowText
  87.       Font.Height = -9
  88.       Font.Name = 'Times New Roman'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 3
  92.       OnClick = DeleteBtnClick
  93.     end
  94.   end
  95. end
  96.