📄 form9.frm
字号:
VERSION 5.00
Begin VB.Form Form9
BorderStyle = 1 'Fixed Single
Caption = "考勤管理"
ClientHeight = 2970
ClientLeft = 45
ClientTop = 330
ClientWidth = 9105
Icon = "Form9.frx":0000
LinkTopic = "Form9"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2970
ScaleWidth = 9105
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
BackColor = &H0080FF80&
Caption = "退出"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5880
TabIndex = 15
Top = 2400
Width = 1335
End
Begin VB.TextBox Text1
DataField = "旷岗次数"
DataSource = "Data1"
Height = 495
Index = 6
Left = 6120
TabIndex = 14
Top = 1320
Width = 735
End
Begin VB.TextBox Text1
DataField = "请假次数"
DataSource = "Data1"
Height = 495
Index = 5
Left = 4920
TabIndex = 13
Top = 1320
Width = 735
End
Begin VB.TextBox Text1
DataField = "早退次数"
DataSource = "Data1"
Height = 495
Index = 4
Left = 3840
TabIndex = 12
Top = 1320
Width = 735
End
Begin VB.TextBox Text1
DataField = "迟到次数"
DataSource = "Data1"
Height = 495
Index = 3
Left = 2760
TabIndex = 11
Top = 1320
Width = 735
End
Begin VB.TextBox Text1
DataField = "性别"
DataSource = "Data1"
Height = 495
Index = 2
Left = 1560
TabIndex = 10
Top = 1320
Width = 855
End
Begin VB.TextBox Text1
DataField = "备注"
DataSource = "Data1"
Height = 495
Index = 1
Left = 7440
TabIndex = 9
Top = 1320
Width = 1095
End
Begin VB.TextBox Text1
DataField = "姓名"
DataSource = "Data1"
Height = 495
Index = 0
Left = 0
TabIndex = 8
Top = 1320
Width = 1335
End
Begin VB.Data Data1
Caption = "考勤管理"
Connect = "Access"
DatabaseName = "考勤.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "kaoqin"
Top = 2520
Width = 2295
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "备注"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 7680
TabIndex = 7
Top = 960
Width = 480
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "旷岗次数"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 6000
TabIndex = 6
Top = 960
Width = 1080
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "请假次数"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 4800
TabIndex = 5
Top = 960
Width = 960
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "早退次数"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 3600
TabIndex = 4
Top = 960
Width = 1080
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "迟到次数"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 2520
TabIndex = 3
Top = 960
Width = 960
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "性别"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1800
TabIndex = 2
Top = 960
Width = 480
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "姓名"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 480
TabIndex = 1
Top = 960
Width = 480
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "办公室人员考勤记录"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2880
TabIndex = 0
Top = 360
Width = 3120
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -