specialform.frm
来自「本系统主要介绍了企业工资管理的一些内容。」· FRM 代码 · 共 75 行
FRM
75 行
VERSION 5.00
Begin VB.Form SpecialForm
Caption = "特殊项管理"
ClientHeight = 7320
ClientLeft = 60
ClientTop = 450
ClientWidth = 11595
LinkTopic = "Form2"
ScaleHeight = 7320
ScaleWidth = 11595
Begin VB.TextBox Text1
Height = 3375
Left = 480
MultiLine = -1 'True
TabIndex = 4
Text = "SpecialForm.frx":0000
Top = 1320
Width = 9015
End
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 615
Index = 3
Left = 9840
TabIndex = 3
Top = 3960
Width = 1575
End
Begin VB.CommandButton cmdUpdate
Caption = "修改特殊项"
Height = 615
Index = 2
Left = 9840
TabIndex = 2
Top = 3120
Width = 1575
End
Begin VB.CommandButton cmdDelete
Caption = "删除特殊项"
Height = 615
Index = 1
Left = 9840
TabIndex = 1
Top = 2280
Width = 1575
End
Begin VB.CommandButton cmdAdd
Caption = "添加特殊项"
Height = 615
Index = 0
Left = 9840
TabIndex = 0
Top = 1320
Width = 1575
End
End
Attribute VB_Name = "SpecialForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAdd_Click(Index As Integer)
AddSForm.Show
End Sub
Private Sub cmdCancel_Click(Index As Integer)
Me.Hide
End Sub
Private Sub cmdUpdate_Click(Index As Integer)
updatesform.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?