⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi Pascal 数据挖掘领域算法包 回归分析
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 107
  Width = 670
  Height = 409
  Caption = 
    'Large Data Set Example-Regression, Residuals, CI/PI Intervals, P' +
    'arametric Distances, etc.'
  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 = 120
    Top = 16
    Width = 148
    Height = 13
    Caption = 'Example Data (8 vars, 800 obs)'
  end
  object SpeedButton1: TSpeedButton
    Left = 520
    Top = 8
    Width = 105
    Height = 22
    Caption = 'Clear Text'
    OnClick = SpeedButton1Click
  end
  object sbExit: TSpeedButton
    Left = 8
    Top = 328
    Width = 102
    Height = 41
    Caption = '&Exit'
    OnClick = sbExitClick
  end
  object Button1: TButton
    Left = 8
    Top = 32
    Width = 102
    Height = 34
    Caption = 'Initialize '
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 88
    Width = 102
    Height = 34
    Caption = 'Reg. Summary'
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 8
    Top = 128
    Width = 102
    Height = 34
    Caption = 'Predicted/Residuals '
    Enabled = False
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 8
    Top = 168
    Width = 102
    Height = 34
    Caption = 'Conf/Pred Intervals'
    Enabled = False
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 8
    Top = 208
    Width = 102
    Height = 34
    Caption = 'Stat. Distances (X'#39's)'
    Enabled = False
    TabOrder = 4
    OnClick = Button5Click
  end
  object RichEdit1: TRichEdit
    Left = 120
    Top = 32
    Width = 537
    Height = 337
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    PlainText = True
    ScrollBars = ssBoth
    TabOrder = 5
    WordWrap = False
  end
  object CheckBox1: TCheckBox
    Left = 16
    Top = 280
    Width = 89
    Height = 17
    Caption = 'Scan Data'
    TabOrder = 6
    OnClick = CheckBox1Click
  end
  object RegComp1: TRegComp
    AlphaLevel = 95
    Left = 16
  end
end

⌨️ 快捷键说明

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