home *** CD-ROM | disk | FTP | other *** search
- object PaperSettings: TPaperSettings
- Left = 284
- Top = 121
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 175
- ClientWidth = 298
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object OKButton: TBitBtn
- Left = 111
- Top = 138
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object RadioGroup1: TRadioGroup
- Left = 24
- Top = 8
- Width = 249
- Height = 121
- Caption = 'Position of copy'
- TabOrder = 1
- end
- object RTopCenter: TRadioButton
- Left = 32
- Top = 56
- Width = 233
- Height = 17
- Caption = 'Center &top'
- TabOrder = 3
- end
- object RCenter: TRadioButton
- Left = 32
- Top = 80
- Width = 233
- Height = 17
- Caption = '&Center'
- TabOrder = 4
- end
- object RBottomCenter: TRadioButton
- Left = 32
- Top = 104
- Width = 233
- Height = 17
- Caption = 'Center &bottom'
- TabOrder = 5
- end
- object RNoCenter: TRadioButton
- Left = 32
- Top = 32
- Width = 233
- Height = 17
- Caption = '&Left upper corner'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
-