📄 frm_bbgl.frm
字号:
VERSION 5.00
Begin VB.Form frm_BBGL
BorderStyle = 1 'Fixed Single
Caption = "报表管理"
ClientHeight = 3240
ClientLeft = 3750
ClientTop = 2730
ClientWidth = 4455
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3240
ScaleWidth = 4455
Begin VB.Frame Frame2
Height = 735
Left = 120
TabIndex = 5
Top = 2400
Width = 4215
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 3000
TabIndex = 7
Top = 240
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1920
TabIndex = 6
Top = 240
Width = 975
End
End
Begin VB.Frame Frame1
Caption = "报表管理平台"
Height = 2295
Left = 120
TabIndex = 0
Top = 120
Width = 4215
Begin VB.OptionButton Option4
Caption = " 资产/设备信息状况报表"
Height = 615
Left = 480
TabIndex = 4
Top = 200
Width = 3015
End
Begin VB.OptionButton Option3
Caption = " 资产/设备借出归还累计报表"
Height = 495
Left = 480
TabIndex = 3
Top = 1680
Width = 3375
End
Begin VB.OptionButton Option2
Caption = " 资产/设备移动状况累计报表"
Height = 495
Left = 480
TabIndex = 2
Top = 1200
Width = 3495
End
Begin VB.OptionButton Option1
Caption = " 资产/设备维修状况累计报表"
Height = 495
Left = 480
TabIndex = 1
Top = 720
Width = 3015
End
End
End
Attribute VB_Name = "frm_BBGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Option4.Value = True Then
DataRep_ZCXX.Show
ElseIf Option1.Value = True Then
DataRep_WXZK.Show
ElseIf Option2.Value = True Then
DataRep_YDZK.Show
ElseIf Option3.Value = True Then
DataRep_JCGH.Show
Else
End If
End Sub
Private Sub Command2_Click()
frm_BBGL.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -