object EditProjectForm: TEditProjectForm Left = 425 Top = 276 Width = 393 Height = 233 Caption = 'Project Details' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 24 Width = 64 Height = 13 Caption = 'Project &Name' end object Label2: TLabel Left = 12 Top = 96 Width = 59 Height = 14 Caption = 'Default &Alias' end object Label3: TLabel Left = 12 Top = 56 Width = 53 Height = 13 Caption = '&Description' end object Label4: TLabel Left = 12 Top = 132 Width = 71 Height = 13 Caption = '&Work Directory' end object ProjName: TEdit Left = 96 Top = 21 Width = 129 Height = 21 TabOrder = 0 end object Aliases: TComboBox Left = 96 Top = 91 Width = 129 Height = 21 ItemHeight = 13 TabOrder = 2 OnDropDown = AliasesDropDown end object Desc: TEdit Left = 96 Top = 54 Width = 249 Height = 21 TabOrder = 1 end object Dir: TEdit Left = 96 Top = 129 Width = 249 Height = 21 TabOrder = 3 end object DirButton: TButton Left = 353 Top = 131 Width = 17 Height = 17 Caption = '...' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 end object Button1: TButton Left = 96 Top = 168 Width = 65 Height = 25 Caption = '&Ok' Default = True TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 168 Width = 65 Height = 25 Cancel = True Caption = '&Cancel' Default = True ModalResult = 2 TabOrder = 6 end end