📄 tables.frm
字号:
VERSION 5.00
Begin VB.Form Form12
BackColor = &H00808080&
Caption = "Form13"
ClientHeight = 5340
ClientLeft = 60
ClientTop = 450
ClientWidth = 8295
ForeColor = &H00FFFFFF&
LinkTopic = "Form13"
ScaleHeight = 5340
ScaleWidth = 8295
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Caption = "DONE"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 11.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 3480
TabIndex = 2
Top = 2760
Width = 2415
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "Monotype Corsiva"
Size = 11.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 4200
TabIndex = 1
Top = 1320
Width = 1575
End
Begin VB.Label Label1
Caption = "TABLES"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 11.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 1920
TabIndex = 0
Top = 1440
Width = 1815
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Let X = Val(Text1)
A = 1
While A <= 10
Wend
Print X & " " & "*" & " " & A & " " & "=" & X * A
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -