PIbd-22_Petrushin_E.A._LawFirm/LawFirm/LawFirmView/FormImplementers.Designer.cs

120 lines
4.5 KiB
C#
Raw Normal View History

2024-05-04 20:44:03 +04:00
namespace LawFirmView
{
2024-05-05 15:38:08 +04:00
partial class Исполнители
2024-05-04 20:44:03 +04:00
{
/// <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()
{
2024-05-05 15:38:08 +04:00
dataGridView = new DataGridView();
buttonCreate = new Button();
buttonUpdate = new Button();
buttonDelete = new Button();
buttonRef = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
2024-05-05 10:58:53 +04:00
//
// dataGridView
//
2024-05-05 15:38:08 +04:00
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Location = new Point(0, 0);
dataGridView.Margin = new Padding(3, 4, 3, 4);
dataGridView.Name = "dataGridView";
dataGridView.RowHeadersWidth = 51;
dataGridView.RowTemplate.Height = 25;
dataGridView.Size = new Size(479, 571);
dataGridView.TabIndex = 0;
2024-05-05 10:58:53 +04:00
//
// buttonCreate
//
2024-05-05 15:38:08 +04:00
buttonCreate.Location = new Point(544, 16);
buttonCreate.Margin = new Padding(3, 4, 3, 4);
buttonCreate.Name = "buttonCreate";
buttonCreate.Size = new Size(86, 31);
buttonCreate.TabIndex = 1;
buttonCreate.Text = "Добавить";
buttonCreate.UseVisualStyleBackColor = true;
buttonCreate.Click += buttonCreate_Click;
2024-05-05 10:58:53 +04:00
//
// buttonUpdate
//
2024-05-05 15:38:08 +04:00
buttonUpdate.Location = new Point(544, 77);
buttonUpdate.Margin = new Padding(3, 4, 3, 4);
buttonUpdate.Name = "buttonUpdate";
buttonUpdate.Size = new Size(86, 31);
buttonUpdate.TabIndex = 2;
buttonUpdate.Text = "Изменить";
buttonUpdate.UseVisualStyleBackColor = true;
buttonUpdate.Click += buttonUpdate_Click;
2024-05-05 10:58:53 +04:00
//
// buttonDelete
//
2024-05-05 15:38:08 +04:00
buttonDelete.Location = new Point(544, 136);
buttonDelete.Margin = new Padding(3, 4, 3, 4);
buttonDelete.Name = "buttonDelete";
buttonDelete.Size = new Size(86, 31);
buttonDelete.TabIndex = 3;
buttonDelete.Text = "Удалить";
buttonDelete.UseVisualStyleBackColor = true;
buttonDelete.Click += buttonDelete_Click;
2024-05-05 10:58:53 +04:00
//
// buttonRef
//
2024-05-05 15:38:08 +04:00
buttonRef.Location = new Point(544, 195);
buttonRef.Margin = new Padding(3, 4, 3, 4);
buttonRef.Name = "buttonRef";
buttonRef.Size = new Size(86, 31);
buttonRef.TabIndex = 4;
buttonRef.Text = "Обновить";
buttonRef.UseVisualStyleBackColor = true;
buttonRef.Click += buttonRef_Click;
2024-05-05 10:58:53 +04:00
//
2024-05-05 15:38:08 +04:00
// Исполнители
2024-05-05 10:58:53 +04:00
//
2024-05-05 15:38:08 +04:00
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(681, 587);
Controls.Add(buttonRef);
Controls.Add(buttonDelete);
Controls.Add(buttonUpdate);
Controls.Add(buttonCreate);
Controls.Add(dataGridView);
Margin = new Padding(3, 4, 3, 4);
Name = "Исполнители";
Text = "FormImplementers";
Load += FormImplementers_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
2024-05-04 20:44:03 +04:00
}
#endregion
2024-05-05 10:58:53 +04:00
private DataGridView dataGridView;
private Button buttonCreate;
private Button buttonUpdate;
private Button buttonDelete;
private Button buttonRef;
2024-05-04 20:44:03 +04:00
}
}