home *** CD-ROM | disk | FTP | other *** search
- object FormAddDir: TFormAddDir
- Left = 410
- Top = 290
- ActiveControl = EditNewFolder
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add Folder'
- ClientHeight = 124
- ClientWidth = 341
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 341
- 124)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 47
- Width = 85
- Height = 13
- Caption = 'New Folder Name'
- end
- object Label2: TLabel
- Left = 10
- Top = 24
- Width = 67
- Height = 13
- Caption = 'Add Folder To'
- end
- object LblAddTo: TLabel
- Left = 105
- Top = 24
- Width = 234
- Height = 13
- AutoSize = False
- Caption = 'LblAddTo'
- end
- object EditNewFolder: TEdit
- Left = 105
- Top = 44
- Width = 224
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 107
- Top = 85
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Add'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 192
- Top = 85
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-