home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TREPORTDLG / TREPORTDLG.txt
Text File  |  1997-11-09  |  1KB  |  59 lines

  1. object ReportDlg: TReportDlg
  2.   Left = 224
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Differences Report'
  7.   ClientHeight = 156
  8.   ClientWidth = 212
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CancelBtn: TBitBtn
  18.     Left = 120
  19.     Top = 120
  20.     Width = 73
  21.     Height = 26
  22.     Cancel = True
  23.     Caption = 'Cancel'
  24.     ModalResult = 2
  25.     TabOrder = 3
  26.     NumGlyphs = 2
  27.   end
  28.   object PrinterBtn: TBitBtn
  29.     Tag = 1
  30.     Left = 16
  31.     Top = 16
  32.     Width = 177
  33.     Height = 25
  34.     Caption = 'Send to &Printer...'
  35.     TabOrder = 0
  36.     OnClick = BtnClick
  37.   end
  38.   object FileBtn: TBitBtn
  39.     Tag = 2
  40.     Left = 16
  41.     Top = 48
  42.     Width = 177
  43.     Height = 25
  44.     Caption = 'Save As &File...'
  45.     TabOrder = 1
  46.     OnClick = BtnClick
  47.   end
  48.   object ClipboardBtn: TBitBtn
  49.     Tag = 3
  50.     Left = 16
  51.     Top = 80
  52.     Width = 177
  53.     Height = 25
  54.     Caption = '&Copy to Clipboard'
  55.     TabOrder = 2
  56.     OnClick = BtnClick
  57.   end
  58. end
  59.