⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unitmain.~dfm

📁 使用Delphi编写的SVM软件
💻 ~DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -