home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TEXPORTPARAMFORM / TEXPORTPARAMFORM.txt
Encoding:
Text File  |  2002-10-30  |  2.9 KB  |  150 lines

  1. object ExportParamForm: TExportParamForm
  2.   Left = 298
  3.   Top = 246
  4.   HelpContext = 1032
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 5
  7.   Caption = 'Export'
  8.   ClientHeight = 243
  9.   ClientWidth = 322
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = 11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PrintScale = poNone
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btOk: TBitBtn
  24.     Left = 76
  25.     Top = 218
  26.     Width = 75
  27.     Height = 25
  28.     TabOrder = 0
  29.     OnClick = btOkClick
  30.     Kind = bkOK
  31.   end
  32.   object Button2: TBitBtn
  33.     Left = 159
  34.     Top = 218
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 1
  38.     Kind = bkCancel
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 0
  42.     Top = 0
  43.     Width = 322
  44.     Height = 209
  45.     Align = alTop
  46.     TabOrder = 2
  47.     object Label1: TLabel
  48.       Left = 212
  49.       Top = 68
  50.       Width = 50
  51.       Height = 13
  52.       Caption = 'characters'
  53.     end
  54.     object lbLocation: TLabel
  55.       Left = 11
  56.       Top = 162
  57.       Width = 40
  58.       Height = 13
  59.       Caption = 'Save to:'
  60.     end
  61.     object btBrowse: TSpeedButton
  62.       Left = 293
  63.       Top = 178
  64.       Width = 22
  65.       Height = 20
  66.       Caption = '...'
  67.       OnClick = btBrowseClick
  68.     end
  69.     object Label2: TLabel
  70.       Left = 8
  71.       Top = 68
  72.       Width = 152
  73.       Height = 13
  74.       Caption = 'Truncate file names longer than '
  75.     end
  76.     object Label3: TLabel
  77.       Left = 8
  78.       Top = 96
  79.       Width = 137
  80.       Height = 13
  81.       Caption = ' Not retrieved links should:'
  82.     end
  83.     object cbAddExt: TCheckBox
  84.       Left = 8
  85.       Top = 16
  86.       Width = 201
  87.       Height = 17
  88.       Caption = 'Add .html extension to HTML files.'
  89.       Checked = True
  90.       State = cbChecked
  91.       TabOrder = 0
  92.     end
  93.     object edFileLen: TxxxSpinEdit
  94.       Left = 164
  95.       Top = 66
  96.       Width = 44
  97.       Height = 19
  98.       Value = 50
  99.       MaxValue = 100
  100.       MinValue = 8
  101.     end
  102.     object edFolderName: TEdit
  103.       Left = 11
  104.       Top = 178
  105.       Width = 276
  106.       Height = 21
  107.       TabOrder = 2
  108.       Text = 'edFolderName'
  109.     end
  110.     object cbPreserveLM: TCheckBox
  111.       Left = 8
  112.       Top = 40
  113.       Width = 161
  114.       Height = 17
  115.       Caption = 'Preserve last modified date'
  116.       TabOrder = 3
  117.     end
  118.     object rbLeave: TRadioButton
  119.       Left = 56
  120.       Top = 116
  121.       Width = 113
  122.       Height = 17
  123.       Caption = 'point to the Internet'
  124.       Checked = True
  125.       TabOrder = 4
  126.       TabStop = True
  127.     end
  128.     object rbSubstGlobalLinks: TRadioButton
  129.       Left = 56
  130.       Top = 136
  131.       Width = 257
  132.       Height = 17
  133.       Caption = 'display a message: [This link was not retrieved]'
  134.       TabOrder = 5
  135.     end
  136.   end
  137.   object BitBtn1: TBitBtn
  138.     Left = 244
  139.     Top = 218
  140.     Width = 75
  141.     Height = 25
  142.     TabOrder = 3
  143.     Kind = bkHelp
  144.   end
  145.   object DirDialog1: TDirDialog
  146.     Left = 12
  147.     Top = 216
  148.   end
  149. end
  150.