unit1.~dfm
来自「发射台 控制台 dephi编写 大家可以随便可看看, 可以做dephi入门实例」· ~DFM 代码 · 共 82 行
~DFM
82 行
object Form1: TForm1
Left = 192
Top = 114
Width = 870
Height = 500
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 Edit1: TEdit
Left = 32
Top = 24
Width = 121
Height = 21
TabOrder = 0
Text = '0'
end
object Edit2: TEdit
Left = 32
Top = 64
Width = 121
Height = 21
TabOrder = 1
Text = '0'
end
object Edit3: TEdit
Left = 32
Top = 104
Width = 121
Height = 21
TabOrder = 2
Text = '0'
end
object Edit4: TEdit
Left = 32
Top = 144
Width = 121
Height = 21
TabOrder = 3
Text = '0'
end
object Edit5: TEdit
Left = 32
Top = 184
Width = 121
Height = 21
TabOrder = 4
Text = '0'
end
object Button1: TButton
Left = 200
Top = 64
Width = 75
Height = 25
Caption = 'Result'
TabOrder = 5
OnClick = Button1Click
end
object Edit6: TEdit
Left = 32
Top = 216
Width = 121
Height = 21
TabOrder = 6
Text = '0'
end
object Edit7: TEdit
Left = 176
Top = 24
Width = 121
Height = 21
TabOrder = 7
Text = '0'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?