📄 observerevalmodify.dfm
字号:
object jdevModify: TjdevModify
Left = 270
Top = 306
BorderStyle = bsToolWindow
Caption = 'Evaluate & Modify'
ClientHeight = 208
ClientWidth = 392
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = 'Expression:'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 33
Height = 13
Caption = 'Result:'
end
object Memo1: TMemo
Left = 8
Top = 72
Width = 377
Height = 129
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 8
Top = 24
Width = 377
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'ComboBox1'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -