You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
13 KiB
224 lines
13 KiB
namespace AB |
|
{ |
|
partial class AboutBox1 |
|
{ |
|
/// <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() |
|
{ |
|
this.components = new System.ComponentModel.Container(); |
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1)); |
|
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.Label(); |
|
this.labelCompanyName = new System.Windows.Forms.Label(); |
|
this.textBoxDescription = new System.Windows.Forms.TextBox(); |
|
this.label1 = new System.Windows.Forms.Label(); |
|
this.okButton = new System.Windows.Forms.Button(); |
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components); |
|
this.timer1 = new System.Windows.Forms.Timer(this.components); |
|
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.Absolute, 220F)); |
|
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 269F)); |
|
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, 5); |
|
this.tableLayoutPanel.Controls.Add(this.label1, 1, 4); |
|
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 6); |
|
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9); |
|
this.tableLayoutPanel.Name = "tableLayoutPanel"; |
|
this.tableLayoutPanel.RowCount = 7; |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
|
this.tableLayoutPanel.Size = new System.Drawing.Size(489, 222); |
|
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(3, 3); |
|
this.logoPictureBox.Name = "logoPictureBox"; |
|
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 7); |
|
this.logoPictureBox.Size = new System.Drawing.Size(214, 216); |
|
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
|
this.logoPictureBox.TabIndex = 12; |
|
this.logoPictureBox.TabStop = false; |
|
this.logoPictureBox.MouseEnter += new System.EventHandler(this.logoPictureBox_MouseEnter); |
|
this.logoPictureBox.MouseLeave += new System.EventHandler(this.logoPictureBox_MouseLeave); |
|
// |
|
// labelProductName |
|
// |
|
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.labelProductName.Location = new System.Drawing.Point(226, 0); |
|
this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); |
|
this.labelProductName.Name = "labelProductName"; |
|
this.labelProductName.Size = new System.Drawing.Size(260, 17); |
|
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(226, 20); |
|
this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17); |
|
this.labelVersion.Name = "labelVersion"; |
|
this.labelVersion.Size = new System.Drawing.Size(260, 17); |
|
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(226, 40); |
|
this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); |
|
this.labelCopyright.Name = "labelCopyright"; |
|
this.labelCopyright.Size = new System.Drawing.Size(260, 17); |
|
this.labelCopyright.TabIndex = 21; |
|
this.labelCopyright.Text = "Авторские права"; |
|
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
// |
|
// labelCompanyName |
|
// |
|
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.labelCompanyName.Location = new System.Drawing.Point(226, 60); |
|
this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); |
|
this.labelCompanyName.Name = "labelCompanyName"; |
|
this.labelCompanyName.Size = new System.Drawing.Size(260, 17); |
|
this.labelCompanyName.TabIndex = 22; |
|
this.labelCompanyName.Text = "Название организации"; |
|
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
// |
|
// textBoxDescription |
|
// |
|
this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
| System.Windows.Forms.AnchorStyles.Left) |
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
this.textBoxDescription.Location = new System.Drawing.Point(226, 103); |
|
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); |
|
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(260, 86); |
|
this.textBoxDescription.TabIndex = 23; |
|
this.textBoxDescription.TabStop = false; |
|
this.textBoxDescription.Text = "Описание"; |
|
// |
|
// label1 |
|
// |
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.label1.Location = new System.Drawing.Point(226, 80); |
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
this.label1.MaximumSize = new System.Drawing.Size(0, 17); |
|
this.label1.Name = "label1"; |
|
this.label1.Size = new System.Drawing.Size(260, 17); |
|
this.label1.TabIndex = 25; |
|
this.label1.Text = "Описание"; |
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
// |
|
// 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(411, 196); |
|
this.okButton.Name = "okButton"; |
|
this.okButton.Size = new System.Drawing.Size(75, 23); |
|
this.okButton.TabIndex = 24; |
|
this.okButton.Text = "&ОК"; |
|
// |
|
// imageList1 |
|
// |
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); |
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent; |
|
this.imageList1.Images.SetKeyName(0, "im1.gif"); |
|
this.imageList1.Images.SetKeyName(1, "im2.gif"); |
|
// |
|
// timer1 |
|
// |
|
this.timer1.Interval = 200; |
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); |
|
// |
|
// AboutBox1 |
|
// |
|
this.AcceptButton = this.okButton; |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.ClientSize = new System.Drawing.Size(507, 240); |
|
this.Controls.Add(this.tableLayoutPanel); |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|
this.MaximizeBox = false; |
|
this.MinimizeBox = false; |
|
this.Name = "AboutBox1"; |
|
this.Padding = new System.Windows.Forms.Padding(9); |
|
this.ShowIcon = false; |
|
this.ShowInTaskbar = false; |
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
this.Text = "AboutBox1"; |
|
this.Load += new System.EventHandler(this.AboutBox1_Load); |
|
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.ImageList imageList1; |
|
private System.Windows.Forms.PictureBox logoPictureBox; |
|
private System.Windows.Forms.Timer timer1; |
|
private System.Windows.Forms.Button okButton; |
|
public System.Windows.Forms.Label labelProductName; |
|
public System.Windows.Forms.Label labelVersion; |
|
public System.Windows.Forms.Label labelCopyright; |
|
public System.Windows.Forms.Label labelCompanyName; |
|
public System.Windows.Forms.TextBox textBoxDescription; |
|
public System.Windows.Forms.Label label1; |
|
} |
|
}
|
|
|