📄 unit1.dfm
字号:
object frmMain: TfrmMain
Left = 192
Top = 107
Width = 384
Height = 305
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 56
Top = 136
Width = 97
Height = 33
Caption = 'Button1'
TabOrder = 0
end
object Edit1: TEdit
Left = 152
Top = 48
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object MainMenu1: TMainMenu
Left = 176
Top = 152
object mnuFile: TMenuItem
Caption = #25991#20214
object mnuOpenFile: TMenuItem
Caption = #25171#24320
OnClick = mnuOpenFileClick
end
object mnuSaveFile: TMenuItem
Caption = #20445#23384
OnClick = mnuSaveFileClick
end
object N1: TMenuItem
Caption = '-'
end
object mnuClear: TMenuItem
Caption = #28165#38500
OnClick = mnuClearClick
end
end
end
object OpenDialog1: TOpenDialog
Left = 104
Top = 88
end
object SaveDialog1: TSaveDialog
Left = 192
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -