unitmain.dfm

来自「使用Delphi编写的SVM软件」· DFM 代码 · 共 59 行

DFM
59
字号
object FrmMain: TFrmMain
  Left = 163
  Top = 173
  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
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ImgPoint: TImage
    Left = 0
    Top = 0
    Width = 845
    Height = 433
    Align = alTop
  end
  object BtnPredict: TButton
    Left = 136
    Top = 464
    Width = 75
    Height = 25
    Caption = 'BtnPredict'
    TabOrder = 0
    OnClick = BtnPredictClick
  end
  object BtnTrain: TButton
    Left = 48
    Top = 464
    Width = 75
    Height = 25
    Caption = 'BtnTrain'
    TabOrder = 1
    OnClick = BtnTrainClick
  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 + -
显示快捷键?