| 123456789101112131415161718192021222324252627282930313233 |
- object TConsole: TTConsole
- Left = 318
- Top = 237
- Width = 400
- Height = 300
- BorderStyle = bsSizeToolWin
- Caption = 'Log4Delphi Console'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 392
- Height = 266
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Andale Mono'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
|