object NewDirectory: TNewDirectory Left = 272 Top = 206 Width = 430 Height = 160 BorderIcons = [biSystemMenu, biHelp] Caption = 'Create new Directory' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox2: TGroupBox Left = 4 Top = 68 Width = 321 Height = 53 HelpContext = 120200 Caption = 'Name of new Directory' TabOrder = 3 object ediDirectory: TEdit Left = 8 Top = 20 Width = 305 Height = 21 HelpContext = 120200 TabOrder = 0 end end object btnOK: TNewButton Left = 340 Top = 4 Width = 75 Height = 23 HelpContext = 90100 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOKClick end object btnCancel: TNewButton Left = 340 Top = 32 Width = 75 Height = 23 HelpContext = 90200 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 OnClick = btnCancelClick end object GroupBox1: TGroupBox Left = 4 Top = 8 Width = 321 Height = 53 HelpContext = 120100 Caption = 'Create Directory in' TabOrder = 2 object Label1: TLabel Left = 12 Top = 15 Width = 307 Height = 36 AutoSize = False Caption = 'Label1' WordWrap = True end end end