home *** CD-ROM | disk | FTP | other *** search
- object ExportParamForm: TExportParamForm
- Left = 298
- Top = 246
- HelpContext = 1032
- BorderStyle = bsDialog
- BorderWidth = 5
- Caption = 'Export'
- ClientHeight = 243
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PrintScale = poNone
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btOk: TBitBtn
- Left = 76
- Top = 218
- Width = 75
- Height = 25
- TabOrder = 0
- OnClick = btOkClick
- Kind = bkOK
- end
- object Button2: TBitBtn
- Left = 159
- Top = 218
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 322
- Height = 209
- Align = alTop
- TabOrder = 2
- object Label1: TLabel
- Left = 212
- Top = 68
- Width = 50
- Height = 13
- Caption = 'characters'
- end
- object lbLocation: TLabel
- Left = 11
- Top = 162
- Width = 40
- Height = 13
- Caption = 'Save to:'
- end
- object btBrowse: TSpeedButton
- Left = 293
- Top = 178
- Width = 22
- Height = 20
- Caption = '...'
- OnClick = btBrowseClick
- end
- object Label2: TLabel
- Left = 8
- Top = 68
- Width = 152
- Height = 13
- Caption = 'Truncate file names longer than '
- end
- object Label3: TLabel
- Left = 8
- Top = 96
- Width = 137
- Height = 13
- Caption = ' Not retrieved links should:'
- end
- object cbAddExt: TCheckBox
- Left = 8
- Top = 16
- Width = 201
- Height = 17
- Caption = 'Add .html extension to HTML files.'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object edFileLen: TxxxSpinEdit
- Left = 164
- Top = 66
- Width = 44
- Height = 19
- Value = 50
- MaxValue = 100
- MinValue = 8
- end
- object edFolderName: TEdit
- Left = 11
- Top = 178
- Width = 276
- Height = 21
- TabOrder = 2
- Text = 'edFolderName'
- end
- object cbPreserveLM: TCheckBox
- Left = 8
- Top = 40
- Width = 161
- Height = 17
- Caption = 'Preserve last modified date'
- TabOrder = 3
- end
- object rbLeave: TRadioButton
- Left = 56
- Top = 116
- Width = 113
- Height = 17
- Caption = 'point to the Internet'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- object rbSubstGlobalLinks: TRadioButton
- Left = 56
- Top = 136
- Width = 257
- Height = 17
- Caption = 'display a message: [This link was not retrieved]'
- TabOrder = 5
- end
- end
- object BitBtn1: TBitBtn
- Left = 244
- Top = 218
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkHelp
- end
- object DirDialog1: TDirDialog
- Left = 12
- Top = 216
- end
- end
-