ufrmopclushac.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 73 行
DFM
73 行
inherited FrmOpViewClusHAC: TFrmOpViewClusHAC
Left = 267
Top = 214
Caption = 'Clustering -- HAC'
PixelsPerInch = 96
TextHeight = 15
inherited pnlFond: TPanel
inherited pgctrlFond: TPageControl
ActivePage = tabDendrogram
TabIndex = 1
TabWidth = 150
inherited tabHTML: TTabSheet
Caption = 'Report'
TabVisible = True
end
object tabDendrogram: TTabSheet
Caption = 'Dendrogram'
ImageIndex = 1
object chart: TChart
Left = 0
Top = 0
Width = 854
Height = 516
AllowPanning = pmNone
AllowZoom = False
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
Title.Text.Strings = (
'HAC -- Dendrogram')
OnClickSeries = chartClickSeries
BottomAxis.Grid.Visible = False
BottomAxis.Labels = False
LeftAxis.Grid.Visible = False
LeftAxis.TickLength = 3
Legend.Visible = False
View3D = False
Align = alClient
BevelOuter = bvLowered
TabOrder = 0
object dendrogram: TPointSeries
Marks.ArrowLength = 0
Marks.Visible = False
SeriesColor = clRed
Pointer.HorizSize = 2
Pointer.InflateMargins = True
Pointer.Style = psRectangle
Pointer.VertSize = 2
Pointer.Visible = True
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
object messageHint: TLMDMessageHint
Font.Charset = DEFAULT_CHARSET
Font.Color = clInfoText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
Shadow.Depth = 2
Left = 664
Top = 184
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?