home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMISINDEX / TFRMISINDEX.txt
Text File  |  1996-10-14  |  3KB  |  145 lines

  1. object frmIsIndex: TfrmIsIndex
  2.   Left = 269
  3.   Top = 249
  4.   HelpContext = 15
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Is Index'
  8.   ClientHeight = 125
  9.   ClientWidth = 458
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 441
  25.     Height = 81
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object lblHREF: TLabel
  30.     Left = 36
  31.     Top = 28
  32.     Width = 29
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'H&REF'
  36.     FocusControl = cmbURL
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object lblPrompt: TLabel
  44.     Left = 32
  45.     Top = 60
  46.     Width = 33
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     Caption = '&Prompt'
  50.     FocusControl = cmbURL
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object OKBtn: TBitBtn
  58.     Left = 204
  59.     Top = 96
  60.     Width = 77
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.     NumGlyphs = 2
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 288
  72.     Top = 96
  73.     Width = 77
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 4
  79.     NumGlyphs = 2
  80.     Spacing = -1
  81.     IsControl = True
  82.   end
  83.   object HelpBtn: TBitBtn
  84.     Left = 372
  85.     Top = 96
  86.     Width = 77
  87.     Height = 25
  88.     Caption = '&Help'
  89.     TabOrder = 5
  90.     OnClick = HelpBtnClick
  91.     NumGlyphs = 2
  92.     Spacing = -1
  93.     IsControl = True
  94.   end
  95.   object cmbURL: TComboBox
  96.     Left = 72
  97.     Top = 24
  98.     Width = 281
  99.     Height = 21
  100.     Hint = 'Overrides the URL for processing queries'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ItemHeight = 13
  106.     ParentFont = False
  107.     TabOrder = 0
  108.   end
  109.   object bbtnURL: TBitBtn
  110.     Left = 360
  111.     Top = 20
  112.     Width = 77
  113.     Height = 27
  114.     Hint = 'Open the URL builder'
  115.     Caption = '&URL'
  116.     TabOrder = 1
  117.     OnClick = bbtnURLClick
  118.     Glyph.Data = {
  119.       42010000424D4201000000000000760000002800000012000000110000000100
  120.       040000000000CC00000000000000000000000000000000000000000000000000
  121.       80000080000000808000800000008000800080800000C0C0C000808080000000
  122.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  123.       7777070000007777777777777770000000000000000000007700070000000FFF
  124.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  125.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  126.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  127.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  128.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  129.       777777000000}
  130.   end
  131.   object txtPrompt: TEdit
  132.     Left = 72
  133.     Top = 56
  134.     Width = 365
  135.     Height = 21
  136.     Hint = 'Overrides the default prompt supplied by the browser'
  137.     Font.Color = clBlack
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     TabOrder = 2
  143.   end
  144. end
  145.