📄 insertsort.dfm
字号:
object InsForm: TInsForm
Left = 259
Top = 135
Width = 350
Height = 307
Caption = #25554#20837#25490#24207#31639#27861#28436#31034
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 Label2: TLabel
Left = 159
Top = 11
Width = 89
Height = 15
AutoSize = False
Caption = #28436#31034#36895#24230#25511#21046#65306
end
object DataGrid: TStringGrid
Left = 1
Top = 7
Width = 156
Height = 234
ColCount = 3
DefaultColWidth = 50
DefaultRowHeight = 20
RowCount = 11
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColMoving, goEditing, goAlwaysShowEditor]
ParentFont = False
ScrollBars = ssNone
TabOrder = 0
RowHeights = (
20
20
20
20
20
20
20
20
20
20
20)
end
object DataGenerate: TButton
Left = 40
Top = 248
Width = 91
Height = 25
Caption = #37325#26032#29983#25104#25968#25454
TabOrder = 1
OnClick = DataGenerateClick
end
object Display: TButton
Left = 184
Top = 248
Width = 55
Height = 25
Caption = #28436#31034
TabOrder = 2
OnClick = DisplayClick
end
object Exit: TButton
Left = 280
Top = 248
Width = 55
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = ExitClick
end
object TrackBar1: TTrackBar
Left = 246
Top = 5
Width = 90
Height = 25
LineSize = 2
Max = 1000
Min = 100
Orientation = trHorizontal
PageSize = 200
Frequency = 100
Position = 400
SelEnd = 0
SelStart = 0
TabOrder = 4
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBar1Change
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -