frmstuinfoquery.frm
来自「学生信息管理系统,学生入学时间及毕业时间,学生成绩,学生所在系」· FRM 代码 · 共 458 行 · 第 1/2 页
FRM
458 行
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form FrmStuInfoQuery
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
Caption = "学籍信息查询"
ClientHeight = 6030
ClientLeft = 45
ClientTop = 330
ClientWidth = 10590
Icon = "FrmStuInfoQuery.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 6030
ScaleWidth = 10590
Begin VB.CommandButton cmdExit
Caption = "关闭"
Height = 495
Left = 8760
TabIndex = 21
Top = 5160
Width = 1335
End
Begin VB.CommandButton CmdQuery
Caption = "查找"
Height = 495
Left = 8760
TabIndex = 20
Top = 4440
Width = 1335
End
Begin VB.Frame Frame1
BackColor = &H00E7DFE7&
Caption = "查询条件"
Height = 2775
Left = 120
TabIndex = 10
Top = 3120
Width = 10335
Begin VB.TextBox txtStudentId
Height = 315
Left = 1080
MaxLength = 12
TabIndex = 3
Top = 1440
Width = 1335
End
Begin VB.ComboBox cboClassNo
Height = 300
Left = 6840
TabIndex = 2
Top = 840
Width = 1320
End
Begin VB.ComboBox cboGradeNo
Height = 300
Left = 6840
TabIndex = 5
Top = 1440
Width = 1320
End
Begin VB.TextBox txtstudentName
Height = 315
Left = 1080
MaxLength = 8
TabIndex = 0
Top = 840
Width = 1260
End
Begin VB.ComboBox cboSex
Height = 300
Left = 3900
Style = 2 'Dropdown List
TabIndex = 1
Top = 840
Width = 735
End
Begin VB.TextBox txtTel
Height = 315
Left = 1080
MaxLength = 20
TabIndex = 6
Top = 2070
Width = 1290
End
Begin VB.ComboBox cboUserId
Height = 300
Left = 6840
TabIndex = 8
Top = 2070
Width = 1320
End
Begin MSMask.MaskEdBox txtInDate
Height = 315
Left = 3900
TabIndex = 7
Top = 2040
Width = 1335
_ExtentX = 2355
_ExtentY = 556
_Version = 393216
MaxLength = 10
Mask = "####-##-##"
PromptChar = "_"
End
Begin MSMask.MaskEdBox txtBirth
Height = 315
Left = 3900
TabIndex = 4
Top = 1440
Width = 1335
_ExtentX = 2355
_ExtentY = 556
_Version = 393216
MaxLength = 10
Mask = "####-##-##"
PromptChar = "_"
End
Begin MSComctlLib.ImageList ImageList1
Left = 4800
Top = 360
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 1
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmStuInfoQuery.frx":2CFA
Key = "print"
EndProperty
EndProperty
End
Begin VB.Label Label10
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "年级编号:"
Height = 180
Left = 5610
TabIndex = 19
Top = 1515
Width = 900
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "出生日期:"
Height = 180
Left = 2640
TabIndex = 18
Top = 1515
Width = 900
End
Begin VB.Label Label7
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "入校时间:"
Height = 180
Left = 2640
TabIndex = 17
Top = 2130
Width = 900
End
Begin VB.Label Label6
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电话:"
Height = 180
Left = 240
TabIndex = 16
Top = 2130
Width = 540
End
Begin VB.Label Label5
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "班号:"
Height = 180
Left = 5610
TabIndex = 15
Top = 900
Width = 540
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "性别:"
Height = 180
Left = 2760
TabIndex = 14
Top = 900
Width = 780
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "姓名:"
Height = 180
Left = 240
TabIndex = 13
Top = 900
Width = 540
End
Begin VB.Label Label1
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学号:"
Height = 180
Left = 240
TabIndex = 12
Top = 1515
Width = 540
End
Begin VB.Label Label8
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?