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

  1. object FrmScriptWizard: TFrmScriptWizard
  2.   Left = 200
  3.   Top = 125
  4.   BorderStyle = bsDialog
  5.   Caption = 'Script Wizard'
  6.   ClientHeight = 215
  7.   ClientWidth = 355
  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 Image: TImage
  15.     Left = 8
  16.     Top = 8
  17.     Width = 32
  18.     Height = 32
  19.     AutoSize = True
  20.     Picture.Data = {<image000.bmp>}
  21.   end
  22.   object btnOK: TButton
  23.     Left = 192
  24.     Top = 184
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object btnCancel: TButton
  33.     Left = 272
  34.     Top = 184
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object tnbScripts: TTabbedNotebook
  42.     Left = 48
  43.     Top = 8
  44.     Width = 300
  45.     Height = 169
  46.     TabFont.Color = clBtnText
  47.     TabFont.Height = -11
  48.     TabFont.Name = 'MS Sans Serif'
  49.     TabFont.Style = []
  50.     TabOrder = 2
  51.     object TTabPage
  52.       Left = 4
  53.       Top = 24
  54.       Caption = 'Back Button'
  55.       object Label1: TLabel
  56.         Left = 8
  57.         Top = 8
  58.         Width = 265
  59.         Height = 33
  60.         Caption = 
  61.           'This button uses a java script function to provide the same func' +
  62.           'tionality as the browser'#39's back button.'
  63.         WordWrap = True
  64.       end
  65.       object Image1: TImage
  66.         Left = 120
  67.         Top = 72
  68.         Width = 29
  69.         Height = 27
  70.         AutoSize = True
  71.         Picture.Data = {<image001.bmp>}
  72.       end
  73.     end
  74.     object TTabPage
  75.       Left = 4
  76.       Top = 24
  77.       Caption = 'Frame Buster'
  78.       object Image2: TImage
  79.         Left = 16
  80.         Top = 40
  81.         Width = 253
  82.         Height = 80
  83.         AutoSize = True
  84.         Picture.Data = {<image002.bmp>}
  85.       end
  86.       object Label2: TLabel
  87.         Left = 8
  88.         Top = 8
  89.         Width = 273
  90.         Height = 39
  91.         Caption = 
  92.           'This scripts prevents other sites from showing your page in one ' +
  93.           'of their frames.'
  94.         WordWrap = True
  95.       end
  96.       object Label3: TLabel
  97.         Left = 48
  98.         Top = 120
  99.         Width = 201
  100.         Height = 13
  101.         Caption = 'Do not use this script in frame-based sites !'
  102.       end
  103.     end
  104.     object TTabPage
  105.       Left = 4
  106.       Top = 24
  107.       Caption = 'Browser Type'
  108.       object Label4: TLabel
  109.         Left = 8
  110.         Top = 8
  111.         Width = 273
  112.         Height = 41
  113.         Caption = 
  114.           'Use this script to display the type of browser used to access th' +
  115.           'is page.'
  116.         WordWrap = True
  117.       end
  118.       object Image3: TImage
  119.         Left = 96
  120.         Top = 64
  121.         Width = 74
  122.         Height = 35
  123.         AutoSize = True
  124.         Picture.Data = {<image003.bmp>}
  125.       end
  126.     end
  127.     object TTabPage
  128.       Left = 4
  129.       Top = 24
  130.       Caption = 'Current URL'
  131.       object Label5: TLabel
  132.         Left = 8
  133.         Top = 8
  134.         Width = 281
  135.         Height = 17
  136.         Caption = 'Use this script to display the URL of the current document'
  137.         WordWrap = True
  138.       end
  139.       object Image4: TImage
  140.         Left = 16
  141.         Top = 72
  142.         Width = 265
  143.         Height = 29
  144.         AutoSize = True
  145.         Picture.Data = {<image004.bmp>}
  146.       end
  147.     end
  148.     object TTabPage
  149.       Left = 4
  150.       Top = 24
  151.       Caption = 'Last Modified'
  152.       object Label7: TLabel
  153.         Left = 8
  154.         Top = 8
  155.         Width = 265
  156.         Height = 13
  157.         Caption = 'Use this script to display a documents last-modified-date.'
  158.       end
  159.     end
  160.   end
  161. end
  162.