unit2.dfm
来自「数制转换」· DFM 代码 · 共 56 行
DFM
56 行
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
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 Label1: TLabel
Left = 120
Top = 128
Width = 96
Height = 13
Caption = #35831#36755#20837#21313#36827#21046#25968#23383
end
object Label2: TLabel
Left = 112
Top = 248
Width = 120
Height = 13
Caption = #36716#25442#21518#30340#21313#20845#36827#21046#25968#23383
end
object Edit1: TEdit
Left = 313
Top = 125
Width = 96
Height = 20
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 312
Top = 248
Width = 96
Height = 20
TabOrder = 1
Text = 'Edit2'
end
object Button1: TButton
Left = 320
Top = 184
Width = 75
Height = 20
Caption = #36716#25442
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?