125 lines
3.8 KiB
C#
125 lines
3.8 KiB
C#
|
namespace PrecastConcretePlantView
|
|||
|
{
|
|||
|
partial class FormImplementerS
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
buttonRef = new Button();
|
|||
|
buttonDel = new Button();
|
|||
|
buttonUpd = new Button();
|
|||
|
buttonAdd = new Button();
|
|||
|
dataGridView = new DataGridView();
|
|||
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// buttonRef
|
|||
|
//
|
|||
|
buttonRef.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|||
|
buttonRef.Location = new Point(652, 263);
|
|||
|
buttonRef.Margin = new Padding(3, 4, 3, 4);
|
|||
|
buttonRef.Name = "buttonRef";
|
|||
|
buttonRef.Size = new Size(166, 49);
|
|||
|
buttonRef.TabIndex = 9;
|
|||
|
buttonRef.Text = "Обновить";
|
|||
|
buttonRef.UseVisualStyleBackColor = true;
|
|||
|
buttonRef.Click += ButtonRef_Click;
|
|||
|
//
|
|||
|
// buttonDel
|
|||
|
//
|
|||
|
buttonDel.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|||
|
buttonDel.Location = new Point(652, 211);
|
|||
|
buttonDel.Margin = new Padding(3, 4, 3, 4);
|
|||
|
buttonDel.Name = "buttonDel";
|
|||
|
buttonDel.Size = new Size(166, 44);
|
|||
|
buttonDel.TabIndex = 8;
|
|||
|
buttonDel.Text = "Удалить";
|
|||
|
buttonDel.UseVisualStyleBackColor = true;
|
|||
|
buttonDel.Click += ButtonDel_Click;
|
|||
|
//
|
|||
|
// buttonUpd
|
|||
|
//
|
|||
|
buttonUpd.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|||
|
buttonUpd.Location = new Point(652, 158);
|
|||
|
buttonUpd.Margin = new Padding(3, 4, 3, 4);
|
|||
|
buttonUpd.Name = "buttonUpd";
|
|||
|
buttonUpd.Size = new Size(166, 45);
|
|||
|
buttonUpd.TabIndex = 7;
|
|||
|
buttonUpd.Text = "Изменить";
|
|||
|
buttonUpd.UseVisualStyleBackColor = true;
|
|||
|
buttonUpd.Click += ButtonUpd_Click;
|
|||
|
//
|
|||
|
// buttonAdd
|
|||
|
//
|
|||
|
buttonAdd.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|||
|
buttonAdd.Location = new Point(652, 110);
|
|||
|
buttonAdd.Margin = new Padding(3, 4, 3, 4);
|
|||
|
buttonAdd.Name = "buttonAdd";
|
|||
|
buttonAdd.Size = new Size(166, 40);
|
|||
|
buttonAdd.TabIndex = 6;
|
|||
|
buttonAdd.Text = "Добавить";
|
|||
|
buttonAdd.UseVisualStyleBackColor = true;
|
|||
|
buttonAdd.Click += ButtonAdd_Click;
|
|||
|
//
|
|||
|
// dataGridView
|
|||
|
//
|
|||
|
dataGridView.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
dataGridView.Location = new Point(14, 16);
|
|||
|
dataGridView.Margin = new Padding(3, 4, 3, 4);
|
|||
|
dataGridView.Name = "dataGridView";
|
|||
|
dataGridView.RowHeadersWidth = 51;
|
|||
|
dataGridView.RowTemplate.Height = 25;
|
|||
|
dataGridView.Size = new Size(632, 403);
|
|||
|
dataGridView.TabIndex = 5;
|
|||
|
//
|
|||
|
// FormImplementerS
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(825, 425);
|
|||
|
Controls.Add(buttonRef);
|
|||
|
Controls.Add(buttonDel);
|
|||
|
Controls.Add(buttonUpd);
|
|||
|
Controls.Add(buttonAdd);
|
|||
|
Controls.Add(dataGridView);
|
|||
|
Margin = new Padding(3, 4, 3, 4);
|
|||
|
Name = "FormImplementerS";
|
|||
|
Text = "Просмотр списка исполнителей";
|
|||
|
Load += FormImplementerS_Load;
|
|||
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Button buttonRef;
|
|||
|
private Button buttonDel;
|
|||
|
private Button buttonUpd;
|
|||
|
private Button buttonAdd;
|
|||
|
private DataGridView dataGridView;
|
|||
|
}
|
|||
|
}
|