home *** CD-ROM | disk | FTP | other *** search
- object OutputForm: TOutputForm
- Left = 200
- Top = 109
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Compiler and linker output'
- ClientHeight = 266
- ClientWidth = 538
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Output: TRichEdit
- Left = 0
- Top = 0
- Width = 538
- Height = 266
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PlainText = True
- PopupMenu = PopupMenu
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WantReturns = False
- WordWrap = False
- end
- object PopupMenu: TPopupMenu
- Left = 232
- Top = 96
- object Copy1: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = Copy1Click
- end
- object Saveastextfile1: TMenuItem
- Caption = '&Save as text file...'
- ShortCut = 16467
- OnClick = Saveastextfile1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Selectall1: TMenuItem
- Caption = '&Select all'
- ShortCut = 16449
- OnClick = Selectall1Click
- end
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'txt'
- Filter = 'Text files (*.txt)|*.txt'
- Left = 272
- Top = 96
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clLime
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clSilver
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 192
- Top = 96
- end
- end
-