main.dfm
来自「采用Delphi开发环境编写的一个简单代码」· DFM 代码 · 共 34 行
DFM
34 行
object Form1: TForm1
Left = 374
Top = 237
Width = 406
Height = 263
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 48
Top = 40
Width = 121
Height = 21
ImeName = #32043#20809#25340#38899#36755#20837#27861
TabOrder = 0
end
object Button1: TButton
Left = 248
Top = 40
Width = 75
Height = 25
Caption = #36873#25321#35774#22791
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?