demo.dfm
来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 36 行
DFM
36 行
object Form1: TForm1
Left = 410
Top = 325
BorderStyle = bsDialog
Caption = #21319#32423#31934#28789#35843#29992#28436#31034
ClientHeight = 121
ClientWidth = 284
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 = 56
Top = 48
Width = 75
Height = 25
Caption = #21319#32423
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 48
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?