📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
Caption = "通知"
ClientHeight = 2055
ClientLeft = 0
ClientTop = 0
ClientWidth = 3015
LinkTopic = "Form2"
ScaleHeight = 2055
ScaleWidth = 3015
StartUpPosition = 2 '屏幕中心
Begin 排序算法演示系统.jcForms jcForms1
Align = 1 'Align Top
Height = 2055
Left = 0
TabIndex = 0
Top = 0
Width = 3015
_ExtentX = 5318
_ExtentY = 3625
ThemeColor = 1
MaxButton = 0 'False
MinButton = 0 'False
CustomBackColor = 15591915
Style = 2
Begin 排序算法演示系统.isButton isButton1
Height = 375
Left = 720
TabIndex = 2
Top = 1440
Width = 1455
_ExtentX = 2566
_ExtentY = 661
Style = 4
Caption = "确定"
Tooltiptitle = ""
ToolTipIcon = 0
ToolTipType = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "执行次数:"
Height = 255
Left = 120
TabIndex = 3
Top = 1080
Width = 2775
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "排序已经完成!"
Height = 255
Left = 120
TabIndex = 1
Top = 720
Width = 2775
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub isButton1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -