cmemento.dfm
来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 47 行
DFM
47 行
object Form1: TForm1
Left = 283
Top = 244
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 37
object btn1: TButton
Left = 152
Top = 368
Width = 75
Height = 25
Caption = 'btn1'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -18
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btn1Click
end
object btn2: TButton
Left = 312
Top = 368
Width = 75
Height = 25
Caption = 'btn2'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -18
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btn2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?