CodingFrom.dfm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. object CodingLoggerForm: TCodingLoggerForm
  2. Left = 0
  3. Top = 0
  4. Caption = 'CodingLoggerForm'
  5. ClientHeight = 348
  6. ClientWidth = 603
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object lv1: TListView
  17. Left = 0
  18. Top = 0
  19. Width = 603
  20. Height = 348
  21. Align = alClient
  22. Columns = <
  23. item
  24. Caption = 'Code'
  25. Width = 100
  26. end
  27. item
  28. Alignment = taCenter
  29. Caption = 'LoginName'
  30. Width = 100
  31. end
  32. item
  33. AutoSize = True
  34. Caption = 'Message'
  35. end
  36. item
  37. Alignment = taCenter
  38. Caption = 'Level'
  39. end>
  40. RowSelect = True
  41. TabOrder = 0
  42. ViewStyle = vsReport
  43. end
  44. object mmo1: TMemo
  45. Left = 0
  46. Top = 0
  47. Width = 603
  48. Height = 348
  49. Align = alClient
  50. Lines.Strings = (
  51. '')
  52. TabOrder = 1
  53. ExplicitLeft = 224
  54. ExplicitTop = 152
  55. ExplicitWidth = 185
  56. ExplicitHeight = 89
  57. end
  58. end