📄 form发放.frm
字号:
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=gongzi.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=gongzi.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "gongzi"
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 VB.CommandButton Command1
Caption = "工资结算"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 8640
TabIndex = 0
Top = 5160
Width = 2175
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "特殊项"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 13
Top = 4365
Width = 1575
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "职工编号"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 12
Top = 1545
Width = 1575
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "特殊项总金额"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 11
Top = 7200
Width = 1935
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "姓名"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 10
Top = 600
Width = 1575
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "金额"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 4
Top = 6255
Width = 1575
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "特殊项次数"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 3
Top = 5310
Width = 1575
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "工龄"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 2
Top = 3420
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "基本工资"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 720
TabIndex = 1
Top = 2490
Width = 1575
End
End
Attribute VB_Name = "Form发放"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form我的工资.Show
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.MoveFirst
Adodc2.Recordset.MoveFirst
Adodc3.Recordset.MoveFirst
Text6 = Text1 * Text4
End Sub
Private Sub Command3_Click()
Adodc1.Recordset.MovePrevious
If Adodc1.Recordset.BOF Then Adodc1.Recordset.MoveFirst
Adodc2.Recordset.MovePrevious
If Adodc2.Recordset.BOF Then Adodc2.Recordset.MoveFirst
Adodc3.Recordset.MovePrevious
If Adodc3.Recordset.BOF Then Adodc3.Recordset.MoveFirst
Text6 = Text1 * Text4
End Sub
Private Sub Command4_Click()
Adodc1.Recordset.MoveNext
If Adodc1.Recordset.EOF Then Adodc1.Recordset.MoveLast
Adodc2.Recordset.MoveNext
If Adodc2.Recordset.EOF Then Adodc2.Recordset.MoveLast
Adodc3.Recordset.MoveNext
If Adodc3.Recordset.EOF Then Adodc3.Recordset.MoveLast
Text6 = Text1 * Text4
End Sub
Private Sub Command5_Click()
Adodc1.Recordset.MoveLast
Adodc2.Recordset.MoveLast
Adodc3.Recordset.MoveLast
Text6 = Text1 * Text4
End Sub
Private Sub Command6_Click()
Unload Me
End Sub
Private Sub Form_Load()
Text6 = Text1 * Text4
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -