📄 工资查询.frm
字号:
VERSION 5.00
Begin VB.Form 工资查询
Caption = "Form4"
ClientHeight = 2475
ClientLeft = 60
ClientTop = 450
ClientWidth = 4005
LinkTopic = "Form4"
ScaleHeight = 2475
ScaleWidth = 4005
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 375
Left = 480
TabIndex = 0
Top = 840
Width = 3135
End
Begin VB.CommandButton Command1
Caption = "查 询"
Height = 375
Left = 1320
TabIndex = 1
Top = 1680
Width = 855
End
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 2520
TabIndex = 2
Top = 1680
Width = 855
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "请输入你要查询员工的职工号:"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 480
TabIndex = 3
Top = 360
Width = 2730
End
End
Attribute VB_Name = "工资查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
查询结果.Show
Unload Me
End Sub
Private Sub Command2_Click()
Form7.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -