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

---
 WindowsFormsApp1/WXGroup.Designer.cs |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/WindowsFormsApp1/WXGroup.Designer.cs b/WindowsFormsApp1/WXGroup.Designer.cs
index ce82fbd..dab6cdc 100644
--- a/WindowsFormsApp1/WXGroup.Designer.cs
+++ b/WindowsFormsApp1/WXGroup.Designer.cs
@@ -26,21 +26,15 @@
         /// Required method for Designer support - do not modify
         /// the contents of this method with the code editor.
         /// </summary>
+        /// 
+        System.Windows.Forms.PictureBox pictureBox1;
         private void InitializeComponent()
         {
-            System.Windows.Forms.PictureBox pictureBox1;
+          
             this.button7 = new System.Windows.Forms.Button();
             pictureBox1 = new System.Windows.Forms.PictureBox();
             ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
             this.SuspendLayout();
-            // 
-            // pictureBox1
-            // 
-            pictureBox1.Location = new System.Drawing.Point(41, 12);
-            pictureBox1.Name = "pictureBox1";
-            pictureBox1.Size = new System.Drawing.Size(200, 200);
-            pictureBox1.TabIndex = 45;
-            pictureBox1.TabStop = false;
             // 
             // button7
             // 
@@ -53,15 +47,25 @@
             this.button7.TabIndex = 46;
             this.button7.Text = "鍒锋柊浜岀淮鐮�";
             this.button7.UseVisualStyleBackColor = false;
+            this.button7.Click += new System.EventHandler(this.button7_Click);
             // 
-            // Form1
+            // pictureBox1
+            // 
+            pictureBox1.Location = new System.Drawing.Point(41, 12);
+            pictureBox1.Name = "pictureBox1";
+            pictureBox1.Size = new System.Drawing.Size(200, 200);
+            pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            pictureBox1.TabIndex = 45;
+            pictureBox1.TabStop = false;
+            // 
+            // WXGroup
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(284, 262);
             this.Controls.Add(this.button7);
             this.Controls.Add(pictureBox1);
-            this.Name = "Form1";
+            this.Name = "WXGroup";
             this.Text = "鎵爜杩涚兢";
             ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
             this.ResumeLayout(false);

--
Gitblit v1.8.0