form5.frm
来自「主要用于学校机房考试,主要包括选择题,问答题,WORD操作题,WINDOWS操作」· FRM 代码 · 共 518 行 · 第 1/2 页
FRM
518 行
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Form5
BackColor = &H00FFC0C0&
BorderStyle = 1 'Fixed Single
Caption = "学生学籍"
ClientHeight = 6105
ClientLeft = 3570
ClientTop = 1485
ClientWidth = 6105
ClipControls = 0 'False
FillStyle = 0 'Solid
FontTransparent = 0 'False
ForeColor = &H000000FF&
LinkTopic = "Form5"
ScaleHeight = 6105
ScaleMode = 0 'User
ScaleWidth = 4625
WhatsThisButton = -1 'True
WhatsThisHelp = -1 'True
Begin VB.Timer Timer1
Interval = 1
Left = 2400
Top = 2760
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "Form5.frx":0000
Height = 2055
Left = 120
TabIndex = 27
Top = 3600
Width = 5775
_ExtentX = 10186
_ExtentY = 3625
_Version = 393216
Rows = 8
Cols = 8
ScrollTrack = -1 'True
AllowUserResizing= 1
FormatString = " "
End
Begin VB.CommandButton Command1
BackColor = &H00FFFFC0&
Caption = "查询"
Height = 255
Left = 90
MaskColor = &H00FFC0FF&
Style = 1 'Graphical
TabIndex = 20
Top = 5790
UseMaskColor = -1 'True
Width = 1095
End
Begin VB.TextBox Text7
BackColor = &H00FFFFC0&
Height = 285
Left = 3315
TabIndex = 19
Top = 3240
Width = 2595
End
Begin VB.ComboBox Cbo_Category
BackColor = &H00C0C0FF&
Height = 300
Left = 195
Style = 2 'Dropdown List
TabIndex = 18
Top = 3225
Width = 1470
End
Begin VB.ComboBox Cbo_Operator
BackColor = &H00C0C0FF&
Height = 300
Left = 1650
Style = 2 'Dropdown List
TabIndex = 17
Top = 3225
Width = 1695
End
Begin VB.CommandButton Command4
BackColor = &H00FFC0C0&
Caption = "修改"
Height = 255
Left = 1200
Style = 1 'Graphical
TabIndex = 16
Top = 5790
Width = 1215
End
Begin VB.CommandButton Command5
BackColor = &H00C0E0FF&
Caption = "删除"
Height = 255
Left = 2370
Style = 1 'Graphical
TabIndex = 15
Top = 5790
Width = 1215
End
Begin VB.CommandButton Command6
BackColor = &H008080FF&
Caption = "添加"
Height = 255
Left = 3570
Style = 1 'Graphical
TabIndex = 14
Top = 5790
Width = 1335
End
Begin VB.CommandButton Command2
BackColor = &H0080C0FF&
Caption = "返回"
Height = 255
Left = 4890
Style = 1 'Graphical
TabIndex = 13
Top = 5790
Width = 1020
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "基本档案"
Height = 2520
Left = 240
TabIndex = 0
Top = 75
Width = 5595
Begin VB.TextBox Text
DataField = "照片号"
DataSource = "Data1"
Height = 330
Index = 6
Left = 2025
Locked = -1 'True
TabIndex = 26
Text = "Text8"
Top = 630
Width = 1425
End
Begin VB.TextBox Text
DataField = "毕业学校"
DataSource = "Data1"
Height = 300
Index = 5
Left = 1035
Locked = -1 'True
TabIndex = 12
Text = "Text6"
Top = 2010
Width = 2490
End
Begin VB.TextBox Text
DataField = "电话"
DataSource = "Data1"
Height = 300
Index = 4
Left = 750
Locked = -1 'True
TabIndex = 11
Text = "Text5"
Top = 1665
Width = 1980
End
Begin VB.TextBox Text
DataField = "籍贯"
DataSource = "Data1"
Height = 300
Index = 3
Left = 750
Locked = -1 'True
TabIndex = 10
Text = "Text4"
Top = 1305
Width = 2265
End
Begin VB.TextBox Text
DataField = "年龄"
DataSource = "Data1"
Height = 300
Index = 2
Left = 750
Locked = -1 'True
TabIndex = 9
Text = "Text3"
Top = 960
Width = 765
End
Begin VB.TextBox Text
DataField = "性别"
DataSource = "Data1"
Height = 300
Index = 1
Left = 765
Locked = -1 'True
TabIndex = 8
Text = "Text2"
Top = 615
Width = 465
End
Begin VB.TextBox Text
DataField = "姓名"
DataSource = "Data1"
Height = 300
Index = 0
Left = 750
Locked = -1 'True
TabIndex = 7
Text = "Text1"
Top = 255
Width = 1485
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "照片号:"
Height = 180
Left = 1335
TabIndex = 25
Top = 675
Width = 720
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 2355
Left = 3630
Stretch = -1 'True
Top = 120
Width = 1935
End
Begin VB.Label Label12
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "毕业学校:"
Height = 180
Left = 195
TabIndex = 6
Top = 2085
Width = 900
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电话:"
Height = 180
Left = 195
TabIndex = 5
Top = 1725
Width = 540
End
Begin VB.Label Label10
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "籍贯:"
Height = 180
Left = 195
TabIndex = 4
Top = 1380
Width = 540
End
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?