📄 130,26.frm
字号:
VERSION 5.00
Begin VB.Form Form24
BackColor = &H00808080&
Caption = "Form24"
ClientHeight = 4950
ClientLeft = 60
ClientTop = 450
ClientWidth = 7260
BeginProperty Font
Name = "Comic Sans MS"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
LinkTopic = "Form24"
ScaleHeight = 4950
ScaleWidth = 7260
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Caption = "DONE"
Height = 975
Left = 2280
TabIndex = 0
Top = 1320
Width = 2175
End
End
Attribute VB_Name = "Form24"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Cls
SUM = 0
For K = 1 To 25 Step 5
SUM = SUM + (K * 2)
K = K + 1
Next K
Print SUM, K
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -