📄
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2325
ClientLeft = 60
ClientTop = 450
ClientWidth = 4125
LinkTopic = "Form1"
ScaleHeight = 2325
ScaleWidth = 4125
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 1965
Left = 75
ScaleHeight = 1905
ScaleWidth = 3555
TabIndex = 0
Top = 0
Width = 3615
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()
Show
Picture1.Print "在图片框内写字和画圆"
Picture1.Circle (1200, 1000), 600, RGB(0, 0, 255)
Picture1.PSet (1200, 1000), RGB(255, 0, 0)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -