📄 unit1.dfm
字号:
object frmMain: TfrmMain
Left = 193
Top = 128
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #26368#23567#29983#25104#26641
ClientHeight = 540
ClientWidth = 501
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 imgGraph: TImage
Left = 0
Top = 0
Width = 500
Height = 500
Cursor = crHandPoint
OnMouseDown = imgGraphMouseDown
OnMouseMove = imgGraphMouseMove
OnMouseUp = imgGraphMouseUp
end
object btnFindPath: TButton
Left = 0
Top = 504
Width = 497
Height = 33
Caption = #20135#29983#26368#23567#29983#25104#26641
Default = True
TabOrder = 0
OnClick = btnFindPathClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -