Ekz_LEDNEV/Form4.Designer.cs
2026-05-15 11:49:45 +04:00

91 lines
3.2 KiB
C#

namespace ekz_lednev
{
partial class Form4
{
/// <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(Form4));
dataGridView1 = new DataGridView();
button2 = new Button();
button5 = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
SuspendLayout();
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(21, 22);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(629, 416);
dataGridView1.TabIndex = 0;
//
// button2
//
button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(655, 378);
button2.Margin = new Padding(2, 3, 2, 3);
button2.Name = "button2";
button2.Size = new Size(86, 60);
button2.TabIndex = 22;
button2.Text = "Назад";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click;
//
// button5
//
button5.Location = new Point(712, 338);
button5.Name = "button5";
button5.Size = new Size(28, 34);
button5.TabIndex = 36;
button5.Text = "?";
button5.UseVisualStyleBackColor = true;
button5.Click += button5_Click;
//
// Form4
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(752, 450);
Controls.Add(button5);
Controls.Add(button2);
Controls.Add(dataGridView1);
FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "Form4";
Text = "Form4";
Load += Form4_Load;
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false);
}
#endregion
private DataGridView dataGridView1;
private Button button2;
private Button button5;
}
}