📄 管理员登录.frm
字号:
VERSION 5.00
Begin VB.Form sys_info
Caption = "administrator管理处"
ClientHeight = 10185
ClientLeft = 60
ClientTop = 750
ClientWidth = 14715
Icon = "管理员登录.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 10185
ScaleWidth = 14715
WindowState = 2 'Maximized
Begin VB.Frame Frame1
Caption = "Admin的执行功能及步骤:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 8895
Left = 600
TabIndex = 0
Top = 600
Width = 14055
Begin VB.Frame Frame3
Caption = "注意:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 7935
Left = 4080
TabIndex = 2
Top = 480
Width = 9495
Begin VB.Label Label8
Caption = "3.必须按规定的步骤操作"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3600
TabIndex = 5
Top = 4920
Width = 2775
End
Begin VB.Label Label7
Caption = "2.老师用姓名创建用户名"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3600
TabIndex = 4
Top = 3480
Width = 2655
End
Begin VB.Label Label6
Caption = "1.学生用学号创建用户名"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 3600
TabIndex = 3
Top = 1920
Width = 2895
End
End
Begin VB.Label Label4
Caption = "第四步:admin检查课题"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 960
TabIndex = 12
Top = 3600
Width = 3255
End
Begin VB.Label Label1
Caption = "第二步:设定可带学生数"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 960
TabIndex = 11
Top = 1440
Width = 3255
End
Begin VB.Label Label5
Caption = "第三步:老师设定课题"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 10
Top = 2520
Width = 3135
End
Begin VB.Label Label1
Caption = "第一步:用户管理"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 960
TabIndex = 9
Top = 480
Width = 3015
End
Begin VB.Label Label4
Caption = "第五步:学生报名"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 960
TabIndex = 8
Top = 4800
Width = 4455
End
Begin VB.Label Label4
Caption = "第六步:admin检查报名情况"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 960
TabIndex = 7
Top = 5880
Width = 2895
End
Begin VB.Label Label4
Caption = "第七步:分配"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 960
TabIndex = 6
Top = 6960
Width = 2775
End
Begin VB.Label Label4
Caption = "第八步:执行"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 4
Left = 960
TabIndex = 1
Top = 7920
Width = 2775
End
End
Begin VB.Menu shjgl
Caption = "数据管理"
Begin VB.Menu xj
Caption = "新建"
Begin VB.Menu byshxx
Caption = "毕业生信息"
End
Begin VB.Menu jshxx
Caption = "教师信息"
End
End
Begin VB.Menu bf
Caption = "备份"
End
End
Begin VB.Menu xtshzh
Caption = "系统设置"
Begin VB.Menu yhgl
Caption = "用户管理"
End
Begin VB.Menu shdxshsh
Caption = "设定可带学生数"
End
End
Begin VB.Menu jch
Caption = "检查"
Begin VB.Menu jchkt
Caption = "管理员检查课题"
End
Begin VB.Menu jchbm
Caption = "管理员检查报名"
End
End
Begin VB.Menu fp
Caption = "分配"
Begin VB.Menu zhx
Caption = "执行"
End
End
Begin VB.Menu tch
Caption = "退出"
End
End
Attribute VB_Name = "sys_info"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub byshxx_Click()
crea_grad.Show
End Sub
Private Sub jshxx_Click()
crea_tea.Show
End Sub
Private Sub shdxshsh_Click()
enactment.Show
End Sub
Private Sub tch_Click()
Unload Me
End Sub
Private Sub yhgl_Click()
user_mag.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -