📄 xuqjixinxi.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form2
Caption = "学籍信息"
ClientHeight = 5940
ClientLeft = 60
ClientTop = 450
ClientWidth = 7935
LinkTopic = "Form2"
ScaleHeight = 5940
ScaleWidth = 7935
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command8
Caption = "删除记录"
Height = 375
Left = 5760
TabIndex = 27
Top = 4320
Width = 1575
End
Begin VB.CommandButton Command7
Caption = "取消修改记录"
Height = 375
Left = 3960
TabIndex = 26
Top = 4320
Width = 1575
End
Begin VB.CommandButton Command6
Caption = "更新记录"
Height = 375
Left = 2160
TabIndex = 25
Top = 4320
Width = 1575
End
Begin VB.Frame Frame2
Caption = "修改学籍信息"
Height = 855
Left = 240
TabIndex = 24
Top = 4080
Width = 7215
Begin VB.CommandButton Command9
Caption = "修改记录"
Height = 375
Left = 120
TabIndex = 28
Top = 240
Width = 1575
End
End
Begin VB.CommandButton Command5
Caption = "返回"
Height = 375
Left = 5760
TabIndex = 23
Top = 5040
Width = 1575
End
Begin VB.CommandButton Command4
Caption = "最后一条记录"
Height = 375
Left = 5760
TabIndex = 22
Top = 3360
Width = 1575
End
Begin VB.CommandButton Command3
Caption = "下一条记录"
Height = 375
Left = 3960
TabIndex = 21
Top = 3360
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "上一条记录"
Height = 375
Left = 2160
TabIndex = 20
Top = 3360
Width = 1575
End
Begin VB.ComboBox Combo4
Height = 300
Left = 5280
TabIndex = 18
Text = "Combo1"
Top = 720
Width = 1815
End
Begin VB.ComboBox Combo5
Height = 300
Left = 5280
TabIndex = 17
Text = "Combo1"
Top = 1920
Width = 1815
End
Begin VB.ComboBox Combo3
Height = 300
Left = 1320
TabIndex = 16
Text = "Combo1"
Top = 2640
Width = 1815
End
Begin VB.ComboBox Combo2
Height = 300
Left = 1320
TabIndex = 15
Text = "Combo1"
Top = 1920
Width = 1815
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1320
TabIndex = 14
Text = "Combo1"
Top = 1320
Width = 1815
End
Begin VB.TextBox Text4
Height = 375
Left = 1320
TabIndex = 13
Text = "Text1"
Top = 720
Width = 1815
End
Begin VB.TextBox Text3
Height = 375
Left = 5280
TabIndex = 12
Text = "Text1"
Top = 1320
Width = 1815
End
Begin VB.TextBox Text2
Height = 375
Left = 5280
TabIndex = 11
Text = "Text1"
Top = 120
Width = 1815
End
Begin VB.TextBox Text1
Height = 375
Left = 1320
TabIndex = 10
Text = "Text1"
Top = 120
Width = 1815
End
Begin VB.Frame Frame1
Caption = "查看学籍信息"
Height = 855
Left = 240
TabIndex = 0
Top = 3120
Width = 7215
Begin VB.CommandButton Command1
Caption = "第一条记录"
Height = 375
Left = 120
TabIndex = 19
Top = 240
Width = 1575
End
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 29
Top = 5565
Width = 7935
_ExtentX = 13996
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 1
TextSave = "2004-12-13"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
TextSave = "9:36"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 7038
MinWidth = 7038
Text = "学生管理系统"
TextSave = "学生管理系统"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
EndProperty
EndProperty
End
Begin VB.Label Label9
Caption = "政治面貌"
Height = 375
Left = 3840
TabIndex = 9
Top = 1920
Width = 855
End
Begin VB.Label Label8
Caption = "入学日期"
Height = 375
Left = 360
TabIndex = 8
Top = 720
Width = 855
End
Begin VB.Label Label7
Caption = "出生年月"
Height = 375
Left = 3840
TabIndex = 7
Top = 1320
Width = 855
End
Begin VB.Label Label6
Caption = "姓名"
Height = 375
Left = 3840
TabIndex = 6
Top = 120
Width = 855
End
Begin VB.Label Label5
Caption = "学院"
Height = 375
Left = 360
TabIndex = 5
Top = 2760
Width = 855
End
Begin VB.Label Label4
Caption = "系别"
Height = 375
Left = 360
TabIndex = 4
Top = 2040
Width = 855
End
Begin VB.Label Label3
Caption = "班级"
Height = 375
Left = 360
TabIndex = 3
Top = 1440
Width = 855
End
Begin VB.Label Label2
Caption = "性别"
Height = 375
Left = 3840
TabIndex = 2
Top = 720
Width = 855
End
Begin VB.Label Label1
Caption = "学号"
Height = 375
Left = 360
TabIndex = 1
Top = 120
Width = 855
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub UpDown1_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -