unit1.dfm
来自「程序之间数据传递」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 249
Top = 178
Width = 395
Height = 335
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'System'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 128
Top = 24
Width = 102
Height = 16
Caption = #25968#25454#21457#36865#31383#21475
end
object Edit1: TEdit
Left = 28
Top = 60
Width = 309
Height = 24
TabOrder = 0
Text = 'Edit1'
OnKeyDown = Edit1KeyDown
end
object Button1: TButton
Left = 152
Top = 208
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 144
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?