111 lines
5.4 KiB
C#
111 lines
5.4 KiB
C#
namespace modul
|
||
{
|
||
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.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dataGridView1
|
||
//
|
||
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(207)))), ((int)(((byte)(206)))));
|
||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView1.Location = new System.Drawing.Point(14, 14);
|
||
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.Size = new System.Drawing.Size(637, 453);
|
||
this.dataGridView1.TabIndex = 0;
|
||
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
|
||
this.button1.Location = new System.Drawing.Point(721, 14);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(156, 27);
|
||
this.button1.TabIndex = 1;
|
||
this.button1.Text = "Добавить";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
|
||
this.button2.Location = new System.Drawing.Point(721, 47);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(156, 27);
|
||
this.button2.TabIndex = 2;
|
||
this.button2.Text = "Редактировать";
|
||
this.button2.UseVisualStyleBackColor = false;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
|
||
this.button3.Location = new System.Drawing.Point(721, 285);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(156, 27);
|
||
this.button3.TabIndex = 3;
|
||
this.button3.Text = "Удалить";
|
||
this.button3.UseVisualStyleBackColor = false;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.ClientSize = new System.Drawing.Size(933, 519);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.dataGridView1);
|
||
this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.Name = "Form1";
|
||
this.Text = "Главная страница";
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button3;
|
||
}
|
||
}
|
||
|