namespace NewArchivesCenter
{
partial class AboutBox1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
logoPictureBox = new System.Windows.Forms.PictureBox();
labelProductName = new System.Windows.Forms.Label();
labelVersion = new System.Windows.Forms.Label();
labelCopyright = new System.Windows.Forms.Label();
labelCompanyName = new System.Windows.Forms.Label();
textBoxDescription = new System.Windows.Forms.TextBox();
okButton = new System.Windows.Forms.Button();
tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)logoPictureBox).BeginInit();
SuspendLayout();
//
// tableLayoutPanel
//
tableLayoutPanel.ColumnCount = 2;
tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.1304359F));
tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.8695641F));
tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
tableLayoutPanel.Controls.Add(labelProductName, 1, 0);
tableLayoutPanel.Controls.Add(labelVersion, 1, 1);
tableLayoutPanel.Controls.Add(labelCopyright, 1, 2);
tableLayoutPanel.Controls.Add(labelCompanyName, 1, 3);
tableLayoutPanel.Controls.Add(textBoxDescription, 1, 4);
tableLayoutPanel.Controls.Add(okButton, 1, 5);
tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
tableLayoutPanel.Name = "tableLayoutPanel";
tableLayoutPanel.RowCount = 6;
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
tableLayoutPanel.Size = new System.Drawing.Size(393, 207);
tableLayoutPanel.TabIndex = 0;
//
// logoPictureBox
//
logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
logoPictureBox.Image = Properties.Resources._256_Icon_0105;
logoPictureBox.Location = new System.Drawing.Point(3, 3);
logoPictureBox.Name = "logoPictureBox";
tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
logoPictureBox.Size = new System.Drawing.Size(187, 201);
logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
logoPictureBox.TabIndex = 12;
logoPictureBox.TabStop = false;
//
// labelProductName
//
labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
labelProductName.Location = new System.Drawing.Point(199, 0);
labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
labelProductName.Name = "labelProductName";
labelProductName.Size = new System.Drawing.Size(191, 16);
labelProductName.TabIndex = 19;
labelProductName.Text = "产品名称";
labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelVersion
//
labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
labelVersion.Location = new System.Drawing.Point(199, 20);
labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
labelVersion.Name = "labelVersion";
labelVersion.Size = new System.Drawing.Size(191, 16);
labelVersion.TabIndex = 0;
labelVersion.Text = "版本";
labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCopyright
//
labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
labelCopyright.Location = new System.Drawing.Point(199, 40);
labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
labelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
labelCopyright.Name = "labelCopyright";
labelCopyright.Size = new System.Drawing.Size(191, 16);
labelCopyright.TabIndex = 21;
labelCopyright.Text = "版权";
labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCompanyName
//
labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
labelCompanyName.Location = new System.Drawing.Point(199, 60);
labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
labelCompanyName.Name = "labelCompanyName";
labelCompanyName.Size = new System.Drawing.Size(191, 16);
labelCompanyName.TabIndex = 22;
labelCompanyName.Text = "公司名称";
labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBoxDescription
//
textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
textBoxDescription.Location = new System.Drawing.Point(199, 83);
textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
textBoxDescription.Multiline = true;
textBoxDescription.Name = "textBoxDescription";
textBoxDescription.ReadOnly = true;
textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
textBoxDescription.Size = new System.Drawing.Size(191, 97);
textBoxDescription.TabIndex = 23;
textBoxDescription.TabStop = false;
textBoxDescription.Text = "说明";
//
// okButton
//
okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
okButton.Location = new System.Drawing.Point(315, 188);
okButton.Name = "okButton";
okButton.Size = new System.Drawing.Size(75, 16);
okButton.TabIndex = 24;
okButton.Text = "确定(&O)";
//
// AboutBox1
//
AcceptButton = okButton;
AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(411, 223);
Controls.Add(tableLayoutPanel);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
MaximizeBox = false;
MinimizeBox = false;
Name = "AboutBox1";
Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
ShowIcon = false;
ShowInTaskbar = false;
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Text = "AboutBox1";
Load += AboutBox1_Load;
tableLayoutPanel.ResumeLayout(false);
tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)logoPictureBox).EndInit();
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.Label labelCopyright;
private System.Windows.Forms.Label labelCompanyName;
private System.Windows.Forms.TextBox textBoxDescription;
private System.Windows.Forms.Button okButton;
}
}