123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- object DXPCompileLog: TDXPCompileLog
- Left = 222
- Top = 118
- Width = 568
- Height = 337
- Caption = 'DXPCompileLog'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 560
- Height = 308
- ActivePage = TSRaw
- Align = alClient
- TabOrder = 0
- object TSRaw: TTabSheet
- Caption = 'Raw Output'
- ImageIndex = 1
- object MERaw: TMemo
- Left = 0
- Top = 0
- Width = 552
- Height = 280
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- end
- object TSConfigFile: TTabSheet
- Caption = 'fpc.cfg'
- ImageIndex = 2
- object MECfgFile: TMemo
- Left = 0
- Top = 0
- Width = 552
- Height = 280
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- end
- end
- end
|