home *** CD-ROM | disk | FTP | other *** search
- object fChildEdit: TfChildEdit
- Left = 285
- Top = 183
- Width = 670
- Height = 461
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- Caption = 'SynEdit'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object RullerBar: TPaintBox
- Left = 0
- Top = 0
- Width = 662
- Height = 17
- Align = alTop
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- OnMouseDown = RullerBarMouseDown
- OnPaint = RullerBarPaint
- end
- object Label1: TLabel
- Left = 192
- Top = 200
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object SynEdit: TSynEdit
- Left = 0
- Top = 17
- Width = 662
- Height = 410
- HelpContext = 5
- Align = alClient
- ActiveLineColor = clWhite
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- TabOrder = 0
- WordWrap = False
- OnDblClick = SynEditDblClick
- OnDragDrop = SynEditDragDrop
- OnDragOver = SynEditDragOver
- OnKeyDown = SynEditKeyDown
- OnKeyUp = SynEditKeyDown
- OnMouseDown = SynEditMouseDown
- OnMouseMove = SynEditMouseMove
- OnMouseUp = SynEditMouseUp
- OnStartDrag = SynEditStartDrag
- ExtraLineSpacing = 1
- GotoTarget = gtNone
- Gutter.AutoSize = True
- Gutter.DigitCount = 2
- Gutter.Font.Charset = DEFAULT_CHARSET
- Gutter.Font.Color = clWindowText
- Gutter.Font.Height = -11
- Gutter.Font.Name = 'Terminal'
- Gutter.Font.Style = []
- Gutter.LeftOffset = 4
- Gutter.UseFontStyle = False
- Gutter.Width = 20
- WantTabs = True
- OnClearBookmark = SynEditClearBookmark
- OnCommandProcessed = SynEditCommandProcessed
- OnDropFiles = SynEditDropFiles
- OnGutterClick = SynEditGutterClick
- OnPlaceBookmark = SynEditPlaceBookmark
- OnProcessCommand = SynEditProcessCommand
- OnReplaceText = SynEditReplaceText
- OnSpecialLineColors = SynEditSpecialLineColors
- OnStatusChange = SynEditStatusChange
- OnPaintTransient = SynEditPaintTransient
- RemovedKeystrokes = <
- item
- Command = ecInsertLine
- ShortCut = 16462
- end>
- AddedKeystrokes = <>
- end
- end
-