📄 fwatchproperties.dfm
字号:
object fmWatchProperties: TfmWatchProperties
Left = 236
Top = 155
Width = 336
Height = 112
Caption = 'ScripterStudio Watch Properties'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 7
Top = 8
Width = 54
Height = 13
Caption = '&Expression:'
end
object edExpression: TEdit
Left = 66
Top = 6
Width = 257
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object chEnabled: TCheckBox
Left = 8
Top = 37
Width = 97
Height = 17
Caption = 'Enabled'
TabOrder = 1
end
object btOk: TBitBtn
Left = 167
Top = 47
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = btOkClick
NumGlyphs = 2
end
object btCancel: TBitBtn
Left = 247
Top = 47
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
NumGlyphs = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -