⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unboundmodedemocustomfield.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
字号:
object UnboundModeDemoCustomFieldForm: TUnboundModeDemoCustomFieldForm
  Left = 290
  Top = 153
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsSingle
  Caption = 'Custom Field'
  ClientHeight = 161
  ClientWidth = 253
  Color = 15451300
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  TextHeight = 13
  object lbHeight: TLabel
    Left = 24
    Top = 37
    Width = 31
    Height = 13
    Caption = 'Height'
  end
  object lbWidth: TLabel
    Left = 24
    Top = 69
    Width = 28
    Height = 13
    Caption = 'Width'
  end
  object lbMineCount: TLabel
    Left = 26
    Top = 102
    Width = 28
    Height = 13
    Caption = 'Mines'
  end
  object edtHeight: TEdit
    Left = 64
    Top = 32
    Width = 41
    Height = 21
    Color = 16247513
    MaxLength = 5
    TabOrder = 0
    OnKeyPress = edtKeyPress
  end
  object edtWidth: TEdit
    Left = 64
    Top = 64
    Width = 41
    Height = 21
    Color = 16247513
    MaxLength = 5
    TabOrder = 1
    OnKeyPress = edtKeyPress
  end
  object edtMineCount: TEdit
    Left = 64
    Top = 96
    Width = 41
    Height = 21
    Color = 16247513
    MaxLength = 5
    TabOrder = 2
    OnKeyPress = edtKeyPress
  end
  object btnOK: TcxButton
    Left = 144
    Top = 32
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
  end
  object bntCancel: TcxButton
    Left = 144
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
    OnClick = bntCancelClick
  end
end

⌨️ 快捷键说明

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