📄 example.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -