unit5.~dfm

来自「用于中文分词的算法。包括逆向分词和反向分词」· ~DFM 代码 · 共 88 行

~DFM
88
字号
object Form5: TForm5
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  Caption = #25628#32034
  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 GroupBox1: TGroupBox
    Left = 64
    Top = 56
    Width = 561
    Height = 297
    Caption = #25628#32034
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 72
      Height = 13
      Caption = #35831#36755#20837#38382#39064#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 80
      Width = 108
      Height = 13
      Caption = #25628#32034#32467#26524#30340#25991#26723#21495#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 120
      Width = 60
      Height = 13
      Caption = #25628#32034#32467#26524#65306
    end
    object Edit1: TEdit
      Left = 104
      Top = 32
      Width = 289
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Button1: TButton
      Left = 432
      Top = 32
      Width = 75
      Height = 25
      Caption = #25628#32034
      TabOrder = 1
    end
    object Memo1: TMemo
      Left = 24
      Top = 144
      Width = 417
      Height = 121
      Lines.Strings = (
        'Memo1')
      TabOrder = 2
    end
  end
  object Button2: TButton
    Left = 152
    Top = 376
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 1
  end
  object Button3: TButton
    Left = 464
    Top = 376
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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