📄 umain.dfm
字号:
object frmMain: TfrmMain
Left = 192
Top = 140
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #21033#29992'IFELanguage'#25509#21475#20998#38548#21477#23376#24182#20026#35789#35821#21152#25340#38899#28436#31034
ClientHeight = 399
ClientWidth = 515
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
DesignSize = (
515
399)
PixelsPerInch = 96
TextHeight = 12
object lbl1: TLabel
Left = 8
Top = 354
Width = 156
Height = 12
Caption = #27426#36814#20809#20020' C++Builder'#30740#31350' - '
end
object lbl2: TLabel
Left = 8
Top = 376
Width = 438
Height = 12
Caption = 'by ccrun('#32769#22934'), '#29305#21035#24863#35874'ZsWang('#20276#27700'), '#21516#26102#24863#35874'mihai-nita.net'#30340'IMEEngine'#31867
end
object lblWeb: TLabel
Left = 164
Top = 354
Width = 120
Height = 12
Cursor = crHandPoint
Caption = 'http://www.ccrun.com'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblWebClick
end
object edtInput: TEdit
Left = 8
Top = 16
Width = 449
Height = 20
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = #20998#38548#21477#23376#24182#20026#35789#35821#21644#23383#21152#25340#38899#30340#28436#31034' by '#32769#22934
end
object mmoOutput: TMemo
Left = 8
Top = 48
Width = 497
Height = 297
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object btnTest: TButton
Left = 464
Top = 13
Width = 41
Height = 25
Anchors = [akTop, akRight]
Caption = 'Test'
TabOrder = 2
OnClick = btnTestClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -