📄 unit1.~dfm
字号:
object SortForm: TSortForm
Left = 184
Top = 111
Width = 696
Height = 480
Caption = 'SortForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 24
Width = 57
Height = 13
AutoSize = False
Caption = #20882#27873#25490#24207
end
object Label2: TLabel
Left = 248
Top = 24
Width = 65
Height = 13
AutoSize = False
Caption = #36873#25321#25490#24207
end
object Label3: TLabel
Left = 472
Top = 24
Width = 65
Height = 13
AutoSize = False
Caption = #24555#36895#25490#24207
end
object BubbleSortBox: TPaintBox
Left = 16
Top = 48
Width = 201
Height = 353
OnPaint = BubbleSortBoxPaint
end
object SelectionSortBox: TPaintBox
Left = 240
Top = 48
Width = 201
Height = 353
OnPaint = SelectionSortBoxPaint
end
object QuickSortBox: TPaintBox
Left = 464
Top = 48
Width = 201
Height = 353
OnPaint = QuickSortBoxPaint
end
object Bevel1: TBevel
Left = 16
Top = 48
Width = 201
Height = 353
end
object Bevel2: TBevel
Left = 240
Top = 48
Width = 201
Height = 353
end
object Bevel3: TBevel
Left = 464
Top = 48
Width = 201
Height = 353
end
object Label4: TLabel
Left = 96
Top = 24
Width = 105
Height = 13
AutoSize = False
end
object Label5: TLabel
Left = 320
Top = 24
Width = 113
Height = 13
AutoSize = False
end
object Label6: TLabel
Left = 544
Top = 24
Width = 113
Height = 13
AutoSize = False
end
object StartBtn: TButton
Left = 600
Top = 408
Width = 75
Height = 25
Caption = #24320#22987#25490#24207
TabOrder = 0
OnClick = StartBtnClick
end
object Timer1: TTimer
Enabled = False
Interval = 1
OnTimer = Timer1Timer
Left = 8
Top = 8
end
object Timer2: TTimer
Enabled = False
Interval = 1
OnTimer = Timer2Timer
Left = 224
Top = 8
end
object Timer3: TTimer
Enabled = False
Interval = 1
OnTimer = Timer3Timer
Left = 456
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -