unitmain.dfm
来自「一个C++builder 编写的牛顿杰弗逊算法 用来计算非线性的一些东西」· DFM 代码 · 共 73 行
DFM
73 行
object Form1: TForm1
Left = 485
Top = 408
Width = 487
Height = 302
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 = 56
Top = 48
Width = 48
Height = 13
Caption = #21021#22987#20540' '
end
object Label2: TLabel
Left = 48
Top = 16
Width = 57
Height = 13
Caption = #36845#20195#27425#25968' '
end
object Label3: TLabel
Left = 408
Top = 160
Width = 32
Height = 13
Caption = 'Label3'
end
object Edit1: TEdit
Left = 144
Top = 40
Width = 121
Height = 21
TabOrder = 0
Text = '1.0'
end
object Button1: TButton
Left = 296
Top = 40
Width = 75
Height = 25
Caption = #35745#31639
TabOrder = 1
OnClick = Button1Click
end
object Edit2: TEdit
Left = 144
Top = 8
Width = 121
Height = 21
TabOrder = 2
Text = '10'
end
object Memo1: TMemo
Left = 88
Top = 96
Width = 281
Height = 145
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?