home *** CD-ROM | disk | FTP | other *** search
- object FrmHTMLEdit: TFrmHTMLEdit
- Left = 185
- Top = 177
- Width = 457
- Height = 280
- Caption = 'Editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poDefault
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 28
- Width = 449
- Height = 21
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object ComboBox1: TComboBox
- Left = 0
- Top = 0
- Width = 449
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnKeyDown = ComboBox1KeyDown
- end
- end
- object ToolBar1: TToolBar
- Left = 0
- Top = 0
- Width = 449
- Height = 28
- AutoSize = True
- Caption = 'ToolBar1'
- DockSite = True
- EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
- EdgeOuter = esRaised
- TabOrder = 0
- object SpeedButton1: TSpeedButton
- Left = 0
- Top = 2
- Width = 23
- Height = 22
- Caption = '>>'
- Flat = True
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 23
- Top = 2
- Width = 23
- Height = 22
- Caption = '<<'
- Flat = True
- OnClick = SpeedButton2Click
- end
- object SpeedButton3: TSpeedButton
- Left = 46
- Top = 2
- Width = 23
- Height = 22
- Caption = '>'
- Flat = True
- OnClick = SpeedButton3Click
- end
- object SpeedButton4: TSpeedButton
- Left = 69
- Top = 2
- Width = 23
- Height = 22
- Caption = '<'
- Flat = True
- OnClick = SpeedButton4Click
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 192
- Top = 48
- object Print1: TMenuItem
- Caption = 'Print'
- OnClick = Print1Click
- end
- object ViewSource1: TMenuItem
- Caption = 'View Source'
- OnClick = ViewSource1Click
- end
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'TXT'
- Filter = 'Text Doctument (*.txt)|*.txt|All Files (*.*)|*.*'
- Title = 'Save As File'
- Left = 336
- Top = 96
- end
- end
-