205 lines
12 KiB
C#
205 lines
12 KiB
C#
namespace bot.GUI
|
|
{
|
|
partial class frmAbout
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
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(frmAbout));
|
|
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.okButton = new clControls.clImageButton();
|
|
this.tableLayoutPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.okButton)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel
|
|
//
|
|
this.tableLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.tableLayoutPanel.BackColor = System.Drawing.Color.Transparent;
|
|
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.Location = new System.Drawing.Point(22, 21);
|
|
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, 47.75F));
|
|
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.25F));
|
|
this.tableLayoutPanel.Size = new System.Drawing.Size(390, 240);
|
|
this.tableLayoutPanel.TabIndex = 0;
|
|
//
|
|
// logoPictureBox
|
|
//
|
|
this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.logoPictureBox.Image = global::OpenMetaverse.Properties.Resources.NatiBot;
|
|
this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
|
|
this.logoPictureBox.Name = "logoPictureBox";
|
|
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
|
|
this.logoPictureBox.Size = new System.Drawing.Size(122, 234);
|
|
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.ForeColor = System.Drawing.Color.White;
|
|
this.labelProductName.Location = new System.Drawing.Point(134, 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(253, 17);
|
|
this.labelProductName.TabIndex = 19;
|
|
this.labelProductName.Text = "Product Name";
|
|
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelVersion
|
|
//
|
|
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelVersion.ForeColor = System.Drawing.Color.White;
|
|
this.labelVersion.Location = new System.Drawing.Point(134, 24);
|
|
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(253, 17);
|
|
this.labelVersion.TabIndex = 0;
|
|
this.labelVersion.Text = "Version";
|
|
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelCopyright
|
|
//
|
|
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelCopyright.ForeColor = System.Drawing.Color.White;
|
|
this.labelCopyright.Location = new System.Drawing.Point(134, 48);
|
|
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(253, 17);
|
|
this.labelCopyright.TabIndex = 21;
|
|
this.labelCopyright.Text = "Copyright";
|
|
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelCompanyName
|
|
//
|
|
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelCompanyName.ForeColor = System.Drawing.Color.White;
|
|
this.labelCompanyName.Location = new System.Drawing.Point(134, 72);
|
|
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(253, 17);
|
|
this.labelCompanyName.TabIndex = 22;
|
|
this.labelCompanyName.Text = "Company Name";
|
|
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// textBoxDescription
|
|
//
|
|
this.textBoxDescription.BackColor = System.Drawing.Color.Black;
|
|
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxDescription.ForeColor = System.Drawing.Color.White;
|
|
this.textBoxDescription.Location = new System.Drawing.Point(134, 99);
|
|
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(253, 108);
|
|
this.textBoxDescription.TabIndex = 23;
|
|
this.textBoxDescription.TabStop = false;
|
|
this.textBoxDescription.Text = "Description";
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okButton.ButtonBitmap = null;
|
|
this.okButton.ButtonState = clControls.ButtonState.Normal;
|
|
this.okButton.DisabledBitmap = null;
|
|
this.okButton.Image = bot.Localization.clResourceManager.getNoLanguageButton("btnClose.idle");
|
|
this.okButton.OnMouseClickBitmap = null;
|
|
this.okButton.OnMouseOverBitmap = null;
|
|
this.okButton.Location = new System.Drawing.Point(363, 213);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(24, 24);
|
|
this.okButton.TabIndex = 24;
|
|
this.okButton.TabStop = false;
|
|
this.okButton.Text = "&OK";
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// frmAbout
|
|
//
|
|
this.BackgroundImage = bot.Localization.clResourceManager.getWindow("frmAbout");
|
|
this.ClientSize = new System.Drawing.Size(435, 283);
|
|
this.Controls.Add(this.tableLayoutPanel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmAbout";
|
|
this.Padding = new System.Windows.Forms.Padding(9);
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmAbout";
|
|
this.TransparencyKey = System.Drawing.Color.Yellow;
|
|
this.Load += new System.EventHandler(this.frmAbout_Load);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmAbout_MouseDown);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmAbout_MouseMove);
|
|
this.tableLayoutPanel.ResumeLayout(false);
|
|
this.tableLayoutPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.okButton)).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.Label labelCopyright;
|
|
private System.Windows.Forms.Label labelCompanyName;
|
|
private System.Windows.Forms.TextBox textBoxDescription;
|
|
private clControls.clImageButton okButton;
|
|
}
|
|
}
|