unit2.~dfm

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

~DFM
57
字号
object Form2: TForm2
  Left = 262
  Top = 102
  Width = 696
  Height = 480
  Caption = #39318#30028#38754
  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 Label1: TLabel
    Left = 216
    Top = 72
    Width = 234
    Height = 37
    Caption = #33258#28982#35821#35328#20998#26512
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -37
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 552
    Top = 192
    Width = 75
    Height = 25
    Caption = #36827#20837
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 552
    Top = 264
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 552
    Top = 120
    Width = 75
    Height = 25
    Caption = #20851#20110
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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