home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMISINDEX / TFRMISINDEX.txt
Text File  |  1998-01-30  |  3KB  |  128 lines

  1. object FrmIsIndex: TFrmIsIndex
  2.   Left = 239
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'Is index'
  6.   ClientHeight = 104
  7.   ClientWidth = 376
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblHRef: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 25
  18.     Height = 13
  19.     Caption = '&HRef'
  20.     FocusControl = EditHRef
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblPrompt: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 33
  31.     Height = 13
  32.     Caption = '&Prompt'
  33.     FocusControl = EditPrompt
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object EditHRef: TEdit
  41.     Left = 48
  42.     Top = 8
  43.     Width = 225
  44.     Height = 21
  45.     Hint = 'Overrides URL for processing queries'
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     ParentShowHint = False
  52.     ShowHint = True
  53.     TabOrder = 0
  54.   end
  55.   object EditPrompt: TEdit
  56.     Left = 48
  57.     Top = 40
  58.     Width = 225
  59.     Height = 21
  60.     Hint = 'Overrides default prompt'
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     ParentShowHint = False
  67.     ShowHint = True
  68.     TabOrder = 2
  69.   end
  70.   object btnOK: TButton
  71.     Left = 184
  72.     Top = 72
  73.     Width = 89
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ModalResult = 1
  82.     ParentFont = False
  83.     TabOrder = 3
  84.   end
  85.   object btnCancel: TButton
  86.     Left = 280
  87.     Top = 72
  88.     Width = 89
  89.     Height = 25
  90.     Caption = 'Cancel'
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ModalResult = 2
  96.     ParentFont = False
  97.     TabOrder = 4
  98.   end
  99.   object btnURL: TBitBtn
  100.     Left = 280
  101.     Top = 7
  102.     Width = 89
  103.     Height = 22
  104.     Caption = '&URL'
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     TabOrder = 1
  111.     OnClick = btnURLClick
  112.     Glyph.Data = {
  113.       76010000424D7601000000000000760000002800000020000000100000000100
  114.       0400000000000001000000000000000000000000000000000000000000000000
  115.       80000080000000808000800000008000800080800000C0C0C000808080000000
  116.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  117.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  118.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  119.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  120.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  121.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  122.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  123.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  124.       777777788FFFFF88777777777888887777777777788888777777}
  125.     NumGlyphs = 2
  126.   end
  127. end
  128.