?? frmsalarysel.frm
字號(hào):
VERSION 5.00
Begin VB.Form FrmSalarySel
Caption = "請(qǐng)選擇"
ClientHeight = 2010
ClientLeft = 60
ClientTop = 510
ClientWidth = 3690
Icon = "FrmSalarySel.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2010
ScaleWidth = 3690
StartUpPosition = 2 '屏幕中心
Begin VB.Label Lblback
BackStyle = 0 'Transparent
Caption = "返 回"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
MouseIcon = "FrmSalarySel.frx":0CCA
MousePointer = 99 'Custom
TabIndex = 2
Top = 1440
Width = 1575
End
Begin VB.Image Image2
Height = 300
Left = 720
Picture = "FrmSalarySel.frx":0FD4
Top = 1440
Width = 300
End
Begin VB.Label lblSalary
BackStyle = 0 'Transparent
Caption = "工 資 管 理"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
MouseIcon = "FrmSalarySel.frx":13F0
MousePointer = 99 'Custom
TabIndex = 1
Top = 840
Width = 1575
End
Begin VB.Image Image1
Height = 300
Left = 720
Picture = "FrmSalarySel.frx":16FA
Top = 840
Width = 300
End
Begin VB.Label LblRules
BackStyle = 0 'Transparent
Caption = "工資制度設(shè)定"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
MouseIcon = "FrmSalarySel.frx":1B16
MousePointer = 99 'Custom
TabIndex = 0
Top = 240
Width = 1575
End
Begin VB.Image Image3
Height = 300
Left = 720
Picture = "FrmSalarySel.frx":1E20
Top = 240
Width = 300
End
End
Attribute VB_Name = "FrmSalarySel"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub LblBack_Click()
Unload Me
End Sub
Private Sub LblRules_Click()
FrmSalaryRule.Show
Unload Me
End Sub
Private Sub lblSalary_Click()
FrmSalaryMan.Show
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -