498 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			498 lines
		
	
	
		
			25 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ROEditor
 | |
| {
 | |
| 	partial class AboutROEditor
 | |
| 	{
 | |
| 		/// <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()
 | |
| 		{
 | |
| 			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.labelVersionDateTime = new System.Windows.Forms.Label();
 | |
| 			this.labelServer = new System.Windows.Forms.Label();
 | |
| 			this.labelDatabase = new System.Windows.Forms.Label();
 | |
| 			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 System.Windows.Forms.Button();
 | |
| 			this.btnOK = new System.Windows.Forms.Button();
 | |
| 			((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::ROEditor.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(577, 174);
 | |
| 			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(577, 21);
 | |
| 			this.labelProductName.TabIndex = 19;
 | |
| 			this.labelProductName.Text = "Referenced Object Editor";
 | |
| 			this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
| 			// 
 | |
| 			// labelVersion
 | |
| 			// 
 | |
| 			this.labelVersion.Dock = System.Windows.Forms.DockStyle.Top;
 | |
| 			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(577, 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(577, 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(577, 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(577, 119);
 | |
| 			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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel1.Name = "panel1";
 | |
| 			this.panel1.Size = new System.Drawing.Size(577, 174);
 | |
| 			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, 185);
 | |
| 			this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel2.Name = "panel2";
 | |
| 			this.panel2.Size = new System.Drawing.Size(577, 31);
 | |
| 			this.panel2.TabIndex = 27;
 | |
| 			// 
 | |
| 			// panel3
 | |
| 			// 
 | |
| 			this.panel3.Controls.Add(this.labelVersionDateTime);
 | |
| 			this.panel3.Controls.Add(this.labelServer);
 | |
| 			this.panel3.Controls.Add(this.labelDatabase);
 | |
| 			this.panel3.Controls.Add(this.labelVersion);
 | |
| 			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
 | |
| 			this.panel3.Location = new System.Drawing.Point(12, 216);
 | |
| 			this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel3.Name = "panel3";
 | |
| 			this.panel3.Size = new System.Drawing.Size(577, 82);
 | |
| 			this.panel3.TabIndex = 28;
 | |
| 			// 
 | |
| 			// labelVersionDateTime
 | |
| 			// 
 | |
| 			this.labelVersionDateTime.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.labelVersionDateTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.labelVersionDateTime.Location = new System.Drawing.Point(0, 19);
 | |
| 			this.labelVersionDateTime.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
 | |
| 			this.labelVersionDateTime.MaximumSize = new System.Drawing.Size(0, 21);
 | |
| 			this.labelVersionDateTime.Name = "labelVersionDateTime";
 | |
| 			this.labelVersionDateTime.Size = new System.Drawing.Size(577, 21);
 | |
| 			this.labelVersionDateTime.TabIndex = 1;
 | |
| 			this.labelVersionDateTime.Text = "Version Date/Time";
 | |
| 			this.labelVersionDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
| 			// 
 | |
| 			// labelServer
 | |
| 			// 
 | |
| 			this.labelServer.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.labelServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.labelServer.Location = new System.Drawing.Point(0, 40);
 | |
| 			this.labelServer.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
 | |
| 			this.labelServer.MaximumSize = new System.Drawing.Size(0, 21);
 | |
| 			this.labelServer.Name = "labelServer";
 | |
| 			this.labelServer.Size = new System.Drawing.Size(577, 21);
 | |
| 			this.labelServer.TabIndex = 3;
 | |
| 			this.labelServer.Text = "SQL Server Name";
 | |
| 			this.labelServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
| 			// 
 | |
| 			// labelDatabase
 | |
| 			// 
 | |
| 			this.labelDatabase.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.labelDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.labelDatabase.Location = new System.Drawing.Point(0, 61);
 | |
| 			this.labelDatabase.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
 | |
| 			this.labelDatabase.MaximumSize = new System.Drawing.Size(0, 21);
 | |
| 			this.labelDatabase.Name = "labelDatabase";
 | |
| 			this.labelDatabase.Size = new System.Drawing.Size(577, 21);
 | |
| 			this.labelDatabase.TabIndex = 2;
 | |
| 			this.labelDatabase.Text = "Database Name";
 | |
| 			this.labelDatabase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
| 			// 
 | |
| 			// panel4
 | |
| 			// 
 | |
| 			this.panel4.Controls.Add(this.labelCopyright);
 | |
| 			this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
| 			this.panel4.Location = new System.Drawing.Point(12, 298);
 | |
| 			this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel4.Name = "panel4";
 | |
| 			this.panel4.Size = new System.Drawing.Size(577, 28);
 | |
| 			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, 326);
 | |
| 			this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel5.Name = "panel5";
 | |
| 			this.panel5.Size = new System.Drawing.Size(577, 28);
 | |
| 			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, 354);
 | |
| 			this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel6.Name = "panel6";
 | |
| 			this.panel6.Size = new System.Drawing.Size(577, 119);
 | |
| 			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, 473);
 | |
| 			this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.panel7.Name = "panel7";
 | |
| 			this.panel7.Size = new System.Drawing.Size(577, 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.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(309, 14);
 | |
| 			this.btnEULA.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.btnEULA.Name = "btnEULA";
 | |
| 			this.btnEULA.Size = new System.Drawing.Size(91, 30);
 | |
| 			this.btnEULA.TabIndex = 27;
 | |
| 			this.btnEULA.Text = "&View EULA";
 | |
| 			this.btnEULA.Visible = false;
 | |
| 			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.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(499, 14);
 | |
| 			this.btnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.btnOK.Name = "btnOK";
 | |
| 			this.btnOK.Size = new System.Drawing.Size(75, 30);
 | |
| 			this.btnOK.TabIndex = 26;
 | |
| 			this.btnOK.Text = "&OK";
 | |
| 			// 
 | |
| 			// AboutROEditor
 | |
| 			// 
 | |
| 			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(601, 529);
 | |
| 			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 = "AboutROEditor";
 | |
| 			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);
 | |
| 
 | |
| 		}
 | |
| 		//private void InitializeComponentORG()
 | |
| 		//{
 | |
| 		//    System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutROEditor));
 | |
| 		//    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 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(12, 11);
 | |
| 		//    this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4);
 | |
| 		//    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(556, 326);
 | |
| 		//    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, 4);
 | |
| 		//    this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4);
 | |
| 		//    this.logoPictureBox.Name = "logoPictureBox";
 | |
| 		//    this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
 | |
| 		//    this.logoPictureBox.Size = new System.Drawing.Size(175, 318);
 | |
| 		//    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(191, 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(361, 21);
 | |
| 		//    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.Location = new System.Drawing.Point(191, 32);
 | |
| 		//    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(361, 21);
 | |
| 		//    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.Location = new System.Drawing.Point(191, 64);
 | |
| 		//    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(361, 21);
 | |
| 		//    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.Location = new System.Drawing.Point(191, 96);
 | |
| 		//    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(361, 21);
 | |
| 		//    this.labelCompanyName.TabIndex = 22;
 | |
| 		//    this.labelCompanyName.Text = "Company Name";
 | |
| 		//    this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
| 		//    // 
 | |
| 		//    // textBoxDescription
 | |
| 		//    // 
 | |
| 		//    this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 		//    this.textBoxDescription.Location = new System.Drawing.Point(191, 132);
 | |
| 		//    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.ScrollBars = System.Windows.Forms.ScrollBars.Both;
 | |
| 		//    this.textBoxDescription.Size = new System.Drawing.Size(361, 155);
 | |
| 		//    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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 		//    this.okButton.Location = new System.Drawing.Point(452, 295);
 | |
| 		//    this.okButton.Margin = new System.Windows.Forms.Padding(4);
 | |
| 		//    this.okButton.Name = "okButton";
 | |
| 		//    this.okButton.Size = new System.Drawing.Size(100, 27);
 | |
| 		//    this.okButton.TabIndex = 24;
 | |
| 		//    this.okButton.Text = "&OK";
 | |
| 		//    // 
 | |
| 		//    // AboutROEditor
 | |
| 		//    // 
 | |
| 		//    this.AcceptButton = this.okButton;
 | |
| 		//    this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
| 		//    this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 		//    this.ClientSize = new System.Drawing.Size(580, 348);
 | |
| 		//    this.Controls.Add(this.tableLayoutPanel);
 | |
| 		//    this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 | |
| 		//    this.Margin = new System.Windows.Forms.Padding(4);
 | |
| 		//    this.MaximizeBox = false;
 | |
| 		//    this.MinimizeBox = false;
 | |
| 		//    this.Name = "AboutROEditor";
 | |
| 		//    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 = "AboutROEditor";
 | |
| 		//    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.Label labelCopyright;
 | |
| 		//private System.Windows.Forms.Label labelCompanyName;
 | |
| 		//private System.Windows.Forms.TextBox textBoxDescription;
 | |
| 		//private System.Windows.Forms.Button okButton;
 | |
| 		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 System.Windows.Forms.Button btnOK;
 | |
| 		private System.Windows.Forms.Button btnEULA;
 | |
| 		private System.Windows.Forms.Label labelVersionDateTime;
 | |
| 		private System.Windows.Forms.Label labelServer;
 | |
| 		private System.Windows.Forms.Label labelDatabase;
 | |
| 	}
 | |
| }
 |