?? addpform.frm
字號:
VERSION 5.00
Begin VB.Form AddPForm
Caption = "添加職位"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 375
Left = 2640
TabIndex = 7
Top = 2280
Width = 855
End
Begin VB.CommandButton CmdAdd
Caption = " 添加"
Height = 375
Left = 960
TabIndex = 6
Top = 2280
Width = 855
End
Begin VB.TextBox txtValue
Height = 270
Index = 1
Left = 1800
TabIndex = 5
Top = 1440
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 2
Left = 1800
TabIndex = 4
Top = 840
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 0
Left = 1800
TabIndex = 3
Top = 240
Width = 1455
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "津貼"
Height = 180
Index = 2
Left = 600
TabIndex = 2
Top = 1560
Width = 360
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "基本工資"
Height = 180
Index = 1
Left = 600
TabIndex = 1
Top = 960
Width = 720
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "職位"
Height = 180
Index = 0
Left = 600
TabIndex = 0
Top = 360
Width = 360
End
End
Attribute VB_Name = "AddPForm"
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -