PIbd-22_Kaznacheeva.E.K._So.../SoftwareInstallation/SoftwareInstallationView/FormPackages.Designer.cs
2024-02-27 23:44:38 +04:00

112 lines
3.8 KiB
C#

namespace SoftwareInstallationView
{
partial class FormPackages
{
/// <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()
{
dataGridView = new DataGridView();
button1 = new Button();
button2 = new Button();
button3 = new Button();
button4 = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// dataGridView
//
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Location = new Point(0, 0);
dataGridView.Name = "dataGridView";
dataGridView.Size = new Size(552, 460);
dataGridView.TabIndex = 0;
//
// button1
//
button1.Location = new Point(570, 104);
button1.Name = "button1";
button1.Size = new Size(137, 36);
button1.TabIndex = 1;
button1.Text = "Добавить";
button1.UseVisualStyleBackColor = true;
button1.Click += ButtonAdd_Click;
//
// button2
//
button2.Location = new Point(570, 175);
button2.Name = "button2";
button2.Size = new Size(137, 36);
button2.TabIndex = 2;
button2.Text = "Изменить";
button2.UseVisualStyleBackColor = true;
button2.Click += ButtonUpdate_Click;
//
// button3
//
button3.Location = new Point(570, 248);
button3.Name = "button3";
button3.Size = new Size(137, 36);
button3.TabIndex = 3;
button3.Text = "Удалить";
button3.UseVisualStyleBackColor = true;
button3.Click += ButtonDelete_Click;
//
// button4
//
button4.Location = new Point(570, 319);
button4.Name = "button4";
button4.Size = new Size(137, 36);
button4.TabIndex = 4;
button4.Text = "Обновить ";
button4.UseVisualStyleBackColor = true;
button4.Click += ButtonRefresh_Click;
//
// FormPackages
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(728, 463);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(dataGridView);
Name = "FormPackages";
Text = "Изделия";
Load += FormPackages_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
}
#endregion
private DataGridView dataGridView;
private Button button1;
private Button button2;
private Button button3;
private Button button4;
}
}