📄 wwrgxed2.dfm
字号:
object wwEditRegexMaskdlg: TwwEditRegexMaskdlg
Left = 208
Top = 79
BorderStyle = bsDialog
Caption = 'Select Regular Expression Mask'
ClientHeight = 282
ClientWidth = 424
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TBitBtn
Left = 116
Top = 247
Width = 77
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 206
Top = 247
Width = 77
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object Panel1: TPanel
Left = 4
Top = 4
Width = 413
Height = 237
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object PictureMaskLabel: TLabel
Left = 12
Top = 8
Width = 91
Height = 13
Margins.Bottom = 0
Caption = '&Regular Expression'
end
object Label1: TLabel
Left = 11
Top = 124
Width = 68
Height = 13
Margins.Bottom = 0
Caption = 'Error Message'
end
object CaseSensitiveCheckbox: TCheckBox
Left = 12
Top = 200
Width = 97
Height = 17
Caption = 'Case Sensitive'
TabOrder = 0
end
object RegexDescription: TMemo
Left = 10
Top = 54
Width = 391
Height = 53
Color = clInactiveBorder
Enabled = False
TabOrder = 1
end
object DesignMaskButton: TButton
Left = 291
Top = 195
Width = 97
Height = 27
Caption = 'De&sign Mask'
TabOrder = 2
OnClick = DesignMaskButtonClick
end
object RegexMaskEdit: TwwDBComboDlg
Left = 11
Top = 27
Width = 390
Height = 21
ShowButton = True
Style = csDropDown
TabOrder = 3
WordWrap = False
UnboundDataType = wwDefault
OnExit = RegexMaskEditExit
end
object RegexErrorMsgEdit: TMemo
Left = 10
Top = 140
Width = 391
Height = 49
TabOrder = 4
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -