home *** CD-ROM | disk | FTP | other *** search
- object FrmScript: TFrmScript
- Left = 265
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Script'
- ClientHeight = 133
- ClientWidth = 292
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object lblLaguage: TLabel
- Left = 8
- Top = 8
- Width = 48
- Height = 13
- Caption = '&Language'
- FocusControl = cbLanguage
- ParentShowHint = False
- ShowHint = False
- end
- object lblSource: TLabel
- Left = 8
- Top = 40
- Width = 34
- Height = 13
- Caption = '&Source'
- FocusControl = EditSource
- ParentShowHint = False
- ShowHint = False
- end
- object lblRunAt: TLabel
- Left = 8
- Top = 72
- Width = 32
- Height = 13
- Caption = '&Run at'
- FocusControl = cbRunAt
- end
- object btnOK: TButton
- Left = 112
- Top = 104
- Width = 83
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object btnCancel: TButton
- Left = 200
- Top = 104
- Width = 83
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object cbLanguage: TComboBox
- Left = 64
- Top = 8
- Width = 217
- Height = 21
- Hint = 'Specifies the script-language'
- ItemHeight = 13
- Items.Strings = (
- 'JavaScript'
- 'JavaScript1.1'
- 'JavaScript1.2'
- 'JScript'
- 'VBScript'
- 'LiveScript')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'JavaScript'
- end
- object EditSource: TEdit
- Left = 64
- Top = 40
- Width = 137
- Height = 21
- Hint = 'Specifies the URL of an external script resource file'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object btnURL: TBitBtn
- Left = 208
- Top = 40
- Width = 75
- Height = 21
- Hint = 'URL Assistant'
- Caption = '&URL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = btnURLClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
- 000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
- FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
- FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
- FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
- FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
- 7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
- 807778F7778888888877777FF77778380777778FF777777F877777777777E788
- 777777788FFFFF88777777777888887777777777788888777777}
- NumGlyphs = 2
- end
- object cbRunAt: TComboBox
- Left = 64
- Top = 72
- Width = 217
- Height = 21
- Hint = 'Where the script should run'
- ItemHeight = 13
- Items.Strings = (
- 'SERVER')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- end
-