ProgramOutputUnit.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. object ProgramOutputForm: TProgramOutputForm
  2. Left = 76
  3. Top = 28
  4. Width = 513
  5. Height = 419
  6. BorderIcons = [biSystemMenu]
  7. Caption = 'Program Output'
  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 = poScreenCenter
  16. OnShow = FormShow
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Splitter: TSplitter
  20. Left = 0
  21. Top = 194
  22. Width = 505
  23. Height = 3
  24. Cursor = crVSplit
  25. Align = alTop
  26. ResizeStyle = rsUpdate
  27. end
  28. object OutputMemo: TMemoComponent
  29. Left = 0
  30. Top = 17
  31. Width = 505
  32. Height = 177
  33. ScrollBars = ssBoth
  34. Bitmapped = False
  35. ReadOnly = True
  36. AlwaysShowCaret = False
  37. LeftMargin = 2
  38. TopMargin = 0
  39. TabSize = 2
  40. Align = alTop
  41. Color = clWindow
  42. Constraints.MinHeight = 64
  43. Constraints.MinWidth = 64
  44. Font.Charset = DEFAULT_CHARSET
  45. Font.Color = clWindowText
  46. Font.Height = -13
  47. Font.Name = 'Courier New'
  48. Font.Style = []
  49. ParentColor = False
  50. ParentFont = False
  51. TabOrder = 0
  52. end
  53. object ErrorMemo: TMemoComponent
  54. Left = 0
  55. Top = 214
  56. Width = 505
  57. Height = 178
  58. ScrollBars = ssBoth
  59. Bitmapped = False
  60. ReadOnly = True
  61. AlwaysShowCaret = False
  62. LeftMargin = 2
  63. TopMargin = 0
  64. TabSize = 2
  65. Align = alClient
  66. Color = clWindow
  67. Constraints.MinHeight = 64
  68. Constraints.MinWidth = 64
  69. Font.Charset = DEFAULT_CHARSET
  70. Font.Color = clWindowText
  71. Font.Height = -13
  72. Font.Name = 'Courier New'
  73. Font.Style = []
  74. ParentColor = False
  75. ParentFont = False
  76. TabOrder = 1
  77. end
  78. object Panel1: TPanel
  79. Left = 0
  80. Top = 0
  81. Width = 505
  82. Height = 17
  83. Align = alTop
  84. Alignment = taLeftJustify
  85. BevelOuter = bvLowered
  86. Caption = 'Output:'
  87. TabOrder = 2
  88. end
  89. object Panel2: TPanel
  90. Left = 0
  91. Top = 197
  92. Width = 505
  93. Height = 17
  94. Align = alTop
  95. Alignment = taLeftJustify
  96. BevelOuter = bvLowered
  97. Caption = 'Errors:'
  98. TabOrder = 3
  99. end
  100. end