📄 form1.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmData
BorderStyle = 1 'Fixed Single
Caption = "显示所有员工信息"
ClientHeight = 6825
ClientLeft = 45
ClientTop = 435
ClientWidth = 7005
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6825
ScaleWidth = 7005
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc1
Height = 495
Left = 1800
Top = 120
Width = 2535
_ExtentX = 4471
_ExtentY = 873
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=newdb"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "newdb"
OtherAttributes = ""
UserName = "sa"
Password = ""
RecordSource = "SELECT * FROM Employee ORDER BY Emp_Id"
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.TextBox Text10
DataField = "Dep_id"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 19
Top = 6000
Width = 3495
End
Begin VB.TextBox Text9
DataField = "Wage"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 18
Top = 5400
Width = 3495
End
Begin VB.TextBox Text8
DataField = "Id_Card"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 17
Top = 4800
Width = 3495
End
Begin VB.TextBox Text7
DataField = "Mobile_phone"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 16
Top = 4200
Width = 3495
End
Begin VB.TextBox Text6
DataField = "Office_phone"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 15
Top = 3720
Width = 3495
End
Begin VB.TextBox Text5
DataField = "Age"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 14
Top = 3120
Width = 3495
End
Begin VB.TextBox Text4
DataField = "Title"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 13
Top = 2520
Width = 3495
End
Begin VB.TextBox Text3
DataField = "Sex"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 12
Top = 1920
Width = 3495
End
Begin VB.TextBox Text2
DataField = "Emp_Name"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 11
Top = 1320
Width = 3495
End
Begin VB.TextBox Text1
DataField = "Emp_Id"
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 10
Top = 720
Width = 3495
End
Begin VB.Label Label1
Caption = "员工编号"
Height = 375
Left = 240
TabIndex = 9
Top = 840
Width = 1335
End
Begin VB.Label Label10
Caption = "部门编号"
Height = 375
Left = 240
TabIndex = 8
Top = 5760
Width = 1335
End
Begin VB.Label Label9
Caption = "工资"
Height = 375
Left = 240
TabIndex = 7
Top = 5208
Width = 1335
End
Begin VB.Label Label8
Caption = "身份证号"
Height = 375
Left = 240
TabIndex = 6
Top = 4662
Width = 1335
End
Begin VB.Label Label7
Caption = "移动电话"
Height = 375
Left = 240
TabIndex = 5
Top = 4116
Width = 1335
End
Begin VB.Label Label6
Caption = "办公电话"
Height = 375
Left = 240
TabIndex = 4
Top = 3570
Width = 1335
End
Begin VB.Label Label5
Caption = "年龄"
Height = 375
Left = 240
TabIndex = 3
Top = 3024
Width = 1335
End
Begin VB.Label Label4
Caption = "职务"
Height = 375
Left = 240
TabIndex = 2
Top = 2478
Width = 1335
End
Begin VB.Label Label3
Caption = "性别"
Height = 375
Left = 240
TabIndex = 1
Top = 1932
Width = 1335
End
Begin VB.Label Label2
Caption = "姓名"
Height = 375
Left = 240
TabIndex = 0
Top = 1386
Width = 1335
End
End
Attribute VB_Name = "FrmData"
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 + -