📄 frmemployeesalary.frm
字号:
VERSION 5.00
Begin VB.Form frmEmployeeSalary
BorderStyle = 3 'Fixed Dialog
Caption = "Employee Salary Details"
ClientHeight = 5115
ClientLeft = 1095
ClientTop = 435
ClientWidth = 5775
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 5115
ScaleWidth = 5775
Begin VB.PictureBox picButtons
Align = 2 'Align Bottom
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 300
Left = 0
ScaleHeight = 300
ScaleWidth = 5775
TabIndex = 34
Top = 4515
Width = 5775
Begin VB.CommandButton cmdCancel
Caption = "&Cancel"
Height = 300
Left = 1213
TabIndex = 41
Top = 0
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton cmdUpdate
Caption = "&Update"
Height = 300
Left = 59
TabIndex = 40
Top = 0
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton cmdClose
Caption = "&Close"
Height = 300
Left = 4675
TabIndex = 39
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdRefresh
Caption = "&Refresh"
Height = 300
Left = 3521
TabIndex = 38
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdDelete
Caption = "&Delete"
Height = 300
Left = 2367
TabIndex = 37
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdEdit
Caption = "&Edit"
Height = 300
Left = 1213
TabIndex = 36
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdAdd
Caption = "&Add"
Height = 300
Left = 59
TabIndex = 35
Top = 0
Width = 1095
End
End
Begin VB.PictureBox picStatBox
Align = 2 'Align Bottom
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 300
Left = 0
ScaleHeight = 300
ScaleWidth = 5775
TabIndex = 28
Top = 4815
Width = 5775
Begin VB.CommandButton cmdLast
Height = 300
Left = 4545
Picture = "frmEmployeeSalary.frx":0000
Style = 1 'Graphical
TabIndex = 32
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdNext
Height = 300
Left = 4200
Picture = "frmEmployeeSalary.frx":0342
Style = 1 'Graphical
TabIndex = 31
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdPrevious
Height = 300
Left = 345
Picture = "frmEmployeeSalary.frx":0684
Style = 1 'Graphical
TabIndex = 30
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdFirst
Height = 300
Left = 0
Picture = "frmEmployeeSalary.frx":09C6
Style = 1 'Graphical
TabIndex = 29
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.Label lblStatus
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Height = 285
Left = 690
TabIndex = 33
Top = 0
Width = 3360
End
End
Begin VB.TextBox txtFields
DataField = "net"
Height = 285
Index = 13
Left = 2040
TabIndex = 27
Top = 4220
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "deduct"
Height = 285
Index = 12
Left = 2040
TabIndex = 25
Top = 3900
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "gross"
Height = 285
Index = 11
Left = 2040
TabIndex = 23
Top = 3580
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "trans"
Height = 285
Index = 10
Left = 2040
TabIndex = 21
Top = 3260
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "ptax"
Height = 285
Index = 9
Left = 2040
TabIndex = 19
Top = 2940
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "itax"
Height = 285
Index = 8
Left = 2040
TabIndex = 17
Top = 2620
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "ins"
Height = 285
Index = 7
Left = 2040
TabIndex = 15
Top = 2300
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "hra"
Height = 285
Index = 6
Left = 2040
TabIndex = 13
Top = 1980
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "gpf"
Height = 285
Index = 5
Left = 2040
TabIndex = 11
Top = 1660
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "da"
Height = 285
Index = 4
Left = 2040
TabIndex = 9
Top = 1340
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "cca"
Height = 285
Index = 3
Left = 2040
TabIndex = 7
Top = 1020
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "basic"
Height = 285
Index = 2
Left = 2040
TabIndex = 5
Top = 700
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "EmployeeID"
Height = 285
Index = 1
Left = 2040
TabIndex = 3
Top = 380
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "Salary_ID"
Height = 285
Index = 0
Left = 2040
TabIndex = 1
Top = 60
Width = 3375
End
Begin VB.Label lblLabels
Caption = "net:"
Height = 255
Index = 13
Left = 120
TabIndex = 26
Top = 4220
Width = 1815
End
Begin VB.Label lblLabels
Caption = "deduct:"
Height = 255
Index = 12
Left = 120
TabIndex = 24
Top = 3900
Width = 1815
End
Begin VB.Label lblLabels
Caption = "gross:"
Height = 255
Index = 11
Left = 120
TabIndex = 22
Top = 3580
Width = 1815
End
Begin VB.Label lblLabels
Caption = "trans:"
Height = 255
Index = 10
Left = 120
TabIndex = 20
Top = 3260
Width = 1815
End
Begin VB.Label lblLabels
Caption = "ptax:"
Height = 255
Index = 9
Left = 120
TabIndex = 18
Top = 2940
Width = 1815
End
Begin VB.Label lblLabels
Caption = "itax:"
Height = 255
Index = 8
Left = 120
TabIndex = 16
Top = 2620
Width = 1815
End
Begin VB.Label lblLabels
Caption = "ins:"
Height = 255
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -