home *** CD-ROM | disk | FTP | other *** search
- object TextViewer: TTextViewer
- Left = 198
- Top = 130
- AutoScroll = False
- Caption = 'TextViewer'
- ClientHeight = 347
- ClientWidth = 552
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- PopupMenu = ContextMenu
- Position = poDefault
- Visible = True
- WindowState = wsMaximized
- OnClose = FormClose
- OnCreate = FormCreate
- OnMouseDown = FormMouseDown
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit: TGWRichEdit
- Left = 0
- Top = 29
- Width = 552
- Height = 318
- TabStop = False
- Align = alClient
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HideSelection = False
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnSelectionChange = RichEditSelectionChange
- Margins.Units = muMillimeters
- end
- object FormatPanel: TPanel
- Left = 0
- Top = 0
- Width = 552
- Height = 29
- Align = alTop
- TabOrder = 1
- object FontBtn: TSpeedButton
- Left = 254
- Top = 2
- Width = 25
- Height = 25
- Hint = 'Font'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333FFF33FFFFF33333300033000
- 00333337773377777333333330333300033333337FF33777F333333330733300
- 0333333377FFF777F33333333700000073333333777777773333333333033000
- 3333333337FF777F333333333307300033333333377F777F3333333333703007
- 33333333377F7773333333333330000333333333337777F33333333333300003
- 33333333337777F3333333333337007333333333337777333333333333330033
- 3333333333377333333333333333033333333333333733333333333333333333
- 3333333333333333333333333333333333333333333333333333}
- NumGlyphs = 2
- OnClick = FontBtnClick
- end
- object BoldBtn: TSpeedButton
- Left = 286
- Top = 2
- Width = 25
- Height = 25
- Hint = 'Font'
- AllowAllUp = True
- GroupIndex = 1
- Caption = 'b'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- NumGlyphs = 2
- ParentFont = False
- OnClick = BoldBtnClick
- end
- object ItalicBtn: TSpeedButton
- Left = 310
- Top = 2
- Width = 25
- Height = 25
- Hint = 'Font'
- AllowAllUp = True
- GroupIndex = 2
- Caption = 'i'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsItalic]
- NumGlyphs = 2
- ParentFont = False
- OnClick = ItalicBtnClick
- end
- object UnderlineBtn: TSpeedButton
- Left = 334
- Top = 2
- Width = 25
- Height = 25
- Hint = 'Font'
- AllowAllUp = True
- GroupIndex = 3
- Caption = 'u'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- NumGlyphs = 2
- ParentFont = False
- OnClick = UnderlineBtnClick
- end
- object FontName: TComboBox
- Left = 2
- Top = 4
- Width = 131
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = FontNameChange
- end
- object FontSize: TSpinEdit
- Left = 200
- Top = 4
- Width = 49
- Height = 22
- MaxValue = 256
- MinValue = 0
- TabOrder = 1
- Value = 11
- OnChange = FontSizeChange
- end
- object CharSet: TComboBox
- Left = 134
- Top = 4
- Width = 67
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- OnChange = CharSetChange
- end
- end
- object ContextMenu: TPopupMenu
- OnPopup = FillContextMenu
- Left = 120
- Top = 152
- object InfoPopup: TMenuItem
- Caption = 'Info'
- ShortCut = 0
- OnClick = InfoPopupClick
- end
- object CopyPopup: TMenuItem
- Caption = 'Copy'
- ShortCut = 0
- OnClick = CopyClick
- end
- object CopyallPopup: TMenuItem
- Caption = 'Copy all'
- ShortCut = 0
- OnClick = CopyallClick
- end
- object PastePopup: TMenuItem
- Caption = 'Paste'
- ShortCut = 0
- OnClick = PasteClick
- end
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 262
- Top = 150
- end
- end
-