【VB开源代码栏目提醒】:网学会员--在 VB开源代码编辑为广大网友搜集整理了:Ex6_6.frm绩等信息,祝愿广大网友取得需要的信息,参考学习。
VERSION 5.00
Begin VB.Form Ex6_6
Caption = "Form1"
ClientHeight = 2160
ClientLeft = 60
ClientTop = 450
ClientWidth = 3420
LinkTopic = "Form1"
ScaleHeight = 2160
ScaleWidth = 3420
StartUpPosition = 3 '窗口缺省
End
Attribute VB_Name = "Ex6_6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
If ScaleWidth > ScaleHeight Then
'调用Circle函数绘制椭圆
Circle (ScaleWidth / 2, ScaleHeight / 2), _
ScaleWidth / 2, , , , ScaleHeight / ScaleWidth
Else
Circle (ScaleWidth / 2, ScaleHeight / 2), _
ScaleHeight / 2, , , , ScaleHeight / ScaleWidth
End If
End Sub
上一篇:
Ex6_5.frm
下一篇:
浅析普外科围手术期抗菌药物的应用