📄 unit1.dfm
字号:
object Form1: TForm1
Left = 99
Top = 191
Width = 975
Height = 669
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 265
Height = 121
AutoSize = True
end
object StatusBar1: TStatusBar
Left = 0
Top = 604
Width = 967
Height = 19
Panels = <
item
Width = 200
end
item
Width = 50
end>
SimplePanel = False
end
object MainMenu1: TMainMenu
Left = 504
Top = 184
object File1: TMenuItem
Caption = 'File'
object Start1: TMenuItem
Caption = 'Start'
OnClick = Start1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
OnClick = Stop1Click
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -