📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "添加客户信息"
ClientHeight = 3240
ClientLeft = 60
ClientTop = 450
ClientWidth = 5760
LinkTopic = "Form1"
ScaleHeight = 3240
ScaleWidth = 5760
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Adodc1
BackColor = &H80000005&
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 375
Left = 360
ScaleHeight = 315
ScaleWidth = 1995
TabIndex = 19
Top = 2760
Visible = 0 'False
Width = 2055
End
Begin VB.CommandButton Cmd_Cancel
Caption = "取消"
Height = 375
Left = 4440
TabIndex = 11
Top = 2760
Width = 975
End
Begin VB.CommandButton Cmd_add
Caption = "确定"
Height = 375
Left = 3000
TabIndex = 9
Top = 2760
Width = 975
End
Begin VB.TextBox txtindate
Height = 375
Index = 4
Left = 4080
TabIndex = 2
Top = 240
Width = 1455
End
Begin VB.TextBox txtbirthdate
Height = 375
Left = 1200
TabIndex = 5
Top = 1200
Width = 1455
End
Begin VB.TextBox txtsex
Height = 375
Left = 1200
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.Frame Frame1
Height = 2655
Left = 120
TabIndex = 0
Top = 0
Width = 5535
Begin VB.TextBox txtaddr
Height = 375
Left = 1080
TabIndex = 8
Top = 2160
Width = 4335
End
Begin VB.TextBox txttel
Height = 375
Left = 1080
TabIndex = 7
Top = 1680
Width = 4335
End
Begin VB.TextBox txtName
Height = 375
Left = 1080
TabIndex = 1
Top = 240
Width = 1455
End
Begin VB.TextBox txtjob
Height = 375
Left = 3960
TabIndex = 6
Top = 1200
Width = 1455
End
Begin VB.TextBox txtdepart
Height = 375
Left = 3960
TabIndex = 4
Top = 720
Width = 1455
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "员工住址"
Height = 195
Index = 9
Left = 240
TabIndex = 18
Top = 2280
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工电话"
Height = 195
Index = 8
Left = 240
TabIndex = 17
Top = 1800
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工职务"
Height = 195
Index = 6
Left = 2880
TabIndex = 16
Top = 1320
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "所在部门"
Height = 195
Index = 5
Left = 2880
TabIndex = 15
Top = 840
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "进入公司时间"
Height = 195
Index = 4
Left = 2760
TabIndex = 14
Top = 360
Width = 1080
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工生日"
Height = 195
Index = 1
Left = 240
TabIndex = 13
Top = 1320
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工性别"
Height = 195
Index = 2
Left = 240
TabIndex = 12
Top = 840
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工姓名"
Height = 195
Index = 0
Left = 240
TabIndex = 10
Top = 360
Width = 720
End
End
End
Attribute VB_Name = "Form3"
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 + -