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

  1. object FrmScript: TFrmScript
  2.   Left = 265
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Script'
  6.   ClientHeight = 133
  7.   ClientWidth = 292
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblLaguage: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 48
  18.     Height = 13
  19.     Caption = '&Language'
  20.     FocusControl = cbLanguage
  21.     ParentShowHint = False
  22.     ShowHint = False
  23.   end
  24.   object lblSource: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 34
  28.     Height = 13
  29.     Caption = '&Source'
  30.     FocusControl = EditSource
  31.     ParentShowHint = False
  32.     ShowHint = False
  33.   end
  34.   object lblRunAt: TLabel
  35.     Left = 8
  36.     Top = 72
  37.     Width = 32
  38.     Height = 13
  39.     Caption = '&Run at'
  40.     FocusControl = cbRunAt
  41.   end
  42.   object btnOK: TButton
  43.     Left = 112
  44.     Top = 104
  45.     Width = 83
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 4
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 200
  54.     Top = 104
  55.     Width = 83
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 5
  60.   end
  61.   object cbLanguage: TComboBox
  62.     Left = 64
  63.     Top = 8
  64.     Width = 217
  65.     Height = 21
  66.     Hint = 'Specifies the script-language'
  67.     ItemHeight = 13
  68.     Items.Strings = (
  69.       'JavaScript'
  70.       'JavaScript1.1'
  71.       'JavaScript1.2'
  72.       'JScript'
  73.       'VBScript'
  74.       'LiveScript')
  75.     ParentShowHint = False
  76.     ShowHint = True
  77.     TabOrder = 0
  78.     Text = 'JavaScript'
  79.   end
  80.   object EditSource: TEdit
  81.     Left = 64
  82.     Top = 40
  83.     Width = 137
  84.     Height = 21
  85.     Hint = 'Specifies the URL of an external script resource file'
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 1
  89.   end
  90.   object btnURL: TBitBtn
  91.     Left = 208
  92.     Top = 40
  93.     Width = 75
  94.     Height = 21
  95.     Hint = 'URL Assistant'
  96.     Caption = '&URL'
  97.     ParentShowHint = False
  98.     ShowHint = True
  99.     TabOrder = 2
  100.     OnClick = btnURLClick
  101.     Glyph.Data = {
  102.       76010000424D7601000000000000760000002800000020000000100000000100
  103.       0400000000000001000000000000000000000000000000000000000000000000
  104.       80000080000000808000800000008000800080800000C0C0C000808080000000
  105.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  106.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  107.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  108.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  109.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  110.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  111.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  112.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  113.       777777788FFFFF88777777777888887777777777788888777777}
  114.     NumGlyphs = 2
  115.   end
  116.   object cbRunAt: TComboBox
  117.     Left = 64
  118.     Top = 72
  119.     Width = 217
  120.     Height = 21
  121.     Hint = 'Where the script should run'
  122.     ItemHeight = 13
  123.     Items.Strings = (
  124.       'SERVER')
  125.     ParentShowHint = False
  126.     ShowHint = True
  127.     TabOrder = 3
  128.   end
  129. end
  130.