📄 posform.frm
字号:
VERSION 5.00
Begin VB.Form PosForm
Caption = "职位管理"
ClientHeight = 6480
ClientLeft = 60
ClientTop = 450
ClientWidth = 10485
LinkTopic = "Form3"
ScaleHeight = 6480
ScaleWidth = 10485
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 2055
Left = 720
MultiLine = -1 'True
TabIndex = 4
Text = "PosForm.frx":0000
Top = 1440
Width = 7455
End
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 495
Left = 8640
TabIndex = 3
Top = 3240
Width = 1455
End
Begin VB.CommandButton cmdUpdate
Caption = "修改职位"
Height = 495
Left = 8640
TabIndex = 2
Top = 2520
Width = 1455
End
Begin VB.CommandButton cmdDelete
Caption = "删除职位"
Height = 495
Left = 8640
TabIndex = 1
Top = 1800
Width = 1455
End
Begin VB.CommandButton cmdAdd
Caption = "添加职位"
Height = 495
Left = 8640
TabIndex = 0
Top = 1080
Width = 1455
End
End
Attribute VB_Name = "PosForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAdd_Click()
AddPForm.Show
End Sub
Private Sub cmdCancel_Click()
Me.Hide
End Sub
Private Sub cmdUpdate_Click()
UpdatePForm.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -