Diplom_B/StatForm.Designer.cs
2021-07-17 22:32:53 +05:00

163 lines
6.8 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Diplom_B
{
partial class StatForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.errorLable = new System.Windows.Forms.Label();
this.deleteButton = new System.Windows.Forms.Button();
this.changeButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.createButton = new System.Windows.Forms.Button();
this.nameBox = new System.Windows.Forms.TextBox();
this.statGridView = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.statGridView)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.errorLable);
this.groupBox1.Controls.Add(this.deleteButton);
this.groupBox1.Controls.Add(this.changeButton);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.createButton);
this.groupBox1.Controls.Add(this.nameBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(251, 109);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Информационное окно";
//
// errorLable
//
this.errorLable.AutoSize = true;
this.errorLable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.errorLable.ForeColor = System.Drawing.Color.Red;
this.errorLable.Location = new System.Drawing.Point(6, 80);
this.errorLable.Name = "errorLable";
this.errorLable.Size = new System.Drawing.Size(149, 13);
this.errorLable.TabIndex = 21;
this.errorLable.Text = "Информация об ошибке";
this.errorLable.Visible = false;
//
// deleteButton
//
this.deleteButton.Location = new System.Drawing.Point(9, 45);
this.deleteButton.Name = "deleteButton";
this.deleteButton.Size = new System.Drawing.Size(75, 23);
this.deleteButton.TabIndex = 21;
this.deleteButton.Text = "Удалить";
this.deleteButton.UseVisualStyleBackColor = true;
this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
//
// changeButton
//
this.changeButton.Location = new System.Drawing.Point(85, 45);
this.changeButton.Name = "changeButton";
this.changeButton.Size = new System.Drawing.Size(75, 23);
this.changeButton.TabIndex = 20;
this.changeButton.Text = "Изменить";
this.changeButton.UseVisualStyleBackColor = true;
this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Название";
//
// createButton
//
this.createButton.Location = new System.Drawing.Point(161, 45);
this.createButton.Name = "createButton";
this.createButton.Size = new System.Drawing.Size(75, 23);
this.createButton.TabIndex = 19;
this.createButton.Text = "Создать";
this.createButton.UseVisualStyleBackColor = true;
this.createButton.Click += new System.EventHandler(this.createButton_Click);
//
// nameBox
//
this.nameBox.Location = new System.Drawing.Point(69, 19);
this.nameBox.Name = "nameBox";
this.nameBox.Size = new System.Drawing.Size(167, 20);
this.nameBox.TabIndex = 0;
//
// statGridView
//
this.statGridView.AllowUserToAddRows = false;
this.statGridView.AllowUserToDeleteRows = false;
this.statGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.statGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.statGridView.Location = new System.Drawing.Point(12, 127);
this.statGridView.Name = "statGridView";
this.statGridView.RowHeadersVisible = false;
this.statGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.statGridView.Size = new System.Drawing.Size(251, 327);
this.statGridView.TabIndex = 19;
this.statGridView.CurrentCellChanged += new System.EventHandler(this.statGridView_CurrentCellChanged);
//
// StatForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(275, 466);
this.Controls.Add(this.statGridView);
this.Controls.Add(this.groupBox1);
this.Name = "StatForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Статусы поставки";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.statGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox nameBox;
private System.Windows.Forms.Button deleteButton;
private System.Windows.Forms.Button changeButton;
private System.Windows.Forms.Button createButton;
private System.Windows.Forms.Label errorLable;
private System.Windows.Forms.DataGridView statGridView;
}
}