object NewProPath: TNewProPath Left = 256 Top = 298 BorderStyle = bsDialog Caption = 'New Project' ClientHeight = 185 ClientWidth = 385 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 365 Height = 127 Shape = bsFrame end object Label1: TLabel Left = 25 Top = 41 Width = 206 Height = 19 Caption = 'Choose path for new project:' end object Edit1: TEdit Left = 41 Top = 57 Width = 320 Height = 24 CharCase = ecUpperCase TabOrder = 0 end object Button1: TButton Left = 153 Top = 96 Width = 73 Height = 25 Caption = 'Browse' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 153 Width = 75 Height = 24 Caption = 'OK' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 201 Top = 153 Width = 73 Height = 24 Caption = 'Cancel' TabOrder = 3 OnClick = Button3Click end end