?? deleteuser.frm
字號:
VERSION 5.00
Begin VB.Form deleteuser
Caption = "Form1"
ClientHeight = 2970
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 2970
ScaleWidth = 4680
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2400
TabIndex = 5
Top = 2280
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "刪除"
Height = 495
Left = 840
TabIndex = 4
Top = 2280
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 2520
TabIndex = 3
Text = "Text2"
Top = 1200
Width = 1575
End
Begin VB.TextBox Text1
Height = 495
Left = 2520
TabIndex = 2
Text = "Text1"
Top = 480
Width = 1575
End
Begin VB.Label Label2
Caption = "用戶密碼"
Height = 495
Left = 720
TabIndex = 1
Top = 1320
Width = 1455
End
Begin VB.Label Label1
Caption = "用戶名"
Height = 495
Left = 720
TabIndex = 0
Top = 480
Width = 1455
End
End
Attribute VB_Name = "deleteuser"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -