236 lines
11 KiB
C#
236 lines
11 KiB
C#
namespace Dem2
|
|
{
|
|
partial class MaterialEditForm
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxName = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.comboBoxMaterialType = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.numericUpDownCurrentStock = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBoxUnit = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.numericUpDownPackSize = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.numericUpDownMinStock = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.numericUpDownPricePerUnit = new System.Windows.Forms.NumericUpDown();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentStock)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPackSize)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinStock)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPricePerUnit)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(56, 43);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(83, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Наименование";
|
|
//
|
|
// textBoxName
|
|
//
|
|
this.textBoxName.Location = new System.Drawing.Point(59, 101);
|
|
this.textBoxName.Name = "textBoxName";
|
|
this.textBoxName.Size = new System.Drawing.Size(100, 20);
|
|
this.textBoxName.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(59, 156);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(84, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Тип материала";
|
|
//
|
|
// comboBoxMaterialType
|
|
//
|
|
this.comboBoxMaterialType.FormattingEnabled = true;
|
|
this.comboBoxMaterialType.Location = new System.Drawing.Point(59, 196);
|
|
this.comboBoxMaterialType.Name = "comboBoxMaterialType";
|
|
this.comboBoxMaterialType.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxMaterialType.TabIndex = 3;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(59, 240);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(120, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Количество на складе";
|
|
//
|
|
// numericUpDownCurrentStock
|
|
//
|
|
this.numericUpDownCurrentStock.Location = new System.Drawing.Point(59, 290);
|
|
this.numericUpDownCurrentStock.Name = "numericUpDownCurrentStock";
|
|
this.numericUpDownCurrentStock.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDownCurrentStock.TabIndex = 5;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(372, 27);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(109, 13);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Единица измерения";
|
|
//
|
|
// textBoxUnit
|
|
//
|
|
this.textBoxUnit.Location = new System.Drawing.Point(375, 43);
|
|
this.textBoxUnit.Name = "textBoxUnit";
|
|
this.textBoxUnit.Size = new System.Drawing.Size(100, 20);
|
|
this.textBoxUnit.TabIndex = 7;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(375, 101);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(125, 13);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "Количество в упаковке";
|
|
//
|
|
// numericUpDownPackSize
|
|
//
|
|
this.numericUpDownPackSize.Location = new System.Drawing.Point(378, 126);
|
|
this.numericUpDownPackSize.Name = "numericUpDownPackSize";
|
|
this.numericUpDownPackSize.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDownPackSize.TabIndex = 9;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(378, 176);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(139, 13);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "Минимальное количество";
|
|
//
|
|
// numericUpDownMinStock
|
|
//
|
|
this.numericUpDownMinStock.Location = new System.Drawing.Point(378, 196);
|
|
this.numericUpDownMinStock.Name = "numericUpDownMinStock";
|
|
this.numericUpDownMinStock.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDownMinStock.TabIndex = 11;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(375, 250);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(92, 13);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "Цена за единицу";
|
|
//
|
|
// numericUpDownPricePerUnit
|
|
//
|
|
this.numericUpDownPricePerUnit.Location = new System.Drawing.Point(378, 279);
|
|
this.numericUpDownPricePerUnit.Name = "numericUpDownPricePerUnit";
|
|
this.numericUpDownPricePerUnit.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDownPricePerUnit.TabIndex = 13;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(378, 325);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 14;
|
|
this.button1.Text = "Сохранить";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(378, 370);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 15;
|
|
this.button2.Text = "Отмена";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// MaterialEditForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.numericUpDownPricePerUnit);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.numericUpDownMinStock);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.numericUpDownPackSize);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBoxUnit);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.numericUpDownCurrentStock);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.comboBoxMaterialType);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.textBoxName);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "MaterialEditForm";
|
|
this.Text = "MaterialEditForm";
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentStock)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPackSize)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinStock)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPricePerUnit)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBoxName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox comboBoxMaterialType;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownCurrentStock;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBoxUnit;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownPackSize;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownMinStock;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownPricePerUnit;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |