object CreateDirDlg: TCreateDirDlg Left = 913 Top = 422 HelpContext = 1030 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Create Directory' ClientHeight = 105 ClientWidth = 352 Font.Height = -11 Font.Name = 'MS Sans Serif' PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label2: TLabel Left = 7 Top = 40 Width = 31 Height = 13 Caption = 'Name:' end object Label3: TLabel Left = 8 Top = 9 Width = 253 Height = 13 AutoSize = False end object OKButton: TBitBtn Left = 271 Top = 7 Width = 75 Height = 25 Hint = 'Create the directory named in the edit box' Caption = 'OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = False TabOrder = 1 OnClick = OKButtonClick NumGlyphs = 2 end object CancelButton: TBitBtn Left = 271 Top = 40 Width = 75 Height = 25 Hint = 'Dismiss dialog without creating a directory' Cancel = True Caption = 'Cancel' ModalResult = 2 ParentShowHint = False ShowHint = False TabOrder = 2 NumGlyphs = 2 end object HelpButton: TBitBtn Left = 271 Top = 72 Width = 75 Height = 25 Hint = 'Get more detailed help' Caption = '&Help' ParentShowHint = False ShowHint = False TabOrder = 3 OnClick = HelpButtonClick NumGlyphs = 2 end object NewDir: TEdit Left = 52 Top = 37 Width = 199 Height = 20 Hint = 'Enter name of directory to create' ParentShowHint = False ShowHint = False TabOrder = 0 end end