cxcardvieweditor.dfm

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

DFM
16
字号
inherited cxCardViewEditor: TcxCardViewEditor
  Caption = 'cxCardViewEditor'
  PixelsPerInch = 96
  TextHeight = 13
  inherited PViewEditor: TPanel
    inherited PageControl1: TcxPageControl
      inherited TSItems: TcxTabSheet
        Caption = '   Rows   '
      end
      inherited TSSummary: TcxTabSheet
        TabVisible = False
      end
    end
  end
end

⌨️ 快捷键说明

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