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

📄 umain.dfm

📁 用于中文分词的算法。包括逆向分词和反向分词
💻 DFM
字号:
object Form1: TForm1
  Left = 202
  Top = 50
  Width = 770
  Height = 642
  Caption = #20998#35789#19982#26435#37325
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 664
    Top = 72
    Width = 75
    Height = 25
    Caption = #20998#26512
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 664
    Top = 168
    Width = 75
    Height = 25
    Caption = #26174#31034#20998#35789
    TabOrder = 1
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 589
    Width = 762
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
  object Button4: TButton
    Left = 664
    Top = 336
    Width = 73
    Height = 25
    Caption = #35745#31639#26435#37325
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 664
    Top = 440
    Width = 75
    Height = 25
    Caption = #26174#31034#26435#37325
    TabOrder = 4
    OnClick = Button5Click
  end
  object StringGrid1: TStringGrid
    Left = 176
    Top = 296
    Width = 457
    Height = 201
    TabOrder = 5
    OnSelectCell = StringGrid1SelectCell
  end
  object StringGrid2: TStringGrid
    Left = 176
    Top = 40
    Width = 457
    Height = 201
    ColCount = 30
    RowCount = 600
    TabOrder = 6
    OnSelectCell = StringGrid2SelectCell
  end
  object Button6: TButton
    Left = 664
    Top = 536
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button6Click
  end
  object ListBox1: TListBox
    Left = 24
    Top = 296
    Width = 121
    Height = 201
    ItemHeight = 13
    TabOrder = 8
  end
  object ListBox2: TListBox
    Left = 24
    Top = 40
    Width = 121
    Height = 201
    ItemHeight = 13
    TabOrder = 9
  end
  object Button3: TButton
    Left = 392
    Top = 536
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 10
    OnClick = Button3Click
  end
  object Button7: TButton
    Left = 528
    Top = 536
    Width = 97
    Height = 25
    Caption = #25628#32034#26368#20248#31572#26696
    TabOrder = 11
    OnClick = Button7Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=ice'
    LoginPrompt = False
    Provider = 'MSDASQL.1'
    Left = 136
    Top = 8
  end
end

⌨️ 快捷键说明

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