FDXPCompileLog.dfm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. object DXPCompileLog: TDXPCompileLog
  2. Left = 222
  3. Top = 118
  4. Width = 568
  5. Height = 337
  6. Caption = 'DXPCompileLog'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnClose = FormClose
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object PageControl: TPageControl
  18. Left = 0
  19. Top = 0
  20. Width = 560
  21. Height = 308
  22. ActivePage = TSRaw
  23. Align = alClient
  24. TabOrder = 0
  25. object TSRaw: TTabSheet
  26. Caption = 'Raw Output'
  27. ImageIndex = 1
  28. object MERaw: TMemo
  29. Left = 0
  30. Top = 0
  31. Width = 552
  32. Height = 280
  33. Align = alClient
  34. BorderStyle = bsNone
  35. Color = clBtnFace
  36. Font.Charset = ANSI_CHARSET
  37. Font.Color = clWindowText
  38. Font.Height = -11
  39. Font.Name = 'Courier New'
  40. Font.Style = []
  41. ParentFont = False
  42. ReadOnly = True
  43. ScrollBars = ssBoth
  44. TabOrder = 0
  45. WordWrap = False
  46. end
  47. end
  48. object TSConfigFile: TTabSheet
  49. Caption = 'fpc.cfg'
  50. ImageIndex = 2
  51. object MECfgFile: TMemo
  52. Left = 0
  53. Top = 0
  54. Width = 552
  55. Height = 280
  56. Align = alClient
  57. BorderStyle = bsNone
  58. Color = clBtnFace
  59. Font.Charset = ANSI_CHARSET
  60. Font.Color = clWindowText
  61. Font.Height = -11
  62. Font.Name = 'Courier New'
  63. Font.Style = []
  64. ParentFont = False
  65. ReadOnly = True
  66. ScrollBars = ssBoth
  67. TabOrder = 0
  68. WordWrap = False
  69. end
  70. end
  71. end
  72. end