TConsoleUnit.dfm 666 B

123456789101112131415161718192021222324252627282930313233
  1. object TConsole: TTConsole
  2. Left = 318
  3. Top = 237
  4. Width = 400
  5. Height = 300
  6. BorderStyle = bsSizeToolWin
  7. Caption = 'Log4Delphi Console'
  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. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Memo1: TMemo
  18. Left = 0
  19. Top = 0
  20. Width = 392
  21. Height = 266
  22. Align = alClient
  23. Font.Charset = ANSI_CHARSET
  24. Font.Color = clWindowText
  25. Font.Height = -12
  26. Font.Name = 'Andale Mono'
  27. Font.Style = []
  28. ParentFont = False
  29. ScrollBars = ssBoth
  30. TabOrder = 0
  31. end
  32. end