📄 cxc7.frm
字号:
VERSION 5.00
Begin VB.Form cxc07
BackColor = &H00808000&
BorderStyle = 0 'None
Caption = "cxc7"
ClientHeight = 4200
ClientLeft = 0
ClientTop = 0
ClientWidth = 7095
FillColor = &H00FFFFFF&
BeginProperty Font
Name = "幼圆"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFC0&
LinkTopic = "Form1"
ScaleHeight = 4000
ScaleMode = 0 'User
ScaleWidth = 6800
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
BackColor = &H008080FF&
Caption = "确 定"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
Style = 1 'Graphical
TabIndex = 3
Top = 3240
Width = 1095
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = " 如果某一趟中没有进行过一次记录的交换,则排序提前结束。因此,冒泡排序算法最好情况只需进行一趟排序。"
BeginProperty Font
Name = "幼圆"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 735
Left = 840
TabIndex = 2
Top = 2160
Width = 5415
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = $"cxc7.frx":0000
BeginProperty Font
Name = "幼圆"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 735
Left = 840
TabIndex = 1
Top = 1320
Width = 5415
End
Begin VB.Line Line1
BorderColor = &H008080FF&
BorderWidth = 2
X1 = 690.063
X2 = 5980.549
Y1 = 914.286
Y2 = 914.286
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "冒泡排序"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 720
TabIndex = 0
Top = 480
Width = 4935
End
End
Attribute VB_Name = "cxc07"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'**********************************************
'* desinded dy 丞相 E_mail:cxc-0378@163.com *
'**********************************************
Private Sub Command1_Click()
cxc07.Hide
cxc05.Show
End Sub
Private Sub Form_Load()
cxc07.Left = (Screen.Width - Width) / 2
cxc07.Top = (Screen.Height - Height) / 2
End Sub
Private Sub Label2_Click()
Print cxcfffdfhdg
End Sub
Private Sub Text1_Change()
Print cxcfffdfhdg
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -