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

📄 gauss.dfm

📁 线性方程组 线性方程组 线性方程组高斯消去法求解
💻 DFM
字号:
object MainGauss: TMainGauss
  Left = 241
  Top = 100
  Width = 365
  Height = 255
  Caption = 'Gauss Linear Equations'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object sg: TStringGrid
    Left = 8
    Top = 32
    Width = 340
    Height = 130
    ColCount = 4
    DefaultColWidth = 50
    DefaultRowHeight = 20
    RowCount = 3
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
    TabOrder = 3
    OnSetEditText = sgSetEditText
    ColWidths = (
      29
      50
      50
      50)
  end
  object se: TSpinEdit
    Left = 303
    Top = 0
    Width = 49
    Height = 22
    MaxValue = 10
    MinValue = 2
    TabOrder = 4
    Value = 2
    OnChange = seChange
  end
  object open: TButton
    Left = 8
    Top = 0
    Width = 41
    Height = 22
    Caption = 'open'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = openClick
  end
  object save: TButton
    Left = 48
    Top = 0
    Width = 41
    Height = 22
    Caption = 'save'
    TabOrder = 5
    OnClick = saveClick
  end
  object eliminate: TButton
    Left = 90
    Top = 0
    Width = 73
    Height = 22
    Caption = 'gauss directly'
    Enabled = False
    TabOrder = 1
    OnClick = eliminateClick
  end
  object backSubstitute: TButton
    Left = 162
    Top = 0
    Width = 81
    Height = 22
    Caption = 'backSubstitute'
    Enabled = False
    TabOrder = 2
    OnClick = backSubstituteClick
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 174
    Width = 357
    Height = 27
    Panels = <
      item
        Width = 50
      end>
  end
  object iteration: TButton
    Left = 244
    Top = 0
    Width = 57
    Height = 22
    Caption = 'iteration'
    Enabled = False
    TabOrder = 7
    OnClick = iterationClick
  end
  object sd: TSaveDialog
    DefaultExt = '*.dat'
    Filter = 'Data files|*.dat|All files|*.*'
    Left = 232
    Top = 56
  end
  object od: TOpenDialog
    DefaultExt = '*.dat'
    Filter = 'Data files|*.dat|All files|*.*'
    Left = 232
    Top = 88
  end
  object MainMenu1: TMainMenu
    Left = 232
    Top = 120
    object File1: TMenuItem
      Caption = #25991#20214'(&F)'
      object O1: TMenuItem
        Caption = #25171#24320'...(&O)'
        OnClick = openClick
      end
      object S1: TMenuItem
        Caption = #20445#23384'...(&S)'
        OnClick = saveClick
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object C1: TMenuItem
        Caption = #20851#38381'(&C)'
        OnClick = C1Click
      end
    end
    object O2: TMenuItem
      Caption = #25805#20316'(&O)'
      object N1: TMenuItem
        Caption = #39640#26031#30452#25509#27861
        object E1: TMenuItem
          Caption = #19968#27425#28040#20803'(&E)'
          OnClick = eliminateClick
        end
        object B1: TMenuItem
          Caption = #22238#20195'(&B)'
          OnClick = backSubstituteClick
        end
      end
      object N2: TMenuItem
        Caption = #36845'  '#20195'  '#27861
      end
    end
    object H1: TMenuItem
      Caption = #24110#21161'(&H)'
      object A1: TMenuItem
        Caption = #20851#20110'...(&A)'
        OnClick = A1Click
      end
    end
  end
end

⌨️ 快捷键说明

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