📄 unit1.dfm
字号:
object MainForm: TMainForm
Left = 257
Top = 179
Width = 696
Height = 480
Caption = 'LP'#27714#35299#36719#20214
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 407
Width = 688
Height = 19
Panels = <
item
Text = #24403#21069#20301#32622
Width = 60
end
item
Text = #34892
Width = 25
end
item
Text = '1'
Width = 25
end
item
Text = #21015
Width = 25
end
item
Text = '1'
Width = 25
end
item
Text = #24403#21069#29366#24577
Width = 60
end
item
Text = ' '#20572#27490
Width = 100
end>
SimplePanel = False
end
object MainMenu1: TMainMenu
Left = 320
Top = 288
object File: TMenuItem
Caption = #25991#20214'(&F)'
GroupIndex = 1
object New: TMenuItem
Caption = #26032#24314'(&N)'
OnClick = NewClick
end
object Open: TMenuItem
Caption = #25171#24320'(&O)'
OnClick = OpenClick
end
object Save: TMenuItem
Caption = #20445#23384'(&S)'
OnClick = SaveClick
end
object SaveAs: TMenuItem
Caption = #21478#23384#20026'(&A)'
OnClick = SaveAsClick
end
object Spliter: TMenuItem
Caption = '-'
end
object Close1: TMenuItem
Caption = #20851#38381'(&C)'
OnClick = Close1Click
end
object Exit: TMenuItem
Caption = #36864#20986'(&E)'
OnClick = ExitClick
end
end
object Help: TMenuItem
Caption = #24110#21161'(&H)'
GroupIndex = 4
OnClick = HelpClick
end
object About: TMenuItem
Caption = #20851#20110'(&A)'
GroupIndex = 5
end
end
object OpenDialog1: TOpenDialog
Left = 352
Top = 288
end
object SaveDialog1: TSaveDialog
Left = 384
Top = 288
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -