📄 specialform.frm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -