?? 工資查詢.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 + -