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

  1. inherited ExportItemParamForm: TExportItemParamForm
  2.   Left = 510
  3.   Top = 217
  4.   ClientHeight = 277
  5.   OldCreateOrder = True
  6.   OnCloseQuery = FormCloseQuery
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited btOk: TBitBtn
  10.     Top = 248
  11.   end
  12.   inherited Button2: TBitBtn
  13.     Top = 248
  14.   end
  15.   inherited GroupBox1: TGroupBox
  16.     Height = 241
  17.     inherited lbLocation: TLabel
  18.       Top = 192
  19.     end
  20.     object lbExp: TLabel [2]
  21.       Left = 12
  22.       Top = 172
  23.       Width = 79
  24.       Height = 13
  25.       Caption = 'Export pages as:'
  26.     end
  27.     inherited btBrowse: TSpeedButton
  28.       Top = 208
  29.     end
  30.     object cbExpType: TxxxComboBox [8]
  31.       Left = 96
  32.       Top = 168
  33.       Width = 189
  34.       Height = 21
  35.       Cursor = crArrow
  36.       Style = csDropDownList
  37.       ItemHeight = 13
  38.       TabOrder = 2
  39.       Text = 'Web Page, complete'
  40.       Items.Strings = (
  41.         'Web Page, complete'
  42.         'Web Page, HTML only')
  43.       ItemIndex = 0
  44.     end
  45.     inherited edFolderName: TEdit
  46.       Top = 208
  47.       TabOrder = 3
  48.     end
  49.     inherited cbPreserveLM: TCheckBox
  50.       TabOrder = 4
  51.     end
  52.     inherited rbLeave: TRadioButton
  53.       TabOrder = 5
  54.     end
  55.     inherited rbSubstGlobalLinks: TRadioButton
  56.       Caption = 'display a message: "This link was not retrieved"'
  57.       TabOrder = 6
  58.     end
  59.   end
  60.   inherited BitBtn1: TBitBtn
  61.     Top = 248
  62.   end
  63.   inherited DirDialog1: TDirDialog
  64.     Left = 4
  65.     Top = 240
  66.   end
  67.   object SaveDialog1: TSaveDialog
  68.     Left = 44
  69.     Top = 244
  70.   end
  71. end
  72.