namespace WinForm_And_Data
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button_DGV_Entity = new System.Windows.Forms.Button();
this.button_PG_Entity = new System.Windows.Forms.Button();
this.button_DGV_List = new System.Windows.Forms.Button();
this.button_PG_ListEntity = new System.Windows.Forms.Button();
this.button_PG_ArrayEntity = new System.Windows.Forms.Button();
this.button_PG_ContainerList = new System.Windows.Forms.Button();
this.button_DGV_Array = new System.Windows.Forms.Button();
this.button_DGV_DT = new System.Windows.Forms.Button();
this.button_PG_DT = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(483, 370);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(4, 4);
this.label1.Margin = new System.Windows.Forms.Padding(4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(475, 72);
this.label1.TabIndex = 0;
this.label1.Text = "Меню";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.label3, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.button_DGV_Entity, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.button_PG_Entity, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.button_DGV_List, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.button_PG_ListEntity, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.button_PG_ArrayEntity, 1, 3);
this.tableLayoutPanel2.Controls.Add(this.button_PG_ContainerList, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.button_DGV_Array, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.button_DGV_DT, 0, 4);
this.tableLayoutPanel2.Controls.Add(this.button_PG_DT, 1, 5);
this.tableLayoutPanel2.Controls.Add(this.label4, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.button1, 2, 2);
this.tableLayoutPanel2.Controls.Add(this.button2, 0, 5);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 83);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 6;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(477, 284);
this.tableLayoutPanel2.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(4, 4);
this.label2.Margin = new System.Windows.Forms.Padding(4);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(150, 52);
this.label2.TabIndex = 0;
this.label2.Text = "DataGridView";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(162, 4);
this.label3.Margin = new System.Windows.Forms.Padding(4);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(150, 52);
this.label3.TabIndex = 1;
this.label3.Text = "PropertyGrid";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button_DGV_Entity
//
this.button_DGV_Entity.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_DGV_Entity.Location = new System.Drawing.Point(7, 67);
this.button_DGV_Entity.Margin = new System.Windows.Forms.Padding(7);
this.button_DGV_Entity.Name = "button_DGV_Entity";
this.button_DGV_Entity.Size = new System.Drawing.Size(144, 30);
this.button_DGV_Entity.TabIndex = 2;
this.button_DGV_Entity.Text = "Экземпляр сущности";
this.button_DGV_Entity.UseVisualStyleBackColor = true;
this.button_DGV_Entity.Click += new System.EventHandler(this.button1_Click);
//
// button_PG_Entity
//
this.button_PG_Entity.BackColor = System.Drawing.SystemColors.Highlight;
this.button_PG_Entity.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_PG_Entity.Location = new System.Drawing.Point(164, 66);
this.button_PG_Entity.Margin = new System.Windows.Forms.Padding(6);
this.button_PG_Entity.Name = "button_PG_Entity";
this.button_PG_Entity.Size = new System.Drawing.Size(146, 32);
this.button_PG_Entity.TabIndex = 3;
this.button_PG_Entity.Text = "Экземпляр сущности";
this.button_PG_Entity.UseVisualStyleBackColor = false;
this.button_PG_Entity.Click += new System.EventHandler(this.button2_Click_1);
//
// button_DGV_List
//
this.button_DGV_List.BackColor = System.Drawing.SystemColors.HotTrack;
this.button_DGV_List.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_DGV_List.Location = new System.Drawing.Point(7, 111);
this.button_DGV_List.Margin = new System.Windows.Forms.Padding(7);
this.button_DGV_List.Name = "button_DGV_List";
this.button_DGV_List.Size = new System.Drawing.Size(144, 30);
this.button_DGV_List.TabIndex = 4;
this.button_DGV_List.Text = "Список сущностей";
this.button_DGV_List.UseVisualStyleBackColor = false;
this.button_DGV_List.Click += new System.EventHandler(this.button3_Click);
//
// button_PG_ListEntity
//
this.button_PG_ListEntity.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_PG_ListEntity.Location = new System.Drawing.Point(164, 110);
this.button_PG_ListEntity.Margin = new System.Windows.Forms.Padding(6);
this.button_PG_ListEntity.Name = "button_PG_ListEntity";
this.button_PG_ListEntity.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.button_PG_ListEntity.Size = new System.Drawing.Size(146, 32);
this.button_PG_ListEntity.TabIndex = 5;
this.button_PG_ListEntity.Text = "Список сущностей";
this.button_PG_ListEntity.UseVisualStyleBackColor = true;
this.button_PG_ListEntity.Click += new System.EventHandler(this.button4_Click);
//
// button_PG_ArrayEntity
//
this.button_PG_ArrayEntity.BackColor = System.Drawing.SystemColors.Highlight;
this.button_PG_ArrayEntity.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_PG_ArrayEntity.Location = new System.Drawing.Point(164, 154);
this.button_PG_ArrayEntity.Margin = new System.Windows.Forms.Padding(6);
this.button_PG_ArrayEntity.Name = "button_PG_ArrayEntity";
this.button_PG_ArrayEntity.Size = new System.Drawing.Size(146, 32);
this.button_PG_ArrayEntity.TabIndex = 6;
this.button_PG_ArrayEntity.Text = "Массив сущностей";
this.button_PG_ArrayEntity.UseVisualStyleBackColor = false;
this.button_PG_ArrayEntity.Click += new System.EventHandler(this.button5_Click);
//
// button_PG_ContainerList
//
this.button_PG_ContainerList.BackColor = System.Drawing.SystemColors.Highlight;
this.button_PG_ContainerList.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_PG_ContainerList.Location = new System.Drawing.Point(164, 198);
this.button_PG_ContainerList.Margin = new System.Windows.Forms.Padding(6);
this.button_PG_ContainerList.Name = "button_PG_ContainerList";
this.button_PG_ContainerList.Size = new System.Drawing.Size(146, 32);
this.button_PG_ContainerList.TabIndex = 7;
this.button_PG_ContainerList.Text = "Класс обертка над списком сущностей";
this.button_PG_ContainerList.UseVisualStyleBackColor = false;
this.button_PG_ContainerList.Click += new System.EventHandler(this.button6_Click);
//
// button_DGV_Array
//
this.button_DGV_Array.BackColor = System.Drawing.SystemColors.HotTrack;
this.button_DGV_Array.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_DGV_Array.Location = new System.Drawing.Point(7, 155);
this.button_DGV_Array.Margin = new System.Windows.Forms.Padding(7);
this.button_DGV_Array.Name = "button_DGV_Array";
this.button_DGV_Array.Size = new System.Drawing.Size(144, 30);
this.button_DGV_Array.TabIndex = 8;
this.button_DGV_Array.Text = "Массив сущностей";
this.button_DGV_Array.UseVisualStyleBackColor = false;
this.button_DGV_Array.Click += new System.EventHandler(this.button7_Click);
//
// button_DGV_DT
//
this.button_DGV_DT.BackColor = System.Drawing.SystemColors.HotTrack;
this.button_DGV_DT.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_DGV_DT.Location = new System.Drawing.Point(7, 199);
this.button_DGV_DT.Margin = new System.Windows.Forms.Padding(7);
this.button_DGV_DT.Name = "button_DGV_DT";
this.button_DGV_DT.Size = new System.Drawing.Size(144, 30);
this.button_DGV_DT.TabIndex = 9;
this.button_DGV_DT.Text = "Таблица";
this.button_DGV_DT.UseVisualStyleBackColor = false;
this.button_DGV_DT.Click += new System.EventHandler(this.button1_Click_1);
//
// button_PG_DT
//
this.button_PG_DT.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_PG_DT.Location = new System.Drawing.Point(165, 243);
this.button_PG_DT.Margin = new System.Windows.Forms.Padding(7);
this.button_PG_DT.Name = "button_PG_DT";
this.button_PG_DT.Size = new System.Drawing.Size(144, 34);
this.button_PG_DT.TabIndex = 10;
this.button_PG_DT.Text = "Таблица";
this.button_PG_DT.UseVisualStyleBackColor = true;
this.button_PG_DT.Click += new System.EventHandler(this.button2_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(320, 4);
this.label4.Margin = new System.Windows.Forms.Padding(4);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(153, 52);
this.label4.TabIndex = 11;
this.label4.Text = "PropertyGrid_Mod";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
this.button1.Location = new System.Drawing.Point(323, 111);
this.button1.Margin = new System.Windows.Forms.Padding(7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(147, 30);
this.button1.TabIndex = 12;
this.button1.Text = "Список сущностей";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click_2);
//
// button2
//
this.button2.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
this.button2.Location = new System.Drawing.Point(7, 243);
this.button2.Margin = new System.Windows.Forms.Padding(7);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(144, 34);
this.button2.TabIndex = 13;
this.button2.Text = "Список с сортировкой";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click_2);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(507, 394);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "Form1";
this.Text = "Form1";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button_DGV_Entity;
private System.Windows.Forms.Button button_PG_Entity;
private System.Windows.Forms.Button button_DGV_List;
private System.Windows.Forms.Button button_PG_ListEntity;
private System.Windows.Forms.Button button_PG_ArrayEntity;
private System.Windows.Forms.Button button_PG_ContainerList;
private System.Windows.Forms.Button button_DGV_Array;
private System.Windows.Forms.Button button_DGV_DT;
private System.Windows.Forms.Button button_PG_DT;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}