Muskafidi há 2 anos atrás
pai
commit
8a16b514fe

BIN
.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)
+        {
+
+        }
     }
 }

BIN
obj/Debug/DesignTimeResolveAssemblyReferences.cache