mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
194 lines
11 KiB
C#
194 lines
11 KiB
C#
namespace RelaunchProcess
|
||
{
|
||
partial class AboutBox
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
|
||
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
||
this.logoPictureBox = new System.Windows.Forms.PictureBox();
|
||
this.labelProductName = new System.Windows.Forms.Label();
|
||
this.labelVersion = new System.Windows.Forms.Label();
|
||
this.labelCopyright = new System.Windows.Forms.LinkLabel();
|
||
this.labelCompanyName = new System.Windows.Forms.Label();
|
||
this.textBoxDescription = new System.Windows.Forms.TextBox();
|
||
this.okButton = new System.Windows.Forms.Button();
|
||
this.tableLayoutPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// tableLayoutPanel
|
||
//
|
||
this.tableLayoutPanel.ColumnCount = 2;
|
||
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
||
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
|
||
this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
|
||
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
|
||
this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
|
||
this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
|
||
this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
|
||
this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
|
||
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
|
||
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel.Location = new System.Drawing.Point(14, 14);
|
||
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.tableLayoutPanel.Name = "tableLayoutPanel";
|
||
this.tableLayoutPanel.RowCount = 6;
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||
this.tableLayoutPanel.Size = new System.Drawing.Size(624, 407);
|
||
this.tableLayoutPanel.TabIndex = 0;
|
||
//
|
||
// logoPictureBox
|
||
//
|
||
this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
|
||
this.logoPictureBox.Location = new System.Drawing.Point(4, 5);
|
||
this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.logoPictureBox.Name = "logoPictureBox";
|
||
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
|
||
this.logoPictureBox.Size = new System.Drawing.Size(197, 397);
|
||
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.logoPictureBox.TabIndex = 12;
|
||
this.logoPictureBox.TabStop = false;
|
||
//
|
||
// labelProductName
|
||
//
|
||
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelProductName.Location = new System.Drawing.Point(214, 0);
|
||
this.labelProductName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
|
||
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 26);
|
||
this.labelProductName.Name = "labelProductName";
|
||
this.labelProductName.Size = new System.Drawing.Size(406, 26);
|
||
this.labelProductName.TabIndex = 19;
|
||
this.labelProductName.Text = "Название продукта";
|
||
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// labelVersion
|
||
//
|
||
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelVersion.Location = new System.Drawing.Point(214, 40);
|
||
this.labelVersion.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
|
||
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 26);
|
||
this.labelVersion.Name = "labelVersion";
|
||
this.labelVersion.Size = new System.Drawing.Size(406, 26);
|
||
this.labelVersion.TabIndex = 0;
|
||
this.labelVersion.Text = "Версия";
|
||
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// labelCopyright
|
||
//
|
||
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelCopyright.Location = new System.Drawing.Point(214, 80);
|
||
this.labelCopyright.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
|
||
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 26);
|
||
this.labelCopyright.Name = "labelCopyright";
|
||
this.labelCopyright.Size = new System.Drawing.Size(406, 26);
|
||
this.labelCopyright.TabIndex = 21;
|
||
this.labelCopyright.TabStop = true;
|
||
this.labelCopyright.Text = "Авторские права";
|
||
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.labelCopyright.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelCopyright_LinkClicked);
|
||
//
|
||
// labelCompanyName
|
||
//
|
||
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.labelCompanyName.Location = new System.Drawing.Point(214, 120);
|
||
this.labelCompanyName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
|
||
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 26);
|
||
this.labelCompanyName.Name = "labelCompanyName";
|
||
this.labelCompanyName.Size = new System.Drawing.Size(406, 26);
|
||
this.labelCompanyName.TabIndex = 22;
|
||
this.labelCompanyName.Text = "Название организации";
|
||
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// textBoxDescription
|
||
//
|
||
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.textBoxDescription.Location = new System.Drawing.Point(214, 165);
|
||
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(9, 5, 4, 5);
|
||
this.textBoxDescription.Multiline = true;
|
||
this.textBoxDescription.Name = "textBoxDescription";
|
||
this.textBoxDescription.ReadOnly = true;
|
||
this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||
this.textBoxDescription.Size = new System.Drawing.Size(406, 193);
|
||
this.textBoxDescription.TabIndex = 23;
|
||
this.textBoxDescription.TabStop = false;
|
||
this.textBoxDescription.Text = "Описание";
|
||
//
|
||
// okButton
|
||
//
|
||
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||
this.okButton.Location = new System.Drawing.Point(508, 368);
|
||
this.okButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.okButton.Name = "okButton";
|
||
this.okButton.Size = new System.Drawing.Size(112, 34);
|
||
this.okButton.TabIndex = 24;
|
||
this.okButton.Text = "&ОК";
|
||
//
|
||
// AboutBox
|
||
//
|
||
this.AcceptButton = this.okButton;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(652, 435);
|
||
this.Controls.Add(this.tableLayoutPanel);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "AboutBox";
|
||
this.Padding = new System.Windows.Forms.Padding(14);
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "About";
|
||
this.tableLayoutPanel.ResumeLayout(false);
|
||
this.tableLayoutPanel.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
|
||
private System.Windows.Forms.PictureBox logoPictureBox;
|
||
private System.Windows.Forms.Label labelProductName;
|
||
private System.Windows.Forms.Label labelVersion;
|
||
private System.Windows.Forms.LinkLabel labelCopyright;
|
||
private System.Windows.Forms.Label labelCompanyName;
|
||
private System.Windows.Forms.TextBox textBoxDescription;
|
||
private System.Windows.Forms.Button okButton;
|
||
}
|
||
}
|