home *** CD-ROM | disk | FTP | other *** search
- object frmCreateFolder: TfrmCreateFolder
- Left = 403
- Top = 261
- BorderStyle = bsDialog
- Caption = 'Create Folder'
- ClientHeight = 152
- ClientWidth = 336
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 66
- Height = 13
- Caption = 'Current folder:'
- end
- object lblPath: TPathLabel
- Left = 16
- Top = 32
- Width = 233
- Height = 13
- AutoSize = False
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = edtFolder
- end
- object Label3: TLabel
- Left = 16
- Top = 104
- Width = 225
- Height = 41
- AutoSize = False
- Caption =
- 'Note: It'#39's possible to create a folder automaticly by typing the' +
- ' name in the "Extract to" field of the "Extract" dialog box.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 256
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 256
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object edtFolder: TEdit
- Left = 16
- Top = 72
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 160
- end
- end
-