142 lines
5.0 KiB
C#
142 lines
5.0 KiB
C#
|
namespace ComputersShopView
|
|||
|
{
|
|||
|
partial class FormShopReplenishment
|
|||
|
{
|
|||
|
/// <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.ShopNameLabel = new System.Windows.Forms.Label();
|
|||
|
this.ComputerNameLabel = new System.Windows.Forms.Label();
|
|||
|
this.CountLabel = new System.Windows.Forms.Label();
|
|||
|
this.сomboBoxShopName = new System.Windows.Forms.ComboBox();
|
|||
|
this.comboBoxComputerName = new System.Windows.Forms.ComboBox();
|
|||
|
this.CountTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.buttonSave = new System.Windows.Forms.Button();
|
|||
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ShopNameLabel
|
|||
|
//
|
|||
|
this.ShopNameLabel.AutoSize = true;
|
|||
|
this.ShopNameLabel.Location = new System.Drawing.Point(12, 9);
|
|||
|
this.ShopNameLabel.Name = "ShopNameLabel";
|
|||
|
this.ShopNameLabel.Size = new System.Drawing.Size(119, 15);
|
|||
|
this.ShopNameLabel.TabIndex = 0;
|
|||
|
this.ShopNameLabel.Text = "Название магазина: ";
|
|||
|
//
|
|||
|
// ComputerNameLabel
|
|||
|
//
|
|||
|
this.ComputerNameLabel.AutoSize = true;
|
|||
|
this.ComputerNameLabel.Location = new System.Drawing.Point(12, 37);
|
|||
|
this.ComputerNameLabel.Name = "ComputerNameLabel";
|
|||
|
this.ComputerNameLabel.Size = new System.Drawing.Size(137, 15);
|
|||
|
this.ComputerNameLabel.TabIndex = 1;
|
|||
|
this.ComputerNameLabel.Text = "Название компьютера: ";
|
|||
|
//
|
|||
|
// CountLabel
|
|||
|
//
|
|||
|
this.CountLabel.AutoSize = true;
|
|||
|
this.CountLabel.Location = new System.Drawing.Point(12, 66);
|
|||
|
this.CountLabel.Name = "CountLabel";
|
|||
|
this.CountLabel.Size = new System.Drawing.Size(78, 15);
|
|||
|
this.CountLabel.TabIndex = 2;
|
|||
|
this.CountLabel.Text = "Количество: ";
|
|||
|
//
|
|||
|
// сomboBoxShopName
|
|||
|
//
|
|||
|
this.сomboBoxShopName.FormattingEnabled = true;
|
|||
|
this.сomboBoxShopName.Location = new System.Drawing.Point(155, 6);
|
|||
|
this.сomboBoxShopName.Name = "сomboBoxShopName";
|
|||
|
this.сomboBoxShopName.Size = new System.Drawing.Size(192, 23);
|
|||
|
this.сomboBoxShopName.TabIndex = 3;
|
|||
|
//
|
|||
|
// comboBoxComputerName
|
|||
|
//
|
|||
|
this.comboBoxComputerName.FormattingEnabled = true;
|
|||
|
this.comboBoxComputerName.Location = new System.Drawing.Point(155, 35);
|
|||
|
this.comboBoxComputerName.Name = "comboBoxComputerName";
|
|||
|
this.comboBoxComputerName.Size = new System.Drawing.Size(192, 23);
|
|||
|
this.comboBoxComputerName.TabIndex = 4;
|
|||
|
//
|
|||
|
// CountTextBox
|
|||
|
//
|
|||
|
this.CountTextBox.Location = new System.Drawing.Point(155, 64);
|
|||
|
this.CountTextBox.Name = "CountTextBox";
|
|||
|
this.CountTextBox.Size = new System.Drawing.Size(192, 23);
|
|||
|
this.CountTextBox.TabIndex = 5;
|
|||
|
//
|
|||
|
// buttonSave
|
|||
|
//
|
|||
|
this.buttonSave.Location = new System.Drawing.Point(191, 108);
|
|||
|
this.buttonSave.Name = "buttonSave";
|
|||
|
this.buttonSave.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonSave.TabIndex = 6;
|
|||
|
this.buttonSave.Text = "Сохранить";
|
|||
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|||
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|||
|
//
|
|||
|
// buttonCancel
|
|||
|
//
|
|||
|
this.buttonCancel.Location = new System.Drawing.Point(272, 108);
|
|||
|
this.buttonCancel.Name = "buttonCancel";
|
|||
|
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonCancel.TabIndex = 7;
|
|||
|
this.buttonCancel.Text = "Отмена";
|
|||
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|||
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|||
|
//
|
|||
|
// FormShopReplenishment
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(359, 150);
|
|||
|
this.Controls.Add(this.buttonCancel);
|
|||
|
this.Controls.Add(this.buttonSave);
|
|||
|
this.Controls.Add(this.CountTextBox);
|
|||
|
this.Controls.Add(this.comboBoxComputerName);
|
|||
|
this.Controls.Add(this.сomboBoxShopName);
|
|||
|
this.Controls.Add(this.CountLabel);
|
|||
|
this.Controls.Add(this.ComputerNameLabel);
|
|||
|
this.Controls.Add(this.ShopNameLabel);
|
|||
|
this.Name = "FormShopReplenishment";
|
|||
|
this.Text = "Пополнение магазина";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Label ShopNameLabel;
|
|||
|
private Label ComputerNameLabel;
|
|||
|
private Label CountLabel;
|
|||
|
private ComboBox сomboBoxShopName;
|
|||
|
private ComboBox comboBoxComputerName;
|
|||
|
private TextBox CountTextBox;
|
|||
|
private Button buttonSave;
|
|||
|
private Button buttonCancel;
|
|||
|
}
|
|||
|
}
|