namespace PrecastConcretePlantView
{
partial class FormReinforcedS
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
ToolsPanel = new Panel();
ButtonRef = new Button();
ButtonDel = new Button();
ButtonUpd = new Button();
ButtonAdd = new Button();
dataGridView = new DataGridView();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// ToolsPanel
//
ToolsPanel.Location = new Point(-1, -1);
ToolsPanel.Name = "ToolsPanel";
ToolsPanel.Size = new Size(819, 481);
ToolsPanel.TabIndex = 3;
//
// ButtonRef
//
ButtonRef.Location = new Point(626, 216);
ButtonRef.Name = "ButtonRef";
ButtonRef.Size = new Size(172, 62);
ButtonRef.TabIndex = 9;
ButtonRef.Text = "Обновить";
ButtonRef.UseVisualStyleBackColor = true;
ButtonRef.Click += ButtonRef_Click;
//
// ButtonDel
//
ButtonDel.Location = new Point(626, 148);
ButtonDel.Name = "ButtonDel";
ButtonDel.Size = new Size(172, 62);
ButtonDel.TabIndex = 8;
ButtonDel.Text = "Удалить";
ButtonDel.UseVisualStyleBackColor = true;
ButtonDel.Click += ButtonDel_Click;
//
// ButtonUpd
//
ButtonUpd.Location = new Point(626, 80);
ButtonUpd.Name = "ButtonUpd";
ButtonUpd.Size = new Size(172, 62);
ButtonUpd.TabIndex = 7;
ButtonUpd.Text = "Изменить";
ButtonUpd.UseVisualStyleBackColor = true;
ButtonUpd.Click += ButtonUpd_Click;
//
// ButtonAdd
//
ButtonAdd.Location = new Point(626, 12);
ButtonAdd.Name = "ButtonAdd";
ButtonAdd.Size = new Size(172, 62);
ButtonAdd.TabIndex = 6;
ButtonAdd.Text = "Добавить";
ButtonAdd.UseVisualStyleBackColor = true;
ButtonAdd.Click += ButtonAdd_Click;
//
// dataGridView
//
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Dock = DockStyle.Left;
dataGridView.Location = new Point(0, 0);
dataGridView.Name = "dataGridView";
dataGridView.RowHeadersWidth = 51;
dataGridView.Size = new Size(610, 479);
dataGridView.TabIndex = 5;
//
// FormReinforcedS
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(808, 479);
Controls.Add(ButtonRef);
Controls.Add(ButtonDel);
Controls.Add(ButtonUpd);
Controls.Add(ButtonAdd);
Controls.Add(dataGridView);
Controls.Add(ToolsPanel);
Name = "FormReinforcedS";
Text = "Изделия";
Load += FormReinforcedes_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
}
#endregion
private Panel ToolsPanel;
private Button ButtonRef;
private Button ButtonDel;
private Button ButtonUpd;
private Button ButtonAdd;
private DataGridView dataGridView;
}
}