📄 bbzx1.frm
字号:
VERSION 5.00
Begin VB.Form bbzx1
BorderStyle = 1 'Fixed Single
Caption = "报表"
ClientHeight = 3405
ClientLeft = 3600
ClientTop = 3150
ClientWidth = 4800
Icon = "bbzx1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3405
ScaleWidth = 4800
Begin VB.CommandButton Command1
Caption = "确定(&O)"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 960
TabIndex = 11
Top = 2880
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "退出(&E)"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 10
Top = 2880
Width = 1215
End
Begin VB.Frame Frame1
Height = 2775
Left = 0
TabIndex = 0
Top = 0
Width = 4815
Begin VB.OptionButton Option1
Caption = "结算报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 375
Left = 2640
TabIndex = 9
Top = 1800
Width = 1575
End
Begin VB.OptionButton Option2
Caption = "库存盘点报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 2640
TabIndex = 8
Top = 1320
Width = 1935
End
Begin VB.OptionButton Option7
Caption = "商品信息报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 7
Top = 360
Value = -1 'True
Width = 2055
End
Begin VB.OptionButton Option8
Caption = "职员信息报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 6
Top = 840
Width = 1935
End
Begin VB.OptionButton Option9
Caption = "客户信息报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 5
Top = 1320
Width = 1815
End
Begin VB.OptionButton Option10
Caption = "进货订单报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 4
Top = 1800
Width = 1935
End
Begin VB.OptionButton Option11
Caption = "进货退货报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 360
TabIndex = 3
Top = 2280
Width = 1935
End
Begin VB.OptionButton Option12
Caption = "销货订单报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 2640
TabIndex = 2
Top = 360
Width = 1935
End
Begin VB.OptionButton Option13
Caption = "销货退货报表"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 2640
TabIndex = 1
Top = 840
Width = 2055
End
End
End
Attribute VB_Name = "bbzx1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public ss As Integer
Private Sub Command1_Click()
'If Option3.Value = True Then
' rptcwjs.Show
'End If
If Option7.Value = True Then
spxxrpt.Show
End If
If Option8.Value = True Then
zyxxrpt.Show
End If
If Option9.Value = True Then
khxxrpt.Show
End If
If Option10.Value = True Then
Me.ss = 1
ddbh.Show
End If
If Option11.Value = True Then
Me.ss = 2
ddbh.Show
End If
If Option12.Value = True Then
Me.ss = 1
ddbh1.Show
End If
If Option13.Value = True Then
Me.ss = 2
ddbh1.Show
End If
If Option2.Value = True Then
pdrq.Show
End If
If Option1.Value = True Then
jsrq.Show
End If
Me.Hide
'Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -