home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMSITEVERIFY / TFRMSITEVERIFY.txt < prev   
Text File  |  1997-04-22  |  2KB  |  122 lines

  1. object frmSiteVerify: TfrmSiteVerify
  2.   Left = 155
  3.   Top = 135
  4.   HelpContext = 380
  5.   ActiveControl = edLocation
  6.   BorderStyle = bsDialog
  7.   Caption = 'Retrieve Site Pages'
  8.   ClientHeight = 211
  9.   ClientWidth = 353
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 8
  24.     Width = 194
  25.     Height = 13
  26.     Caption = 'Enter &Location of Site to Start Verification'
  27.     FocusControl = edLocation
  28.   end
  29.   object edLocation: TEdit
  30.     Left = 4
  31.     Top = 24
  32.     Width = 257
  33.     Height = 21
  34.     HelpContext = 380
  35.     TabOrder = 0
  36.     OnChange = edLocationChange
  37.   end
  38.   object btnOK: TButton
  39.     Left = 285
  40.     Top = 163
  41.     Width = 64
  42.     Height = 21
  43.     HelpContext = 380
  44.     Caption = '&OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 7
  48.     OnClick = btnOKClick
  49.   end
  50.   object btnCancel: TButton
  51.     Left = 285
  52.     Top = 187
  53.     Width = 64
  54.     Height = 21
  55.     HelpContext = 380
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 8
  60.   end
  61.   object chkAutomatic: TCheckBox
  62.     Left = 4
  63.     Top = 188
  64.     Width = 269
  65.     Height = 20
  66.     HelpContext = 380
  67.     Caption = '&Automatically Start Verification When Done'
  68.     TabOrder = 6
  69.   end
  70.   object lstSites: TListBox
  71.     Left = 4
  72.     Top = 52
  73.     Width = 345
  74.     Height = 77
  75.     HelpContext = 380
  76.     Columns = 1
  77.     ExtendedSelect = False
  78.     ItemHeight = 13
  79.     Sorted = True
  80.     TabOrder = 2
  81.     OnDblClick = lstSitesDblClick
  82.   end
  83.   object btnOpen: TButton
  84.     Left = 266
  85.     Top = 24
  86.     Width = 83
  87.     Height = 21
  88.     HelpContext = 380
  89.     Caption = '&Browse'
  90.     TabOrder = 1
  91.     OnClick = btnOpenClick
  92.   end
  93.   object chkBuildOn: TCheckBox
  94.     Left = 4
  95.     Top = 171
  96.     Width = 221
  97.     Height = 17
  98.     HelpContext = 380
  99.     Caption = '&Build Page Structure'
  100.     TabOrder = 5
  101.   end
  102.   object chkSavePageList: TCheckBox
  103.     Left = 4
  104.     Top = 137
  105.     Width = 213
  106.     Height = 18
  107.     HelpContext = 380
  108.     Caption = 'Save pages retrieved using this filename'
  109.     TabOrder = 3
  110.     OnClick = chkSavePageListClick
  111.   end
  112.   object edFileName: TEdit
  113.     Left = 224
  114.     Top = 132
  115.     Width = 125
  116.     Height = 21
  117.     HelpContext = 380
  118.     TabOrder = 4
  119.     OnKeyPress = edFileNameKeyPress
  120.   end
  121. end
  122.