об авторах поправил табулатуру

This commit is contained in:
klavirshik 2024-11-10 18:46:12 +02:00
parent ee54b15cc3
commit dab1f0b45f
15 changed files with 21 additions and 7 deletions

Binary file not shown.

View File

@ -35,7 +35,9 @@
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
@ -50,17 +52,17 @@
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(12, 240);
this.label20.Location = new System.Drawing.Point(6, 15);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(163, 39);
this.label20.Size = new System.Drawing.Size(160, 39);
this.label20.TabIndex = 8;
this.label20.Text = "Цензура, идеи, тестирование \r\n Илюхин Георгий Николаевич \r\ngeorgii.iliukhin@gmai" +
"l.com";
this.label20.Text = "Цензура, идеи, тестирование \r\nИлюхин Георгий Николаевич \r\ngeorgii.iliukhin@gmail" +
".com";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(201, 240);
this.label19.Location = new System.Drawing.Point(183, 15);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(170, 39);
this.label19.TabIndex = 7;
@ -94,16 +96,25 @@
this.label3.TabIndex = 11;
this.label3.Text = "Версия 0.2";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label20);
this.groupBox1.Controls.Add(this.label19);
this.groupBox1.Location = new System.Drawing.Point(12, 226);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(359, 64);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(383, 313);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label20);
this.Controls.Add(this.label19);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
@ -113,6 +124,8 @@
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "О программе";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -126,5 +139,6 @@
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox1;
}
}

Binary file not shown.

Binary file not shown.