Muskafidi 2 年之前
父節點
當前提交
8a16b514fe
共有 4 個文件被更改,包括 13 次插入2 次删除
  1. 二進制
      .vs/Avtoprok/v16/.suo
  2. 3 2
      MainForm.Designer.cs
  3. 10 0
      MainForm.cs
  4. 二進制
      obj/Debug/DesignTimeResolveAssemblyReferences.cache

二進制
.vs/Avtoprok/v16/.suo


+ 3 - 2
MainForm.Designer.cs

@@ -67,18 +67,19 @@ namespace Avtoprok
             // label1
             // 
             this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label1.Location = new System.Drawing.Point(0, 25);
+            this.label1.Location = new System.Drawing.Point(0, 29);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(244, 44);
             this.label1.TabIndex = 3;
             this.label1.Text = "DB CarSharing";
             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            this.label1.Click += new System.EventHandler(this.label1_Click);
             // 
             // MainForm
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(244, 261);
+            this.ClientSize = new System.Drawing.Size(252, 267);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.button3);
             this.Controls.Add(this.button2);

+ 10 - 0
MainForm.cs

@@ -21,5 +21,15 @@ namespace Avtoprok
         {
 
         }
+
+        private void label1_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void button5_Click(object sender, EventArgs e)
+        {
+
+        }
     }
 }

二進制
obj/Debug/DesignTimeResolveAssemblyReferences.cache