📄 form021.frm
字号:
VERSION 5.00
Begin VB.Form Form021
Caption = "确定"
ClientHeight = 3165
ClientLeft = 60
ClientTop = 450
ClientWidth = 4260
LinkTopic = "Form021"
ScaleHeight = 3165
ScaleWidth = 4260
StartUpPosition = 2 '屏幕中心
Begin VB.OptionButton Option4
Caption = "Option4"
Height = 255
Left = 2880
TabIndex = 5
Top = 1080
Width = 975
End
Begin VB.OptionButton Option3
Caption = "锥齿轮腹板式"
Height = 225
Left = 1200
TabIndex = 4
Top = 1080
Width = 1455
End
Begin VB.OptionButton Option2
Caption = "锥齿轮实心式"
Height = 255
Left = 1200
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.OptionButton Option1
Caption = "锥齿轮齿轮轴式"
Height = 255
Left = 1200
TabIndex = 2
Top = 360
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "取消退出&Q"
Height = 420
Left = 480
TabIndex = 1
Top = 2160
Width = 3135
End
Begin VB.CommandButton Command1
Caption = "确定登陆&E"
Height = 420
Left = 480
TabIndex = 0
Top = 1560
Width = 3135
End
End
Attribute VB_Name = "Form021"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Option1.Value = True Then
Form022.Show
Me.Hide
End If
If Option2.Value = True Then
Form023.Show
Me.Hide
End If
If Option3.Value = True Then
Form024.Show
Me.Hide
End If
If Option4.Value = True Then
Form02.Show
Me.Hide
End If
End Sub
Private Sub Command2_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Command3_Click()
Dim ab As AcadLine
Dim startpointab(0 To 2) As Double
Dim endpointab(0 To 2) As Double
startpointab(0) = zbjl#: startpointab(1) = zxxsp#: startpointab(2) = 0#
endpointab(0) = zbjl#: endpointab(1) = zxxsp - cra + 2#: endpointab(2) = 0#
Set ab = acadapp.ActiveDocument.ModelSpace.AddLine(startpointab, endpointab)
Dim bc As AcadLine
Dim startpointbc(0 To 2) As Double
Dim endpointbc(0 To 2) As Double
startpointbc(0) = zbjl#: startpointbc(1) = zxxsp - cra + dj#: startpointbc(2) = 0#
endpointbc(0) = zbjl + dj#: endpointbc(1) = zxxsp - cra#: endpointbc(2) = 0#
Set bc = acadapp.ActiveDocument.ModelSpace.AddLine(startpointbc, endpointbc)
Dim cd As AcadLine
Dim startpointcd(0 To 2) As Double
Dim endpointcd(0 To 2) As Double
startpointcd(0) = zbjl + dj#: startpointcd(1) = zxxsp - cra#: startpointcd(2) = 0#
endpointcd(0) = zbjl + dj + wide - 2 * dj#: endpointcd(1) = zxxsp - cra#: endpointcd(2) = 0#
Set cd = acadapp.ActiveDocument.ModelSpace.AddLine(startpointcd, endpointcd)
Dim de As AcadLine
Dim startpointde(0 To 2) As Double
Dim endpointde(0 To 2) As Double
startpointde(0) = zbjl + wide - dj#: startpointde(1) = zxxsp - cra#: startpointde(2) = 0#
endpointde(0) = zbjl + wide#: endpointde(1) = zxxsp - cra + dj#: endpointde(2) = 0#
Set de = acadapp.ActiveDocument.ModelSpace.AddLine(startpointde, endpointde)
Dim ef As AcadLine
Dim startpointef(0 To 2) As Double
Dim endpointef(0 To 2) As Double
startpointef(0) = zbjl + wide#: startpointef(1) = zxxsp - cra + dj#: startpointef(2) = 0#
endpointef(0) = zbjl + wide#: endpointef(1) = zxxsp + cra - dj#: endpointef(2) = 0#
Set ef = acadapp.ActiveDocument.ModelSpace.AddLine(startpointef, endpointef)
Dim fg As AcadLine
Dim startpointfg(0 To 2) As Double
Dim endpointfg(0 To 2) As Double
startpointfg(0) = zbjl + wide#: startpointfg(1) = zxxsp + cra - dj#: startpointfg(2) = 0#
endpointfg(0) = zbjl + wide - dj#: endpointfg(1) = zxxsp + cra#: endpointfg(2) = 0#
Set fg = acadapp.ActiveDocument.ModelSpace.AddLine(startpointfg, endpointfg)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -