cxcheckgroupstateseditor.dfm

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

DFM
70
字号
object cxCheckGroupStatesEditorDlg: TcxCheckGroupStatesEditorDlg
  Left = 260
  Top = 283
  BorderStyle = bsDialog
  Caption = 'cxCheckGroup - CheckStates editor'
  ClientHeight = 238
  ClientWidth = 436
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  Position = poScreenCenter
  TextHeight = 13
  object clbStates: TcxCheckListBox
    Left = 0
    Top = 0
    Width = 346
    Height = 238
    Align = alClient
    Columns = 0
    EditValue = 0
    EditValueFormat = cvfCaptions
    Items = <>
    ParentColor = False
    ScrollWidth = 0
    Style.LookAndFeel.Kind = lfUltraFlat
    Style.LookAndFeel.NativeStyle = True
    TabOrder = 0
    TabWidth = 0
  end
  object Panel1: TPanel
    Left = 346
    Top = 0
    Width = 90
    Height = 238
    Align = alRight
    BevelOuter = bvNone
    TabOrder = 1
    object btnOK: TcxButton
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = 'OK'
      ModalResult = 1
      TabOrder = 0
      LookAndFeel.Kind = lfUltraFlat
      LookAndFeel.NativeStyle = True
      UseSystemPaint = False
    end
    object btnCancel: TcxButton
      Left = 8
      Top = 40
      Width = 75
      Height = 25
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 1
      LookAndFeel.Kind = lfUltraFlat
      LookAndFeel.NativeStyle = True
      UseSystemPaint = False
    end
  end
end

⌨️ 快捷键说明

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