/
artem_ivanov
/
Matrices
Обзор
Документация
Войти
/
artem_ivanov
/
Matrices
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
WindowsFormsMatrixes/MatricesForm.Designer.cs
1 126 строк
72 KB
Artyom Ivanov
для матриц больших размеров выводится время
21 апр 2023, 12:44
21 апр 2023, 12:44
9f37a57
Код
Авторство
О чём код?
namespace WindowsFormsMatrixes { partial class MatricesForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.TableLayout33 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel(); this.InverseB = new System.Windows.Forms.Button(); this.DeterminantB = new System.Windows.Forms.Button(); this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel(); this.MatrixBArumentInput = new System.Windows.Forms.RichTextBox(); this.RaiseToPowerB = new System.Windows.Forms.Button(); this.TransponeB = new System.Windows.Forms.Button(); this.MatrixBInput = new System.Windows.Forms.RichTextBox(); this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel(); this.MatrixBMInput = new System.Windows.Forms.RichTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.MatrixBNInput = new System.Windows.Forms.RichTextBox(); this.GenerateB = new System.Windows.Forms.Button(); this.tableLayoutPanel16 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel17 = new System.Windows.Forms.TableLayoutPanel(); this.MultiplyB = new System.Windows.Forms.Button(); this.MatrixBMultiplierInput = new System.Windows.Forms.RichTextBox(); this.ClearB = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.ErrorB = new System.Windows.Forms.Label(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.InverseA = new System.Windows.Forms.Button(); this.DeterminantA = new System.Windows.Forms.Button(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); this.MatrixAArumentInput = new System.Windows.Forms.RichTextBox(); this.RaiseToPowerA = new System.Windows.Forms.Button(); this.TransponeA = new System.Windows.Forms.Button(); this.MatrixAInput = new System.Windows.Forms.RichTextBox(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.MatrixAMInput = new System.Windows.Forms.RichTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.MatrixANInput = new System.Windows.Forms.RichTextBox(); this.GenerateA = new System.Windows.Forms.Button(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.MultiplyA = new System.Windows.Forms.Button(); this.MatrixAMultiplierInput = new System.Windows.Forms.RichTextBox(); this.ClearA = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.ErrorA = new System.Windows.Forms.Label(); this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); this.Swap = new System.Windows.Forms.Button(); this.Sum = new System.Windows.Forms.Button(); this.Substraction = new System.Windows.Forms.Button(); this.Multiplication = new System.Windows.Forms.Button(); this.FromRightToLeft = new System.Windows.Forms.Button(); this.FromLeftToRight = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.tableLayoutPanel18 = new System.Windows.Forms.TableLayoutPanel(); this.MatrixOutput = new System.Windows.Forms.RichTextBox(); this.tableLayoutPanel19 = new System.Windows.Forms.TableLayoutPanel(); this.InsertResultInA = new System.Windows.Forms.Button(); this.InsertResultInB = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.TableLayout33.SuspendLayout(); this.tableLayoutPanel12.SuspendLayout(); this.tableLayoutPanel13.SuspendLayout(); this.tableLayoutPanel14.SuspendLayout(); this.tableLayoutPanel15.SuspendLayout(); this.tableLayoutPanel16.SuspendLayout(); this.tableLayoutPanel17.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel9.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); this.tableLayoutPanel10.SuspendLayout(); this.tableLayoutPanel18.SuspendLayout(); this.tableLayoutPanel19.SuspendLayout(); this.tableLayoutPanel11.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel11, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1182, 628); this.tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 7; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel2.Controls.Add(this.TableLayout33, 4, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel10, 2, 0); this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 0); this.tableLayoutPanel2.Controls.Add(this.panel2, 3, 0); this.tableLayoutPanel2.Controls.Add(this.label8, 5, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel18, 6, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 65); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1176, 560); this.tableLayoutPanel2.TabIndex = 5; // // TableLayout33 // this.TableLayout33.ColumnCount = 1; this.TableLayout33.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.TableLayout33.Controls.Add(this.tableLayoutPanel12, 0, 7); this.TableLayout33.Controls.Add(this.tableLayoutPanel13, 0, 6); this.TableLayout33.Controls.Add(this.MatrixBInput, 0, 2); this.TableLayout33.Controls.Add(this.tableLayoutPanel15, 0, 3); this.TableLayout33.Controls.Add(this.GenerateB, 0, 4); this.TableLayout33.Controls.Add(this.tableLayoutPanel16, 0, 5); this.TableLayout33.Controls.Add(this.label7, 0, 0); this.TableLayout33.Controls.Add(this.ErrorB, 0, 1); this.TableLayout33.Dock = System.Windows.Forms.DockStyle.Fill; this.TableLayout33.Location = new System.Drawing.Point(501, 3); this.TableLayout33.Name = "TableLayout33"; this.TableLayout33.RowCount = 8; this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.TableLayout33.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.TableLayout33.Size = new System.Drawing.Size(332, 554); this.TableLayout33.TabIndex = 5; // // tableLayoutPanel12 // this.tableLayoutPanel12.ColumnCount = 2; this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel12.Controls.Add(this.InverseB, 0, 0); this.tableLayoutPanel12.Controls.Add(this.DeterminantB, 0, 0); this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 502); this.tableLayoutPanel12.Name = "tableLayoutPanel12"; this.tableLayoutPanel12.RowCount = 1; this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F)); this.tableLayoutPanel12.Size = new System.Drawing.Size(326, 49); this.tableLayoutPanel12.TabIndex = 5; // // InverseB // this.InverseB.Dock = System.Windows.Forms.DockStyle.Fill; this.InverseB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.InverseB.Location = new System.Drawing.Point(166, 3); this.InverseB.Name = "InverseB"; this.InverseB.Size = new System.Drawing.Size(157, 43); this.InverseB.TabIndex = 2; this.InverseB.Text = "Обратная матрица"; this.InverseB.UseVisualStyleBackColor = true; this.InverseB.Click += new System.EventHandler(this.ReverseB_Click); // // DeterminantB // this.DeterminantB.Dock = System.Windows.Forms.DockStyle.Fill; this.DeterminantB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.DeterminantB.Location = new System.Drawing.Point(3, 3); this.DeterminantB.Name = "DeterminantB"; this.DeterminantB.Size = new System.Drawing.Size(157, 43); this.DeterminantB.TabIndex = 1; this.DeterminantB.Text = "Определитель"; this.DeterminantB.UseVisualStyleBackColor = true; this.DeterminantB.Click += new System.EventHandler(this.DeterminantB_Click); // // tableLayoutPanel13 // this.tableLayoutPanel13.ColumnCount = 2; this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel13.Controls.Add(this.tableLayoutPanel14, 0, 0); this.tableLayoutPanel13.Controls.Add(this.TransponeB, 0, 0); this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 453); this.tableLayoutPanel13.Name = "tableLayoutPanel13"; this.tableLayoutPanel13.RowCount = 1; this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel13.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel13.TabIndex = 4; // // tableLayoutPanel14 // this.tableLayoutPanel14.ColumnCount = 2; this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel14.Controls.Add(this.MatrixBArumentInput, 0, 0); this.tableLayoutPanel14.Controls.Add(this.RaiseToPowerB, 0, 0); this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel14.Location = new System.Drawing.Point(166, 3); this.tableLayoutPanel14.Name = "tableLayoutPanel14"; this.tableLayoutPanel14.RowCount = 1; this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel14.Size = new System.Drawing.Size(157, 37); this.tableLayoutPanel14.TabIndex = 2; // // MatrixBArumentInput // this.MatrixBArumentInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixBArumentInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixBArumentInput.Location = new System.Drawing.Point(97, 3); this.MatrixBArumentInput.Name = "MatrixBArumentInput"; this.MatrixBArumentInput.Size = new System.Drawing.Size(57, 31); this.MatrixBArumentInput.TabIndex = 2; this.MatrixBArumentInput.Text = ""; this.MatrixBArumentInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // RaiseToPowerB // this.RaiseToPowerB.Dock = System.Windows.Forms.DockStyle.Fill; this.RaiseToPowerB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.RaiseToPowerB.Location = new System.Drawing.Point(3, 3); this.RaiseToPowerB.Name = "RaiseToPowerB"; this.RaiseToPowerB.Size = new System.Drawing.Size(88, 31); this.RaiseToPowerB.TabIndex = 1; this.RaiseToPowerB.Text = "Возвести в"; this.RaiseToPowerB.UseVisualStyleBackColor = true; this.RaiseToPowerB.Click += new System.EventHandler(this.RaistoToPowerB_Click); // // TransponeB // this.TransponeB.Dock = System.Windows.Forms.DockStyle.Fill; this.TransponeB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.TransponeB.Location = new System.Drawing.Point(3, 3); this.TransponeB.Name = "TransponeB"; this.TransponeB.Size = new System.Drawing.Size(157, 37); this.TransponeB.TabIndex = 1; this.TransponeB.Text = "Транспонировать"; this.TransponeB.UseVisualStyleBackColor = true; this.TransponeB.Click += new System.EventHandler(this.TransponseB_Click); // // MatrixBInput // this.MatrixBInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixBInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixBInput.Location = new System.Drawing.Point(3, 85); this.MatrixBInput.Name = "MatrixBInput"; this.MatrixBInput.Size = new System.Drawing.Size(326, 215); this.MatrixBInput.TabIndex = 0; this.MatrixBInput.Text = ""; this.MatrixBInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyNumbers); // // tableLayoutPanel15 // this.tableLayoutPanel15.ColumnCount = 4; this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel15.Controls.Add(this.MatrixBMInput, 3, 0); this.tableLayoutPanel15.Controls.Add(this.label5, 0, 0); this.tableLayoutPanel15.Controls.Add(this.label6, 2, 0); this.tableLayoutPanel15.Controls.Add(this.MatrixBNInput, 1, 0); this.tableLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 306); this.tableLayoutPanel15.Name = "tableLayoutPanel15"; this.tableLayoutPanel15.RowCount = 1; this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel15.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel15.TabIndex = 1; // // MatrixBMInput // this.MatrixBMInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixBMInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixBMInput.Location = new System.Drawing.Point(197, 3); this.MatrixBMInput.Name = "MatrixBMInput"; this.MatrixBMInput.Size = new System.Drawing.Size(126, 37); this.MatrixBMInput.TabIndex = 3; this.MatrixBMInput.Text = ""; this.MatrixBMInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(3, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 43); this.label5.TabIndex = 0; this.label5.Text = "N"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // this.label6.AutoSize = true; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(165, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 43); this.label6.TabIndex = 1; this.label6.Text = "M"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // MatrixBNInput // this.MatrixBNInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixBNInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixBNInput.Location = new System.Drawing.Point(35, 3); this.MatrixBNInput.Name = "MatrixBNInput"; this.MatrixBNInput.Size = new System.Drawing.Size(124, 37); this.MatrixBNInput.TabIndex = 2; this.MatrixBNInput.Text = ""; this.MatrixBNInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // GenerateB // this.GenerateB.Dock = System.Windows.Forms.DockStyle.Fill; this.GenerateB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.GenerateB.Location = new System.Drawing.Point(3, 355); this.GenerateB.Name = "GenerateB"; this.GenerateB.Size = new System.Drawing.Size(326, 43); this.GenerateB.TabIndex = 2; this.GenerateB.Text = "Сгенерировать"; this.GenerateB.UseVisualStyleBackColor = true; this.GenerateB.Click += new System.EventHandler(this.GenerateB_Click); // // tableLayoutPanel16 // this.tableLayoutPanel16.ColumnCount = 2; this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel16.Controls.Add(this.tableLayoutPanel17, 0, 0); this.tableLayoutPanel16.Controls.Add(this.ClearB, 0, 0); this.tableLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel16.Location = new System.Drawing.Point(3, 404); this.tableLayoutPanel16.Name = "tableLayoutPanel16"; this.tableLayoutPanel16.RowCount = 1; this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel16.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel16.TabIndex = 6; // // tableLayoutPanel17 // this.tableLayoutPanel17.ColumnCount = 2; this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel17.Controls.Add(this.MultiplyB, 0, 0); this.tableLayoutPanel17.Controls.Add(this.MatrixBMultiplierInput, 1, 0); this.tableLayoutPanel17.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel17.Location = new System.Drawing.Point(166, 3); this.tableLayoutPanel17.Name = "tableLayoutPanel17"; this.tableLayoutPanel17.RowCount = 1; this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel17.Size = new System.Drawing.Size(157, 37); this.tableLayoutPanel17.TabIndex = 3; // // MultiplyB // this.MultiplyB.Dock = System.Windows.Forms.DockStyle.Fill; this.MultiplyB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MultiplyB.Location = new System.Drawing.Point(3, 3); this.MultiplyB.Name = "MultiplyB"; this.MultiplyB.Size = new System.Drawing.Size(88, 31); this.MultiplyB.TabIndex = 0; this.MultiplyB.Text = "Умножить"; this.MultiplyB.UseVisualStyleBackColor = true; this.MultiplyB.Click += new System.EventHandler(this.MultiplyB_Click); // // MatrixBMultiplierInput // this.MatrixBMultiplierInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixBMultiplierInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixBMultiplierInput.Location = new System.Drawing.Point(97, 3); this.MatrixBMultiplierInput.Name = "MatrixBMultiplierInput"; this.MatrixBMultiplierInput.Size = new System.Drawing.Size(57, 31); this.MatrixBMultiplierInput.TabIndex = 1; this.MatrixBMultiplierInput.Text = ""; this.MatrixBMultiplierInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyNumbers); // // ClearB // this.ClearB.Dock = System.Windows.Forms.DockStyle.Fill; this.ClearB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ClearB.Location = new System.Drawing.Point(3, 3); this.ClearB.Name = "ClearB"; this.ClearB.Size = new System.Drawing.Size(157, 37); this.ClearB.TabIndex = 0; this.ClearB.Text = "Очистить"; this.ClearB.UseVisualStyleBackColor = true; this.ClearB.Click += new System.EventHandler(this.ClearB_Click); // // label7 // this.label7.AutoSize = true; this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(3, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(326, 27); this.label7.TabIndex = 7; this.label7.Text = "Матрица B"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ErrorB // this.ErrorB.AutoSize = true; this.ErrorB.Dock = System.Windows.Forms.DockStyle.Fill; this.ErrorB.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ErrorB.ForeColor = System.Drawing.Color.Red; this.ErrorB.Location = new System.Drawing.Point(3, 27); this.ErrorB.Name = "ErrorB"; this.ErrorB.Size = new System.Drawing.Size(326, 55); this.ErrorB.TabIndex = 8; this.ErrorB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 0, 7); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 6); this.tableLayoutPanel3.Controls.Add(this.MatrixAInput, 0, 2); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 3); this.tableLayoutPanel3.Controls.Add(this.GenerateA, 0, 4); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel7, 0, 5); this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0); this.tableLayoutPanel3.Controls.Add(this.ErrorA, 0, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 8; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(332, 554); this.tableLayoutPanel3.TabIndex = 1; // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 2; this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.Controls.Add(this.InverseA, 0, 0); this.tableLayoutPanel6.Controls.Add(this.DeterminantA, 0, 0); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 502); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(326, 49); this.tableLayoutPanel6.TabIndex = 5; // // InverseA // this.InverseA.Dock = System.Windows.Forms.DockStyle.Fill; this.InverseA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.InverseA.Location = new System.Drawing.Point(166, 3); this.InverseA.Name = "InverseA"; this.InverseA.Size = new System.Drawing.Size(157, 43); this.InverseA.TabIndex = 2; this.InverseA.Text = "Обратная матрица"; this.InverseA.UseVisualStyleBackColor = true; this.InverseA.Click += new System.EventHandler(this.ReverseA_Click); // // DeterminantA // this.DeterminantA.Dock = System.Windows.Forms.DockStyle.Fill; this.DeterminantA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.DeterminantA.Location = new System.Drawing.Point(3, 3); this.DeterminantA.Name = "DeterminantA"; this.DeterminantA.Size = new System.Drawing.Size(157, 43); this.DeterminantA.TabIndex = 1; this.DeterminantA.Text = "Определитель"; this.DeterminantA.UseVisualStyleBackColor = true; this.DeterminantA.Click += new System.EventHandler(this.DeterminantA_Click); // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 2; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel9, 0, 0); this.tableLayoutPanel5.Controls.Add(this.TransponeA, 0, 0); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 453); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel5.TabIndex = 4; // // tableLayoutPanel9 // this.tableLayoutPanel9.ColumnCount = 2; this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel9.Controls.Add(this.MatrixAArumentInput, 0, 0); this.tableLayoutPanel9.Controls.Add(this.RaiseToPowerA, 0, 0); this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel9.Location = new System.Drawing.Point(166, 3); this.tableLayoutPanel9.Name = "tableLayoutPanel9"; this.tableLayoutPanel9.RowCount = 1; this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel9.Size = new System.Drawing.Size(157, 37); this.tableLayoutPanel9.TabIndex = 2; // // MatrixAArumentInput // this.MatrixAArumentInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixAArumentInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixAArumentInput.Location = new System.Drawing.Point(97, 3); this.MatrixAArumentInput.Name = "MatrixAArumentInput"; this.MatrixAArumentInput.Size = new System.Drawing.Size(57, 31); this.MatrixAArumentInput.TabIndex = 2; this.MatrixAArumentInput.Text = ""; this.MatrixAArumentInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // RaiseToPowerA // this.RaiseToPowerA.Dock = System.Windows.Forms.DockStyle.Fill; this.RaiseToPowerA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.RaiseToPowerA.Location = new System.Drawing.Point(3, 3); this.RaiseToPowerA.Name = "RaiseToPowerA"; this.RaiseToPowerA.Size = new System.Drawing.Size(88, 31); this.RaiseToPowerA.TabIndex = 1; this.RaiseToPowerA.Text = "Возвести в"; this.RaiseToPowerA.UseVisualStyleBackColor = true; this.RaiseToPowerA.Click += new System.EventHandler(this.RaistoToPowerA_Click); // // TransponeA // this.TransponeA.Dock = System.Windows.Forms.DockStyle.Fill; this.TransponeA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.TransponeA.Location = new System.Drawing.Point(3, 3); this.TransponeA.Name = "TransponeA"; this.TransponeA.Size = new System.Drawing.Size(157, 37); this.TransponeA.TabIndex = 1; this.TransponeA.Text = "Транспонировать"; this.TransponeA.UseVisualStyleBackColor = true; this.TransponeA.Click += new System.EventHandler(this.TransponseA_Click); // // MatrixAInput // this.MatrixAInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixAInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixAInput.Location = new System.Drawing.Point(3, 85); this.MatrixAInput.Name = "MatrixAInput"; this.MatrixAInput.Size = new System.Drawing.Size(326, 215); this.MatrixAInput.TabIndex = 0; this.MatrixAInput.Text = ""; this.MatrixAInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyNumbers); // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 4; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel4.Controls.Add(this.MatrixAMInput, 3, 0); this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel4.Controls.Add(this.label2, 2, 0); this.tableLayoutPanel4.Controls.Add(this.MatrixANInput, 1, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 306); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel4.TabIndex = 1; // // MatrixAMInput // this.MatrixAMInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixAMInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixAMInput.Location = new System.Drawing.Point(197, 3); this.MatrixAMInput.Name = "MatrixAMInput"; this.MatrixAMInput.Size = new System.Drawing.Size(126, 37); this.MatrixAMInput.TabIndex = 3; this.MatrixAMInput.Text = ""; this.MatrixAMInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 43); this.label1.TabIndex = 0; this.label1.Text = "N"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(165, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 43); this.label2.TabIndex = 1; this.label2.Text = "M"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // MatrixANInput // this.MatrixANInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixANInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixANInput.Location = new System.Drawing.Point(35, 3); this.MatrixANInput.Name = "MatrixANInput"; this.MatrixANInput.Size = new System.Drawing.Size(124, 37); this.MatrixANInput.TabIndex = 2; this.MatrixANInput.Text = ""; this.MatrixANInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyIntNumbers); // // GenerateA // this.GenerateA.Dock = System.Windows.Forms.DockStyle.Fill; this.GenerateA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.GenerateA.Location = new System.Drawing.Point(3, 355); this.GenerateA.Name = "GenerateA"; this.GenerateA.Size = new System.Drawing.Size(326, 43); this.GenerateA.TabIndex = 2; this.GenerateA.Text = "Сгенерировать"; this.GenerateA.UseVisualStyleBackColor = true; this.GenerateA.Click += new System.EventHandler(this.GenerateA_Click); // // tableLayoutPanel7 // this.tableLayoutPanel7.ColumnCount = 2; this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 0, 0); this.tableLayoutPanel7.Controls.Add(this.ClearA, 0, 0); this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 404); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 1; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel7.Size = new System.Drawing.Size(326, 43); this.tableLayoutPanel7.TabIndex = 6; // // tableLayoutPanel8 // this.tableLayoutPanel8.ColumnCount = 2; this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel8.Controls.Add(this.MultiplyA, 0, 0); this.tableLayoutPanel8.Controls.Add(this.MatrixAMultiplierInput, 1, 0); this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel8.Location = new System.Drawing.Point(166, 3); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; this.tableLayoutPanel8.RowCount = 1; this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel8.Size = new System.Drawing.Size(157, 37); this.tableLayoutPanel8.TabIndex = 3; // // MultiplyA // this.MultiplyA.Dock = System.Windows.Forms.DockStyle.Fill; this.MultiplyA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MultiplyA.Location = new System.Drawing.Point(3, 3); this.MultiplyA.Name = "MultiplyA"; this.MultiplyA.Size = new System.Drawing.Size(88, 31); this.MultiplyA.TabIndex = 0; this.MultiplyA.Text = "Умножить"; this.MultiplyA.UseVisualStyleBackColor = true; this.MultiplyA.Click += new System.EventHandler(this.MultiplyA_Click); // // MatrixAMultiplierInput // this.MatrixAMultiplierInput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixAMultiplierInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixAMultiplierInput.Location = new System.Drawing.Point(97, 3); this.MatrixAMultiplierInput.Name = "MatrixAMultiplierInput"; this.MatrixAMultiplierInput.Size = new System.Drawing.Size(57, 31); this.MatrixAMultiplierInput.TabIndex = 1; this.MatrixAMultiplierInput.Text = ""; this.MatrixAMultiplierInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyNumbers); // // ClearA // this.ClearA.Dock = System.Windows.Forms.DockStyle.Fill; this.ClearA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ClearA.Location = new System.Drawing.Point(3, 3); this.ClearA.Name = "ClearA"; this.ClearA.Size = new System.Drawing.Size(157, 37); this.ClearA.TabIndex = 0; this.ClearA.Text = "Очистить"; this.ClearA.UseVisualStyleBackColor = true; this.ClearA.Click += new System.EventHandler(this.ClearA_Click); // // label4 // this.label4.AutoSize = true; this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(3, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(326, 27); this.label4.TabIndex = 7; this.label4.Text = "Матрица A"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ErrorA // this.ErrorA.AutoSize = true; this.ErrorA.Dock = System.Windows.Forms.DockStyle.Fill; this.ErrorA.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ErrorA.ForeColor = System.Drawing.Color.Red; this.ErrorA.Location = new System.Drawing.Point(3, 27); this.ErrorA.Name = "ErrorA"; this.ErrorA.Size = new System.Drawing.Size(326, 55); this.ErrorA.TabIndex = 8; this.ErrorA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel10 // this.tableLayoutPanel10.ColumnCount = 1; this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel10.Controls.Add(this.Swap, 0, 5); this.tableLayoutPanel10.Controls.Add(this.Sum, 0, 7); this.tableLayoutPanel10.Controls.Add(this.Substraction, 0, 9); this.tableLayoutPanel10.Controls.Add(this.Multiplication, 0, 11); this.tableLayoutPanel10.Controls.Add(this.FromRightToLeft, 0, 1); this.tableLayoutPanel10.Controls.Add(this.FromLeftToRight, 0, 3); this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel10.Location = new System.Drawing.Point(361, 3); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; this.tableLayoutPanel10.RowCount = 13; this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel10.Size = new System.Drawing.Size(114, 554); this.tableLayoutPanel10.TabIndex = 2; // // Swap // this.Swap.Dock = System.Windows.Forms.DockStyle.Fill; this.Swap.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Swap.Location = new System.Drawing.Point(3, 215); this.Swap.Name = "Swap"; this.Swap.Size = new System.Drawing.Size(108, 54); this.Swap.TabIndex = 0; this.Swap.Text = "⇄\r\n"; this.Swap.UseVisualStyleBackColor = true; this.Swap.Click += new System.EventHandler(this.Swap_Click); // // Sum // this.Sum.Dock = System.Windows.Forms.DockStyle.Fill; this.Sum.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Sum.Location = new System.Drawing.Point(3, 285); this.Sum.Name = "Sum"; this.Sum.Size = new System.Drawing.Size(108, 54); this.Sum.TabIndex = 1; this.Sum.Text = "A + B"; this.Sum.UseVisualStyleBackColor = true; this.Sum.Click += new System.EventHandler(this.Sum_Click); // // Substraction // this.Substraction.Dock = System.Windows.Forms.DockStyle.Fill; this.Substraction.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Substraction.Location = new System.Drawing.Point(3, 355); this.Substraction.Name = "Substraction"; this.Substraction.Size = new System.Drawing.Size(108, 54); this.Substraction.TabIndex = 2; this.Substraction.Text = "A - B"; this.Substraction.UseVisualStyleBackColor = true; this.Substraction.Click += new System.EventHandler(this.Subtraction_Click); // // Multiplication // this.Multiplication.Dock = System.Windows.Forms.DockStyle.Fill; this.Multiplication.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Multiplication.Location = new System.Drawing.Point(3, 425); this.Multiplication.Name = "Multiplication"; this.Multiplication.Size = new System.Drawing.Size(108, 54); this.Multiplication.TabIndex = 3; this.Multiplication.Text = "A * B"; this.Multiplication.UseVisualStyleBackColor = true; this.Multiplication.Click += new System.EventHandler(this.Multiplication_Click); // // FromRightToLeft // this.FromRightToLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.FromRightToLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FromRightToLeft.Location = new System.Drawing.Point(3, 75); this.FromRightToLeft.Name = "FromRightToLeft"; this.FromRightToLeft.Size = new System.Drawing.Size(108, 54); this.FromRightToLeft.TabIndex = 4; this.FromRightToLeft.Text = "←"; this.FromRightToLeft.UseVisualStyleBackColor = true; this.FromRightToLeft.Click += new System.EventHandler(this.FromRightToLeft_Click); // // FromLeftToRight // this.FromLeftToRight.Dock = System.Windows.Forms.DockStyle.Fill; this.FromLeftToRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FromLeftToRight.Location = new System.Drawing.Point(3, 145); this.FromLeftToRight.Name = "FromLeftToRight"; this.FromLeftToRight.Size = new System.Drawing.Size(108, 54); this.FromLeftToRight.TabIndex = 5; this.FromLeftToRight.Text = "→"; this.FromLeftToRight.UseVisualStyleBackColor = true; this.FromLeftToRight.Click += new System.EventHandler(this.FromLeftToRight_Click); // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(341, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(14, 554); this.panel1.TabIndex = 3; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(481, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(14, 554); this.panel2.TabIndex = 4; // // label8 // this.label8.AutoSize = true; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.Location = new System.Drawing.Point(839, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(44, 560); this.label8.TabIndex = 6; this.label8.Text = "="; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel18 // this.tableLayoutPanel18.ColumnCount = 1; this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel18.Controls.Add(this.MatrixOutput, 0, 2); this.tableLayoutPanel18.Controls.Add(this.tableLayoutPanel19, 0, 3); this.tableLayoutPanel18.Controls.Add(this.label9, 0, 0); this.tableLayoutPanel18.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel18.Location = new System.Drawing.Point(889, 3); this.tableLayoutPanel18.Name = "tableLayoutPanel18"; this.tableLayoutPanel18.RowCount = 5; this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel18.Size = new System.Drawing.Size(284, 554); this.tableLayoutPanel18.TabIndex = 7; // // MatrixOutput // this.MatrixOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.MatrixOutput.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.MatrixOutput.Location = new System.Drawing.Point(3, 57); this.MatrixOutput.Name = "MatrixOutput"; this.MatrixOutput.Size = new System.Drawing.Size(278, 381); this.MatrixOutput.TabIndex = 1; this.MatrixOutput.Text = ""; this.MatrixOutput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OnlyNumbers); // // tableLayoutPanel19 // this.tableLayoutPanel19.ColumnCount = 2; this.tableLayoutPanel19.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel19.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel19.Controls.Add(this.InsertResultInA, 0, 0); this.tableLayoutPanel19.Controls.Add(this.InsertResultInB, 1, 0); this.tableLayoutPanel19.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel19.Location = new System.Drawing.Point(3, 444); this.tableLayoutPanel19.Name = "tableLayoutPanel19"; this.tableLayoutPanel19.RowCount = 1; this.tableLayoutPanel19.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel19.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F)); this.tableLayoutPanel19.Size = new System.Drawing.Size(278, 49); this.tableLayoutPanel19.TabIndex = 2; // // InsertResultInA // this.InsertResultInA.Dock = System.Windows.Forms.DockStyle.Fill; this.InsertResultInA.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.InsertResultInA.Location = new System.Drawing.Point(3, 3); this.InsertResultInA.Name = "InsertResultInA"; this.InsertResultInA.Size = new System.Drawing.Size(133, 43); this.InsertResultInA.TabIndex = 0; this.InsertResultInA.Text = "Вставить в A"; this.InsertResultInA.UseVisualStyleBackColor = true; this.InsertResultInA.Click += new System.EventHandler(this.InsertResultInA_Click); // // InsertResultInB // this.InsertResultInB.Dock = System.Windows.Forms.DockStyle.Fill; this.InsertResultInB.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.InsertResultInB.Location = new System.Drawing.Point(142, 3); this.InsertResultInB.Name = "InsertResultInB"; this.InsertResultInB.Size = new System.Drawing.Size(133, 43); this.InsertResultInB.TabIndex = 1; this.InsertResultInB.Text = "Вставить в B"; this.InsertResultInB.UseVisualStyleBackColor = true; this.InsertResultInB.Click += new System.EventHandler(this.InsertResultInB_Click); // // label9 // this.label9.AutoSize = true; this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.Location = new System.Drawing.Point(3, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(278, 27); this.label9.TabIndex = 3; this.label9.Text = "Ответ"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel11 // this.tableLayoutPanel11.ColumnCount = 1; this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel11.Name = "tableLayoutPanel11"; this.tableLayoutPanel11.RowCount = 1; this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel11.Size = new System.Drawing.Size(1176, 56); this.tableLayoutPanel11.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(1170, 56); this.label3.TabIndex = 0; this.label3.Text = "Матричный калькулятор"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // MatricesForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1182, 628); this.Controls.Add(this.tableLayoutPanel1); this.Name = "MatricesForm"; this.Text = "Матрицы"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.TableLayout33.ResumeLayout(false); this.TableLayout33.PerformLayout(); this.tableLayoutPanel12.ResumeLayout(false); this.tableLayoutPanel13.ResumeLayout(false); this.tableLayoutPanel14.ResumeLayout(false); this.tableLayoutPanel15.ResumeLayout(false); this.tableLayoutPanel15.PerformLayout(); this.tableLayoutPanel16.ResumeLayout(false); this.tableLayoutPanel17.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel9.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel7.ResumeLayout(false); this.tableLayoutPanel8.ResumeLayout(false); this.tableLayoutPanel10.ResumeLayout(false); this.tableLayoutPanel18.ResumeLayout(false); this.tableLayoutPanel18.PerformLayout(); this.tableLayoutPanel19.ResumeLayout(false); this.tableLayoutPanel11.ResumeLayout(false); this.tableLayoutPanel11.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.Button InverseA; private System.Windows.Forms.Button DeterminantA; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; private System.Windows.Forms.RichTextBox MatrixAArumentInput; private System.Windows.Forms.Button RaiseToPowerA; private System.Windows.Forms.Button TransponeA; private System.Windows.Forms.RichTextBox MatrixAInput; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.RichTextBox MatrixAMInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox MatrixANInput; private System.Windows.Forms.Button GenerateA; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; private System.Windows.Forms.Button MultiplyA; private System.Windows.Forms.RichTextBox MatrixAMultiplierInput; private System.Windows.Forms.Button ClearA; private System.Windows.Forms.Label label4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; private System.Windows.Forms.Button Swap; private System.Windows.Forms.Button Sum; private System.Windows.Forms.Button Substraction; private System.Windows.Forms.Button Multiplication; private System.Windows.Forms.TableLayoutPanel TableLayout33; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; private System.Windows.Forms.Button InverseB; private System.Windows.Forms.Button DeterminantB; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14; private System.Windows.Forms.RichTextBox MatrixBArumentInput; private System.Windows.Forms.Button RaiseToPowerB; private System.Windows.Forms.Button TransponeB; private System.Windows.Forms.RichTextBox MatrixBInput; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15; private System.Windows.Forms.RichTextBox MatrixBMInput; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.RichTextBox MatrixBNInput; private System.Windows.Forms.Button GenerateB; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel17; private System.Windows.Forms.Button MultiplyB; private System.Windows.Forms.RichTextBox MatrixBMultiplierInput; private System.Windows.Forms.Button ClearB; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label8; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel18; private System.Windows.Forms.RichTextBox MatrixOutput; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel19; private System.Windows.Forms.Button InsertResultInA; private System.Windows.Forms.Button InsertResultInB; private System.Windows.Forms.Label ErrorA; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label ErrorB; private System.Windows.Forms.Label label9; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button FromRightToLeft; private System.Windows.Forms.Button FromLeftToRight; } }