📄 leiqinglist.frm
字号:
VERSION 5.00
Begin VB.Form frmleiqinglist
Caption = "Form1"
ClientHeight = 5550
ClientLeft = 60
ClientTop = 450
ClientWidth = 5340
LinkTopic = "Form1"
ScaleHeight = 5550
ScaleWidth = 5340
StartUpPosition = 3 '窗口缺省
Begin VB.Frame fraInfo
Caption = "内勤资料"
Height = 4695
Left = 120
TabIndex = 0
Top = 120
Width = 3612
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 8
Left = 1320
MaxLength = 20
TabIndex = 17
Top = 4200
Width = 2055
End
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 7
Left = 1320
MaxLength = 20
TabIndex = 15
Top = 3720
Width = 2055
End
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 6
Left = 1320
MaxLength = 20
TabIndex = 13
Top = 3240
Width = 2055
End
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 5
Left = 1320
MaxLength = 20
TabIndex = 11
Top = 2760
Width = 2055
End
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 3
Left = 1320
MaxLength = 20
TabIndex = 9
Top = 2280
Width = 2055
End
Begin VB.TextBox txtItem
Height = 270
Index = 0
Left = 1320
MaxLength = 20
TabIndex = 4
Top = 360
Width = 2055
End
Begin VB.TextBox txtItem
Height = 270
Index = 1
Left = 1320
MaxLength = 20
TabIndex = 3
Top = 840
Width = 2055
End
Begin VB.TextBox txtItem
Height = 270
Index = 2
Left = 1320
MaxLength = 20
TabIndex = 2
Top = 1320
Width = 2055
End
Begin VB.TextBox txtItem
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
Height = 270
Index = 4
Left = 1320
MaxLength = 20
TabIndex = 1
Top = 1800
Width = 2055
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "备 注:"
Height = 180
Index = 8
Left = 240
TabIndex = 18
Top = 4200
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "实发工资:"
Height = 180
Index = 7
Left = 240
TabIndex = 16
Top = 3735
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "应扣工资:"
Height = 180
Index = 6
Left = 240
TabIndex = 14
Top = 3255
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "应发工资:"
Height = 180
Index = 5
Left = 240
TabIndex = 12
Top = 2775
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "休假次数:"
Height = 180
Index = 4
Left = 240
TabIndex = 10
Top = 2295
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "迟到次数:"
Height = 180
Index = 2
Left = 240
TabIndex = 8
Top = 1335
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "姓 名:"
Height = 180
Index = 1
Left = 240
TabIndex = 7
Top = 840
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "工 号:"
Height = 180
Index = 0
Left = 240
TabIndex = 6
Top = 360
Width = 900
End
Begin VB.Label lblFields
AutoSize = -1 'True
Caption = "旷工次数:"
Height = 180
Index = 3
Left = 240
TabIndex = 5
Top = 1815
Width = 900
End
End
End
Attribute VB_Name = "frmleiqinglist"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub fraInfo_DragDrop(Source As Control, X As Single, Y As Single)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -