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

📄 unitm2.dfm

📁 Delphi编写的最小二乘法的曲线拟合算法
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #26368#23567#20108#20056#27861#26354#32447#25311#21512
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Height = 453
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 453
    Align = alLeft
    BevelOuter = bvNone
    Caption = 'Panel1'
    TabOrder = 0
    object Memo1: TMemo
      Left = 0
      Top = 0
      Width = 185
      Height = 453
      Hint = #35831#22312#27492#20998#34892#36755#20837#29992#36887#21495#20998#38548#30340'X,Y'#22352#26631#20449#24687
      Align = alClient
      Lines.Strings = (
        '2,6'
        '4,7.2'
        '9,14'
        '11,17.6')
      ParentShowHint = False
      ScrollBars = ssVertical
      ShowHint = True
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 188
    Top = 0
    Width = 500
    Height = 453
    Align = alClient
    BevelOuter = bvNone
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    DesignSize = (
      500
      453)
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 500
      Height = 377
      Align = alTop
      Anchors = [akLeft, akTop, akRight, akBottom]
    end
    object Label1: TLabel
      Left = 136
      Top = 400
      Width = 54
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = #26041#31243#27425#25968':'
    end
    object Label2: TLabel
      Left = 272
      Top = 400
      Width = 36
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = 'X'#36215#28857':'
    end
    object Label3: TLabel
      Left = 384
      Top = 400
      Width = 36
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = 'X'#27493#38271':'
    end
    object Button1: TButton
      Left = 16
      Top = 392
      Width = 75
      Height = 25
      Anchors = [akLeft, akBottom]
      Caption = #25311#21512#65281
      TabOrder = 0
      OnClick = Button1Click
    end
    object SpinEdit1: TSpinEdit
      Left = 192
      Top = 392
      Width = 49
      Height = 21
      Anchors = [akLeft, akBottom]
      MaxValue = 999
      MinValue = 1
      TabOrder = 1
      Value = 3
    end
    object Edit1: TEdit
      Left = 312
      Top = 392
      Width = 57
      Height = 20
      Anchors = [akLeft, akBottom]
      TabOrder = 2
      Text = '0'
    end
    object Edit2: TEdit
      Left = 424
      Top = 392
      Width = 57
      Height = 20
      Anchors = [akLeft, akBottom]
      TabOrder = 3
      Text = '1'
    end
    object Edit3: TEdit
      Left = 16
      Top = 424
      Width = 473
      Height = 20
      Anchors = [akLeft, akBottom]
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
      Text = #25311#21512#32467#26524#26041#31243
    end
  end
end

⌨️ 快捷键说明

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