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

📄 unit1.~dfm

📁 整个实验是在Windows环境下使用delphi完成的。选取了600篇文档
💻 ~DFM
字号:
object Form1: TForm1
  Left = 184
  Top = 128
  Width = 726
  Height = 480
  Caption = 'vb '
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 14
  object Splitter1: TSplitter
    Left = 393
    Top = 34
    Width = 8
    Height = 390
    Cursor = crHSplit
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 718
    Height = 34
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object ToolBar1: TToolBar
      Left = 0
      Top = 0
      Width = 718
      Height = 29
      ButtonWidth = 84
      Caption = 'ToolBar1'
      EdgeBorders = [ebTop, ebBottom]
      Flat = True
      Indent = 5
      ShowCaptions = True
      TabOrder = 0
      object btnReverse: TToolButton
        Left = 5
        Top = 0
        Caption = #20498#25490#25991#26723
        ImageIndex = 3
        OnClick = btnReverseClick
      end
      object btnNaive: TToolButton
        Left = 89
        Top = 0
        Hint = '0.75'
        Caption = 'Naive Bayes'
        ImageIndex = 4
        OnClick = btnNaiveClick
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 424
    Width = 718
    Height = 26
    Panels = <>
    SimplePanel = True
  end
  object Memo1: TMemo
    Left = 0
    Top = 34
    Width = 393
    Height = 390
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Memo2: TMemo
    Left = 401
    Top = 34
    Width = 317
    Height = 390
    Align = alClient
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 64
    Top = 208
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    Left = 104
    Top = 216
  end
end

⌨️ 快捷键说明

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