Barsukov_SUBD/DepartmentStaffView/DepartmentStaffView/FormEmployee_Courses.Designer.cs
2024-05-09 03:38:58 +04:00

89 lines
3.2 KiB
C#

namespace DepartmentStaffView
{
partial class FormEmployee_Courses
{
/// <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()
{
buttonDelete = new Button();
buttonCreate = new Button();
dataGridView1 = new DataGridView();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
SuspendLayout();
//
// buttonDelete
//
buttonDelete.Location = new Point(510, 60);
buttonDelete.Name = "buttonDelete";
buttonDelete.Size = new Size(100, 30);
buttonDelete.TabIndex = 12;
buttonDelete.Text = "Удалить";
buttonDelete.UseVisualStyleBackColor = true;
buttonDelete.Click += buttonDelete_Click;
//
// buttonCreate
//
buttonCreate.Location = new Point(510, 10);
buttonCreate.Name = "buttonCreate";
buttonCreate.Size = new Size(100, 30);
buttonCreate.TabIndex = 10;
buttonCreate.Text = "Добавить";
buttonCreate.UseVisualStyleBackColor = true;
buttonCreate.Click += buttonCreate_Click;
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(10, 10);
dataGridView1.Margin = new Padding(3, 2, 3, 2);
dataGridView1.Name = "dataGridView1";
dataGridView1.RowHeadersWidth = 51;
dataGridView1.RowTemplate.Height = 29;
dataGridView1.Size = new Size(480, 320);
dataGridView1.TabIndex = 9;
//
// FormEmployee_Courses
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(635, 344);
Controls.Add(buttonDelete);
Controls.Add(buttonCreate);
Controls.Add(dataGridView1);
Name = "FormEmployee_Courses";
Text = "FormEmployee_Courses";
Load += FormEmployee_Courses_Load;
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false);
}
#endregion
private Button buttonDelete;
private Button buttonCreate;
private DataGridView dataGridView1;
}
}