unit1.~dfm
来自「Delphi 有很多很好的例子」· ~DFM 代码 · 共 102 行
~DFM
102 行
object Form1: TForm1
Left = 192
Top = 107
Width = 407
Height = 347
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 Button1: TButton
Left = 32
Top = 16
Width = 113
Height = 33
Caption = 'CPU'#31867#22411
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 192
Top = 16
Width = 153
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 1
end
object Button2: TButton
Left = 32
Top = 72
Width = 113
Height = 33
Caption = #23631#24149#20998#36776#29575
TabOrder = 2
OnClick = Button2Click
end
object Edit2: TEdit
Left = 192
Top = 72
Width = 153
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 3
end
object Button3: TButton
Left = 32
Top = 128
Width = 113
Height = 33
Caption = #29289#29702#20869#23384
TabOrder = 4
OnClick = Button3Click
end
object Edit3: TEdit
Left = 192
Top = 128
Width = 153
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 5
end
object Button4: TButton
Left = 32
Top = 200
Width = 113
Height = 33
Caption = 'C'#30424#21487#29992#31354#38388
TabOrder = 6
OnClick = Button4Click
end
object Edit4: TEdit
Left = 192
Top = 200
Width = 153
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 7
end
object Button5: TButton
Left = 32
Top = 256
Width = 113
Height = 33
Caption = 'D'#30424#21487#29992#31354#38388
TabOrder = 8
OnClick = Button5Click
end
object Edit5: TEdit
Left = 192
Top = 264
Width = 153
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 9
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?