unit1.dfm
来自「Delphi Pascal 数据挖掘领域算法包 回归分析」· DFM 代码 · 共 78 行
DFM
78 行
object Form1: TForm1
Left = 231
Top = 102
Width = 521
Height = 278
Caption = 'Correlation Matrix Example'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 72
Top = 16
Width = 430
Height = 13
Caption =
'Example Data (using 8 vars, 800 obs with dynamically generated q' +
'uasi-random data values)'
end
object sbExit: TSpeedButton
Left = 8
Top = 200
Width = 57
Height = 41
Caption = '&Exit'
OnClick = sbExitClick
end
object SpeedButton1: TSpeedButton
Left = 8
Top = 144
Width = 57
Height = 41
Caption = 'Co&v Matrix'
OnClick = SpeedButton1Click
end
object Button1: TButton
Left = 8
Top = 48
Width = 58
Height = 43
Caption = '&Initialize '
TabOrder = 0
OnClick = Button1Click
end
object StringGrid1: TStringGrid
Left = 72
Top = 40
Width = 433
Height = 193
ColCount = 10
DefaultColWidth = 42
DefaultRowHeight = 18
RowCount = 10
TabOrder = 1
end
object Button3: TButton
Left = 8
Top = 96
Width = 58
Height = 43
Caption = '&Cor Matrix'
TabOrder = 2
OnClick = Button3Click
end
object RegComp1: TRegComp
AlphaLevel = 95
ScanData = True
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?