?? test.dfm
字號:
object frmTest: TfrmTest
Left = 237
Top = 148
Width = 696
Height = 480
Caption = 'frmTest'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 320
Top = 56
Width = 36
Height = 12
Caption = 'Label1'
end
object Label2: TLabel
Left = 320
Top = 96
Width = 36
Height = 12
Caption = 'Label2'
end
object Edit1: TEdit
Left = 80
Top = 56
Width = 81
Height = 20
TabOrder = 0
Text = '-10'
end
object Edit2: TEdit
Left = 176
Top = 56
Width = 81
Height = 20
TabOrder = 1
Text = '45'
end
object Edit3: TEdit
Left = 80
Top = 96
Width = 81
Height = 20
TabOrder = 2
Text = '125'
end
object Edit4: TEdit
Left = 176
Top = 96
Width = 81
Height = 20
TabOrder = 3
Text = '0'
end
object Button1: TButton
Left = 200
Top = 160
Width = 57
Height = 25
Caption = 'Button1'
TabOrder = 4
OnClick = Button1Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -