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