home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TOUTPUTFORM / TOUTPUTFORM.txt < prev   
Text File  |  2002-07-15  |  2KB  |  91 lines

  1. object OutputForm: TOutputForm
  2.   Left = 200
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compiler and linker output'
  7.   ClientHeight = 266
  8.   ClientWidth = 538
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Output: TRichEdit
  21.     Left = 0
  22.     Top = 0
  23.     Width = 538
  24.     Height = 266
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     PlainText = True
  33.     PopupMenu = PopupMenu
  34.     ReadOnly = True
  35.     ScrollBars = ssBoth
  36.     TabOrder = 0
  37.     WantReturns = False
  38.     WordWrap = False
  39.   end
  40.   object PopupMenu: TPopupMenu
  41.     Left = 232
  42.     Top = 96
  43.     object Copy1: TMenuItem
  44.       Caption = '&Copy'
  45.       ShortCut = 16451
  46.       OnClick = Copy1Click
  47.     end
  48.     object Saveastextfile1: TMenuItem
  49.       Caption = '&Save as text file...'
  50.       ShortCut = 16467
  51.       OnClick = Saveastextfile1Click
  52.     end
  53.     object N1: TMenuItem
  54.       Caption = '-'
  55.     end
  56.     object Selectall1: TMenuItem
  57.       Caption = '&Select all'
  58.       ShortCut = 16449
  59.       OnClick = Selectall1Click
  60.     end
  61.   end
  62.   object SaveDialog: TSaveDialog
  63.     DefaultExt = 'txt'
  64.     Filter = 'Text files (*.txt)|*.txt'
  65.     Left = 272
  66.     Top = 96
  67.   end
  68.   object MarsCaption1: TMarsCaption
  69.     ActiveBeginColor = clBlack
  70.     ActiveEndColor = clLime
  71.     ActiveFontColor = clWhite
  72.     InactiveBeginColor = clBlack
  73.     InactiveEndColor = clSilver
  74.     InactiveFontColor = clSilver
  75.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  76.     ApplicationNameFont.Color = clWindowText
  77.     ApplicationNameFont.Height = -11
  78.     ApplicationNameFont.Name = 'MS Sans Serif'
  79.     ApplicationNameFont.Style = [fsBold]
  80.     CaptionFont.Charset = DEFAULT_CHARSET
  81.     CaptionFont.Color = clWindowText
  82.     CaptionFont.Height = -11
  83.     CaptionFont.Name = 'MS Sans Serif'
  84.     CaptionFont.Style = []
  85.     NumColors = 64
  86.     AutoSize = False
  87.     Left = 192
  88.     Top = 96
  89.   end
  90. end
  91.