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

📄 simplex.dfm

📁 The realization of Simplex Method. It can be very useful for students. But there is only one problem
💻 DFM
字号:
object SimMeth: TSimMeth
  Left = 173
  Top = 104
  Width = 1091
  Height = 616
  Caption = #1056#1077#1072#1083#1080#1079#1072#1094#1080#1103' '#1057#1080#1084#1087#1083#1077#1082#1089'-'#1084#1077#1090#1086#1076#1072
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SimShow: TStringGrid
    Left = 24
    Top = 40
    Width = 1001
    Height = 425
    ColCount = 3
    FixedCols = 2
    RowCount = 3
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
    TabOrder = 0
  end
  object LabeledEdit1: TLabeledEdit
    Left = 32
    Top = 504
    Width = 161
    Height = 21
    EditLabel.Width = 151
    EditLabel.Height = 13
    EditLabel.Caption = #1050#1086#1083#1080#1095#1077#1089#1090#1074#1086' '#1087#1077#1088#1077#1084#1077#1085#1085#1099#1093':'
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 1
  end
  object LabeledEdit2: TLabeledEdit
    Left = 240
    Top = 504
    Width = 169
    Height = 21
    EditLabel.Width = 153
    EditLabel.Height = 13
    EditLabel.Caption = #1050#1086#1083#1080#1095#1077#1089#1090#1074#1086' '#1086#1075#1088#1072#1085#1080#1095#1077#1085#1080#1081':'
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 2
  end
  object InputS: TButton
    Left = 32
    Top = 536
    Width = 377
    Height = 25
    Caption = #1042#1074#1077#1089#1090#1080'!'
    TabOrder = 3
    OnClick = InputSClick
  end
  object EndOfInput: TButton
    Left = 440
    Top = 536
    Width = 153
    Height = 25
    Caption = #1047#1072#1082#1086#1085#1095#1080#1090#1100' '#1074#1074#1086#1076'!'
    TabOrder = 4
    OnClick = EndOfInputClick
  end
  object Button1: TButton
    Left = 624
    Top = 536
    Width = 129
    Height = 25
    Caption = #1042#1099#1073#1088#1072#1090#1100' '#1044#1077#1083#1100#1090#1091
    TabOrder = 5
    OnClick = Button1Click
  end
  object LabeledEdit3: TLabeledEdit
    Left = 832
    Top = 536
    Width = 193
    Height = 21
    EditLabel.Width = 91
    EditLabel.Height = 13
    EditLabel.Caption = #1056#1072#1079#1084#1077#1088' '#1103#1095#1077#1081#1082#1080
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 6
    Text = '64'
    OnChange = LabeledEdit3Change
  end
  object NewInput: TButton
    Left = 440
    Top = 504
    Width = 153
    Height = 25
    Caption = #1053#1072#1095#1072#1090#1100' '#1079#1072#1085#1086#1074#1086
    TabOrder = 7
    OnClick = EndOfInputClick
  end
  object Button2: TButton
    Left = 624
    Top = 504
    Width = 129
    Height = 25
    Caption = #1056#1072#1089#1089#1095#1080#1090#1072#1090#1100
    Enabled = False
    TabOrder = 8
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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