cxmaskedittexteditor.dfm

来自「胜天进销存源码,国产优秀的进销存」· DFM 代码 · 共 76 行

DFM
76
字号
object cxMaskEditTextEditorDlg: TcxMaskEditTextEditorDlg
  Left = 327
  Top = 323
  BorderStyle = bsDialog
  Caption = 'Masked Text Editor'
  ClientHeight = 151
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 47
    Height = 13
    Caption = 'Input text:'
  end
  object Label2: TLabel
    Left = 8
    Top = 62
    Width = 49
    Height = 13
    Caption = 'Edit mask:'
  end
  object Label3: TLabel
    Left = 64
    Top = 62
    Width = 3
    Height = 13
  end
  object Bevel1: TBevel
    Left = 8
    Top = 96
    Width = 449
    Height = 2
  end
  object cxMaskEdit1: TcxMaskEdit
    Tag = 25
    Left = 64
    Top = 20
    Width = 391
    Height = 21
    Properties.IgnoreMaskBlank = True
    Properties.MaxLength = 0
    TabOrder = 0
  end
  object cxButton2: TButton
    Left = 352
    Top = 112
    Width = 105
    Height = 25
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = cxButton2Click
  end
  object cxButton1: TButton
    Left = 240
    Top = 112
    Width = 105
    Height = 25
    Caption = 'OK'
    TabOrder = 2
    OnClick = cxButton1Click
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?