📄 ufrmopviewfactanalysisafc.dfm
字号:
inherited FrmOpViewFactAnalysisAFC: TFrmOpViewFactAnalysisAFC
Width = 844
Height = 606
Caption = 'FrmOpViewFactAnalysisAFC'
PixelsPerInch = 96
TextHeight = 15
inherited pnlFond: TPanel
Width = 836
Height = 552
inherited pgctrlFond: TPageControl
Width = 836
Height = 552
TabIndex = 0
TabWidth = 100
OnChange = pgctrlFondChange
inherited tabHTML: TTabSheet
Caption = 'Report'
TabVisible = True
end
object TabChart: TTabSheet
Caption = 'Chart'
ImageIndex = 1
object panelChart: TPanel
Left = 0
Top = 0
Width = 828
Height = 522
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
BorderWidth = 22
TabOrder = 0
DesignSize = (
828
522)
object cmbX2: TComboBox
Left = 24
Top = 0
Width = 145
Height = 23
Style = csDropDownList
Color = clMoneyGreen
ItemHeight = 15
TabOrder = 0
OnChange = cmbX1Change
end
object cmbX1: TComboBox
Left = 659
Top = 498
Width = 145
Height = 23
Style = csDropDownList
Anchors = [akRight, akBottom]
Color = clMoneyGreen
ItemHeight = 15
TabOrder = 1
OnChange = cmbX1Change
end
object chart: TChart
Left = 24
Top = 24
Width = 780
Height = 474
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
Title.Text.Strings = (
'Correspondance Analysis')
BottomAxis.ExactDateTime = False
BottomAxis.Increment = 0.2
BottomAxis.LabelsFont.Charset = ANSI_CHARSET
BottomAxis.LabelsFont.Color = clBlack
BottomAxis.LabelsFont.Height = -8
BottomAxis.LabelsFont.Name = 'Bitstream Vera Sans'
BottomAxis.LabelsFont.Style = []
BottomAxis.LabelStyle = talValue
LeftAxis.LabelsFont.Charset = ANSI_CHARSET
LeftAxis.LabelsFont.Color = clBlack
LeftAxis.LabelsFont.Height = -8
LeftAxis.LabelsFont.Name = 'Bitstream Vera Sans'
LeftAxis.LabelsFont.Style = []
LeftAxis.LabelStyle = talValue
Legend.Alignment = laBottom
Legend.Color = 13750737
Legend.ShadowSize = 2
View3D = False
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 2
object SerieLigne: TPointSeries
Marks.ArrowLength = 0
Marks.BackColor = 8712489
Marks.Font.Charset = ANSI_CHARSET
Marks.Font.Color = clBlack
Marks.Font.Height = -9
Marks.Font.Name = 'Arial'
Marks.Font.Style = []
Marks.Frame.Color = clGreen
Marks.Frame.SmallDots = True
Marks.Visible = True
SeriesColor = clRed
ShowInLegend = False
Pointer.HorizSize = 1
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.VertSize = 1
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X '
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y '
YValues.Multiplier = 1
YValues.Order = loNone
end
object SerieColonne: TPointSeries
Marks.ArrowLength = 0
Marks.BackColor = 16754769
Marks.Font.Charset = ANSI_CHARSET
Marks.Font.Color = clBlack
Marks.Font.Height = -9
Marks.Font.Name = 'Bitstream Vera Sans'
Marks.Font.Style = []
Marks.Frame.Color = 12615680
Marks.Frame.Style = psDot
Marks.Visible = True
SeriesColor = clGreen
ShowInLegend = False
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.Visible = False
XValues.DateTime = False
XValues.Name = 'X '
XValues.Multiplier = 1
XValues.Order = loAscending
YValues.DateTime = False
YValues.Name = 'Y '
YValues.Multiplier = 1
YValues.Order = loNone
end
end
end
end
end
end
inherited ActListFrmOperator: TActionList
object actCopyChart: TAction
Category = 'Chart'
Caption = 'Copy chart'
OnExecute = actCopyChartExecute
end
object actZoomIn: TAction
Category = 'Chart'
Caption = 'Zoom in'
ShortCut = 16465
OnExecute = actZoomInExecute
end
object actZoomOut: TAction
Category = 'Chart'
Caption = 'Zoom out'
ShortCut = 16471
OnExecute = actZoomOutExecute
end
end
inherited MenuOperator: TMainMenu
inherited menuComponent: TMenuItem
object N1: TMenuItem
Caption = '-'
end
object Copychart1: TMenuItem
Action = actCopyChart
end
object N2: TMenuItem
Caption = '-'
end
object Zoomin1: TMenuItem
Action = actZoomIn
end
object Zoomout1: TMenuItem
Action = actZoomOut
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -