📄 jdevevalmodify.dfm
字号:
object jdevModify: TjdevModify
Left = 208
Top = 96
BorderStyle = bsDialog
Caption = 'Evaluate & Modify'
ClientHeight = 235
ClientWidth = 392
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnHide = FormHide
PixelsPerInch = 96
TextHeight = 13
object lExpression: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = 'Expression:'
end
object lResult: TLabel
Left = 8
Top = 56
Width = 33
Height = 13
Caption = 'Result:'
end
object results: TMemo
Left = 8
Top = 72
Width = 377
Height = 129
ScrollBars = ssVertical
TabOrder = 1
end
object source: TComboBox
Left = 8
Top = 24
Width = 377
Height = 21
ItemHeight = 13
TabOrder = 0
OnKeyPress = sourceKeyPress
end
object bListAll: TButton
Left = 248
Top = 208
Width = 65
Height = 21
Caption = 'List All'
TabOrder = 3
OnClick = ListAllVariables
end
object bClear: TButton
Left = 320
Top = 208
Width = 65
Height = 21
Caption = 'Clear'
TabOrder = 2
OnClick = ClearResults
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -