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

📄 polyfitdemo.dfm

📁 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
💻 DFM
字号:
object Form1: TForm1
  Left = 21
  Top = 111
  Caption = 'Form1'
  ClientHeight = 544
  ClientWidth = 444
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 444
    Height = 41
    Align = alTop
    TabOrder = 0
    object btnRead: TButton
      Left = 16
      Top = 4
      Width = 75
      Height = 25
      Caption = 'Read'
      TabOrder = 0
      OnClick = btnReadClick
    end
    object btnCalc: TButton
      Left = 112
      Top = 4
      Width = 75
      Height = 25
      Caption = 'Calc'
      TabOrder = 1
      OnClick = btnCalcClick
    end
    object CSpinEdit1: TCSpinEdit
      Left = 208
      Top = 6
      Width = 40
      Height = 22
      TabOrder = 2
      Value = 4
    end
  end
  object ListBox1: TListBox
    Left = 0
    Top = 41
    Width = 444
    Height = 503
    Align = alRight
    Anchors = [akLeft, akTop, akBottom]
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 16
    ParentFont = False
    TabOrder = 1
  end
  object OpenDialog1: TOpenDialog
    Left = 220
    Top = 96
  end
end

⌨️ 快捷键说明

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