home *** CD-ROM | disk | FTP | other *** search
- object fDirAdd: TfDirAdd
- Left = 386
- Top = 173
- ActiveControl = NewFolder
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add New Folder'
- ClientHeight = 115
- ClientWidth = 252
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 104
- Top = 8
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 88
- Height = 13
- Caption = 'Current Directory : '
- end
- object Label3: TLabel
- Left = 8
- Top = 32
- Width = 63
- Height = 13
- Caption = 'New Folder : '
- end
- object BitBtn1: TBitBtn
- Left = 136
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object NewFolder: TEdit
- Left = 80
- Top = 32
- Width = 161
- Height = 21
- TabOrder = 0
- end
- object BitBtn2: TBitBtn
- Left = 48
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkOK
- end
- end
-