📄 frmstaff_salary.frm
字号:
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
Alignment = 2
ColumnWidth = 840.189
EndProperty
BeginProperty Column01
Alignment = 2
ColumnWidth = 1230.236
EndProperty
BeginProperty Column02
Alignment = 2
ColumnWidth = 1230.236
EndProperty
BeginProperty Column03
Alignment = 2
ColumnWidth = 1275.024
EndProperty
BeginProperty Column04
Alignment = 2
ColumnWidth = 1275.024
EndProperty
BeginProperty Column05
Alignment = 2
ColumnWidth = 1275.024
EndProperty
BeginProperty Column06
Alignment = 2
ColumnWidth = 1094.74
EndProperty
BeginProperty Column07
Alignment = 2
ColumnWidth = 1800
EndProperty
BeginProperty Column08
Alignment = 2
ColumnWidth = 1470.047
EndProperty
BeginProperty Column09
Alignment = 2
ColumnWidth = 1874.835
EndProperty
EndProperty
End
Begin VB.TextBox txtName
Height = 375
Left = 1440
Locked = -1 'True
TabIndex = 18
Top = 1320
Width = 2175
End
Begin VB.Frame Frame1
Caption = "员工详细信息"
Height = 2415
Left = 240
TabIndex = 1
Top = 240
Width = 13935
Begin VB.TextBox txtEmail
Height = 375
Left = 4440
Locked = -1 'True
TabIndex = 9
Top = 1800
Width = 2175
End
Begin VB.TextBox txtPhone
Height = 375
Left = 4440
Locked = -1 'True
TabIndex = 8
Top = 1080
Width = 2175
End
Begin VB.TextBox txtAddress
Height = 375
Left = 1200
Locked = -1 'True
TabIndex = 7
Top = 1800
Width = 2175
End
Begin VB.TextBox txtId
Height = 375
Left = 1200
Locked = -1 'True
TabIndex = 6
Top = 360
Width = 2175
End
Begin VB.TextBox txtIndentity
Height = 375
Left = 4440
Locked = -1 'True
TabIndex = 5
Top = 360
Width = 2175
End
Begin VB.TextBox txtBasic
Height = 375
Left = 8280
Locked = -1 'True
TabIndex = 4
Top = 360
Width = 2055
End
Begin VB.TextBox txtOver
Height = 375
Left = 8280
Locked = -1 'True
TabIndex = 3
Top = 1080
Width = 2055
End
Begin VB.TextBox txtOther
Height = 375
Left = 8280
Locked = -1 'True
TabIndex = 2
Top = 1800
Width = 2055
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工姓名"
Height = 180
Left = 360
TabIndex = 19
Top = 1200
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "联系电话"
Height = 180
Left = 3480
TabIndex = 17
Top = 1200
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "E-MAIL"
Height = 180
Left = 3600
TabIndex = 16
Top = 1920
Width = 540
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "家庭住址"
Height = 180
Left = 360
TabIndex = 15
Top = 1920
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "员工编号"
Height = 180
Left = 360
TabIndex = 14
Top = 480
Width = 720
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "身份证号码"
Height = 180
Left = 3480
TabIndex = 13
Top = 480
Width = 900
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "基本提成比例"
Height = 180
Left = 7080
TabIndex = 12
Top = 480
Width = 1080
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "超额提成比例"
Height = 180
Left = 7080
TabIndex = 11
Top = 1200
Width = 1080
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "其他比例"
Height = 180
Left = 7080
TabIndex = 10
Top = 1920
Width = 720
End
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "工资总额:"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 10560
TabIndex = 20
Top = 7200
Width = 1575
End
Begin VB.Line Line1
BorderColor = &H00004000&
BorderWidth = 3
X1 = 10560
X2 = 14160
Y1 = 6960
Y2 = 6960
End
End
Attribute VB_Name = "frmstaff_salary"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
StaffSalaryFlag = True '员工工资
End Sub
Private Sub Form_Terminate()
StaffSalaryFlag = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -