unit1.dfm
来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 26 行
DFM
26 行
object Form1: TForm1
Left = 312
Top = 265
Width = 304
Height = 113
Caption = 'Delphi'#20013#25805#20316'Excel'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 96
Top = 24
Width = 105
Height = 25
Caption = #24320#22987#25805#20316
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?