📄 edstud1.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form edstud1
Caption = "编辑学生记录"
ClientHeight = 4500
ClientLeft = 60
ClientTop = 345
ClientWidth = 6225
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4500
ScaleWidth = 6225
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc2
Height = 405
Left = 3750
Top = 60
Visible = 0 'False
Width = 1905
_ExtentX = 3360
_ExtentY = 714
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=Stud"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "Stud"
OtherAttributes = ""
UserName = "sa"
Password = ""
RecordSource = "select * from classn"
Caption = "Adodc2"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc1
Height = 405
Left = 1890
Top = 60
Visible = 0 'False
Width = 1830
_ExtentX = 3228
_ExtentY = 714
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=Stud"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "Stud"
OtherAttributes = ""
UserName = "sa"
Password = ""
RecordSource = "select * from prof"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame1
Caption = "学生记录"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 3555
Left = 180
TabIndex = 9
Top = 180
Width = 5880
Begin MSDataListLib.DataCombo DataCombo2
Bindings = "edstud1.frx":0000
Height = 360
Left = 1440
TabIndex = 6
Top = 3000
Width = 2385
_ExtentX = 4207
_ExtentY = 635
_Version = 393216
ListField = "班号"
Text = ""
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin MSDataListLib.DataCombo DataCombo1
Bindings = "edstud1.frx":0015
Height = 360
Left = 1440
TabIndex = 5
Top = 2460
Width = 2355
_ExtentX = 4154
_ExtentY = 635
_Version = 393216
ListField = "专业"
Text = ""
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.TextBox Text1
Height = 315
Index = 0
Left = 1440
TabIndex = 0
Top = 510
Width = 1050
End
Begin VB.TextBox Text1
Height = 315
Index = 2
Left = 1440
TabIndex = 3
Top = 1500
Width = 1320
End
Begin VB.Frame Frame2
Caption = "性别"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 600
Left = 3465
TabIndex = 2
Top = 675
Width = 1725
Begin VB.OptionButton Opt2
Caption = "女"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 990
TabIndex = 15
Top = 270
Width = 555
End
Begin VB.OptionButton Opt1
Caption = "男"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 180
TabIndex = 14
Top = 270
Width = 600
End
End
Begin VB.TextBox Text1
Height = 315
Index = 1
Left = 1440
TabIndex = 1
Top = 1005
Width = 1680
End
Begin VB.TextBox Text1
Height = 315
Index = 3
Left = 1440
TabIndex = 4
Top = 1995
Width = 1140
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "班 号*"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -