2024-03-05 07:44:51 +04:00
|
|
|
|
namespace PrecastConcretePlantView
|
|
|
|
|
{
|
|
|
|
|
partial class FormReinforcedes
|
|
|
|
|
{
|
|
|
|
|
/// <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-03-05 14:41:56 +04:00
|
|
|
|
this.ToolsPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
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();
|
|
|
|
|
this.ToolsPanel.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// ToolsPanel
|
|
|
|
|
//
|
|
|
|
|
this.ToolsPanel.Controls.Add(this.buttonRef);
|
|
|
|
|
this.ToolsPanel.Controls.Add(this.buttonDel);
|
|
|
|
|
this.ToolsPanel.Controls.Add(this.buttonUpd);
|
|
|
|
|
this.ToolsPanel.Controls.Add(this.buttonAdd);
|
|
|
|
|
this.ToolsPanel.Location = new System.Drawing.Point(608, 12);
|
|
|
|
|
this.ToolsPanel.Name = "ToolsPanel";
|
|
|
|
|
this.ToolsPanel.Size = new System.Drawing.Size(180, 426);
|
|
|
|
|
this.ToolsPanel.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// buttonRef
|
|
|
|
|
//
|
|
|
|
|
this.buttonRef.Location = new System.Drawing.Point(31, 206);
|
|
|
|
|
this.buttonRef.Name = "buttonRef";
|
|
|
|
|
this.buttonRef.Size = new System.Drawing.Size(126, 36);
|
|
|
|
|
this.buttonRef.TabIndex = 3;
|
|
|
|
|
this.buttonRef.Text = "Обновить";
|
|
|
|
|
this.buttonRef.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDel
|
|
|
|
|
//
|
|
|
|
|
this.buttonDel.Location = new System.Drawing.Point(31, 142);
|
|
|
|
|
this.buttonDel.Name = "buttonDel";
|
|
|
|
|
this.buttonDel.Size = new System.Drawing.Size(126, 36);
|
|
|
|
|
this.buttonDel.TabIndex = 2;
|
|
|
|
|
this.buttonDel.Text = "Удалить";
|
|
|
|
|
this.buttonDel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDel.Click += new System.EventHandler(this.ButtonDel_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUpd
|
|
|
|
|
//
|
|
|
|
|
this.buttonUpd.Location = new System.Drawing.Point(31, 76);
|
|
|
|
|
this.buttonUpd.Name = "buttonUpd";
|
|
|
|
|
this.buttonUpd.Size = new System.Drawing.Size(126, 36);
|
|
|
|
|
this.buttonUpd.TabIndex = 1;
|
|
|
|
|
this.buttonUpd.Text = "Изменить";
|
|
|
|
|
this.buttonUpd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonUpd.Click += new System.EventHandler(this.ButtonUpd_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
|
|
|
|
this.buttonAdd.Location = new System.Drawing.Point(31, 16);
|
|
|
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
|
|
|
this.buttonAdd.Size = new System.Drawing.Size(126, 36);
|
|
|
|
|
this.buttonAdd.TabIndex = 0;
|
|
|
|
|
this.buttonAdd.Text = "Добавить";
|
|
|
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.ReadOnly = true;
|
|
|
|
|
this.dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 29;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(590, 426);
|
|
|
|
|
this.dataGridView.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// FormReinforcedes
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
2024-03-05 07:44:51 +04:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
2024-03-05 14:41:56 +04:00
|
|
|
|
this.Controls.Add(this.ToolsPanel);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Name = "FormReinforcedes";
|
|
|
|
|
this.Text = "Изделия";
|
|
|
|
|
this.Load += new System.EventHandler(this.FormReinforcedes_Load);
|
|
|
|
|
this.ToolsPanel.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-03-05 07:44:51 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-03-05 14:41:56 +04:00
|
|
|
|
|
|
|
|
|
private Panel ToolsPanel;
|
|
|
|
|
private Button buttonRef;
|
|
|
|
|
private Button buttonDel;
|
|
|
|
|
private Button buttonUpd;
|
|
|
|
|
private Button buttonAdd;
|
|
|
|
|
private DataGridView dataGridView;
|
2024-03-05 07:44:51 +04:00
|
|
|
|
}
|
|
|
|
|
}
|