?? inputname.frm
字號:
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 4 'Fixed ToolWindow
Caption = "Top score"
ClientHeight = 975
ClientLeft = 45
ClientTop = 315
ClientWidth = 2025
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 975
ScaleWidth = 2025
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.TextBox Text1
Height = 285
Left = 30
MaxLength = 25
TabIndex = 0
Top = 300
Width = 1965
End
Begin VB.CommandButton Command1
Caption = "OK"
Default = -1 'True
Height = 285
Left = 630
TabIndex = 1
Top = 660
Width = 795
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "Enter Your name:"
Height = 195
Left = 30
TabIndex = 2
Top = 60
Width = 1230
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
form1.Label1.Caption = Text1.Text
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -