📄 form发放.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form发放
BackColor = &H00FFC0C0&
Caption = "工资发放"
ClientHeight = 9120
ClientLeft = 60
ClientTop = 435
ClientWidth = 11700
LinkTopic = "Form3"
ScaleHeight = 9120
ScaleWidth = 11700
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command6
Caption = "返回"
Height = 495
Left = 8640
TabIndex = 22
Top = 6240
Width = 2175
End
Begin VB.TextBox Text1
DataField = "次数"
DataSource = "Adodc3"
Height = 495
Left = 3000
TabIndex = 21
Top = 5190
Width = 1935
End
Begin VB.TextBox Text2
DataField = "工龄"
DataSource = "Adodc2"
Height = 495
Left = 3000
TabIndex = 20
Text = " "
Top = 3306
Width = 1935
End
Begin VB.TextBox Text3
DataField = "基本工资"
DataSource = "Adodc1"
Height = 495
Left = 3000
TabIndex = 19
Text = " "
Top = 2364
Width = 1935
End
Begin VB.TextBox Text4
DataField = "金额"
DataSource = "Adodc3"
Height = 495
Left = 3000
TabIndex = 18
Text = " "
Top = 6132
Width = 1935
End
Begin VB.TextBox Text5
DataField = "姓名"
DataSource = "Adodc1"
Height = 495
Left = 3000
TabIndex = 17
Text = " "
Top = 480
Width = 1935
End
Begin VB.TextBox Text6
Height = 495
Left = 3000
TabIndex = 16
Text = " "
Top = 7080
Width = 1935
End
Begin VB.TextBox Text7
DataField = "职工编号"
DataSource = "Adodc1"
Height = 495
Left = 3000
TabIndex = 15
Text = " "
Top = 1422
Width = 1935
End
Begin VB.TextBox Text8
DataField = "出勤"
DataSource = "Adodc3"
Height = 495
Left = 3000
TabIndex = 14
Top = 4248
Width = 1935
End
Begin VB.Frame Frame1
Caption = "操作"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3735
Left = 9000
TabIndex = 5
Top = 600
Width = 1695
Begin VB.CommandButton Command5
Caption = "最后一个"
Height = 615
Left = 240
TabIndex = 9
Top = 2880
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "下一个"
Height = 615
Left = 240
TabIndex = 8
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "上一个"
Height = 615
Left = 240
TabIndex = 7
Top = 1200
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "第一个"
Height = 615
Left = 240
TabIndex = 6
Top = 360
Width = 1215
End
End
Begin MSAdodcLib.Adodc Adodc3
Height = 330
Left = 4560
Top = 8400
Visible = 0 'False
Width = 2280
_ExtentX = 4022
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=chuqin.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=chuqin.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "chuqin"
Caption = "出勤"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc2
Height = 375
Left = 2400
Top = 8400
Visible = 0 'False
Width = 2055
_ExtentX = 3625
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=zhigong.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=zhigong.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "zhigong"
Caption = "职工"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 240
Top = 8280
Visible = 0 'False
Width = 1800
_ExtentX = 3175
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -