?? updatesform.frm
字號:
VERSION 5.00
Begin VB.Form UpdateSform
Caption = "修改特殊項"
ClientHeight = 5085
ClientLeft = 60
ClientTop = 450
ClientWidth = 5070
LinkTopic = "Form1"
ScaleHeight = 5085
ScaleWidth = 5070
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdcancel
Caption = "取消"
Height = 495
Left = 2760
TabIndex = 11
Top = 3720
Width = 1095
End
Begin VB.CommandButton cmdmodify
Caption = "修改"
Height = 495
Left = 840
TabIndex = 10
Top = 3720
Width = 1215
End
Begin VB.TextBox txtvalue
Height = 375
Index = 4
Left = 1800
TabIndex = 9
Top = 2760
Width = 1575
End
Begin VB.TextBox txtvalue
Height = 375
Index = 3
Left = 1800
TabIndex = 8
Top = 2160
Width = 1575
End
Begin VB.TextBox txtvalue
Height = 375
Index = 2
Left = 1800
TabIndex = 7
Top = 1560
Width = 1575
End
Begin VB.TextBox txtvalue
Height = 375
Index = 1
Left = 1800
TabIndex = 6
Top = 960
Width = 1575
End
Begin VB.TextBox txtvalue
Height = 375
Index = 0
Left = 1800
TabIndex = 5
Top = 360
Width = 1575
End
Begin VB.Label lblfield
AutoSize = -1 'True
Caption = "特殊項日期"
Height = 180
Index = 4
Left = 480
TabIndex = 4
Top = 2760
Width = 900
End
Begin VB.Label lblfield
AutoSize = -1 'True
Caption = "特殊項金額"
Height = 180
Index = 3
Left = 480
TabIndex = 3
Top = 2160
Width = 900
End
Begin VB.Label lblfield
AutoSize = -1 'True
Caption = "特殊項名稱"
Height = 180
Index = 2
Left = 480
TabIndex = 2
Top = 1560
Width = 900
End
Begin VB.Label lblfield
AutoSize = -1 'True
Caption = "職工ID"
Height = 180
Index = 1
Left = 480
TabIndex = 1
Top = 960
Width = 540
End
Begin VB.Label lblfield
AutoSize = -1 'True
Caption = "特殊項ID"
Height = 180
Index = 0
Left = 480
TabIndex = 0
Top = 360
Width = 720
End
End
Attribute VB_Name = "updatesform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Me.Hide
End Sub
Private Sub cmdmodify_Click()
MsgBox "修改成功!"
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -