object ProjectForm: TProjectForm Left = 119 Top = 93 BorderStyle = bsDialog Caption = 'Project Menu' ClientHeight = 179 ClientWidth = 197 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow TextHeight = 16 object MakeBtn: TButton Left = 6 Top = 42 Width = 183 Height = 27 Caption = 'Make a New Project' TabOrder = 0 OnClick = BtnClick OnKeyPress = FormKeyPress end object EditBtn: TButton Left = 7 Top = 76 Width = 182 Height = 27 Caption = 'Edit a Project' TabOrder = 1 OnClick = BtnClick OnKeyPress = FormKeyPress end object HuntBtn: TButton Left = 7 Top = 110 Width = 182 Height = 27 Caption = 'Reports/Bills' TabOrder = 2 OnClick = BtnClick OnKeyPress = FormKeyPress end object TagBtn: TButton Left = 7 Top = 144 Width = 182 Height = 27 Caption = 'Tag Projects for Deletion' TabOrder = 3 OnClick = BtnClick OnKeyPress = FormKeyPress end object CancelBtn: TButton Left = 118 Top = 4 Width = 71 Height = 27 Cancel = True Caption = 'Exit' TabOrder = 4 OnClick = CancelBtnClick OnKeyPress = FormKeyPress end end