unitfrmlrgetdata.dfm

来自「很不错的非线性回归分析程序」· DFM 代码 · 共 104 行

DFM
104
字号
object frmLRGetData: TfrmLRGetData
  Left = 294
  Top = 214
  BorderIcons = [biSystemMenu, biMaximize]
  BorderStyle = bsDialog
  Caption = #20256#36882#32447#24615#22238#24402#25968#25454
  ClientHeight = 189
  ClientWidth = 248
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 40
    Top = 152
    Width = 73
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 152
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 233
    Height = 129
    TabOrder = 2
    object GroupBox1: TGroupBox
      Left = 40
      Top = 16
      Width = 169
      Height = 73
      TabOrder = 0
      object Label7: TLabel
        Left = 13
        Top = 25
        Width = 30
        Height = 12
        Caption = 'x'#36724#65306
      end
      object Label6: TLabel
        Left = 13
        Top = 49
        Width = 30
        Height = 12
        Caption = 'y'#36724#65306
      end
      object ComboBox6: TComboBox
        Left = 47
        Top = 19
        Width = 101
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        TabOrder = 0
      end
      object ComboBox5: TComboBox
        Left = 47
        Top = 43
        Width = 101
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        TabOrder = 1
      end
    end
    object RadioButton1: TRadioButton
      Left = 48
      Top = 96
      Width = 81
      Height = 17
      Caption = #19981#20256#36882#25968#25454
      TabOrder = 1
    end
    object RadioButton2: TRadioButton
      Left = 48
      Top = 14
      Width = 105
      Height = 17
      Caption = #20174#34920#26684#20256#36882#25968#25454
      Checked = True
      TabOrder = 2
      TabStop = True
    end
  end
end

⌨️ 快捷键说明

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