ufrmmain.dfm
来自「一个中文分词的实现及演示程序,可用与中文和英文词组的分割.」· DFM 代码 · 共 48 行
DFM
48 行
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 + =
减小字号Ctrl + -
显示快捷键?