?? 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 + -