144 lines
6.2 KiB
C#
144 lines
6.2 KiB
C#
namespace Remontor.Words
|
||
{
|
||
partial class AboutForm
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
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
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 181);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(353, 13);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "SCCMанагер - программа для удобной организации работы c SCCM\r\n";
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(6, 15);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(160, 39);
|
||
this.label20.TabIndex = 8;
|
||
this.label20.Text = "Цензура, идеи, тестирование \r\nИлюхин Георгий Николаевич \r\ngeorgii.iliukhin@gmail" +
|
||
".com";
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
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;
|
||
this.label19.Text = "Разработка\r\nСимаков Владимир Михайлович\r\nklavirshik@yandex.ru";
|
||
this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(340, 291);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(31, 13);
|
||
this.label2.TabIndex = 9;
|
||
this.label2.Text = "2025";
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Image = global::Remontor.Properties.Resources.Main2about1;
|
||
this.pictureBox1.Location = new System.Drawing.Point(127, 21);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(128, 128);
|
||
this.pictureBox1.TabIndex = 10;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(12, 194);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(62, 13);
|
||
this.label3.TabIndex = 11;
|
||
this.label3.Text = "Версия 0.4";
|
||
//
|
||
// 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.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "AboutForm";
|
||
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();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
}
|
||
} |