?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "A-1"
ClientHeight = 6165
ClientLeft = 60
ClientTop = 450
ClientWidth = 9165
LinkTopic = "Form1"
ScaleHeight = 6165
ScaleWidth = 9165
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "你輸入的姓名是"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1560
TabIndex = 2
Top = 4680
Width = 2055
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋體"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 3960
TabIndex = 1
Top = 3480
Width = 3135
End
Begin VB.Label Label4
BorderStyle = 1 'Fixed Single
BeginProperty Font
Name = "宋體"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 3960
TabIndex = 5
Top = 4560
Width = 3135
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "Visual Basic"
BeginProperty Font
Name = "隸書"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 2160
TabIndex = 4
Top = 2040
Width = 3975
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "歡迎學習"
BeginProperty Font
Name = "隸書"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 1440
TabIndex = 3
Top = 600
Width = 5415
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "請輸入你的姓名"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1680
TabIndex = 0
Top = 3720
Width = 1935
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Label4.Caption = Text1.Text
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -