home *** CD-ROM | disk | FTP | other *** search
- object PickRpt: TPickRpt
- Left = 263
- Top = 115
- AutoScroll = False
- HelpContext = 5
- BorderStyle = bsDialog
- Caption = 'Report Selection'
- ClientHeight = 113
- ClientWidth = 324
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 16
- Top = 9
- Width = 209
- Height = 87
- TabOrder = 0
- object CustRadBtn: TRadioButton
- Left = 24
- Top = 16
- Width = 161
- Height = 17
- Caption = 'Customers Report'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object OrderRadBtn: TRadioButton
- Left = 24
- Top = 36
- Width = 161
- Height = 17
- Caption = 'Orders Report'
- TabOrder = 1
- end
- object OrderInvBtn: TRadioButton
- Left = 24
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Invoice Report'
- TabOrder = 2
- end
- end
- object OKBtn: TButton
- Left = 240
- Top = 13
- Width = 73
- Height = 25
- Caption = '&Print'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- OnClick = OKBtnClick
- end
- object CloseBtn: TButton
- Left = 241
- Top = 71
- Width = 73
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- object ViewBtn: TButton
- Left = 241
- Top = 42
- Width = 73
- Height = 25
- Caption = '&View'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 3
- OnClick = ViewBtnClick
- end
- end
-