📄 shape.frm
字号:
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
Caption = "Form1"
ClientHeight = 6435
ClientLeft = 60
ClientTop = 450
ClientWidth = 9285
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 6435
ScaleWidth = 9285
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.Shape Shape1
Height = 1815
Index = 5
Left = 12480
Top = 1320
Width = 1815
End
Begin VB.Shape Shape1
Height = 1815
Index = 4
Left = 9960
Top = 1320
Width = 1815
End
Begin VB.Shape Shape1
Height = 1815
Index = 3
Left = 7680
Top = 1320
Width = 1815
End
Begin VB.Shape Shape1
Height = 1815
Index = 2
Left = 5400
Top = 1320
Width = 1815
End
Begin VB.Shape Shape1
Height = 1815
Index = 1
Left = 3120
Top = 1320
Width = 1815
End
Begin VB.Shape Shape1
Height = 1815
Index = 0
Left = 960
Top = 1320
Width = 1815
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim i As Integer
Print
Print " 0 1 2 3 4 5"
Shape1(0).Shape = 0: Shape1(i).FillStyle = 2
For i = 1 To 5
'Shape1(i).Left = Shape1(i - 1).Left + 750
Shape1(i).Shape = i
Shape1(i).FillStyle = i + 2
Shape1(i).Visible = True
Next
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -