home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TSELECTLINKSDIALOG / TSELECTLINKSDIALOG.txt
Text File  |  1998-11-30  |  2KB  |  109 lines

  1. object SelectLinksDialog: TSelectLinksDialog
  2.   Left = 174
  3.   Top = 172
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select links'
  7.   ClientHeight = 264
  8.   ClientWidth = 404
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 229
  23.     Width = 404
  24.     Height = 2
  25.     Align = alBottom
  26.   end
  27.   object HostListView: TListView
  28.     Left = 12
  29.     Top = 16
  30.     Width = 213
  31.     Height = 185
  32.     ColumnClick = False
  33.     OnClick = HostListViewClick
  34.     Columns = <
  35.       item
  36.         Caption = 'Host name'
  37.         Width = 190
  38.       end>
  39.     Checkboxes = True
  40.     TabOrder = 0
  41.     ViewStyle = vsReport
  42.   end
  43.   object ExtListView: TListView
  44.     Left = 240
  45.     Top = 16
  46.     Width = 153
  47.     Height = 185
  48.     ColumnClick = False
  49.     OnClick = ExtListViewClick
  50.     Columns = <
  51.       item
  52.         Caption = 'File extension'
  53.         Width = 130
  54.       end>
  55.     Checkboxes = True
  56.     TabOrder = 2
  57.     ViewStyle = vsReport
  58.   end
  59.   object CheckBox1: TCheckBox
  60.     Left = 22
  61.     Top = 208
  62.     Width = 45
  63.     Height = 17
  64.     AllowGrayed = True
  65.     Caption = 'All'
  66.     TabOrder = 1
  67.     OnClick = CheckBox1Click
  68.   end
  69.   object CheckBox2: TCheckBox
  70.     Left = 250
  71.     Top = 208
  72.     Width = 49
  73.     Height = 17
  74.     Caption = 'All'
  75.     TabOrder = 3
  76.     OnClick = CheckBox2Click
  77.   end
  78.   object Panel1: TPanel
  79.     Left = 0
  80.     Top = 231
  81.     Width = 404
  82.     Height = 33
  83.     Align = alBottom
  84.     BevelOuter = bvNone
  85.     TabOrder = 4
  86.     object QuitBtn: TButton
  87.       Left = 320
  88.       Top = 6
  89.       Width = 75
  90.       Height = 23
  91.       Cancel = True
  92.       Caption = 'Cancel'
  93.       ModalResult = 2
  94.       TabOrder = 1
  95.     end
  96.     object OkBtn: TButton
  97.       Left = 240
  98.       Top = 6
  99.       Width = 75
  100.       Height = 23
  101.       Caption = 'OK'
  102.       Default = True
  103.       ModalResult = 1
  104.       TabOrder = 0
  105.       OnClick = OkBtnClick
  106.     end
  107.   end
  108. end
  109.