home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-04-21  |  2KB  |  88 lines

  1. object Form2: TForm2
  2.   Left = 171
  3.   Top = 438
  4.   Width = 643
  5.   Height = 302
  6.   Caption = 'Log/Report File Viewer'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object memo1: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 635
  20.     Height = 256
  21.     Align = alClient
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'Courier New'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     ScrollBars = ssBoth
  29.     TabOrder = 0
  30.   end
  31.   object MainMenu1: TMainMenu
  32.     object ViewerMenu: TMenuItem
  33.       Caption = '&Options'
  34.       object ExportFile1: TMenuItem
  35.         Caption = 'Export to text File...'
  36.         OnClick = ExportFile1Click
  37.       end
  38.       object ExporttoMSExcelFile1: TMenuItem
  39.         Caption = 'Export to MS Excel File...'
  40.         Visible = False
  41.         OnClick = ExporttoMSExcelFile1Click
  42.       end
  43.       object N3: TMenuItem
  44.         Caption = '-'
  45.       end
  46.       object PrintSetup1: TMenuItem
  47.         Caption = 'Print &Setup...'
  48.         ShortCut = 16467
  49.         OnClick = PrintSetup1Click
  50.       end
  51.       object Print1: TMenuItem
  52.         Caption = '&Print'
  53.         ShortCut = 16464
  54.         OnClick = Print1Click
  55.       end
  56.       object N1: TMenuItem
  57.         Caption = '-'
  58.       end
  59.       object Close1: TMenuItem
  60.         Caption = '&Close'
  61.         ShortCut = 16451
  62.         OnClick = Close1Click
  63.       end
  64.     end
  65.     object Filter2: TMenuItem
  66.       Caption = 'Fil&ter'
  67.       ShortCut = 16468
  68.       OnClick = Filter1Click
  69.     end
  70.   end
  71.   object PrinterSetupDialog1: TPrinterSetupDialog
  72.     Left = 24
  73.   end
  74.   object PrintDialog1: TPrintDialog
  75.     Left = 48
  76.   end
  77.   object SaveDialog1: TSaveDialog
  78.     Filter = 'Text File (*.txt)|*.txt|All Files (*.*)|*.*'
  79.     Options = [ofHideReadOnly, ofNoChangeDir]
  80.     Left = 72
  81.   end
  82.   object SaveDialog2: TSaveDialog
  83.     Filter = 'Excel File (*.xls)|*.xls|All Files (*.*)|*.*'
  84.     Options = [ofHideReadOnly, ofNoChangeDir]
  85.     Left = 96
  86.   end
  87. end
  88.