📄 flatattrib.dfm
字号:
object MaskForm: TMaskForm
Left = 595
Top = 425
BorderStyle = bsDialog
Caption = 'Masked Text Editor'
ClientHeight = 104
ClientWidth = 325
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object EditText: TFlatMaskEdit
Left = 96
Top = 8
Width = 218
Height = 19
Version = '4.38.0.0'
Ticket.Width = 51
Ticket.Height = 13
Ticket.Caption = 'Input Text:'
ColorFlat = clBtnFace
ParentColor = True
Color = clBtnFace
TabOrder = 0
end
object EditMask: TFlatEdit
Left = 96
Top = 40
Width = 218
Height = 19
Version = '4.38.0.0'
ColorFocused = clBtnFace
ColorBorder = clBtnFace
ColorFlat = clBtnFace
ParentColor = True
ReadOnly = True
TabOrder = 1
Text = '(None)'
Ticket.Width = 50
Ticket.Height = 13
Ticket.Caption = 'Edit Mask:'
end
object Button1: TButton
Left = 98
Top = 72
Width = 57
Height = 22
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 256
Top = 71
Width = 57
Height = 23
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -