unit6.~dfm

来自「学生选课是高校教务管理工作的一部分」· ~DFM 代码 · 共 56 行

~DFM
56
字号
object FormChart: TFormChart
  Left = 231
  Top = 198
  Width = 696
  Height = 480
  Caption = 'FormChart'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DecisionGraph1: TDecisionGraph
    Left = 64
    Top = 64
    Width = 497
    Height = 321
    DecisionSource = DecisionSource1
    Title.Text.Strings = (
      'TDecisionGraph')
    TabOrder = 0
  end
  object DecisionCube1: TDecisionCube
    DataSet = DecisionQuery1
    DimensionMap = <>
    ShowProgressDialog = True
    MaxDimensions = 5
    MaxSummaries = 10
    MaxCells = 0
    Left = 192
    Top = 192
  end
  object DecisionQuery1: TDecisionQuery
    DatabaseName = 'course'
    Left = 248
    Top = 192
  end
  object DecisionSource1: TDecisionSource
    DecisionCube = DecisionCube1
    ControlType = xtCheck
    SparseRows = False
    SparseCols = False
    Left = 288
    Top = 192
    DimensionCount = 0
    SummaryCount = 0
    CurrentSummary = 0
    SparseRows = False
    SparseCols = False
    DimensionInfo = ()
  end
end

⌨️ 快捷键说明

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