home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / QueryX.ocx / RCDATA / TSPRDPRINT / TSPRDPRINT.txt
Text File  |  1997-05-05  |  1KB  |  70 lines

  1. object SprdPrint: TSprdPrint
  2.   Left = 174
  3.   Top = 108
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spreadsheet Print'
  7.   ClientHeight = 168
  8.   ClientWidth = 264
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 245
  21.     Height = 111
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 12
  27.     Top = 134
  28.     Width = 77
  29.     Height = 27
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.     Kind = bkOK
  33.     Margin = 2
  34.     Spacing = -1
  35.     IsControl = True
  36.   end
  37.   object CancelBtn: TBitBtn
  38.     Left = 96
  39.     Top = 134
  40.     Width = 77
  41.     Height = 27
  42.     TabOrder = 1
  43.     OnClick = CancelBtnClick
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object PageOrientation: TCheckBox
  50.     Left = 44
  51.     Top = 26
  52.     Width = 97
  53.     Height = 17
  54.     Caption = 'Landscape'
  55.     TabOrder = 2
  56.   end
  57.   object Printgroup: TRadioGroup
  58.     Left = 44
  59.     Top = 52
  60.     Width = 185
  61.     Height = 55
  62.     Caption = 'Print'
  63.     ItemIndex = 0
  64.     Items.Strings = (
  65.       'All cells'
  66.       'Selected Cells')
  67.     TabOrder = 3
  68.   end
  69. end
  70.