|
@@ -30,15 +30,9 @@
|
|
|
{
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.tbxTitle = new System.Windows.Forms.TextBox();
|
|
|
- this.tbxColor = new System.Windows.Forms.TextBox();
|
|
|
- this.tbxWeight = new System.Windows.Forms.TextBox();
|
|
|
- this.tbxHeight = new System.Windows.Forms.TextBox();
|
|
|
- this.tbxDescription = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxCount = new System.Windows.Forms.TextBox();
|
|
|
this.pbxPhoto = new System.Windows.Forms.PictureBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
|
|
@@ -50,125 +44,61 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.panel1.Controls.Add(this.tbxDescription);
|
|
|
- this.panel1.Controls.Add(this.tbxHeight);
|
|
|
- this.panel1.Controls.Add(this.tbxWeight);
|
|
|
- this.panel1.Controls.Add(this.tbxColor);
|
|
|
+ this.panel1.Controls.Add(this.tbxCount);
|
|
|
this.panel1.Controls.Add(this.tbxTitle);
|
|
|
this.panel1.Controls.Add(this.label5);
|
|
|
- this.panel1.Controls.Add(this.label4);
|
|
|
- this.panel1.Controls.Add(this.label3);
|
|
|
- this.panel1.Controls.Add(this.label2);
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
this.panel1.Controls.Add(this.pbxPhoto);
|
|
|
this.panel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
- this.panel1.Location = new System.Drawing.Point(28, 27);
|
|
|
- this.panel1.MinimumSize = new System.Drawing.Size(505, 171);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(35, 27);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(674, 171);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(284, 171);
|
|
|
this.panel1.TabIndex = 0;
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(137, 15);
|
|
|
+ this.label1.Location = new System.Drawing.Point(3, 110);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(68, 16);
|
|
|
this.label1.TabIndex = 1;
|
|
|
this.label1.Text = "Название:";
|
|
|
//
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(137, 43);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(40, 16);
|
|
|
- this.label2.TabIndex = 2;
|
|
|
- this.label2.Text = "Цвет:";
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(137, 71);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(57, 16);
|
|
|
- this.label3.TabIndex = 3;
|
|
|
- this.label3.Text = "Ширина:";
|
|
|
- //
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(137, 99);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(48, 16);
|
|
|
- this.label4.TabIndex = 4;
|
|
|
- this.label4.Text = "Длина:";
|
|
|
- //
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Location = new System.Drawing.Point(137, 127);
|
|
|
+ this.label5.Location = new System.Drawing.Point(3, 138);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(70, 16);
|
|
|
+ this.label5.Size = new System.Drawing.Size(115, 16);
|
|
|
this.label5.TabIndex = 5;
|
|
|
- this.label5.Text = "Описание:";
|
|
|
+ this.label5.Text = "Кол-во на складе:";
|
|
|
//
|
|
|
// tbxTitle
|
|
|
//
|
|
|
this.tbxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.tbxTitle.Location = new System.Drawing.Point(211, 12);
|
|
|
+ this.tbxTitle.Location = new System.Drawing.Point(77, 107);
|
|
|
this.tbxTitle.Name = "tbxTitle";
|
|
|
this.tbxTitle.ReadOnly = true;
|
|
|
- this.tbxTitle.Size = new System.Drawing.Size(419, 22);
|
|
|
+ this.tbxTitle.Size = new System.Drawing.Size(143, 22);
|
|
|
this.tbxTitle.TabIndex = 6;
|
|
|
//
|
|
|
- // tbxColor
|
|
|
- //
|
|
|
- this.tbxColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.tbxColor.Location = new System.Drawing.Point(211, 40);
|
|
|
- this.tbxColor.Name = "tbxColor";
|
|
|
- this.tbxColor.ReadOnly = true;
|
|
|
- this.tbxColor.Size = new System.Drawing.Size(419, 22);
|
|
|
- this.tbxColor.TabIndex = 7;
|
|
|
- //
|
|
|
- // tbxWeight
|
|
|
- //
|
|
|
- this.tbxWeight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.tbxWeight.Location = new System.Drawing.Point(211, 68);
|
|
|
- this.tbxWeight.Name = "tbxWeight";
|
|
|
- this.tbxWeight.ReadOnly = true;
|
|
|
- this.tbxWeight.Size = new System.Drawing.Size(419, 22);
|
|
|
- this.tbxWeight.TabIndex = 8;
|
|
|
- //
|
|
|
- // tbxHeight
|
|
|
- //
|
|
|
- this.tbxHeight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
- | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.tbxHeight.Location = new System.Drawing.Point(211, 96);
|
|
|
- this.tbxHeight.Name = "tbxHeight";
|
|
|
- this.tbxHeight.ReadOnly = true;
|
|
|
- this.tbxHeight.Size = new System.Drawing.Size(419, 22);
|
|
|
- this.tbxHeight.TabIndex = 9;
|
|
|
- //
|
|
|
- // tbxDescription
|
|
|
+ // tbxCount
|
|
|
//
|
|
|
- this.tbxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ this.tbxCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.tbxDescription.Location = new System.Drawing.Point(211, 124);
|
|
|
- this.tbxDescription.Multiline = true;
|
|
|
- this.tbxDescription.Name = "tbxDescription";
|
|
|
- this.tbxDescription.ReadOnly = true;
|
|
|
- this.tbxDescription.Size = new System.Drawing.Size(419, 19);
|
|
|
- this.tbxDescription.TabIndex = 10;
|
|
|
+ this.tbxCount.Location = new System.Drawing.Point(124, 135);
|
|
|
+ this.tbxCount.Multiline = true;
|
|
|
+ this.tbxCount.Name = "tbxCount";
|
|
|
+ this.tbxCount.ReadOnly = true;
|
|
|
+ this.tbxCount.Size = new System.Drawing.Size(57, 19);
|
|
|
+ this.tbxCount.TabIndex = 10;
|
|
|
//
|
|
|
// pbxPhoto
|
|
|
//
|
|
|
- this.pbxPhoto.Location = new System.Drawing.Point(14, 12);
|
|
|
+ this.pbxPhoto.Location = new System.Drawing.Point(77, 9);
|
|
|
this.pbxPhoto.Name = "pbxPhoto";
|
|
|
- this.pbxPhoto.Size = new System.Drawing.Size(117, 131);
|
|
|
+ this.pbxPhoto.Size = new System.Drawing.Size(143, 92);
|
|
|
this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pbxPhoto.TabIndex = 0;
|
|
|
this.pbxPhoto.TabStop = false;
|
|
@@ -191,15 +121,9 @@
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
- public System.Windows.Forms.TextBox tbxDescription;
|
|
|
- public System.Windows.Forms.TextBox tbxHeight;
|
|
|
- public System.Windows.Forms.TextBox tbxWeight;
|
|
|
- public System.Windows.Forms.TextBox tbxColor;
|
|
|
+ public System.Windows.Forms.TextBox tbxCount;
|
|
|
public System.Windows.Forms.TextBox tbxTitle;
|
|
|
public System.Windows.Forms.Label label5;
|
|
|
- public System.Windows.Forms.Label label4;
|
|
|
- public System.Windows.Forms.Label label3;
|
|
|
- public System.Windows.Forms.Label label2;
|
|
|
public System.Windows.Forms.Label label1;
|
|
|
public System.Windows.Forms.PictureBox pbxPhoto;
|
|
|
}
|