diff --git a/Remontor/.vs/Remontor/v17/.suo b/Remontor/.vs/Remontor/v17/.suo index 2182875..a221aa3 100644 Binary files a/Remontor/.vs/Remontor/v17/.suo and b/Remontor/.vs/Remontor/v17/.suo differ diff --git a/Remontor/AboutForm.Designer.cs b/Remontor/AboutForm.Designer.cs index 6bb70f7..51071d0 100644 --- a/Remontor/AboutForm.Designer.cs +++ b/Remontor/AboutForm.Designer.cs @@ -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; } } \ No newline at end of file diff --git a/Remontor/bin/Debug/SCCMанагер.exe b/Remontor/bin/Debug/SCCMанагер.exe index af69af1..e2d6eb5 100644 Binary files a/Remontor/bin/Debug/SCCMанагер.exe and b/Remontor/bin/Debug/SCCMанагер.exe differ diff --git a/Remontor/bin/Debug/SCCMанагер.pdb b/Remontor/bin/Debug/SCCMанагер.pdb index 3f160c4..2e48d22 100644 Binary files a/Remontor/bin/Debug/SCCMанагер.pdb and b/Remontor/bin/Debug/SCCMанагер.pdb differ diff --git a/Remontor/bin/Debug/res.dat b/Remontor/bin/Debug/res.dat index 2025ae3..401ba72 100644 Binary files a/Remontor/bin/Debug/res.dat and b/Remontor/bin/Debug/res.dat differ diff --git a/Remontor/bin/Release/SCCMанагер.exe b/Remontor/bin/Release/SCCMанагер.exe index e948bb6..6ceb1ca 100644 Binary files a/Remontor/bin/Release/SCCMанагер.exe and b/Remontor/bin/Release/SCCMанагер.exe differ diff --git a/Remontor/bin/Release/SCCMанагер.pdb b/Remontor/bin/Release/SCCMанагер.pdb index 8b09c33..6c73a9d 100644 Binary files a/Remontor/bin/Release/SCCMанагер.pdb and b/Remontor/bin/Release/SCCMанагер.pdb differ diff --git a/Remontor/bin/Release/res.dat b/Remontor/bin/Release/res.dat index f41071f..49141e5 100644 Binary files a/Remontor/bin/Release/res.dat and b/Remontor/bin/Release/res.dat differ diff --git a/Remontor/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Remontor/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 50b1777..34deefa 100644 Binary files a/Remontor/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Remontor/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Remontor/obj/Debug/Remontor.csproj.GenerateResource.cache b/Remontor/obj/Debug/Remontor.csproj.GenerateResource.cache index af2b040..a4ef27e 100644 Binary files a/Remontor/obj/Debug/Remontor.csproj.GenerateResource.cache and b/Remontor/obj/Debug/Remontor.csproj.GenerateResource.cache differ diff --git a/Remontor/obj/Debug/SCCMанагер.exe b/Remontor/obj/Debug/SCCMанагер.exe index af69af1..e2d6eb5 100644 Binary files a/Remontor/obj/Debug/SCCMанагер.exe and b/Remontor/obj/Debug/SCCMанагер.exe differ diff --git a/Remontor/obj/Debug/SCCMанагер.pdb b/Remontor/obj/Debug/SCCMанагер.pdb index 3f160c4..2e48d22 100644 Binary files a/Remontor/obj/Debug/SCCMанагер.pdb and b/Remontor/obj/Debug/SCCMанагер.pdb differ diff --git a/Remontor/obj/Release/Remontor.csproj.GenerateResource.cache b/Remontor/obj/Release/Remontor.csproj.GenerateResource.cache index 14a76a7..6f348e6 100644 Binary files a/Remontor/obj/Release/Remontor.csproj.GenerateResource.cache and b/Remontor/obj/Release/Remontor.csproj.GenerateResource.cache differ diff --git a/Remontor/obj/Release/SCCMанагер.exe b/Remontor/obj/Release/SCCMанагер.exe index e948bb6..6ceb1ca 100644 Binary files a/Remontor/obj/Release/SCCMанагер.exe and b/Remontor/obj/Release/SCCMанагер.exe differ diff --git a/Remontor/obj/Release/SCCMанагер.pdb b/Remontor/obj/Release/SCCMанагер.pdb index 8b09c33..6c73a9d 100644 Binary files a/Remontor/obj/Release/SCCMанагер.pdb and b/Remontor/obj/Release/SCCMанагер.pdb differ