example.dfm

来自「汉语词法分析系统ICTCLAS(Institute of Computing T」· DFM 代码 · 共 85 行

DFM
85
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 312
  Height = 183
  Caption = 'ICTCLAS'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 24
    Height = 13
    Caption = '输入'
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 24
    Height = 13
    Caption = '输出'
  end
  object btnCls: TButton
    Left = 112
    Top = 96
    Width = 75
    Height = 25
    Caption = '分词'
    TabOrder = 3
    OnClick = btnClsClick
  end
  object edtResult: TEdit
    Left = 44
    Top = 52
    Width = 241
    Height = 21
    TabOrder = 1
  end
  object btnQuit: TButton
    Left = 200
    Top = 96
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 4
    OnClick = btnQuitClick
  end
  object btnInit: TButton
    Left = 24
    Top = 96
    Width = 75
    Height = 25
    Caption = '初始化'
    TabOrder = 2
    OnClick = btnInitClick
  end
  object edtInput: TEdit
    Left = 44
    Top = 28
    Width = 241
    Height = 21
    TabOrder = 0
    Text = '如果你发现问题,请及时通知我们。'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 137
    Width = 304
    Height = 19
    Panels = <
      item
        Width = 150
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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