📄 unit1.dfm
字号:
object Form1: TForm1
Left = 203
Top = 132
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 246
ClientWidth = 348
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
OnPaint = FormPaint
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 96
Top = 80
object N1: TMenuItem
Caption = #35774#32622
object mnu_Horizontal: TMenuItem
Caption = #27700#24179#26041#21521
OnClick = mnu_HorizontalClick
end
object mnu_Vertical: TMenuItem
Caption = #22402#30452#26041#21521
OnClick = mnu_VerticalClick
end
object N2: TMenuItem
Caption = '-'
end
object mnu_StartColor: TMenuItem
Caption = #36215#22987#39068#33394
OnClick = mnu_StartColorClick
end
object mnu_EndColor: TMenuItem
Caption = #32456#27490#39068#33394
OnClick = mnu_EndColorClick
end
end
end
object ColorDialog1: TColorDialog
Left = 136
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -