showform.dfm
来自「本程序实做MLP(Multi-layer perceptron)算法」· DFM 代码 · 共 25 行
DFM
25 行
object Form3: TForm3
Left = 648
Top = 344
Width = 274
Height = 440
Caption = #20998#32676#24773#27841
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 StringGrid1: TStringGrid
Left = 8
Top = 8
Width = 241
Height = 393
ColCount = 3
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?