📄 s_admin.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form S_admin
Caption = "学号管理(添加新数据后按更新有效)"
ClientHeight = 3480
ClientLeft = 60
ClientTop = 345
ClientWidth = 4890
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3480
ScaleWidth = 4890
StartUpPosition = 3 '窗口缺省
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 360
Top = 3000
Width = 4095
_ExtentX = 7223
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\My Documents\毕业设计2\libary.mdb"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\My Documents\毕业设计2\libary.mdb"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "S_no"
Caption = ""
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 = "学号管理"
Height = 2325
Left = 0
TabIndex = 4
Top = 0
Width = 4815
Begin VB.ComboBox combo1
BackColor = &H80000004&
Height = 300
ItemData = "S_admin.frx":0000
Left = 2760
List = "S_admin.frx":0010
TabIndex = 12
Text = "请选择类别"
Top = 1920
Width = 1455
End
Begin VB.TextBox Text1
BackColor = &H80000004&
Height = 300
Left = 720
TabIndex = 11
Text = "关键字"
Top = 1920
Width = 1935
End
Begin VB.CommandButton begin
Height = 300
Left = 4320
Picture = "S_admin.frx":002D
Style = 1 'Graphical
TabIndex = 10
Top = 1920
UseMaskColor = -1 'True
Width = 345
End
Begin VB.TextBox txtFields
BackColor = &H80000004&
DataField = "专业"
DataSource = "datPrimaryRS"
Height = 285
Index = 0
Left = 720
TabIndex = 9
Top = 1200
Width = 3975
End
Begin VB.TextBox txtFields
BackColor = &H80000004&
DataField = "性别"
DataSource = "datPrimaryRS"
Height = 285
Index = 1
Left = 720
TabIndex = 8
Top = 555
Width = 3975
End
Begin VB.TextBox txtFields
BackColor = &H80000004&
DataField = "姓名"
DataSource = "datPrimaryRS"
Height = 285
Index = 2
Left = 720
TabIndex = 7
Top = 870
Width = 3975
End
Begin VB.TextBox txtFields
BackColor = &H80000004&
DataField = "学号"
DataSource = "datPrimaryRS"
Height = 285
Index = 3
Left = 720
TabIndex = 6
Top = 210
Width = 3975
End
Begin VB.TextBox txtFields
BackColor = &H80000004&
DataField = "学院"
DataSource = "datPrimaryRS"
Height = 285
Index = 4
Left = 720
TabIndex = 5
Top = 1515
Width = 3975
End
Begin VB.Label Label1
Caption = "查询:"
Height = 255
Left = 120
TabIndex = 18
Top = 1965
Width = 495
End
Begin VB.Label lblLabels
Caption = "专业:"
Height = 255
Index = 0
Left = 120
TabIndex = 17
Top = 1225
Width = 495
End
Begin VB.Label lblLabels
Caption = "性别:"
Height = 255
Index = 1
Left = 120
TabIndex = 16
Top = 540
Width = 495
End
Begin VB.Label lblLabels
Caption = "姓名:"
Height = 255
Index = 2
Left = 120
TabIndex = 15
Top = 890
Width = 495
End
Begin VB.Label lblLabels
Caption = "学号:"
Height = 255
Index = 3
Left = 120
TabIndex = 14
Top = 255
Width = 615
End
Begin VB.Label lblLabels
Caption = "学院:"
Height = 255
Index = 4
Left = 120
TabIndex = 13
Top = 1550
Width = 540
End
End
Begin VB.CommandButton cmdAdd
Caption = "添加(&A)"
Height = 300
Left = 600
TabIndex = 3
Top = 2520
Width = 855
End
Begin VB.CommandButton cmdUpdate
Caption = "更新(&U)"
Height = 300
Left = 1440
TabIndex = 2
Top = 2520
Width = 855
End
Begin VB.CommandButton cmdDelete
Caption = "删除(&D)"
Height = 300
Left = 2280
TabIndex = 1
Top = 2520
Width = 975
End
Begin VB.CommandButton cmdClose
Caption = "关闭(&C)"
Height = 300
Left = 3240
TabIndex = 0
Top = 2520
Width = 975
End
End
Attribute VB_Name = "S_admin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -