polyfitdemo.dfm

来自「多项式曲线拟合 任意介数 Purpose - Least-squares cur」· DFM 代码 · 共 71 行

DFM
71
字号
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 + =
减小字号Ctrl + -
显示快捷键?