home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
PICKREP.DFM
/
PICKREP.txt
Wrap
Text File
|
1997-05-13
|
2KB
|
80 lines
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