home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLBase: TFormHTMLBase
- Left = 88
- Top = 102
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Base (Base URL)'
- ClientHeight = 258
- ClientWidth = 453
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxHREF: TGroupBox
- Left = 6
- Top = 28
- Width = 300
- Height = 169
- Caption = 'HREF'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- object EditHREF: TEdit
- Left = 5
- Top = 16
- Width = 289
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditHREFChange
- OnExit = EditHREFExit
- OnKeyPress = EditHREFKeyPress
- end
- object PanelHREF: TPanel
- Left = 2
- Top = 144
- Width = 296
- Height = 23
- Hint = 'HREF attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelHREF'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = PanelHREFClick
- end
- object ButtonBrowse: TButton
- Left = 6
- Top = 43
- Width = 65
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = ButtonBrowseClick
- end
- object ButtonHistory: TButton
- Left = 6
- Top = 71
- Width = 65
- Height = 25
- Caption = 'History'
- TabOrder = 2
- OnClick = ButtonHistoryClick
- end
- object GroupPrefixes: TGroupBox
- Left = 80
- Top = 40
- Width = 97
- Height = 97
- Caption = 'Prefixes'
- TabOrder = 4
- object ListBoxPrefixes: TListBox
- Left = 2
- Top = 15
- Width = 93
- Height = 43
- Align = alTop
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- 'http://'
- 'ftp://'
- 'gopher://')
- TabOrder = 0
- OnDblClick = ButtonUsePrefixClick
- end
- object ButtonUsePrefix: TButton
- Left = 8
- Top = 64
- Width = 81
- Height = 25
- Caption = 'Use'
- TabOrder = 1
- OnClick = ButtonUsePrefixClick
- end
- end
- end
- object GroupBoxTarget: TGroupBox
- Left = 314
- Top = 28
- Width = 131
- Height = 137
- Caption = 'TARGET'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 3
- object ListBoxTARGET: TListBox
- Left = 9
- Top = 15
- Width = 113
- Height = 43
- ExtendedSelect = False
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- '0'
- '_blank'
- '_parent'
- '_self'
- '_top'
- '[Named Window]')
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = ListBoxTARGETClick
- end
- object PanelTARGET: TPanel
- Left = 2
- Top = 112
- Width = 127
- Height = 23
- Hint = 'TARGET attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelTARGET'
- ParentColor = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = PanelTARGETClick
- end
- object GroupBoxNamedWindow: TGroupBox
- Left = 10
- Top = 62
- Width = 112
- Height = 43
- Caption = '[Named Window]'
- TabOrder = 1
- object EditNamedWindow: TEdit
- Left = 5
- Top = 16
- Width = 100
- Height = 21
- Color = clBtnFace
- Enabled = False
- MaxLength = 250
- TabOrder = 0
- OnChange = EditNamedWindowChange
- OnEnter = EditNamedWindowChange
- OnExit = EditNamedWindowExit
- OnKeyPress = EditNamedWindowKeyPress
- end
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 205
- Width = 453
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 453
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-