📄 ftagedit.dfm
字号:
object frmTagEdit: TfrmTagEdit
Left = 192
Top = 133
BorderStyle = bsDialog
Caption = 'Tag Edit'
ClientHeight = 315
ClientWidth = 384
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 = 8
Top = 8
Width = 53
Height = 13
Caption = 'Tag Name:'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 48
Height = 13
Caption = 'Tag Data:'
end
object memTag: TMemo
Left = 8
Top = 72
Width = 369
Height = 153
BevelKind = bkSoft
BorderStyle = bsNone
ScrollBars = ssVertical
TabOrder = 1
end
object edtTag: TEdit
Left = 8
Top = 24
Width = 369
Height = 21
BevelKind = bkSoft
BorderStyle = bsNone
TabOrder = 0
end
object btnCursor: TCorelButton
Left = 8
Top = 232
Width = 73
Height = 25
Caption = '&Cursor Here'
TabOrder = 4
OnClick = btnCursorClick
end
object btnIntput: TCorelButton
Left = 88
Top = 232
Width = 73
Height = 25
Caption = '&Input Text'
TabOrder = 5
OnClick = btnIntputClick
end
object StaticText1: TStaticText
Left = 7
Top = 266
Width = 370
Height = 2
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 6
end
object CorelButton1: TCorelButton
Left = 208
Top = 280
Width = 81
Height = 25
Caption = '&OK'
Default = True
TabOrder = 2
OnClick = CorelButton1Click
end
object CorelButton2: TCorelButton
Left = 296
Top = 280
Width = 83
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 3
OnClick = CorelButton2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -