- 精华
- 活跃值
-
- 积分
- 965
- 违规
-
- 印币
-
- 鲜花值
-
- 在线时间
- 小时
累计签到:187 天 连续签到:11 天
|
楼主 |
发表于 2023-8-13 12:36:17
|
显示全部楼层
Private Sub CommandButton16_Click()
Dim OrigSelection As ShapeRange
On Error GoTo ksgtcvew
Set OrigSelection = ActiveSelectionRange
On Error GoTo ksgtcvew
OrigSelection.Copy
On Error GoTo ksgtcvew
Dim doc1 As Document
Set doc1 = CreateDocument
On Error GoTo ksgtcvew
ActiveLayer.Paste
Clipboard.Clear '删除剪切板
Call DoAddContour
ksgtcvew:
Exit Sub
End Sub
Private Sub CommandButton17_Click()
On Error GoTo Graphic
Dim OrigSelectio As ShapeRange
Set OrigSelectio = ActiveSelectionRange
OrigSelectio.Copy
Graphic:
Shell "C:\Program Files (x86)\FutureCorp\Graphic Tracer\GraphicTracer..exe", vbNormalFocus
End Sub
Private Sub CommandButton18_Click()
Shell "C:\\Program Files (x86)\\FutureCorp\\Graphhome\\格辅图攻Graphhome.exe", vbNormalFocus
End Sub
Private Sub EXpand_Click()
On Error Resume Next
If Documents.Count = 0 Then
MsgBox "没有打开文件!", vbCritical
Exit Sub
End If
frmSelectSame.Show 0
End Sub
Private Sub UserForm_Initialize()
Me.Width = 20: Me.Height = 33
Me.Label3.Caption = "QQ 26501746 HARRY作品"
Label3.ForeColor = &H8000000D
End Sub
Private Sub CommandButton10_Click()
Dim OrigSelection As ShapeRange
Set OrigSelection = ActiveSelectionRange
On Error GoTo ll
ActivePage.Layers("SCM_ContourLayer").Printable = True
Beep
ll:
Exit Sub
Exit Sub
End Sub
Private Sub CommandButton13_Click()
EasyBounding.Show 0
End Sub
Private Sub CommandButton14_Click()
On Error GoTo Graphic
Dim OrigSelectio As ShapeRange
Set OrigSelectio = ActiveSelectionRange
OrigSelectio.Copy
Graphic:
Shell "C:\Program Files (x86)\FutureCorp\Graphic Tracer\GraphicTracer.exe", vbNormalFocus
End Sub
Private Sub CommandButton8_Click()
If ActiveDocument Is Nothing Then Exit Sub
If ActiveDocument.ActivePage Is Nothing Then Exit Sub
Dim l As Layer
Set l = ActivePage.AllLayers.Find(CutLayerName)
If l Is Nothing Then Exit Sub
l.Delete
Beep
End Sub
Private Sub CommandButton9_Click()
Call DoLaunchSpooler
End Sub
Private Sub CommandButton12_Click()
Dim OrigSelection As ShapeRange
Set OrigSelection = ActiveSelectionRange
On Error GoTo Vectorector
OrigSelection.Copy
Vectorector:
Shell "C:\\Program Files (x86)\\FutureCorp\\Vector\\vmde.exe", vbNormalFocus
End Sub
Private Sub CommandButton1_Click()
Call DoAddContour
Beep
End Sub
Private Sub Label3_Click()
If Me.Height >= 100 Then
Me.Width = 20: Me.Height = 40
Me.Label3.Caption = "QQ 26501746 HARRY作品"
Label3.ForeColor = &H8000000D
Beep
Else
Me.Width = 160: Me.Height = 183
Me.Label3.Caption = "HARRY作品 QQ 26501746"
Label3.ForeColor = &HFF00FF
Beep
End If
End Sub
这是里面的全部代码 |
|