/
artem_ivanov
/
Graphs
Обзор
Документация
Войти
/
artem_ivanov
/
Graphs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
WindowsFormsGraphs/GraphForm.Designer.cs
561 строка
35 KB
Artyom Ivanov
добавлены алгоритмы с эйлеровами и гамильоновыми циклами
14 апр 2023, 22:19
14 апр 2023, 22:19
4913f0a
Код
Авторство
О чём код?
namespace WindowsFormsGraphs { partial class GraphForm { /// <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.textBoxResults = new System.Windows.Forms.RichTextBox(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.buttonLoad = new System.Windows.Forms.Button(); this.buttonClear = new System.Windows.Forms.Button(); this.buttonDelEdge = new System.Windows.Forms.Button(); this.buttonAddEdge = new System.Windows.Forms.Button(); this.buttonDelVert = new System.Windows.Forms.Button(); this.buttonAddVert = new System.Windows.Forms.Button(); this.buttonAddAdjMatrix = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonRefresh = new System.Windows.Forms.Button(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.textBoxFrom = new System.Windows.Forms.TextBox(); this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); this.textBoxTo = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonStart = new System.Windows.Forms.Button(); this.comboBoxAlgos = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); this.tableLayoutPanel9.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 83.33334F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 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 = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(924, 656); this.tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Controls.Add(this.textBoxResults, 0, 1); this.tableLayoutPanel2.Controls.Add(this.pictureBox, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(157, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(764, 650); this.tableLayoutPanel2.TabIndex = 0; // // textBoxResults // this.textBoxResults.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBoxResults.Location = new System.Drawing.Point(3, 523); this.textBoxResults.Name = "textBoxResults"; this.textBoxResults.ReadOnly = true; this.textBoxResults.Size = new System.Drawing.Size(758, 124); this.textBoxResults.TabIndex = 0; this.textBoxResults.Text = ""; // // pictureBox // this.pictureBox.BackColor = System.Drawing.Color.Cornsilk; this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox.Location = new System.Drawing.Point(3, 3); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(758, 514); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; this.pictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseClick); // // tableLayoutPanel3 // this.tableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 0); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 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 = 2; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(148, 650); this.tableLayoutPanel3.TabIndex = 1; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 1; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(142, 384); this.tableLayoutPanel4.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(136, 76); this.label1.TabIndex = 0; this.label1.Text = "Панель управления"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 1; this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.Controls.Add(this.buttonLoad, 0, 6); this.tableLayoutPanel5.Controls.Add(this.buttonClear, 0, 8); this.tableLayoutPanel5.Controls.Add(this.buttonDelEdge, 0, 3); this.tableLayoutPanel5.Controls.Add(this.buttonAddEdge, 0, 2); this.tableLayoutPanel5.Controls.Add(this.buttonDelVert, 0, 1); this.tableLayoutPanel5.Controls.Add(this.buttonAddVert, 0, 0); this.tableLayoutPanel5.Controls.Add(this.buttonAddAdjMatrix, 0, 4); this.tableLayoutPanel5.Controls.Add(this.buttonSave, 0, 5); this.tableLayoutPanel5.Controls.Add(this.buttonRefresh, 0, 7); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 79); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 9; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11276F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11276F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11056F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(136, 302); this.tableLayoutPanel5.TabIndex = 1; // // buttonLoad // this.buttonLoad.BackColor = System.Drawing.Color.White; this.buttonLoad.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonLoad.Location = new System.Drawing.Point(3, 201); this.buttonLoad.Name = "buttonLoad"; this.buttonLoad.Size = new System.Drawing.Size(130, 27); this.buttonLoad.TabIndex = 8; this.buttonLoad.Text = "Загрузить граф"; this.buttonLoad.UseVisualStyleBackColor = false; this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click); // // buttonClear // this.buttonClear.BackColor = System.Drawing.Color.White; this.buttonClear.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonClear.FlatAppearance.BorderSize = 5; this.buttonClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonClear.Location = new System.Drawing.Point(3, 267); this.buttonClear.Name = "buttonClear"; this.buttonClear.Size = new System.Drawing.Size(130, 32); this.buttonClear.TabIndex = 5; this.buttonClear.Text = "Очистить"; this.buttonClear.UseVisualStyleBackColor = false; this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); // // buttonDelEdge // this.buttonDelEdge.BackColor = System.Drawing.Color.White; this.buttonDelEdge.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonDelEdge.FlatAppearance.BorderSize = 5; this.buttonDelEdge.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonDelEdge.Location = new System.Drawing.Point(3, 102); this.buttonDelEdge.Name = "buttonDelEdge"; this.buttonDelEdge.Size = new System.Drawing.Size(130, 27); this.buttonDelEdge.TabIndex = 4; this.buttonDelEdge.Text = "Удалить ребро"; this.buttonDelEdge.UseVisualStyleBackColor = false; this.buttonDelEdge.Click += new System.EventHandler(this.buttonDelEdge_Click); // // buttonAddEdge // this.buttonAddEdge.BackColor = System.Drawing.Color.White; this.buttonAddEdge.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAddEdge.FlatAppearance.BorderSize = 5; this.buttonAddEdge.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonAddEdge.Location = new System.Drawing.Point(3, 69); this.buttonAddEdge.Name = "buttonAddEdge"; this.buttonAddEdge.Size = new System.Drawing.Size(130, 27); this.buttonAddEdge.TabIndex = 3; this.buttonAddEdge.Text = "Добавить ребро"; this.buttonAddEdge.UseVisualStyleBackColor = false; this.buttonAddEdge.Click += new System.EventHandler(this.buttonAddEdge_Click); // // buttonDelVert // this.buttonDelVert.BackColor = System.Drawing.Color.White; this.buttonDelVert.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonDelVert.FlatAppearance.BorderSize = 5; this.buttonDelVert.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonDelVert.Location = new System.Drawing.Point(3, 36); this.buttonDelVert.Name = "buttonDelVert"; this.buttonDelVert.Size = new System.Drawing.Size(130, 27); this.buttonDelVert.TabIndex = 2; this.buttonDelVert.Text = "Удалить вер."; this.buttonDelVert.UseVisualStyleBackColor = false; this.buttonDelVert.Click += new System.EventHandler(this.buttonDelVert_Click); // // buttonAddVert // this.buttonAddVert.BackColor = System.Drawing.Color.White; this.buttonAddVert.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAddVert.FlatAppearance.BorderSize = 5; this.buttonAddVert.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonAddVert.Location = new System.Drawing.Point(3, 3); this.buttonAddVert.Name = "buttonAddVert"; this.buttonAddVert.Size = new System.Drawing.Size(130, 27); this.buttonAddVert.TabIndex = 1; this.buttonAddVert.Text = "Добавить вер."; this.buttonAddVert.UseVisualStyleBackColor = false; this.buttonAddVert.Click += new System.EventHandler(this.buttonAddVert_Click); // // buttonAddAdjMatrix // this.buttonAddAdjMatrix.BackColor = System.Drawing.Color.White; this.buttonAddAdjMatrix.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonAddAdjMatrix.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonAddAdjMatrix.Location = new System.Drawing.Point(3, 135); this.buttonAddAdjMatrix.Name = "buttonAddAdjMatrix"; this.buttonAddAdjMatrix.Size = new System.Drawing.Size(130, 27); this.buttonAddAdjMatrix.TabIndex = 6; this.buttonAddAdjMatrix.Text = "Добавить матрицу смежности"; this.buttonAddAdjMatrix.UseVisualStyleBackColor = false; this.buttonAddAdjMatrix.Click += new System.EventHandler(this.buttonAddAdjMatrix_Click); // // buttonSave // this.buttonSave.BackColor = System.Drawing.Color.White; this.buttonSave.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonSave.Location = new System.Drawing.Point(3, 168); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(130, 27); this.buttonSave.TabIndex = 7; this.buttonSave.Text = "Сохранить граф"; this.buttonSave.UseVisualStyleBackColor = false; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonRefresh // this.buttonRefresh.BackColor = System.Drawing.Color.White; this.buttonRefresh.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonRefresh.Location = new System.Drawing.Point(3, 234); this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Size = new System.Drawing.Size(130, 27); this.buttonRefresh.TabIndex = 9; this.buttonRefresh.Text = "Обновить"; this.buttonRefresh.UseVisualStyleBackColor = false; this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click); // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 1; this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel7, 0, 1); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 393); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 2; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(142, 254); this.tableLayoutPanel6.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(136, 50); this.label2.TabIndex = 0; this.label2.Text = "Алгортимы"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel7 // this.tableLayoutPanel7.ColumnCount = 1; this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 0, 0); this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel9, 0, 1); this.tableLayoutPanel7.Controls.Add(this.buttonCancel, 0, 5); this.tableLayoutPanel7.Controls.Add(this.buttonStart, 0, 4); this.tableLayoutPanel7.Controls.Add(this.comboBoxAlgos, 0, 2); this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 53); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 6; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel7.Size = new System.Drawing.Size(136, 198); this.tableLayoutPanel7.TabIndex = 1; // // tableLayoutPanel8 // this.tableLayoutPanel8.ColumnCount = 2; this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel8.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel8.Controls.Add(this.textBoxFrom, 1, 0); this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); this.tableLayoutPanel8.Size = new System.Drawing.Size(130, 34); this.tableLayoutPanel8.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(46, 34); this.label3.TabIndex = 0; this.label3.Text = "От:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBoxFrom // this.textBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBoxFrom.Location = new System.Drawing.Point(55, 3); this.textBoxFrom.Name = "textBoxFrom"; this.textBoxFrom.Size = new System.Drawing.Size(72, 27); this.textBoxFrom.TabIndex = 1; // // tableLayoutPanel9 // this.tableLayoutPanel9.ColumnCount = 2; this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel9.Controls.Add(this.textBoxTo, 1, 0); this.tableLayoutPanel9.Controls.Add(this.label4, 0, 0); this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 43); 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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); this.tableLayoutPanel9.Size = new System.Drawing.Size(130, 34); this.tableLayoutPanel9.TabIndex = 1; // // textBoxTo // this.textBoxTo.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBoxTo.Location = new System.Drawing.Point(55, 3); this.textBoxTo.Name = "textBoxTo"; this.textBoxTo.Size = new System.Drawing.Size(72, 27); this.textBoxTo.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(3, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(46, 34); this.label4.TabIndex = 1; this.label4.Text = "До:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // buttonCancel // this.buttonCancel.BackColor = System.Drawing.Color.White; this.buttonCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonCancel.Enabled = false; this.buttonCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonCancel.ForeColor = System.Drawing.SystemColors.ControlText; this.buttonCancel.Location = new System.Drawing.Point(3, 164); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(130, 31); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Отменить алгоритм"; this.buttonCancel.UseVisualStyleBackColor = false; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonStart // this.buttonStart.BackColor = System.Drawing.Color.White; this.buttonStart.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonStart.Location = new System.Drawing.Point(3, 129); this.buttonStart.Name = "buttonStart"; this.buttonStart.Size = new System.Drawing.Size(130, 29); this.buttonStart.TabIndex = 7; this.buttonStart.Text = "Начать"; this.buttonStart.UseVisualStyleBackColor = false; this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); // // comboBoxAlgos // this.comboBoxAlgos.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxAlgos.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.comboBoxAlgos.FormattingEnabled = true; this.comboBoxAlgos.Items.AddRange(new object[] { "Матрица смежности", "Матрица инцидентонтсти", "BFS", "BFS Matrix", "DFS", "DFS Matrix", "Алгоритм Краскала", "Алгоритм Прима", "Алгоритм Дейкстры", "Алгоритм Флойда", "Кратчайший путь", "Алгоритм Беллмана-Форда", "Компоненты сильной связанности", "Эйлеров цикл", "Эйлеров цикл алгоритм Флёри", "Гамильтонов цикл", "Гамильтоновы циклы алгебический метод", "Гамильтонов цикл метод Робертса-Флореса", "Алгоритм Флойда Уоршела"}); this.comboBoxAlgos.Location = new System.Drawing.Point(3, 83); this.comboBoxAlgos.Name = "comboBoxAlgos"; this.comboBoxAlgos.Size = new System.Drawing.Size(130, 28); this.comboBoxAlgos.TabIndex = 8; this.comboBoxAlgos.Text = "Матрица смежности"; // // GraphForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(924, 656); this.Controls.Add(this.tableLayoutPanel1); this.Name = "GraphForm"; this.Text = "GraphForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Resize += new System.EventHandler(this.GraphForm_Resize); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.tableLayoutPanel7.ResumeLayout(false); this.tableLayoutPanel8.ResumeLayout(false); this.tableLayoutPanel8.PerformLayout(); this.tableLayoutPanel9.ResumeLayout(false); this.tableLayoutPanel9.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.RichTextBox textBoxResults; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.Button buttonClear; private System.Windows.Forms.Button buttonDelEdge; private System.Windows.Forms.Button buttonAddEdge; private System.Windows.Forms.Button buttonDelVert; private System.Windows.Forms.Button buttonAddVert; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonAddAdjMatrix; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; private System.Windows.Forms.Label label3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; private System.Windows.Forms.TextBox textBoxFrom; private System.Windows.Forms.TextBox textBoxTo; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button buttonLoad; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonStart; private System.Windows.Forms.ComboBox comboBoxAlgos; private System.Windows.Forms.Button buttonRefresh; } }