home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / office / ccopier1 / source / scoptio.dfm / scoptio.txt
Encoding:
Text File  |  1996-02-14  |  1.4 KB  |  75 lines

  1. object PaperSettings: TPaperSettings
  2.   Left = 284
  3.   Top = 121
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 175
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object OKButton: TBitBtn
  17.     Left = 111
  18.     Top = 138
  19.     Width = 77
  20.     Height = 27
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     Kind = bkOK
  28.     Margin = 2
  29.     Spacing = -1
  30.     IsControl = True
  31.   end
  32.   object RadioGroup1: TRadioGroup
  33.     Left = 24
  34.     Top = 8
  35.     Width = 249
  36.     Height = 121
  37.     Caption = 'Position of copy'
  38.     TabOrder = 1
  39.   end
  40.   object RTopCenter: TRadioButton
  41.     Left = 32
  42.     Top = 56
  43.     Width = 233
  44.     Height = 17
  45.     Caption = 'Center &top'
  46.     TabOrder = 3
  47.   end
  48.   object RCenter: TRadioButton
  49.     Left = 32
  50.     Top = 80
  51.     Width = 233
  52.     Height = 17
  53.     Caption = '&Center'
  54.     TabOrder = 4
  55.   end
  56.   object RBottomCenter: TRadioButton
  57.     Left = 32
  58.     Top = 104
  59.     Width = 233
  60.     Height = 17
  61.     Caption = 'Center &bottom'
  62.     TabOrder = 5
  63.   end
  64.   object RNoCenter: TRadioButton
  65.     Left = 32
  66.     Top = 32
  67.     Width = 233
  68.     Height = 17
  69.     Caption = '&Left upper corner'
  70.     Checked = True
  71.     TabOrder = 2
  72.     TabStop = True
  73.   end
  74. end
  75.