📄 main.dfm
字号:
object MainForm: TMainForm
Left = 230
Top = 192
Width = 359
Height = 165
Caption = 'MainForm'
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 24
Top = 24
object File: TMenuItem
Caption = #25991#20214
object Exit: TMenuItem
Caption = #36864#20986
OnClick = ExitClick
end
end
object SearchAlgorithm: TMenuItem
Caption = #26597#25214#31639#27861
object SequelSearch: TMenuItem
Caption = #39034#24207#26597#25214
OnClick = SequelSearchClick
end
object BinarySearch: TMenuItem
Caption = #20108#20998#26597#25214
OnClick = BinarySearchClick
end
object BlockSearch: TMenuItem
Caption = #20998#22359#26597#25214
OnClick = BlockSearchClick
end
object SearchMultiThrdPre: TMenuItem
Caption = #20934#22791#22810#32447#31243#28436#31034
OnClick = SearchMultiThrdPreClick
end
object SearchMultiThrdStart: TMenuItem
Caption = #24320#22987#22810#32447#31243#28436#31034
OnClick = SearchMultiThrdStartClick
end
end
object SortAlgorithm: TMenuItem
Caption = #25490#24207#31639#27861
object BubbleSort: TMenuItem
Caption = #20882#27873#25490#24207
OnClick = BubbleSortClick
end
object SelectSort: TMenuItem
Caption = #36873#25321#25490#24207
OnClick = SelectSortClick
end
object InsertSort: TMenuItem
Caption = #25554#20837#25490#24207
OnClick = InsertSortClick
end
object N1: TMenuItem
Caption = #20934#22791#22810#32447#31243#28436#31034
OnClick = SortMultiThreadPre
end
object N2: TMenuItem
Caption = #24320#22987#22810#32447#31243#28436#31034
OnClick = SortMultiThreadStart
end
end
object Help: TMenuItem
Caption = #24110#21161
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -