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 / TPROJECTFORM / TPROJECTFORM.txt
Text File  |  1996-12-15  |  1KB  |  70 lines

  1. object ProjectForm: TProjectForm
  2.   Left = 119
  3.   Top = 93
  4.   BorderStyle = bsDialog
  5.   Caption = 'Project Menu'
  6.   ClientHeight = 179
  7.   ClientWidth = 197
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object MakeBtn: TButton
  19.     Left = 6
  20.     Top = 42
  21.     Width = 183
  22.     Height = 27
  23.     Caption = 'Make a New Project'
  24.     TabOrder = 0
  25.     OnClick = BtnClick
  26.     OnKeyPress = FormKeyPress
  27.   end
  28.   object EditBtn: TButton
  29.     Left = 7
  30.     Top = 76
  31.     Width = 182
  32.     Height = 27
  33.     Caption = 'Edit a Project'
  34.     TabOrder = 1
  35.     OnClick = BtnClick
  36.     OnKeyPress = FormKeyPress
  37.   end
  38.   object HuntBtn: TButton
  39.     Left = 7
  40.     Top = 110
  41.     Width = 182
  42.     Height = 27
  43.     Caption = 'Reports/Bills'
  44.     TabOrder = 2
  45.     OnClick = BtnClick
  46.     OnKeyPress = FormKeyPress
  47.   end
  48.   object TagBtn: TButton
  49.     Left = 7
  50.     Top = 144
  51.     Width = 182
  52.     Height = 27
  53.     Caption = 'Tag Projects for Deletion'
  54.     TabOrder = 3
  55.     OnClick = BtnClick
  56.     OnKeyPress = FormKeyPress
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 118
  60.     Top = 4
  61.     Width = 71
  62.     Height = 27
  63.     Cancel = True
  64.     Caption = 'Exit'
  65.     TabOrder = 4
  66.     OnClick = CancelBtnClick
  67.     OnKeyPress = FormKeyPress
  68.   end
  69. end
  70.