home *** CD-ROM | disk | FTP | other *** search
- object MkDirForm: TMkDirForm
- Left = 192
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Make directory'
- ClientHeight = 90
- ClientWidth = 225
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 123
- Height = 13
- Caption = 'Enter new directory name:'
- end
- object MkDirEdit: TEdit
- Left = 16
- Top = 24
- Width = 193
- Height = 21
- TabOrder = 0
- OnChange = MkDirEditChange
- OnKeyPress = MkDirEditKeyPress
- end
- object OkBtn: TBitBtn
- Left = 16
- Top = 56
- Width = 75
- Height = 25
- Enabled = False
- TabOrder = 1
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 136
- Top = 56
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- end
-