home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMBASE / TFRMBASE.txt
Encoding:
Text File  |  1998-01-30  |  3.2 KB  |  131 lines

  1. object FrmBase: TFrmBase
  2.   Left = 249
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Base'
  6.   ClientHeight = 106
  7.   ClientWidth = 354
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblLinkTo: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 32
  18.     Height = 13
  19.     Caption = '&Link to'
  20.     FocusControl = EditLinkTo
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblTarget: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 31
  31.     Height = 13
  32.     Caption = '&Target'
  33.     FocusControl = EditTarget
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object EditLinkTo: TEdit
  41.     Left = 48
  42.     Top = 8
  43.     Width = 201
  44.     Height = 21
  45.     Hint = 'Default link for this document'
  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 EditTarget: TEdit
  56.     Left = 48
  57.     Top = 40
  58.     Width = 201
  59.     Height = 21
  60.     Hint = 'Browser window to open when this is selected'
  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 btnURL: TBitBtn
  71.     Left = 256
  72.     Top = 7
  73.     Width = 89
  74.     Height = 22
  75.     Hint = 'URL Assistant'
  76.     Caption = '&URL'
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     ParentShowHint = False
  83.     ShowHint = True
  84.     TabOrder = 1
  85.     OnClick = btnURLClick
  86.     Glyph.Data = {
  87.       76010000424D7601000000000000760000002800000020000000100000000100
  88.       0400000000000001000000000000000000000000000000000000000000000000
  89.       80000080000000808000800000008000800080800000C0C0C000808080000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  91.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  92.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  93.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  94.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  95.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  96.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  97.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  98.       777777788FFFFF88777777777888887777777777788888777777}
  99.     NumGlyphs = 2
  100.   end
  101.   object btnOK: TButton
  102.     Left = 160
  103.     Top = 72
  104.     Width = 89
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ModalResult = 1
  113.     ParentFont = False
  114.     TabOrder = 3
  115.   end
  116.   object btnCancel: TButton
  117.     Left = 256
  118.     Top = 72
  119.     Width = 89
  120.     Height = 25
  121.     Caption = 'Cancel'
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ModalResult = 2
  127.     ParentFont = False
  128.     TabOrder = 4
  129.   end
  130. end
  131.