268 lines
13 KiB
C#
268 lines
13 KiB
C#
namespace demMalyhin
|
|
{
|
|
partial class AdmEditProduct
|
|
{
|
|
/// <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.comboBoxSupplier = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxCategory = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxManufacturer = new System.Windows.Forms.ComboBox();
|
|
this.textBoxPrice = new System.Windows.Forms.TextBox();
|
|
this.textBoxName = new System.Windows.Forms.TextBox();
|
|
this.pictureBoxEditProduct = new System.Windows.Forms.PictureBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.openFileDialogImage = new System.Windows.Forms.OpenFileDialog();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.textBoxArticle = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.textBoxDesc = new System.Windows.Forms.TextBox();
|
|
this.textBoxUnit = new System.Windows.Forms.TextBox();
|
|
this.textBoxQuantity = new System.Windows.Forms.TextBox();
|
|
this.textBoxSale = new System.Windows.Forms.TextBox();
|
|
this.btnBack = new System.Windows.Forms.Button();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEditProduct)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// comboBoxSupplier
|
|
//
|
|
this.comboBoxSupplier.FormattingEnabled = true;
|
|
this.comboBoxSupplier.Location = new System.Drawing.Point(193, 151);
|
|
this.comboBoxSupplier.Name = "comboBoxSupplier";
|
|
this.comboBoxSupplier.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxSupplier.TabIndex = 0;
|
|
//
|
|
// comboBoxCategory
|
|
//
|
|
this.comboBoxCategory.FormattingEnabled = true;
|
|
this.comboBoxCategory.Location = new System.Drawing.Point(193, 205);
|
|
this.comboBoxCategory.Name = "comboBoxCategory";
|
|
this.comboBoxCategory.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxCategory.TabIndex = 1;
|
|
//
|
|
// comboBoxManufacturer
|
|
//
|
|
this.comboBoxManufacturer.FormattingEnabled = true;
|
|
this.comboBoxManufacturer.Location = new System.Drawing.Point(193, 178);
|
|
this.comboBoxManufacturer.Name = "comboBoxManufacturer";
|
|
this.comboBoxManufacturer.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxManufacturer.TabIndex = 2;
|
|
//
|
|
// textBoxPrice
|
|
//
|
|
this.textBoxPrice.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxPrice.Location = new System.Drawing.Point(153, 125);
|
|
this.textBoxPrice.Name = "textBoxPrice";
|
|
this.textBoxPrice.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxPrice.TabIndex = 29;
|
|
//
|
|
// textBoxName
|
|
//
|
|
this.textBoxName.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxName.Location = new System.Drawing.Point(153, 99);
|
|
this.textBoxName.Name = "textBoxName";
|
|
this.textBoxName.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxName.TabIndex = 27;
|
|
//
|
|
// pictureBoxEditProduct
|
|
//
|
|
this.pictureBoxEditProduct.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBoxEditProduct.Location = new System.Drawing.Point(113, 347);
|
|
this.pictureBoxEditProduct.Name = "pictureBoxEditProduct";
|
|
this.pictureBoxEditProduct.Size = new System.Drawing.Size(162, 111);
|
|
this.pictureBoxEditProduct.TabIndex = 33;
|
|
this.pictureBoxEditProduct.TabStop = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.button1.Location = new System.Drawing.Point(281, 347);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 37);
|
|
this.button1.TabIndex = 34;
|
|
this.button1.Text = "Удалить фото";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.btnEditRemoveImage_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.button2.Location = new System.Drawing.Point(281, 390);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 47);
|
|
this.button2.TabIndex = 35;
|
|
this.button2.Text = "Изменить фото";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.btnEditChooseImage_Click);
|
|
//
|
|
// openFileDialogImage
|
|
//
|
|
this.openFileDialogImage.FileName = "openFileDialog1";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.button3.Location = new System.Drawing.Point(227, 468);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 36;
|
|
this.button3.Text = "Сохранить";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// textBoxArticle
|
|
//
|
|
this.textBoxArticle.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxArticle.Location = new System.Drawing.Point(153, 73);
|
|
this.textBoxArticle.Name = "textBoxArticle";
|
|
this.textBoxArticle.ReadOnly = true;
|
|
this.textBoxArticle.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxArticle.TabIndex = 37;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.BackColor = System.Drawing.Color.Chartreuse;
|
|
this.label11.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label11.Location = new System.Drawing.Point(143, 9);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(213, 33);
|
|
this.label11.TabIndex = 39;
|
|
this.label11.Text = "Редактирование";
|
|
//
|
|
// textBoxDesc
|
|
//
|
|
this.textBoxDesc.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxDesc.Location = new System.Drawing.Point(153, 285);
|
|
this.textBoxDesc.Name = "textBoxDesc";
|
|
this.textBoxDesc.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxDesc.TabIndex = 28;
|
|
//
|
|
// textBoxUnit
|
|
//
|
|
this.textBoxUnit.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
|
this.textBoxUnit.Location = new System.Drawing.Point(153, 262);
|
|
this.textBoxUnit.Name = "textBoxUnit";
|
|
this.textBoxUnit.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxUnit.TabIndex = 30;
|
|
//
|
|
// textBoxQuantity
|
|
//
|
|
this.textBoxQuantity.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxQuantity.Location = new System.Drawing.Point(153, 311);
|
|
this.textBoxQuantity.Name = "textBoxQuantity";
|
|
this.textBoxQuantity.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxQuantity.TabIndex = 32;
|
|
//
|
|
// textBoxSale
|
|
//
|
|
this.textBoxSale.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
|
this.textBoxSale.Location = new System.Drawing.Point(153, 243);
|
|
this.textBoxSale.Name = "textBoxSale";
|
|
this.textBoxSale.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxSale.TabIndex = 31;
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.btnBack.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnBack.Location = new System.Drawing.Point(391, 461);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.Size = new System.Drawing.Size(99, 39);
|
|
this.btnBack.TabIndex = 40;
|
|
this.btnBack.Text = "Назад";
|
|
this.btnBack.UseVisualStyleBackColor = false;
|
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnExit.Location = new System.Drawing.Point(466, 12);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(24, 23);
|
|
this.btnExit.TabIndex = 41;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.UseVisualStyleBackColor = false;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// AdmEditProduct
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(502, 510);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnBack);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.textBoxArticle);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.pictureBoxEditProduct);
|
|
this.Controls.Add(this.textBoxQuantity);
|
|
this.Controls.Add(this.textBoxSale);
|
|
this.Controls.Add(this.textBoxUnit);
|
|
this.Controls.Add(this.textBoxPrice);
|
|
this.Controls.Add(this.textBoxDesc);
|
|
this.Controls.Add(this.textBoxName);
|
|
this.Controls.Add(this.comboBoxManufacturer);
|
|
this.Controls.Add(this.comboBoxCategory);
|
|
this.Controls.Add(this.comboBoxSupplier);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "AdmEditProduct";
|
|
this.Text = "AdmEditProduct";
|
|
this.Load += new System.EventHandler(this.AdmEditProduct_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEditProduct)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox comboBoxSupplier;
|
|
private System.Windows.Forms.ComboBox comboBoxCategory;
|
|
private System.Windows.Forms.ComboBox comboBoxManufacturer;
|
|
private System.Windows.Forms.TextBox textBoxPrice;
|
|
private System.Windows.Forms.TextBox textBoxName;
|
|
private System.Windows.Forms.PictureBox pictureBoxEditProduct;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialogImage;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox textBoxArticle;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBoxDesc;
|
|
private System.Windows.Forms.TextBox textBoxUnit;
|
|
private System.Windows.Forms.TextBox textBoxQuantity;
|
|
private System.Windows.Forms.TextBox textBoxSale;
|
|
private System.Windows.Forms.Button btnBack;
|
|
private System.Windows.Forms.Button btnExit;
|
|
}
|
|
} |