📄 anotherdec.dfm
字号:
object frmAnother: TfrmAnother
Left = 215
Top = 157
Width = 609
Height = 301
Caption = 'frmAnother'
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 DecisionPivot1: TDecisionPivot
Left = 0
Top = 0
Width = 601
Height = 41
ButtonAutoSize = True
DecisionSource = DecisionSource1
GroupLayout = xtHorizontal
Groups = [xtRows, xtColumns, xtSummaries]
ButtonSpacing = 0
ButtonWidth = 64
ButtonHeight = 24
GroupSpacing = 10
BorderWidth = 0
BorderStyle = bsNone
Align = alTop
TabOrder = 0
end
object DecisionGrid1: TDecisionGrid
Left = 0
Top = 41
Width = 601
Height = 233
DefaultColWidth = 100
DefaultRowHeight = 20
CaptionColor = clActiveCaption
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clCaptionText
CaptionFont.Height = -11
CaptionFont.Name = 'MS Sans Serif'
CaptionFont.Style = []
DataColor = clInfoBk
DataSumColor = clNone
DataFont.Charset = DEFAULT_CHARSET
DataFont.Color = clWindowText
DataFont.Height = -11
DataFont.Name = 'MS Sans Serif'
DataFont.Style = []
LabelFont.Charset = DEFAULT_CHARSET
LabelFont.Color = clWindowText
LabelFont.Height = -11
LabelFont.Name = 'MS Sans Serif'
LabelFont.Style = []
LabelColor = clBtnFace
LabelSumColor = clInactiveCaption
DecisionSource = DecisionSource1
Dimensions = <
item
FieldName = 'Terms'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'ShipVIA'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'SaleDate'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'PaymentMethod'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'SUM OF AmountPaid'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'COUNT OF AmountPaid'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'COUNT OF ItemsTotal'
Color = clNone
Alignment = taCenter
Subtotals = True
end
item
FieldName = 'Average of AmountPaid'
Color = clNone
Alignment = taCenter
Subtotals = True
end>
Totals = True
ShowCubeEditor = False
Align = alClient
Color = clBtnFace
GridLineWidth = 1
GridLineColor = clWindowText
TabOrder = 1
end
object DecisionQuery1: TDecisionQuery
Active = True
DatabaseName = 'BCDEMOS'
SQL.Strings = (
'SELECT Terms, ShipVIA, SaleDate, PaymentMethod, SUM( AmountPaid ' +
'), COUNT( AmountPaid ), COUNT( ItemsTotal )'
'FROM "orders.db"'
'GROUP BY Terms, ShipVIA, SaleDate, PaymentMethod')
Left = 472
Top = 48
end
object DecisionCube1: TDecisionCube
DataSet = DecisionQuery1
DimensionMap = <
item
ActiveFlag = diAsNeeded
FieldType = ftString
Fieldname = 'Terms'
BaseName = '"orders.db".Terms'
Name = 'Terms'
DerivedFrom = -1
DimensionType = dimDimension
BinType = binNone
ValueCount = 3
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftString
Fieldname = 'ShipVIA'
BaseName = '"orders.db".ShipVIA'
Name = 'ShipVIA'
DerivedFrom = -1
DimensionType = dimDimension
BinType = binNone
ValueCount = 5
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftDateTime
Fieldname = 'SaleDate'
BaseName = '"orders.db".SaleDate'
Name = 'SaleDate'
DerivedFrom = -1
DimensionType = dimDimension
BinType = binYear
ValueCount = 7
Active = True
StartValue = 37257
end
item
ActiveFlag = diAsNeeded
FieldType = ftString
Fieldname = 'PaymentMethod'
BaseName = '"orders.db".PaymentMethod'
Name = 'PaymentMethod'
DerivedFrom = -1
DimensionType = dimDimension
BinType = binNone
ValueCount = 7
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftCurrency
Fieldname = 'SUM OF AmountPaid'
BaseName = '"orders.db".AmountPaid'
Name = 'SUM OF AmountPaid'
DerivedFrom = -1
DimensionType = dimSum
BinType = binNone
ValueCount = -1
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftInteger
Fieldname = 'COUNT OF AmountPaid'
BaseName = '"orders.db".AmountPaid'
Name = 'COUNT OF AmountPaid'
DerivedFrom = -1
DimensionType = dimCount
BinType = binNone
ValueCount = -1
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftInteger
Fieldname = 'COUNT OF ItemsTotal'
BaseName = '"orders.db".ItemsTotal'
Name = 'COUNT OF ItemsTotal'
DerivedFrom = -1
DimensionType = dimCount
BinType = binNone
ValueCount = -1
Active = True
end
item
ActiveFlag = diAsNeeded
FieldType = ftUnknown
Fieldname = 'Average of "orders.db".AmountPaid'
BaseName = '"orders.db".AmountPaid'
Name = 'Average of AmountPaid'
DerivedFrom = 4
DimensionType = dimAverage
BinType = binNone
ValueCount = -1
Active = True
end>
ShowProgressDialog = True
MaxDimensions = 5
MaxSummaries = 10
MaxCells = 0
Left = 440
Top = 48
end
object DecisionSource1: TDecisionSource
DecisionCube = DecisionCube1
ControlType = xtCheck
SparseRows = False
SparseCols = False
Left = 504
Top = 48
DimensionCount = 4
SummaryCount = 4
CurrentSummary = 0
SparseRows = False
SparseCols = False
DimensionInfo = (
1
0
1
1
0
2
0
1
0
-1
2
-1
3
1
1
1
-1
2
0
0)
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -