gatj.frm
来自「学生管理系统 很不错的一个课程设计 适合大学生毕业设计用」· FRM 代码 · 共 292 行
FRM
292 行
VERSION 5.00
Begin VB.Form Form11
Caption = "学籍管理-档案添加"
ClientHeight = 6450
ClientLeft = 60
ClientTop = 450
ClientWidth = 8025
LinkTopic = "Form11"
ScaleHeight = 6450
ScaleWidth = 8025
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame4
Caption = "备注"
Height = 1635
Left = 60
TabIndex = 31
Top = 4800
Width = 7935
Begin VB.TextBox Text13
Height = 1275
Left = 120
TabIndex = 32
Text = "Text13"
Top = 240
Width = 7755
End
End
Begin VB.Frame Frame3
Caption = "住址信息"
Height = 1215
Left = 60
TabIndex = 22
Top = 3540
Width = 7935
Begin VB.TextBox Text12
Height = 315
Left = 960
TabIndex = 30
Text = "Text12"
Top = 780
Width = 6795
End
Begin VB.TextBox Text11
Height = 315
Left = 5700
TabIndex = 28
Text = "Text11"
Top = 240
Width = 2115
End
Begin VB.TextBox Text10
Height = 315
Left = 3300
TabIndex = 26
Text = "Text10"
Top = 240
Width = 1515
End
Begin VB.TextBox Text9
Height = 315
Left = 780
TabIndex = 24
Text = "Text9"
Top = 240
Width = 1515
End
Begin VB.Label Label15
Caption = "家庭住址"
Height = 315
Left = 120
TabIndex = 29
Top = 780
Width = 795
End
Begin VB.Label Label14
Caption = "籍贯"
Height = 315
Left = 5220
TabIndex = 27
Top = 360
Width = 495
End
Begin VB.Label Label13
Caption = "邮编"
Height = 315
Left = 2700
TabIndex = 25
Top = 300
Width = 495
End
Begin VB.Label Label12
Caption = "电话"
Height = 315
Left = 120
TabIndex = 23
Top = 300
Width = 555
End
End
Begin VB.Frame Frame2
Caption = "专业信息"
Height = 1035
Left = 60
TabIndex = 15
Top = 2460
Width = 7935
Begin VB.TextBox Text8
Height = 315
Left = 780
TabIndex = 21
Text = "Text8"
Top = 600
Width = 1995
End
Begin VB.TextBox Text7
Height = 315
Left = 4140
TabIndex = 19
Text = "Text7"
Top = 240
Width = 2235
End
Begin VB.TextBox Text6
Height = 315
Left = 780
TabIndex = 17
Text = "Text6"
Top = 240
Width = 1995
End
Begin VB.Label Label11
Caption = "班级"
Height = 315
Left = 120
TabIndex = 20
Top = 660
Width = 495
End
Begin VB.Label Label10
Caption = "专业"
Height = 315
Left = 3540
TabIndex = 18
Top = 360
Width = 615
End
Begin VB.Label Label9
Caption = "院系"
Height = 315
Left = 120
TabIndex = 16
Top = 300
Width = 555
End
End
Begin VB.Frame Frame1
Caption = "基本信息"
Height = 1815
Left = 60
TabIndex = 1
Top = 600
Width = 7935
Begin VB.TextBox Text5
Height = 315
Left = 3780
TabIndex = 13
Text = "Text5"
Top = 780
Width = 1095
End
Begin VB.TextBox Text4
Height = 315
Left = 1020
TabIndex = 12
Text = "Text4"
Top = 1320
Width = 1875
End
Begin VB.TextBox Text3
Height = 315
Left = 780
TabIndex = 11
Text = "Text3"
Top = 780
Width = 1935
End
Begin VB.ComboBox Combo1
Height = 300
Left = 6780
TabIndex = 10
Text = "Combo1"
Top = 300
Width = 975
End
Begin VB.TextBox Text2
Height = 315
Left = 3780
TabIndex = 9
Text = "Text2"
Top = 300
Width = 1815
End
Begin VB.TextBox Text1
Height = 315
Left = 780
TabIndex = 8
Text = "Text1"
Top = 300
Width = 2055
End
Begin VB.Label Label8
Caption = "日期输入格式:"
Height = 315
Left = 3240
TabIndex = 14
Top = 1320
Width = 3855
End
Begin VB.Label Label7
Caption = "血型"
Height = 315
Left = 3120
TabIndex = 7
Top = 840
Width = 555
End
Begin VB.Label Label6
Caption = "出生日期"
Height = 315
Left = 120
TabIndex = 6
Top = 1380
Width = 855
End
Begin VB.Label Label5
Caption = "民族"
Height = 315
Left = 120
TabIndex = 5
Top = 840
Width = 555
End
Begin VB.Label Label4
Caption = "性别"
Height = 315
Left = 6060
TabIndex = 4
Top = 360
Width = 555
End
Begin VB.Label Label3
Caption = "姓名"
Height = 315
Left = 3120
TabIndex = 3
Top = 360
Width = 555
End
Begin VB.Label Label2
Caption = "学号"
Height = 315
Left = 120
TabIndex = 2
Top = 360
Width = 435
End
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "档 案 添 加"
BeginProperty Font
Name = "黑体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 60
TabIndex = 0
Top = 60
Width = 7875
End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?