From 84616e6d524a7df88ebcca4b74aca42461f34605 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 19 六月 2020 20:25:09 +0800
Subject: [PATCH] '商品信息完善'

---
 WindowsFormsApp1/CardPwd.Designer.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/WindowsFormsApp1/CardPwd.Designer.cs b/WindowsFormsApp1/CardPwd.Designer.cs
index e1c8171..e6320f6 100644
--- a/WindowsFormsApp1/CardPwd.Designer.cs
+++ b/WindowsFormsApp1/CardPwd.Designer.cs
@@ -42,14 +42,14 @@
             // 
             // label29
             // 
-            this.label29.AutoSize = true;
             this.label29.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F);
             this.label29.ForeColor = System.Drawing.Color.Red;
-            this.label29.Location = new System.Drawing.Point(103, 215);
+            this.label29.Location = new System.Drawing.Point(1, 215);
             this.label29.Name = "label29";
-            this.label29.Size = new System.Drawing.Size(191, 20);
+            this.label29.Size = new System.Drawing.Size(383, 20);
             this.label29.TabIndex = 47;
             this.label29.Text = "鍗″瘑楠岃瘉澶辫触锛岃鐧诲綍鍚庨噸璇�";
+            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
             // 
             // label4
             // 
@@ -61,7 +61,6 @@
             this.label4.Size = new System.Drawing.Size(65, 20);
             this.label4.TabIndex = 48;
             this.label4.Text = "杈撳叆鍗″瘑";
-            this.label4.Click += new System.EventHandler(this.label4_Click);
             // 
             // textBox1
             // 
@@ -83,7 +82,6 @@
             this.label1.Size = new System.Drawing.Size(32, 17);
             this.label1.TabIndex = 48;
             this.label1.Text = "鍗″彿";
-            this.label1.Click += new System.EventHandler(this.label4_Click);
             // 
             // label2
             // 
@@ -95,7 +93,6 @@
             this.label2.Size = new System.Drawing.Size(32, 17);
             this.label2.TabIndex = 48;
             this.label2.Text = "瀵嗙爜";
-            this.label2.Click += new System.EventHandler(this.label4_Click);
             // 
             // textBox2
             // 
@@ -110,13 +107,16 @@
             // button2
             // 
             this.button2.BackColor = System.Drawing.SystemColors.Window;
+            this.button2.FlatAppearance.BorderSize = 0;
+            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.button2.ForeColor = System.Drawing.Color.Black;
-            this.button2.Location = new System.Drawing.Point(131, 163);
+            this.button2.Location = new System.Drawing.Point(129, 163);
             this.button2.Name = "button2";
             this.button2.Size = new System.Drawing.Size(126, 35);
             this.button2.TabIndex = 50;
             this.button2.Text = "楠岃瘉鍗″瘑";
             this.button2.UseVisualStyleBackColor = false;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
             // 
             // label3
             // 
@@ -128,18 +128,18 @@
             this.label3.Size = new System.Drawing.Size(79, 20);
             this.label3.TabIndex = 48;
             this.label3.Text = "鑱旂郴绠$悊鍛�";
-            this.label3.Click += new System.EventHandler(this.label4_Click);
+            this.label3.Click += new System.EventHandler(this.label3_Click);
             // 
             // label5
             // 
-            this.label5.AutoSize = true;
             this.label5.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F);
             this.label5.ForeColor = System.Drawing.Color.Red;
-            this.label5.Location = new System.Drawing.Point(35, 23);
+            this.label5.Location = new System.Drawing.Point(9, 23);
             this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(337, 20);
+            this.label5.Size = new System.Drawing.Size(367, 20);
             this.label5.TabIndex = 47;
             this.label5.Text = "浣犲綋鍓嶄娇鐢ㄧ殑鏄厤璐圭増-姘镐箙鍏嶈垂锛屼粎鑳芥煡鐪嬪皯閲忔暟鎹�";
+            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
             // 
             // label6
             // 
@@ -151,9 +151,9 @@
             this.label6.Size = new System.Drawing.Size(65, 20);
             this.label6.TabIndex = 48;
             this.label6.Text = "鏈嶅姟浠锋牸";
-            this.label6.Click += new System.EventHandler(this.label4_Click);
+            this.label6.Click += new System.EventHandler(this.price_Click);
             // 
-            // Form5
+            // CardPwd
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -168,7 +168,7 @@
             this.Controls.Add(this.label4);
             this.Controls.Add(this.label5);
             this.Controls.Add(this.label29);
-            this.Name = "Form5";
+            this.Name = "CardPwd";
             this.Text = "鍗″瘑楠岃瘉";
             this.ResumeLayout(false);
             this.PerformLayout();

--
Gitblit v1.8.0