PIBD-14_Boyko_M_S_Cursach_DFS/Cursach/InfoForm.Designer.cs
2024-05-16 00:37:58 +04:00

317 lines
14 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Cursach
{
partial class InfoForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InfoForm));
tabControl1 = new TabControl();
tabPageAboutBFS = new TabPage();
richTextBox1 = new RichTextBox();
pictureBox1 = new PictureBox();
documentBFSInfo = new RichTextBox();
tabPageHow = new TabPage();
panel1 = new Panel();
richTextBox3 = new RichTextBox();
pictureBox2 = new PictureBox();
label3 = new Label();
richTextBox2 = new RichTextBox();
label2 = new Label();
pictureBox3 = new PictureBox();
tabPageSaveLoad = new TabPage();
label4 = new Label();
documentSaveLoad = new RichTextBox();
label1 = new Label();
pictureBox4 = new PictureBox();
label5 = new Label();
tabControl1.SuspendLayout();
tabPageAboutBFS.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
tabPageHow.SuspendLayout();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
tabPageSaveLoad.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPageAboutBFS);
tabControl1.Controls.Add(tabPageHow);
tabControl1.Controls.Add(tabPageSaveLoad);
tabControl1.Location = new Point(4, 45);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(756, 587);
tabControl1.TabIndex = 0;
//
// tabPageAboutBFS
//
tabPageAboutBFS.Controls.Add(richTextBox1);
tabPageAboutBFS.Controls.Add(pictureBox1);
tabPageAboutBFS.Controls.Add(documentBFSInfo);
tabPageAboutBFS.Location = new Point(4, 29);
tabPageAboutBFS.Name = "tabPageAboutBFS";
tabPageAboutBFS.Padding = new Padding(3);
tabPageAboutBFS.Size = new Size(748, 554);
tabPageAboutBFS.TabIndex = 0;
tabPageAboutBFS.Text = "Описание алгоритма";
tabPageAboutBFS.UseVisualStyleBackColor = true;
//
// richTextBox1
//
richTextBox1.BorderStyle = BorderStyle.None;
richTextBox1.Location = new Point(28, 316);
richTextBox1.Name = "richTextBox1";
richTextBox1.Size = new Size(240, 144);
richTextBox1.TabIndex = 2;
richTextBox1.Text = "Белый — вершина, которая ещё не обнаружена. Серый — вершина, уже обнаруженная и добавленная в очередь. Чёрный — вершина, извлечённая из очереди\n";
//
// pictureBox1
//
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.InitialImage = (Image)resources.GetObject("pictureBox1.InitialImage");
pictureBox1.Location = new Point(28, 83);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(240, 240);
pictureBox1.SizeMode = PictureBoxSizeMode.CenterImage;
pictureBox1.TabIndex = 1;
pictureBox1.TabStop = false;
//
// documentBFSInfo
//
documentBFSInfo.BorderStyle = BorderStyle.None;
documentBFSInfo.Location = new Point(298, 9);
documentBFSInfo.Name = "documentBFSInfo";
documentBFSInfo.ReadOnly = true;
documentBFSInfo.ScrollBars = RichTextBoxScrollBars.Vertical;
documentBFSInfo.Size = new Size(444, 539);
documentBFSInfo.TabIndex = 0;
documentBFSInfo.Text = "";
//
// tabPageHow
//
tabPageHow.AutoScroll = true;
tabPageHow.Controls.Add(panel1);
tabPageHow.Location = new Point(4, 29);
tabPageHow.Name = "tabPageHow";
tabPageHow.Padding = new Padding(3);
tabPageHow.Size = new Size(748, 554);
tabPageHow.TabIndex = 1;
tabPageHow.Text = "Как пользоваться программой";
tabPageHow.UseVisualStyleBackColor = true;
//
// panel1
//
panel1.Controls.Add(richTextBox3);
panel1.Controls.Add(pictureBox2);
panel1.Controls.Add(label3);
panel1.Controls.Add(richTextBox2);
panel1.Controls.Add(label2);
panel1.Controls.Add(pictureBox3);
panel1.Location = new Point(3, 6);
panel1.Name = "panel1";
panel1.Size = new Size(718, 1271);
panel1.TabIndex = 0;
//
// richTextBox3
//
richTextBox3.BorderStyle = BorderStyle.None;
richTextBox3.Location = new Point(35, 1096);
richTextBox3.Name = "richTextBox3";
richTextBox3.ReadOnly = true;
richTextBox3.ScrollBars = RichTextBoxScrollBars.None;
richTextBox3.Size = new Size(641, 168);
richTextBox3.TabIndex = 6;
richTextBox3.Text = resources.GetString("richTextBox3.Text");
//
// pictureBox2
//
pictureBox2.Anchor = AnchorStyles.Top;
pictureBox2.Image = Properties.Resources.Снимок_экрана_2024_05_15_2342491;
pictureBox2.Location = new Point(47, 743);
pictureBox2.Name = "pictureBox2";
pictureBox2.Size = new Size(668, 347);
pictureBox2.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox2.TabIndex = 5;
pictureBox2.TabStop = false;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 204);
label3.Location = new Point(175, 712);
label3.Name = "label3";
label3.Size = new Size(358, 28);
label3.TabIndex = 4;
label3.Text = "Окно создания графа (Окно ввода)";
//
// richTextBox2
//
richTextBox2.BorderStyle = BorderStyle.None;
richTextBox2.Location = new Point(35, 431);
richTextBox2.Name = "richTextBox2";
richTextBox2.ReadOnly = true;
richTextBox2.ScrollBars = RichTextBoxScrollBars.None;
richTextBox2.Size = new Size(641, 265);
richTextBox2.TabIndex = 3;
richTextBox2.Text = resources.GetString("richTextBox2.Text");
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 204);
label2.Location = new Point(175, 22);
label2.Name = "label2";
label2.Size = new Size(396, 28);
label2.TabIndex = 2;
label2.Text = "Основное окно (Отрисовка алгоритма)";
//
// pictureBox3
//
pictureBox3.Anchor = AnchorStyles.Top;
pictureBox3.Image = Properties.Resources.Снимок_экрана_2024_05_15_234525;
pictureBox3.Location = new Point(8, 53);
pictureBox3.Name = "pictureBox3";
pictureBox3.Size = new Size(699, 372);
pictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox3.TabIndex = 1;
pictureBox3.TabStop = false;
//
// tabPageSaveLoad
//
tabPageSaveLoad.Controls.Add(label5);
tabPageSaveLoad.Controls.Add(pictureBox4);
tabPageSaveLoad.Controls.Add(label4);
tabPageSaveLoad.Controls.Add(documentSaveLoad);
tabPageSaveLoad.Location = new Point(4, 29);
tabPageSaveLoad.Name = "tabPageSaveLoad";
tabPageSaveLoad.Padding = new Padding(3);
tabPageSaveLoad.Size = new Size(748, 554);
tabPageSaveLoad.TabIndex = 2;
tabPageSaveLoad.Text = "Сохрание и загрузка";
tabPageSaveLoad.UseVisualStyleBackColor = true;
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 12F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point, 204);
label4.Location = new Point(158, 12);
label4.Name = "label4";
label4.Size = new Size(424, 28);
label4.TabIndex = 1;
label4.Text = "Сохранение и загрузка списка состояний\r\n";
//
// documentSaveLoad
//
documentSaveLoad.BorderStyle = BorderStyle.None;
documentSaveLoad.ForeColor = SystemColors.WindowText;
documentSaveLoad.Location = new Point(16, 53);
documentSaveLoad.Name = "documentSaveLoad";
documentSaveLoad.ReadOnly = true;
documentSaveLoad.ScrollBars = RichTextBoxScrollBars.None;
documentSaveLoad.Size = new Size(716, 92);
documentSaveLoad.TabIndex = 0;
documentSaveLoad.Text = resources.GetString("documentSaveLoad.Text");
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Arial Black", 9F, FontStyle.Bold, GraphicsUnit.Point, 0);
label1.Location = new Point(164, 9);
label1.Name = "label1";
label1.Size = new Size(454, 22);
label1.TabIndex = 1;
label1.Text = "Информация о программе \"Обход графа в ширину\"";
//
// pictureBox4
//
pictureBox4.Image = Properties.Resources.Снимок_экрана_2024_05_16_002226;
pictureBox4.Location = new Point(16, 151);
pictureBox4.Name = "pictureBox4";
pictureBox4.Size = new Size(716, 274);
pictureBox4.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox4.TabIndex = 2;
pictureBox4.TabStop = false;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(133, 428);
label5.Name = "label5";
label5.Size = new Size(494, 20);
label5.TabIndex = 3;
label5.Text = "Структура примера файла *.states (граф из 2 вершин и одного ребра)";
//
// InfoForm
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(772, 632);
Controls.Add(label1);
Controls.Add(tabControl1);
Name = "InfoForm";
Text = "Информация";
tabControl1.ResumeLayout(false);
tabPageAboutBFS.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
tabPageHow.ResumeLayout(false);
panel1.ResumeLayout(false);
panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
tabPageSaveLoad.ResumeLayout(false);
tabPageSaveLoad.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private TabControl tabControl1;
private TabPage tabPageAboutBFS;
private Label label1;
private RichTextBox documentBFSInfo;
private PictureBox pictureBox1;
private RichTextBox richTextBox1;
private TabPage tabPageHow;
private Panel panel1;
private PictureBox pictureBox3;
private Label label2;
private RichTextBox richTextBox2;
private PictureBox pictureBox2;
private Label label3;
private RichTextBox richTextBox3;
private TabPage tabPageSaveLoad;
private Label label4;
private RichTextBox documentSaveLoad;
private Label label5;
private PictureBox pictureBox4;
}
}