📄 aaaaaaaa.frm
字号:
VERSION 5.00
Begin VB.Form Form26
BackColor = &H00808080&
Caption = "Form26"
ClientHeight = 4935
ClientLeft = 60
ClientTop = 450
ClientWidth = 8400
BeginProperty Font
Name = "Comic Sans MS"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
LinkTopic = "Form26"
ScaleHeight = 4935
ScaleWidth = 8400
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
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 = 1095
Left = 3360
TabIndex = 0
Top = 1560
Width = 2175
End
End
Attribute VB_Name = "Form26"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
X = 65
For A = 8 To 1 Step -1
For B = 1 To A
Print Chr(X);
Next B
X = X + 1
Print
Next A
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -