浏览代码

Фурнитура

Your Name 2 年之前
父节点
当前提交
ccfc0f769b
共有 20 个文件被更改,包括 209 次插入139 次删除
  1. 81 42
      СУБД Швейная фабрика/FormClient.Designer.cs
  2. 107 0
      СУБД Швейная фабрика/FormClient.cs
  3. 21 97
      СУБД Швейная фабрика/FormPlitka.Designer.cs
  4. 二进制
      СУБД Швейная фабрика/bin/Debug/СУБД Швейная фабрика.exe
  5. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/picture.png
  6. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 1.jpg
  7. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 2.jpg
  8. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 3.jpg
  9. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 4.jpg
  10. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 5.jpg
  11. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 1.jpg
  12. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 2.jpg
  13. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 3.jpg
  14. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 4.jpg
  15. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 1.jpg
  16. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 2.jpg
  17. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 3.jpg
  18. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 4.jpg
  19. 二进制
      СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 5.jpg
  20. 二进制
      СУБД Швейная фабрика/obj/Debug/СУБД Швейная фабрика.exe

+ 81 - 42
СУБД Швейная фабрика/FormClient.Designer.cs

@@ -33,14 +33,17 @@
             this.lblFIO = new System.Windows.Forms.Label();
             this.btnEdit = new System.Windows.Forms.Button();
             this.tControl = new System.Windows.Forms.TabControl();
-            this.tabPage1 = new System.Windows.Forms.TabPage();
-            this.tabPage2 = new System.Windows.Forms.TabPage();
-            this.tabPage3 = new System.Windows.Forms.TabPage();
+            this.tabCloth = new System.Windows.Forms.TabPage();
+            this.tabFur = new System.Windows.Forms.TabPage();
+            this.tabProducts = new System.Windows.Forms.TabPage();
             this.tlpPanelCloth = new System.Windows.Forms.TableLayoutPanel();
             this.pbxPhoto = new System.Windows.Forms.PictureBox();
+            this.tabOrders = new System.Windows.Forms.TabPage();
+            this.tlpFur = new System.Windows.Forms.TableLayoutPanel();
             this.panel1.SuspendLayout();
             this.tControl.SuspendLayout();
-            this.tabPage1.SuspendLayout();
+            this.tabCloth.SuspendLayout();
+            this.tabFur.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
             this.SuspendLayout();
             // 
@@ -85,9 +88,10 @@
             // 
             // tControl
             // 
-            this.tControl.Controls.Add(this.tabPage1);
-            this.tControl.Controls.Add(this.tabPage2);
-            this.tControl.Controls.Add(this.tabPage3);
+            this.tControl.Controls.Add(this.tabCloth);
+            this.tControl.Controls.Add(this.tabFur);
+            this.tControl.Controls.Add(this.tabProducts);
+            this.tControl.Controls.Add(this.tabOrders);
             this.tControl.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tControl.Location = new System.Drawing.Point(0, 92);
             this.tControl.Name = "tControl";
@@ -95,36 +99,41 @@
             this.tControl.Size = new System.Drawing.Size(895, 383);
             this.tControl.TabIndex = 2;
             // 
-            // tabPage1
-            // 
-            this.tabPage1.Controls.Add(this.tlpPanelCloth);
-            this.tabPage1.Location = new System.Drawing.Point(4, 22);
-            this.tabPage1.Name = "tabPage1";
-            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage1.Size = new System.Drawing.Size(887, 357);
-            this.tabPage1.TabIndex = 0;
-            this.tabPage1.Text = "tabPage1";
-            this.tabPage1.UseVisualStyleBackColor = true;
-            // 
-            // tabPage2
-            // 
-            this.tabPage2.Location = new System.Drawing.Point(4, 22);
-            this.tabPage2.Name = "tabPage2";
-            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage2.Size = new System.Drawing.Size(887, 357);
-            this.tabPage2.TabIndex = 1;
-            this.tabPage2.Text = "tabPage2";
-            this.tabPage2.UseVisualStyleBackColor = true;
-            // 
-            // tabPage3
-            // 
-            this.tabPage3.Location = new System.Drawing.Point(4, 22);
-            this.tabPage3.Name = "tabPage3";
-            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage3.Size = new System.Drawing.Size(887, 357);
-            this.tabPage3.TabIndex = 2;
-            this.tabPage3.Text = "tabPage3";
-            this.tabPage3.UseVisualStyleBackColor = true;
+            // tabCloth
+            // 
+            this.tabCloth.BackColor = System.Drawing.Color.White;
+            this.tabCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.tabCloth.Controls.Add(this.tlpPanelCloth);
+            this.tabCloth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.tabCloth.Location = new System.Drawing.Point(4, 22);
+            this.tabCloth.Name = "tabCloth";
+            this.tabCloth.Padding = new System.Windows.Forms.Padding(3);
+            this.tabCloth.Size = new System.Drawing.Size(887, 357);
+            this.tabCloth.TabIndex = 0;
+            this.tabCloth.Text = "Ткани";
+            // 
+            // tabFur
+            // 
+            this.tabFur.Controls.Add(this.tlpFur);
+            this.tabFur.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.tabFur.Location = new System.Drawing.Point(4, 22);
+            this.tabFur.Name = "tabFur";
+            this.tabFur.Padding = new System.Windows.Forms.Padding(3);
+            this.tabFur.Size = new System.Drawing.Size(887, 357);
+            this.tabFur.TabIndex = 1;
+            this.tabFur.Text = "Фурнитура";
+            this.tabFur.UseVisualStyleBackColor = true;
+            // 
+            // tabProducts
+            // 
+            this.tabProducts.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.tabProducts.Location = new System.Drawing.Point(4, 22);
+            this.tabProducts.Name = "tabProducts";
+            this.tabProducts.Padding = new System.Windows.Forms.Padding(3);
+            this.tabProducts.Size = new System.Drawing.Size(887, 357);
+            this.tabProducts.TabIndex = 2;
+            this.tabProducts.Text = "Изделия";
+            this.tabProducts.UseVisualStyleBackColor = true;
             // 
             // tlpPanelCloth
             // 
@@ -136,7 +145,7 @@
             this.tlpPanelCloth.Name = "tlpPanelCloth";
             this.tlpPanelCloth.RowCount = 1;
             this.tlpPanelCloth.RowStyles.Add(new System.Windows.Forms.RowStyle());
-            this.tlpPanelCloth.Size = new System.Drawing.Size(881, 351);
+            this.tlpPanelCloth.Size = new System.Drawing.Size(879, 349);
             this.tlpPanelCloth.TabIndex = 0;
             // 
             // pbxPhoto
@@ -151,6 +160,33 @@
             this.pbxPhoto.TabIndex = 0;
             this.pbxPhoto.TabStop = false;
             // 
+            // tabOrders
+            // 
+            this.tabOrders.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.tabOrders.Location = new System.Drawing.Point(4, 22);
+            this.tabOrders.Name = "tabOrders";
+            this.tabOrders.Size = new System.Drawing.Size(887, 357);
+            this.tabOrders.TabIndex = 3;
+            this.tabOrders.Text = "Заказы";
+            this.tabOrders.UseVisualStyleBackColor = true;
+            // 
+            // tlpFur
+            // 
+            this.tlpFur.AutoScroll = true;
+            this.tlpFur.ColumnCount = 3;
+            this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
+            this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
+            this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
+            this.tlpFur.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tlpFur.Location = new System.Drawing.Point(3, 3);
+            this.tlpFur.Name = "tlpFur";
+            this.tlpFur.RowCount = 3;
+            this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
+            this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
+            this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
+            this.tlpFur.Size = new System.Drawing.Size(881, 351);
+            this.tlpFur.TabIndex = 0;
+            // 
             // FormClient
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -167,7 +203,8 @@
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
             this.tControl.ResumeLayout(false);
-            this.tabPage1.ResumeLayout(false);
+            this.tabCloth.ResumeLayout(false);
+            this.tabFur.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
             this.ResumeLayout(false);
 
@@ -180,9 +217,11 @@
         private System.Windows.Forms.PictureBox pbxPhoto;
         private System.Windows.Forms.Button btnEdit;
         private System.Windows.Forms.TabControl tControl;
-        private System.Windows.Forms.TabPage tabPage1;
+        private System.Windows.Forms.TabPage tabCloth;
         private System.Windows.Forms.TableLayoutPanel tlpPanelCloth;
-        private System.Windows.Forms.TabPage tabPage2;
-        private System.Windows.Forms.TabPage tabPage3;
+        private System.Windows.Forms.TabPage tabFur;
+        private System.Windows.Forms.TabPage tabProducts;
+        private System.Windows.Forms.TabPage tabOrders;
+        private System.Windows.Forms.TableLayoutPanel tlpFur;
     }
 }

+ 107 - 0
СУБД Швейная фабрика/FormClient.cs

@@ -178,6 +178,88 @@ namespace СУБД_Швейная_фабрика
             }
         }
 
+        class FurnituraPanel : Panel
+        {
+            public System.Windows.Forms.TextBox tbxCount;
+            public System.Windows.Forms.TextBox tbxTitle;
+            public System.Windows.Forms.Label label5;
+            public System.Windows.Forms.Label label1;
+            public System.Windows.Forms.PictureBox pbxPhoto;
+
+            public FurnituraPanel()
+            {
+              
+                this.label1 = new System.Windows.Forms.Label();
+                this.label5 = new System.Windows.Forms.Label();
+                this.tbxTitle = new System.Windows.Forms.TextBox();
+                this.tbxCount = new System.Windows.Forms.TextBox();
+                this.pbxPhoto = new System.Windows.Forms.PictureBox();
+
+                this.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+       | System.Windows.Forms.AnchorStyles.Right)));
+                this.BackColor = System.Drawing.Color.White;
+                this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+                this.Controls.Add(this.tbxCount);
+                this.Controls.Add(this.tbxTitle);
+                this.Controls.Add(this.label5);
+                this.Controls.Add(this.label1);
+                this.Controls.Add(this.pbxPhoto);
+                this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+                this.Location = new System.Drawing.Point(35, 27);
+                this.Name = "panel1";
+                this.Size = new System.Drawing.Size(284, 171);
+                this.TabIndex = 0;
+                // 
+                // label1
+                // 
+                this.label1.AutoSize = true;
+                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 = "Название:";
+                // 
+                // label5
+                // 
+                this.label5.AutoSize = true;
+                this.label5.Location = new System.Drawing.Point(3, 138);
+                this.label5.Name = "label5";
+                this.label5.Size = new System.Drawing.Size(115, 16);
+                this.label5.TabIndex = 5;
+                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(77, 107);
+                this.tbxTitle.Name = "tbxTitle";
+                this.tbxTitle.ReadOnly = true;
+                this.tbxTitle.Size = new System.Drawing.Size(143, 22);
+                this.tbxTitle.TabIndex = 6;
+                // 
+                // tbxCount
+                // 
+                this.tbxCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+                | System.Windows.Forms.AnchorStyles.Right)));
+                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(77, 9);
+                this.pbxPhoto.Name = "pbxPhoto";
+                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;
+            }
+        }
+
         private void FormClient_Load(object sender, EventArgs e)
         {
             SqlConnection con = new SqlConnection(FormAuthorization.StrCon);
@@ -191,6 +273,7 @@ namespace СУБД_Швейная_фабрика
             con.Close();
 
             GetClothFromDB();
+            GetFurnituraFromDB();
 
         }
         //struct Cloths
@@ -226,7 +309,31 @@ namespace СУБД_Швейная_фабрика
             res.Close();
             con.Close();
         }
+        void GetFurnituraFromDB()
+        {
+            SqlConnection con = new SqlConnection(FormAuthorization.StrCon);
+            SqlCommand cmd = new SqlCommand(@"select * from Furnitura", con);
+            con.Open();
+            SqlDataReader res = cmd.ExecuteReader();
+            while (res.Read())
+            {
 
+                FurnituraPanel f = new FurnituraPanel();
+                f.tbxTitle.Text = res["namefur"].ToString();
+                f.tbxCount.Text = res["countfur"].ToString();
+                try
+                {
+                    f.pbxPhoto.Image = Image.FromFile(Application.StartupPath + "\\Фото фурнитур\\" + res["Photo"]);
+                }
+                catch
+                {
+                    f.pbxPhoto.Image = Image.FromFile(Application.StartupPath + "\\Фото фурнитур\\picture.png");
+                }
+                tlpFur.Controls.Add(f);
+            }
+            res.Close();
+            con.Close();
+        }
         private void btnEdit_Click(object sender, EventArgs e)
         {
             FormEditUser frm = new FormEditUser();

+ 21 - 97
СУБД Швейная фабрика/FormPlitka.Designer.cs

@@ -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;
     }

二进制
СУБД Швейная фабрика/bin/Debug/СУБД Швейная фабрика.exe


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/picture.png


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 1.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 2.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 3.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 4.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Бусинки 5.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 1.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 2.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 3.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пряжка 4.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 1.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 2.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 3.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 4.jpg


二进制
СУБД Швейная фабрика/bin/Debug/Фото фурнитур/Пуговицы 5.jpg


二进制
СУБД Швейная фабрика/obj/Debug/СУБД Швейная фабрика.exe