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

📄 unit1.~dfm

📁 采用Grubbs方式实现粗大误差的剔除.源码中包含一个自定义长度的数组.
💻 ~DFM
字号:
object Form1: TForm1
  Left = 200
  Top = 95
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 168
    Top = 16
    Width = 177
    Height = 65
    OnClick = SpeedButton1Click
  end
  object CoolButton21: TCoolButton2
    Left = 232
    Top = 176
    Width = 89
    Height = 57
    Caption = 'add'
    OnClick = CoolButton21Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 24
    Width = 113
    Height = 417
    Lines.Strings = (
      '1112'
      '1112'
      '1113'
      '1112'
      '1113'
      '1118'
      '1113'
      '1112'
      '1112'
      '1113')
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 376
    Top = 16
    Width = 185
    Height = 329
    Lines.Strings = (
      'Memo2')
    TabOrder = 1
  end
  object Memo3: TMemo
    Left = 568
    Top = 16
    Width = 113
    Height = 329
    Lines.Strings = (
      'Memo3')
    TabOrder = 2
  end
  object Memo4: TMemo
    Left = 136
    Top = 272
    Width = 209
    Height = 145
    Lines.Strings = (
      'Memo4')
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 200
    Top = 120
    Width = 97
    Height = 21
    TabOrder = 4
    Text = '3.75'
  end
  object Button1: TButton
    Left = 160
    Top = 192
    Width = 57
    Height = 33
    Caption = 'Button1'
    TabOrder = 5
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 232
    Top = 240
    Width = 89
    Height = 21
    TabOrder = 6
    Text = '10'
  end
  object Button2: TButton
    Left = 160
    Top = 240
    Width = 65
    Height = 17
    Caption = 'ini'
    TabOrder = 7
    OnClick = Button2Click
  end
  object R1: TRadioButton
    Left = 384
    Top = 368
    Width = 113
    Height = 17
    Caption = 'DoGrbbs'
    Checked = True
    TabOrder = 8
    TabStop = True
  end
  object R2: TRadioButton
    Left = 384
    Top = 400
    Width = 113
    Height = 17
    Caption = 'DoGray'
    TabOrder = 9
  end
end

⌨️ 快捷键说明

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