home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFCHILDEDIT / TFCHILDEDIT.txt
Encoding:
Text File  |  2004-06-06  |  2.5 KB  |  99 lines

  1. object fChildEdit: TfChildEdit
  2.   Left = 285
  3.   Top = 183
  4.   Width = 670
  5.   Height = 461
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   Caption = 'SynEdit'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object RullerBar: TPaintBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 662
  26.     Height = 17
  27.     Align = alTop
  28.     Font.Charset = EASTEUROPE_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Courier New'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     OnMouseDown = RullerBarMouseDown
  35.     OnPaint = RullerBarPaint
  36.   end
  37.   object Label1: TLabel
  38.     Left = 192
  39.     Top = 200
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Label1'
  43.   end
  44.   object SynEdit: TSynEdit
  45.     Left = 0
  46.     Top = 17
  47.     Width = 662
  48.     Height = 410
  49.     HelpContext = 5
  50.     Align = alClient
  51.     ActiveLineColor = clWhite
  52.     Font.Charset = EASTEUROPE_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -13
  55.     Font.Name = 'Courier New'
  56.     Font.Style = []
  57.     TabOrder = 0
  58.     WordWrap = False
  59.     OnDblClick = SynEditDblClick
  60.     OnDragDrop = SynEditDragDrop
  61.     OnDragOver = SynEditDragOver
  62.     OnKeyDown = SynEditKeyDown
  63.     OnKeyUp = SynEditKeyDown
  64.     OnMouseDown = SynEditMouseDown
  65.     OnMouseMove = SynEditMouseMove
  66.     OnMouseUp = SynEditMouseUp
  67.     OnStartDrag = SynEditStartDrag
  68.     ExtraLineSpacing = 1
  69.     GotoTarget = gtNone
  70.     Gutter.AutoSize = True
  71.     Gutter.DigitCount = 2
  72.     Gutter.Font.Charset = DEFAULT_CHARSET
  73.     Gutter.Font.Color = clWindowText
  74.     Gutter.Font.Height = -11
  75.     Gutter.Font.Name = 'Terminal'
  76.     Gutter.Font.Style = []
  77.     Gutter.LeftOffset = 4
  78.     Gutter.UseFontStyle = False
  79.     Gutter.Width = 20
  80.     WantTabs = True
  81.     OnClearBookmark = SynEditClearBookmark
  82.     OnCommandProcessed = SynEditCommandProcessed
  83.     OnDropFiles = SynEditDropFiles
  84.     OnGutterClick = SynEditGutterClick
  85.     OnPlaceBookmark = SynEditPlaceBookmark
  86.     OnProcessCommand = SynEditProcessCommand
  87.     OnReplaceText = SynEditReplaceText
  88.     OnSpecialLineColors = SynEditSpecialLineColors
  89.     OnStatusChange = SynEditStatusChange
  90.     OnPaintTransient = SynEditPaintTransient
  91.     RemovedKeystrokes = <
  92.       item
  93.         Command = ecInsertLine
  94.         ShortCut = 16462
  95.       end>
  96.     AddedKeystrokes = <>
  97.   end
  98. end
  99.