namespace VEPROMS
{
	partial class AboutVEPROMS
	{
		/// 
		/// Required designer variable.
		/// 
		private System.ComponentModel.IContainer components = null;
		/// 
		/// Clean up any resources being used.
		/// 
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}
		#region Windows Form Designer generated code
		/// 
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// 
		private void InitializeComponent()
		{
			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.LinkLabel();
			this.textBoxDescription = new System.Windows.Forms.TextBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.panel3 = new System.Windows.Forms.Panel();
			this.panel4 = new System.Windows.Forms.Panel();
			this.panel5 = new System.Windows.Forms.Panel();
			this.panel6 = new System.Windows.Forms.Panel();
			this.panel7 = new System.Windows.Forms.Panel();
			this.btnEULA = new DevComponents.DotNetBar.ButtonX();
			this.btnOK = new DevComponents.DotNetBar.ButtonX();
			((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.panel3.SuspendLayout();
			this.panel4.SuspendLayout();
			this.panel5.SuspendLayout();
			this.panel6.SuspendLayout();
			this.panel7.SuspendLayout();
			this.SuspendLayout();
			// 
			// logoPictureBox
			// 
			this.logoPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
			this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.logoPictureBox.Image = global::VEPROMS.Properties.Resources.Red_V_txt_NB_bur_1984;
			this.logoPictureBox.Location = new System.Drawing.Point(0, 0);
			this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4);
			this.logoPictureBox.Name = "logoPictureBox";
			this.logoPictureBox.Size = new System.Drawing.Size(437, 152);
			this.logoPictureBox.TabIndex = 25;
			this.logoPictureBox.TabStop = false;
			this.logoPictureBox.Click += new System.EventHandler(this.logoPictureBox_Click);
			// 
			// labelProductName
			// 
			this.labelProductName.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelProductName.Location = new System.Drawing.Point(0, 0);
			this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
			this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21);
			this.labelProductName.Name = "labelProductName";
			this.labelProductName.Size = new System.Drawing.Size(437, 21);
			this.labelProductName.TabIndex = 19;
			this.labelProductName.Text = "Proms 2010";
			this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelVersion
			// 
			this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelVersion.Location = new System.Drawing.Point(0, 0);
			this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
			this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21);
			this.labelVersion.Name = "labelVersion";
			this.labelVersion.Size = new System.Drawing.Size(437, 21);
			this.labelVersion.TabIndex = 0;
			this.labelVersion.Text = "Version 1 Beta Release";
			this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelCopyright
			// 
			this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelCopyright.Location = new System.Drawing.Point(0, 0);
			this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
			this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21);
			this.labelCopyright.Name = "labelCopyright";
			this.labelCopyright.Size = new System.Drawing.Size(437, 21);
			this.labelCopyright.TabIndex = 21;
			this.labelCopyright.Text = "Copyright 2008";
			this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelCompanyName
			// 
			this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelCompanyName.Location = new System.Drawing.Point(0, 0);
			this.labelCompanyName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
			this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21);
			this.labelCompanyName.Name = "labelCompanyName";
			this.labelCompanyName.Size = new System.Drawing.Size(437, 21);
			this.labelCompanyName.TabIndex = 22;
			this.labelCompanyName.TabStop = true;
			this.labelCompanyName.Text = "Volian Enterprises Inc.";
			this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labelCompanyName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelCompanyName_LinkClicked);
			// 
			// textBoxDescription
			// 
			this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
			this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textBoxDescription.Location = new System.Drawing.Point(0, 0);
			this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4);
			this.textBoxDescription.Multiline = true;
			this.textBoxDescription.Name = "textBoxDescription";
			this.textBoxDescription.ReadOnly = true;
			this.textBoxDescription.Size = new System.Drawing.Size(437, 154);
			this.textBoxDescription.TabIndex = 23;
			this.textBoxDescription.TabStop = false;
			this.textBoxDescription.Text = "Thank you for choosing PROMS for your procedure maintenance solution.\r\n\r\nPROMS is" +
				" protected under the copyright laws.\r\n\r\nPlease refer the the End User Licence Ag" +
				"reement (EULA) for the terms of use.\r\n";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.logoPictureBox);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(12, 11);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(437, 152);
			this.panel1.TabIndex = 26;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.labelProductName);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel2.Location = new System.Drawing.Point(12, 163);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(437, 33);
			this.panel2.TabIndex = 27;
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.labelVersion);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(12, 196);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(437, 33);
			this.panel3.TabIndex = 28;
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.labelCopyright);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel4.Location = new System.Drawing.Point(12, 229);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(437, 33);
			this.panel4.TabIndex = 29;
			// 
			// panel5
			// 
			this.panel5.Controls.Add(this.labelCompanyName);
			this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel5.Location = new System.Drawing.Point(12, 262);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(437, 33);
			this.panel5.TabIndex = 30;
			// 
			// panel6
			// 
			this.panel6.Controls.Add(this.textBoxDescription);
			this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel6.Location = new System.Drawing.Point(12, 295);
			this.panel6.Name = "panel6";
			this.panel6.Size = new System.Drawing.Size(437, 154);
			this.panel6.TabIndex = 31;
			// 
			// panel7
			// 
			this.panel7.Controls.Add(this.btnEULA);
			this.panel7.Controls.Add(this.btnOK);
			this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel7.Location = new System.Drawing.Point(12, 449);
			this.panel7.Name = "panel7";
			this.panel7.Size = new System.Drawing.Size(437, 47);
			this.panel7.TabIndex = 32;
			// 
			// btnEULA
			// 
			this.btnEULA.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnEULA.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnEULA.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnEULA.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btnEULA.Location = new System.Drawing.Point(169, 13);
			this.btnEULA.Name = "btnEULA";
			this.btnEULA.Size = new System.Drawing.Size(91, 29);
			this.btnEULA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnEULA.TabIndex = 27;
			this.btnEULA.Text = "&View EULA";
			this.btnEULA.Click += new System.EventHandler(this.btnViewEULA_Click);
			// 
			// btnOK
			// 
			this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.btnOK.Location = new System.Drawing.Point(359, 13);
			this.btnOK.Name = "btnOK";
			this.btnOK.Size = new System.Drawing.Size(75, 29);
			this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnOK.TabIndex = 26;
			this.btnOK.Text = "&OK";
			// 
			// AboutVEPROMS
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.ClientSize = new System.Drawing.Size(461, 500);
			this.Controls.Add(this.panel7);
			this.Controls.Add(this.panel6);
			this.Controls.Add(this.panel5);
			this.Controls.Add(this.panel4);
			this.Controls.Add(this.panel3);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.panel1);
			this.DoubleBuffered = true;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Margin = new System.Windows.Forms.Padding(4);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "AboutVEPROMS";
			this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "About Proms 2010";
			((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			this.panel4.ResumeLayout(false);
			this.panel5.ResumeLayout(false);
			this.panel6.ResumeLayout(false);
			this.panel6.PerformLayout();
			this.panel7.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		#endregion
		private System.Windows.Forms.Label labelProductName;
		private System.Windows.Forms.Label labelVersion;
		private System.Windows.Forms.Label labelCopyright;
		private System.Windows.Forms.LinkLabel labelCompanyName;
		private System.Windows.Forms.TextBox textBoxDescription;
		private System.Windows.Forms.PictureBox logoPictureBox;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.Panel panel3;
		private System.Windows.Forms.Panel panel4;
		private System.Windows.Forms.Panel panel5;
		private System.Windows.Forms.Panel panel6;
		private System.Windows.Forms.Panel panel7;
		private DevComponents.DotNetBar.ButtonX btnOK;
		private DevComponents.DotNetBar.ButtonX btnEULA;
	}
}