📄 form3.frm
字号:
VERSION 5.00
Object = "{307F089F-48D0-466B-9A28-2CBE99958773}#1.0#0"; "MMBT_OSXE.ocx"
Begin VB.Form Form3
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
Caption = "Form3"
ClientHeight = 2175
ClientLeft = 0
ClientTop = 0
ClientWidth = 6000
LinkTopic = "Form3"
ScaleHeight = 2175
ScaleWidth = 6000
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE6
Height = 135
Left = 0
TabIndex = 6
Top = 2040
Width = 6015
_ExtentX = 10610
_ExtentY = 238
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = ""
End
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE5
Height = 495
Left = 3240
TabIndex = 5
Top = 1440
Width = 2415
_ExtentX = 4260
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = "退出并打开混淆器 "
End
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE4
Height = 495
Left = 360
TabIndex = 4
Top = 1440
Width = 2415
_ExtentX = 4260
_ExtentY = 873
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = "确定并返回程序 "
End
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE1
Height = 375
Left = 0
TabIndex = 3
Top = 0
Width = 6015
_ExtentX = 10610
_ExtentY = 661
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = "生成完毕"
End
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE3
Height = 2175
Left = 5880
TabIndex = 1
Top = 0
Width = 135
_ExtentX = 238
_ExtentY = 3836
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = ""
End
Begin MMBT_OSXE.MMButton_OSXE MMButton_OSXE2
Height = 2175
Left = 0
TabIndex = 0
Top = 0
Width = 135
_ExtentX = 238
_ExtentY = 3836
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = ""
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"Form3.frx":0000
ForeColor = &H000000FF&
Height = 855
Left = 360
TabIndex = 2
Top = 600
Width = 5415
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub MMButton_OSXE4_Click()
Form1.Show
Unload Me
End Sub
Private Sub MMButton_OSXE5_Click()
Shell App.Path & "\data\html.exe", 1
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -