unitmain.~dfm
来自「使用Delphi编写的SVM软件」· ~DFM 代码 · 共 55 行
~DFM
55 行
object FrmMain: TFrmMain
Left = 340
Top = 272
Width = 870
Height = 640
Caption = 'FrmMain'
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 ImgPoint: TImage
Left = 120
Top = 64
Width = 545
Height = 337
end
object BtnPredict: TButton
Left = 136
Top = 464
Width = 75
Height = 25
Caption = 'BtnPredict'
TabOrder = 0
end
object BtnTrain: TButton
Left = 48
Top = 464
Width = 75
Height = 25
Caption = 'BtnTrain'
TabOrder = 1
end
object RdbRed: TRadioButton
Left = 280
Top = 464
Width = 113
Height = 17
Caption = 'RdbRed'
TabOrder = 2
end
object RdbBlue: TRadioButton
Left = 424
Top = 464
Width = 113
Height = 17
Caption = 'RdbBlue'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?