?? 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 + -