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

📄 ufrmmain.dfm

📁 一个中文分词的实现及演示程序,可用与中文和英文词组的分割.
💻 DFM
字号:
object Form1: TForm1
  Left = 221
  Top = 135
  Width = 559
  Height = 427
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnDblClick = FormDblClick
  PixelsPerInch = 96
  TextHeight = 12
  object mmoIn: TMemo
    Left = 8
    Top = 8
    Width = 489
    Height = 169
    Hint = #21452#20987
    Lines.Strings = (
      #20851#20110#25913#36827'Windows XP'#30340#20915#23450)
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object mmoOut: TMemo
    Left = 8
    Top = 184
    Width = 489
    Height = 169
    Lines.Strings = (
      'mmoOut')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button1: TButton
    Left = 176
    Top = 360
    Width = 75
    Height = 25
    Caption = #20998#35789
    TabOrder = 2
    OnClick = FormDblClick
  end
end

⌨️ 快捷键说明

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