📄 addsform.frm
字号:
VERSION 5.00
Begin VB.Form AddSForm
Caption = "添加特殊项"
ClientHeight = 5160
ClientLeft = 60
ClientTop = 450
ClientWidth = 4455
LinkTopic = "Form2"
ScaleHeight = 5160
ScaleWidth = 4455
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox Combo1
Height = 300
Left = 1920
TabIndex = 11
Top = 600
Width = 1695
End
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 375
Left = 2520
TabIndex = 10
Top = 4080
Width = 1215
End
Begin VB.CommandButton cmdAdd
Caption = "添加"
Height = 375
Left = 720
TabIndex = 9
Top = 4080
Width = 1215
End
Begin VB.TextBox Text1
Height = 375
Index = 2
Left = 1920
TabIndex = 8
Top = 2520
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 1920
TabIndex = 7
Top = 3120
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Index = 0
Left = 1920
TabIndex = 6
Top = 1920
Width = 1695
End
Begin VB.ComboBox cmbName
Height = 300
Left = 1920
TabIndex = 5
Top = 1200
Width = 1695
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "特殊项金额"
Height = 180
Index = 2
Left = 840
TabIndex = 4
Top = 2520
Width = 900
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "特殊项日期"
Height = 180
Index = 1
Left = 840
TabIndex = 3
Top = 3120
Width = 900
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "特殊项名称"
Height = 180
Index = 0
Left = 840
TabIndex = 2
Top = 1920
Width = 900
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "职工姓名"
Height = 180
Left = 840
TabIndex = 1
Top = 1320
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "特殊项ID"
Height = 180
Left = 840
TabIndex = 0
Top = 720
Width = 720
End
End
Attribute VB_Name = "AddSForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAdd_Click()
MsgBox "添加成功!"
End Sub
Private Sub cmdCancel_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -