home *** CD-ROM | disk | FTP | other *** search
- object FrmScriptWizard: TFrmScriptWizard
- Left = 200
- Top = 125
- BorderStyle = bsDialog
- Caption = 'Script Wizard'
- ClientHeight = 215
- ClientWidth = 355
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object btnOK: TButton
- Left = 192
- Top = 184
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 272
- Top = 184
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object tnbScripts: TTabbedNotebook
- Left = 48
- Top = 8
- Width = 300
- Height = 169
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 2
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Back Button'
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 265
- Height = 33
- Caption =
- 'This button uses a java script function to provide the same func' +
- 'tionality as the browser'#39's back button.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 120
- Top = 72
- Width = 29
- Height = 27
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Frame Buster'
- object Image2: TImage
- Left = 16
- Top = 40
- Width = 253
- Height = 80
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 273
- Height = 39
- Caption =
- 'This scripts prevents other sites from showing your page in one ' +
- 'of their frames.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 48
- Top = 120
- Width = 201
- Height = 13
- Caption = 'Do not use this script in frame-based sites !'
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Browser Type'
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 273
- Height = 41
- Caption =
- 'Use this script to display the type of browser used to access th' +
- 'is page.'
- WordWrap = True
- end
- object Image3: TImage
- Left = 96
- Top = 64
- Width = 74
- Height = 35
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Current URL'
- object Label5: TLabel
- Left = 8
- Top = 8
- Width = 281
- Height = 17
- Caption = 'Use this script to display the URL of the current document'
- WordWrap = True
- end
- object Image4: TImage
- Left = 16
- Top = 72
- Width = 265
- Height = 29
- AutoSize = True
- Picture.Data = {<image004.bmp>}
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Last Modified'
- object Label7: TLabel
- Left = 8
- Top = 8
- Width = 265
- Height = 13
- Caption = 'Use this script to display a documents last-modified-date.'
- end
- end
- end
- end
-