📄 payform.frm
字号:
VERSION 5.00
Begin VB.Form payform
AutoRedraw = -1 'True
Caption = "工资发放"
ClientHeight = 7980
ClientLeft = 60
ClientTop = 345
ClientWidth = 13830
LinkTopic = "Form1"
ScaleHeight = 7980
ScaleWidth = 13830
Begin VB.TextBox Text1
Height = 5175
Left = 720
MultiLine = -1 'True
TabIndex = 11
Text = "payform.frx":0000
Top = 1440
Width = 9855
End
Begin VB.CommandButton cmdcancel
Caption = "取消"
Height = 615
Left = 11520
TabIndex = 10
Top = 5880
Width = 1935
End
Begin VB.CommandButton camprint
Caption = "打印工资表"
Height = 615
Left = 11520
TabIndex = 9
Top = 4800
Width = 1935
End
Begin VB.CommandButton cmdpay
Caption = "发放工资"
Height = 615
Left = 11520
TabIndex = 8
Top = 3720
Width = 1935
End
Begin VB.CommandButton cmdtest
Caption = "查询是否已经发放"
Height = 735
Left = 11520
TabIndex = 7
Top = 2520
Width = 1935
End
Begin VB.CommandButton cmdgenerate
Caption = "生成月表"
Height = 615
Left = 11520
TabIndex = 6
Top = 1440
Width = 1935
End
Begin VB.ComboBox cmdmonth
Height = 300
Left = 11520
TabIndex = 5
Text = "2008-1"
Top = 600
Width = 1455
End
Begin VB.ComboBox cmdname
Height = 300
Left = 6600
TabIndex = 3
Text = "张三"
Top = 480
Width = 1335
End
Begin VB.ComboBox cmdID
Height = 300
Left = 1440
TabIndex = 1
Text = "001"
Top = 480
Width = 1095
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "月份"
Height = 180
Left = 10800
TabIndex = 4
Top = 600
Width = 360
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "员工姓名"
Height = 180
Left = 5520
TabIndex = 2
Top = 480
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "员工ID"
Height = 180
Left = 600
TabIndex = 0
Top = 480
Width = 540
End
End
Attribute VB_Name = "payform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -