📄 form11.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form9
Caption = "员工信息"
ClientHeight = 5085
ClientLeft = 60
ClientTop = 450
ClientWidth = 8535
LinkTopic = "Form9"
ScaleHeight = 5085
ScaleWidth = 8535
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "刷新"
Height = 375
Left = 6840
TabIndex = 22
Top = 4440
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "删除"
Height = 375
Left = 5040
TabIndex = 21
Top = 4440
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 3120
TabIndex = 20
Top = 4440
Width = 1455
End
Begin VB.TextBox Text10
DataField = "备注"
DataSource = "Adodc1"
Height = 375
Left = 360
TabIndex = 19
Top = 3360
Width = 4335
End
Begin VB.TextBox Text9
DataField = "EMAIL"
DataSource = "Adodc1"
Height = 375
Left = 6480
TabIndex = 17
Top = 1440
Width = 1575
End
Begin VB.TextBox Text8
DataField = "家庭住址"
DataSource = "Adodc1"
Height = 375
Left = 360
TabIndex = 15
Top = 2400
Width = 4335
End
Begin VB.TextBox Text7
DataField = "学历"
DataSource = "Adodc1"
Height = 375
Left = 4560
TabIndex = 13
Top = 1440
Width = 1575
End
Begin VB.TextBox Text6
DataField = "职位"
DataSource = "Adodc1"
Height = 375
Left = 2640
TabIndex = 11
Top = 1440
Width = 1575
End
Begin VB.TextBox Text5
DataField = "部门"
DataSource = "Adodc1"
Height = 375
Left = 360
TabIndex = 9
Top = 1440
Width = 1575
End
Begin VB.TextBox Text4
DataField = "性别"
DataSource = "Adodc1"
Height = 375
Left = 6360
TabIndex = 7
Top = 600
Width = 1575
End
Begin VB.TextBox Text3
DataField = "年龄"
DataSource = "Adodc1"
Height = 375
Left = 4560
TabIndex = 5
Top = 600
Width = 1575
End
Begin VB.TextBox Text2
DataField = "姓名"
DataSource = "Adodc1"
Height = 375
Left = 2640
TabIndex = 3
Top = 600
Width = 1575
End
Begin VB.TextBox Text1
DataField = "编号"
DataSource = "Adodc1"
Height = 375
Left = 360
TabIndex = 1
Top = 600
Width = 1575
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 360
Top = 4440
Width = 2295
_ExtentX = 4048
_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.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "rs"
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.Label Label10
Caption = "备注"
Height = 255
Left = 360
TabIndex = 18
Top = 3000
Width = 1455
End
Begin VB.Label Label9
Caption = "EMAIL"
Height = 255
Left = 6480
TabIndex = 16
Top = 1080
Width = 1455
End
Begin VB.Label Label8
Caption = "家庭住址"
Height = 255
Left = 360
TabIndex = 14
Top = 2040
Width = 1455
End
Begin VB.Label Label7
Caption = "学历"
Height = 255
Left = 4560
TabIndex = 12
Top = 1080
Width = 1455
End
Begin VB.Label Label6
Caption = "职位"
Height = 255
Left = 2640
TabIndex = 10
Top = 1080
Width = 1455
End
Begin VB.Label Label5
Caption = "部门"
Height = 255
Left = 360
TabIndex = 8
Top = 1080
Width = 1455
End
Begin VB.Label Label4
Caption = "性别"
Height = 255
Left = 6360
TabIndex = 6
Top = 240
Width = 1455
End
Begin VB.Label Label3
Caption = "年龄"
Height = 255
Left = 4560
TabIndex = 4
Top = 240
Width = 1455
End
Begin VB.Label Label2
Caption = "姓名"
Height = 255
Left = 2640
TabIndex = 2
Top = 240
Width = 1455
End
Begin VB.Label Label1
Caption = "编号"
Height = 255
Left = 360
TabIndex = 0
Top = 240
Width = 1455
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Adodc1.Recordset.AddNew
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.Delete
End Sub
Private Sub Command3_Click()
Adodc1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -