120 lines
5.2 KiB
C#
120 lines
5.2 KiB
C#
namespace FurnitureAssemblyView
|
|
{
|
|
partial class ImplementersForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.ButtonRef = new System.Windows.Forms.Button();
|
|
this.ButtonDel = new System.Windows.Forms.Button();
|
|
this.ButtonUpd = new System.Windows.Forms.Button();
|
|
this.ButtonAdd = new System.Windows.Forms.Button();
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ButtonRef
|
|
//
|
|
this.ButtonRef.Location = new System.Drawing.Point(749, 309);
|
|
this.ButtonRef.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.ButtonRef.Name = "ButtonRef";
|
|
this.ButtonRef.Size = new System.Drawing.Size(150, 48);
|
|
this.ButtonRef.TabIndex = 16;
|
|
this.ButtonRef.Text = "Обновить";
|
|
this.ButtonRef.UseVisualStyleBackColor = true;
|
|
this.ButtonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
|
//
|
|
// ButtonDel
|
|
//
|
|
this.ButtonDel.Location = new System.Drawing.Point(749, 212);
|
|
this.ButtonDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.ButtonDel.Name = "ButtonDel";
|
|
this.ButtonDel.Size = new System.Drawing.Size(150, 48);
|
|
this.ButtonDel.TabIndex = 15;
|
|
this.ButtonDel.Text = "Удалить";
|
|
this.ButtonDel.UseVisualStyleBackColor = true;
|
|
this.ButtonDel.Click += new System.EventHandler(this.ButtonDel_Click);
|
|
//
|
|
// ButtonUpd
|
|
//
|
|
this.ButtonUpd.Location = new System.Drawing.Point(749, 117);
|
|
this.ButtonUpd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.ButtonUpd.Name = "ButtonUpd";
|
|
this.ButtonUpd.Size = new System.Drawing.Size(150, 48);
|
|
this.ButtonUpd.TabIndex = 14;
|
|
this.ButtonUpd.Text = "Изменить";
|
|
this.ButtonUpd.UseVisualStyleBackColor = true;
|
|
this.ButtonUpd.Click += new System.EventHandler(this.ButtonUpd_Click);
|
|
//
|
|
// ButtonAdd
|
|
//
|
|
this.ButtonAdd.Location = new System.Drawing.Point(749, 24);
|
|
this.ButtonAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.ButtonAdd.Name = "ButtonAdd";
|
|
this.ButtonAdd.Size = new System.Drawing.Size(150, 48);
|
|
this.ButtonAdd.TabIndex = 13;
|
|
this.ButtonAdd.Text = "Добавить";
|
|
this.ButtonAdd.UseVisualStyleBackColor = true;
|
|
this.ButtonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
|
|
//
|
|
// dataGridView
|
|
//
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView.Location = new System.Drawing.Point(13, 14);
|
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dataGridView.Name = "dataGridView";
|
|
this.dataGridView.RowHeadersWidth = 62;
|
|
this.dataGridView.RowTemplate.Height = 25;
|
|
this.dataGridView.Size = new System.Drawing.Size(707, 540);
|
|
this.dataGridView.TabIndex = 12;
|
|
//
|
|
// ImplementersForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(992, 568);
|
|
this.Controls.Add(this.ButtonRef);
|
|
this.Controls.Add(this.ButtonDel);
|
|
this.Controls.Add(this.ButtonUpd);
|
|
this.Controls.Add(this.ButtonAdd);
|
|
this.Controls.Add(this.dataGridView);
|
|
this.Name = "ImplementersForm";
|
|
this.Text = "Исполнители";
|
|
this.Load += new System.EventHandler(this.ImplementersForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button ButtonRef;
|
|
private Button ButtonDel;
|
|
private Button ButtonUpd;
|
|
private Button ButtonAdd;
|
|
private DataGridView dataGridView;
|
|
}
|
|
} |