home *** CD-ROM | disk | FTP | other *** search
- object PrtDlg: TPrtDlg
- Left = 250
- Top = 210
- ActiveControl = ReportType
- BorderStyle = bsDialog
- Caption = 'Print'
- ClientHeight = 88
- ClientWidth = 234
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object OKBtn: TBitBtn
- Left = 148
- Top = 8
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 148
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object ReportType: TRadioGroup
- Left = 8
- Top = 8
- Width = 129
- Height = 65
- Caption = 'Report Type'
- ItemIndex = 0
- Items.Strings = (
- 'Standard Report'
- 'Labels')
- TabOrder = 0
- end
- end
-