📄 form_data_view.frm
字号:
VERSION 5.00
Begin VB.Form form_data_view
Caption = "数据查询"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 345
ClientWidth = 5880
Icon = "form_data_view.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 5880
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command3
Caption = "退 出[&E]"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4200
TabIndex = 5
Top = 2640
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "&B.个人数据查询"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 4
Top = 1200
Width = 3015
End
Begin VB.CommandButton Command1
Caption = "&A.年级数据查询"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2520
TabIndex = 3
Top = 480
Width = 3015
End
Begin VB.PictureBox Picture1
BackColor = &H00FFE09E&
Height = 3375
Left = 0
Picture = "form_data_view.frx":08CA
ScaleHeight = 3315
ScaleWidth = 1995
TabIndex = 0
Top = 0
Width = 2055
Begin VB.Shape Shape2
BorderColor = &H0000FF00&
BorderWidth = 2
Height = 15
Left = 120
Top = 1125
Width = 1095
End
Begin VB.Shape Shape1
BorderColor = &H000000FF&
BorderWidth = 2
Height = 15
Left = 120
Top = 1080
Width = 1215
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "数据查询"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 375
Index = 1
Left = 165
TabIndex = 1
Top = 765
Width = 2175
End
Begin VB.Image Image1
Height = 600
Left = 120
Picture = "form_data_view.frx":3A92E
Stretch = -1 'True
Top = 120
Width = 600
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "数据查询"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 375
Index = 0
Left = 135
TabIndex = 2
Top = 735
Width = 2535
End
End
End
Attribute VB_Name = "form_data_view"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'数据查询窗口代码
'2002-3-17
Private Sub Command1_Click()
Dim kkkk As New dataview_select
kkkk.Show 1
End Sub
Private Sub Command2_Click()
Dim kkk As New form_per_info
kkk.Show 1
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -