117 lines
4.9 KiB
C#
117 lines
4.9 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();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 180);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(347, 13);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "SCCMанагер программа для удобной организации работы c CSSM\r\n";
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(12, 216);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(439, 13);
|
||
this.label20.TabIndex = 8;
|
||
this.label20.Text = "Цензура, идеи, тестирование Илюхин Георгий Николаевич georgii.iliukhin@gmail.co" +
|
||
"m";
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
this.label19.Location = new System.Drawing.Point(12, 229);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(337, 13);
|
||
this.label19.TabIndex = 7;
|
||
this.label19.Text = "Разработка Симаков Владимир Михайлович klavirshik@yandex.ru";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(420, 250);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(31, 13);
|
||
this.label2.TabIndex = 9;
|
||
this.label2.Text = "2024";
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Image = global::Remontor.Properties.Resources.Main2about;
|
||
this.pictureBox1.Location = new System.Drawing.Point(164, 24);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(128, 128);
|
||
this.pictureBox1.TabIndex = 10;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// AboutForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(457, 272);
|
||
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")));
|
||
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.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;
|
||
}
|
||
} |