?? hrform.frm
字號:
VERSION 5.00
Begin VB.Form HRForm
Caption = "人員管理"
ClientHeight = 8205
ClientLeft = 60
ClientTop = 450
ClientWidth = 12645
LinkTopic = "Form2"
ScaleHeight = 8205
ScaleWidth = 12645
WindowState = 2 'Maximized
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 375
Left = 11040
TabIndex = 3
Top = 3240
Width = 1335
End
Begin VB.CommandButton cmdUpdateEmployee
Caption = "修改員工"
Height = 375
Left = 11040
TabIndex = 2
Top = 2640
Width = 1335
End
Begin VB.CommandButton cmdDeleteEmployee
Caption = "刪除員工"
Height = 375
Left = 11040
TabIndex = 1
Top = 2040
Width = 1335
End
Begin VB.CommandButton cmdAddEmployee
Caption = "添加員工"
Height = 375
Left = 11040
TabIndex = 0
Top = 1440
Width = 1335
End
Begin VB.OLE OLE1
Class = "ET.Workbook.6"
Height = 5655
Left = 1800
OleObjectBlob = "HRForm.frx":0000
TabIndex = 4
Top = 1440
Width = 8415
End
End
Attribute VB_Name = "HRForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAddEmployee_Click()
AddEForm.Show
End Sub
Private Sub cmdCancel_Click()
Me.Hide
End Sub
Private Sub cmdUpdateEmployee_Click()
UpdateEForm.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -