unit1.~dfm
来自「Delphi函数参考大全的CD」· ~DFM 代码 · 共 90 行
~DFM
90 行
object Form1: TForm1
Left = 191
Top = 108
Width = 335
Height = 224
Caption = 'PresentValue'
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 Label3: TLabel
Left = 16
Top = 48
Width = 200
Height = 13
AutoSize = False
Caption = #24180' '#25968#65306
end
object Label4: TLabel
Left = 16
Top = 80
Width = 200
Height = 13
AutoSize = False
Caption = #31532#24180#33719#24471#65306
end
object Label5: TLabel
Left = 16
Top = 112
Width = 200
Height = 13
AutoSize = False
Caption = #39044#35745#25237#36164#65306
end
object Label1: TLabel
Left = 16
Top = 16
Width = 200
Height = 13
AutoSize = False
Caption = #24180' '#21033' '#29575#65306
end
object Edit1: TEdit
Left = 88
Top = 16
Width = 200
Height = 21
TabOrder = 0
Text = '2'
end
object Edit2: TEdit
Left = 88
Top = 48
Width = 200
Height = 21
TabOrder = 1
Text = '2'
end
object Edit3: TEdit
Left = 88
Top = 80
Width = 200
Height = 21
TabOrder = 2
Text = '2'
end
object Button1: TButton
Left = 216
Top = 152
Width = 75
Height = 25
Caption = #35745#31639
TabOrder = 3
OnClick = Button1Click
end
object Edit4: TEdit
Left = 88
Top = 112
Width = 200
Height = 21
TabOrder = 4
Text = '2'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?