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

📄 convert.dfm

📁 基于libsvm
💻 DFM
字号:
object convert_form: Tconvert_form
  Left = 460
  Top = 452
  Width = 502
  Height = 262
  Caption = #36716#25442#25991#20214
  Color = clSilver
  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 load_button: TButton
    Left = 81
    Top = 24
    Width = 81
    Height = 25
    Caption = #23548#20837#25991#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = load_buttonClick
  end
  object load_file_text: TEdit
    Left = 176
    Top = 24
    Width = 201
    Height = 21
    ReadOnly = True
    TabOrder = 1
  end
  object save_button: TButton
    Left = 72
    Top = 72
    Width = 97
    Height = 25
    Caption = #35774#32622#36755#20986#36335#24452
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = save_buttonClick
  end
  object save_path_edit: TEdit
    Left = 176
    Top = 72
    Width = 201
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object GroupBox1: TGroupBox
    Left = 72
    Top = 112
    Width = 313
    Height = 49
    TabOrder = 4
    object shuffle_rbutton: TRadioButton
      Left = 10
      Top = 18
      Width = 89
      Height = 17
      Hint = #23558#31232#30095#30697#38453#26684#24335#30340#25968#25454#22343#21248#25171#25955
      Caption = #25968#25454#25171#25955
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnClick = shuffle_rbuttonClick
    end
    object standarize_rbutton: TRadioButton
      Left = 106
      Top = 20
      Width = 105
      Height = 17
      Hint = #25968#25454#26631#20934#21270#21482#33021#38024#23545#31232#30095#30697#38453#26684#24335#30340#25991#20214
      Caption = #25968#25454#26631#20934#21270
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      OnClick = standarize_rbuttonClick
    end
    object convert_rbutton: TRadioButton
      Left = 218
      Top = 21
      Width = 113
      Height = 17
      Hint = #23558#30697#38453#24418#24335#30340#25968#25454#36716#21270#20026#31232#30095#30697#38453#26684#24335
      Caption = #25991#20214#36716#25442
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      TabStop = True
      OnClick = convert_rbuttonClick
    end
  end
  object Button1: TButton
    Left = 392
    Top = 80
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 392
    Top = 128
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = Button2Click
  end
  object GroupBox4: TGroupBox
    Left = 72
    Top = 160
    Width = 313
    Height = 49
    TabOrder = 7
    Visible = False
    object Label1: TLabel
      Left = 22
      Top = 18
      Width = 53
      Height = 16
      Caption = #26368#23567#20540'   Z'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 172
      Top = 18
      Width = 53
      Height = 16
      Caption = #26368#22823#20540'   Z'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object low_text: TEdit
      Left = 81
      Top = 12
      Width = 65
      Height = 21
      TabOrder = 0
      Text = '0'
    end
    object high_text: TEdit
      Left = 233
      Top = 12
      Width = 73
      Height = 21
      TabOrder = 1
      Text = '1'
    end
  end
  object GroupBox6: TGroupBox
    Left = 72
    Top = 208
    Width = 313
    Height = 49
    TabOrder = 8
    OnClick = GroupBox6Click
    object GroupBox2: TGroupBox
      Left = 2
      Top = 5
      Width = 167
      Height = 41
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 5
        Top = 16
        Width = 76
        Height = 17
        Caption = 'tab'#38388#38548
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object RadioButton2: TRadioButton
        Left = 75
        Top = 14
        Width = 94
        Height = 17
        Caption = 'space'#38388#38548
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
    end
    object GroupBox3: TGroupBox
      Left = 180
      Top = 5
      Width = 121
      Height = 41
      TabOrder = 1
      object RadioButton3: TRadioButton
        Left = 0
        Top = 16
        Width = 65
        Height = 17
        Caption = 'Y'#39318#21015
        TabOrder = 0
      end
      object RadioButton4: TRadioButton
        Left = 60
        Top = 16
        Width = 113
        Height = 17
        Caption = 'Y'#26411#21015
        TabOrder = 1
      end
    end
  end
  object GroupBox5: TGroupBox
    Left = 76
    Top = 258
    Width = 313
    Height = 49
    TabOrder = 9
    Visible = False
    object RadioButton5: TRadioButton
      Left = 163
      Top = 18
      Width = 144
      Height = 17
      Caption = #31232#30095#26684#24335#21040#30697#38453#26684#24335'   '
      TabOrder = 0
    end
    object RadioButton6: TRadioButton
      Left = 8
      Top = 18
      Width = 144
      Height = 17
      Caption = #30697#38453#26684#24335#21040#31232#30095#26684#24335
      TabOrder = 1
      OnClick = RadioButton6Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 16
    Top = 56
  end
  object SaveDialog1: TSaveDialog
    Left = 16
    Top = 88
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -