📄 1357.frm
字号:
VERSION 5.00
Begin VB.Form Form22
BackColor = &H00808080&
Caption = "Form22"
ClientHeight = 5325
ClientLeft = 60
ClientTop = 450
ClientWidth = 8430
BeginProperty Font
Name = "Comic Sans MS"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
LinkTopic = "Form22"
ScaleHeight = 5325
ScaleWidth = 8430
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "DONE"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 2400
TabIndex = 0
Top = 1680
Width = 2535
End
End
Attribute VB_Name = "Form22"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
For A = 1 To 7 Step -2
For B = 1 To A Step -2
Print B;
Next B
Print
Next A
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -