object PickRpt: TPickRpt Left = 263 Top = 115 HelpContext = 5 BorderStyle = bsDialog Caption = 'Report Selection' ClientHeight = 90 ClientWidth = 201 Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 11 object OKBtn: TButton Left = 135 Top = 9 Width = 62 Height = 21 Caption = '&Print' Default = True Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKBtnClick end object CloseBtn: TButton Left = 135 Top = 58 Width = 62 Height = 22 Cancel = True Caption = '&Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object ViewBtn: TButton Left = 135 Top = 34 Width = 62 Height = 21 Caption = '&View' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 OnClick = ViewBtnClick end object ReportType: TRadioGroup Left = 8 Top = 5 Width = 121 Height = 74 Caption = '&Report' ItemIndex = 0 Items.Strings = ( 'C&ustomers Report' '&Orders Report' '&Invoice Report') TabOrder = 3 end end