|  | @@ -1,4 +1,7 @@
 | 
	
		
			
				|  |  | -namespace OTSPeriodicTable
 | 
	
		
			
				|  |  | +using System;
 | 
	
		
			
				|  |  | +using System.Windows.Forms;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +namespace OTSPeriodicTable
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  |      partial class OTSPeriodicTableForm_Small
 | 
	
		
			
				|  |  |      {
 | 
	
	
		
			
				|  | @@ -28,29 +31,33 @@
 | 
	
		
			
				|  |  |          /// </summary>
 | 
	
		
			
				|  |  |          private void InitializeComponent()
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -            //this.linkLabel1 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | +            thePeriodicTable_Small1 = new Controls.ThePeriodicTable_Small();
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // thePeriodicTable_Small1
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.thePeriodicTable_Small1.Location = new System.Drawing.Point(2, 2);
 | 
	
		
			
				|  |  | +            this.thePeriodicTable_Small1.Name = "thePeriodicTable_Small1";
 | 
	
		
			
				|  |  | +            this.thePeriodicTable_Small1.Size = new System.Drawing.Size(925, 550);
 | 
	
		
			
				|  |  | +            //this.thePeriodicTable_Small1.TabIndex = 0;
 | 
	
		
			
				|  |  | +            this.thePeriodicTable_Small1.Visible = true;
 | 
	
		
			
				|  |  | +            //this.SuspendLayout();
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              this.linkLabel2 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  |              this.linkLabel3 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | -            this.thePeriodicTable_Small1 = new OTSPeriodicTable.Controls.ThePeriodicTable_Small();
 | 
	
		
			
				|  |  | +            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | +            this.linkLabel4 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | +            this.linkLabel5 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | +            this.linkLabel6 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  | +            this.linkLabel7 = new System.Windows.Forms.LinkLabel();
 | 
	
		
			
				|  |  |              this.SuspendLayout();
 | 
	
		
			
				|  |  | -            //// 
 | 
	
		
			
				|  |  | -            //// linkLabel1
 | 
	
		
			
				|  |  | -            //// 
 | 
	
		
			
				|  |  | -            //this.linkLabel1.AutoSize = true;
 | 
	
		
			
				|  |  | -            //this.linkLabel1.Location = new System.Drawing.Point(11, 524);
 | 
	
		
			
				|  |  | -            //this.linkLabel1.Name = "linkLabel1";
 | 
	
		
			
				|  |  | -            //this.linkLabel1.Size = new System.Drawing.Size(170, 18);
 | 
	
		
			
				|  |  | -            //this.linkLabel1.TabIndex = 1;
 | 
	
		
			
				|  |  | -            //this.linkLabel1.TabStop = true;
 | 
	
		
			
				|  |  | -            //this.linkLabel1.Text = "Display Completely";
 | 
	
		
			
				|  |  | -            //this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // linkLabel2
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              this.linkLabel2.AutoSize = true;
 | 
	
		
			
				|  |  | -            this.linkLabel2.Location = new System.Drawing.Point(11, 496);
 | 
	
		
			
				|  |  | +            this.linkLabel2.Location = new System.Drawing.Point(7, 337);
 | 
	
		
			
				|  |  | +            this.linkLabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  |              this.linkLabel2.Name = "linkLabel2";
 | 
	
		
			
				|  |  | -            this.linkLabel2.Size = new System.Drawing.Size(170, 18);
 | 
	
		
			
				|  |  | +            this.linkLabel2.Size = new System.Drawing.Size(113, 12);
 | 
	
		
			
				|  |  |              this.linkLabel2.TabIndex = 1;
 | 
	
		
			
				|  |  |              this.linkLabel2.TabStop = true;
 | 
	
		
			
				|  |  |              this.linkLabel2.Text = "All Element Enable";
 | 
	
	
		
			
				|  | @@ -59,34 +66,92 @@
 | 
	
		
			
				|  |  |              // linkLabel3
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              this.linkLabel3.AutoSize = true;
 | 
	
		
			
				|  |  | -            this.linkLabel3.Location = new System.Drawing.Point(11, 469);
 | 
	
		
			
				|  |  | +            this.linkLabel3.Location = new System.Drawing.Point(7, 313);
 | 
	
		
			
				|  |  | +            this.linkLabel3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  |              this.linkLabel3.Name = "linkLabel3";
 | 
	
		
			
				|  |  | -            this.linkLabel3.Size = new System.Drawing.Size(134, 18);
 | 
	
		
			
				|  |  | +            this.linkLabel3.Size = new System.Drawing.Size(89, 12);
 | 
	
		
			
				|  |  |              this.linkLabel3.TabIndex = 1;
 | 
	
		
			
				|  |  |              this.linkLabel3.TabStop = true;
 | 
	
		
			
				|  |  |              this.linkLabel3.Text = "Common Element";
 | 
	
		
			
				|  |  |              this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            // thePeriodicTable_Small1
 | 
	
		
			
				|  |  | +            // linkLabel1
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            this.thePeriodicTable_Small1.Location = new System.Drawing.Point(2, 2);
 | 
	
		
			
				|  |  | -            this.thePeriodicTable_Small1.Name = "thePeriodicTable_Small1";
 | 
	
		
			
				|  |  | -            this.thePeriodicTable_Small1.Size = new System.Drawing.Size(925, 550);
 | 
	
		
			
				|  |  | -            this.thePeriodicTable_Small1.TabIndex = 0;
 | 
	
		
			
				|  |  | +            this.linkLabel1.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.linkLabel1.Location = new System.Drawing.Point(7, 360);
 | 
	
		
			
				|  |  | +            this.linkLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  | +            this.linkLabel1.Name = "linkLabel1";
 | 
	
		
			
				|  |  | +            this.linkLabel1.Size = new System.Drawing.Size(119, 12);
 | 
	
		
			
				|  |  | +            this.linkLabel1.TabIndex = 1;
 | 
	
		
			
				|  |  | +            this.linkLabel1.TabStop = true;
 | 
	
		
			
				|  |  | +            this.linkLabel1.Text = "IncA Element Enable";
 | 
	
		
			
				|  |  | +            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInacA_LinkClicked);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // linkLabel4
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.linkLabel4.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.linkLabel4.Location = new System.Drawing.Point(7, 385);
 | 
	
		
			
				|  |  | +            this.linkLabel4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  | +            this.linkLabel4.Name = "linkLabel4";
 | 
	
		
			
				|  |  | +            this.linkLabel4.Size = new System.Drawing.Size(209, 12);
 | 
	
		
			
				|  |  | +            this.linkLabel4.TabIndex = 2;
 | 
	
		
			
				|  |  | +            this.linkLabel4.TabStop = true;
 | 
	
		
			
				|  |  | +            this.linkLabel4.Text = "Technical Cleanness Element Enable";
 | 
	
		
			
				|  |  | +            this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // linkLabel5
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.linkLabel5.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.linkLabel5.Location = new System.Drawing.Point(7, 410);
 | 
	
		
			
				|  |  | +            this.linkLabel5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  | +            this.linkLabel5.Name = "linkLabel5";
 | 
	
		
			
				|  |  | +            this.linkLabel5.Size = new System.Drawing.Size(197, 12);
 | 
	
		
			
				|  |  | +            this.linkLabel5.TabIndex = 3;
 | 
	
		
			
				|  |  | +            this.linkLabel5.TabStop = true;
 | 
	
		
			
				|  |  | +            this.linkLabel5.Text = "Battery Cleanness Element Enable";
 | 
	
		
			
				|  |  | +            this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // linkLabel6
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.linkLabel6.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.linkLabel6.Location = new System.Drawing.Point(7, 434);
 | 
	
		
			
				|  |  | +            this.linkLabel6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  | +            this.linkLabel6.Name = "linkLabel6";
 | 
	
		
			
				|  |  | +            this.linkLabel6.Size = new System.Drawing.Size(125, 12);
 | 
	
		
			
				|  |  | +            this.linkLabel6.TabIndex = 4;
 | 
	
		
			
				|  |  | +            this.linkLabel6.TabStop = true;
 | 
	
		
			
				|  |  | +            this.linkLabel6.Text = "Steel Element Enable";
 | 
	
		
			
				|  |  | +            this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // linkLabel7
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.linkLabel7.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.linkLabel7.Location = new System.Drawing.Point(7, 455);
 | 
	
		
			
				|  |  | +            this.linkLabel7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | 
	
		
			
				|  |  | +            this.linkLabel7.Name = "linkLabel7";
 | 
	
		
			
				|  |  | +            this.linkLabel7.Size = new System.Drawing.Size(149, 12);
 | 
	
		
			
				|  |  | +            this.linkLabel7.TabIndex = 5;
 | 
	
		
			
				|  |  | +            this.linkLabel7.TabStop = true;
 | 
	
		
			
				|  |  | +            this.linkLabel7.Text = "Aliuminum Element Enable";
 | 
	
		
			
				|  |  | +            this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // OTSPeriodicTableForm_Small
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
 | 
	
		
			
				|  |  | +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | 
	
		
			
				|  |  |              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | 
	
		
			
				|  |  | -            this.ClientSize = new System.Drawing.Size(932, 555);
 | 
	
		
			
				|  |  | +            this.ClientSize = new System.Drawing.Size(622, 476);
 | 
	
		
			
				|  |  | +            
 | 
	
		
			
				|  |  | +            this.Controls.Add(this.linkLabel7);
 | 
	
		
			
				|  |  | +            this.Controls.Add(this.linkLabel6);
 | 
	
		
			
				|  |  | +            this.Controls.Add(this.linkLabel5);
 | 
	
		
			
				|  |  | +            this.Controls.Add(this.linkLabel4);
 | 
	
		
			
				|  |  |              this.Controls.Add(this.linkLabel3);
 | 
	
		
			
				|  |  | +            this.Controls.Add(this.linkLabel1);
 | 
	
		
			
				|  |  |              this.Controls.Add(this.linkLabel2);
 | 
	
		
			
				|  |  | -            //this.Controls.Add(this.linkLabel1);
 | 
	
		
			
				|  |  |              this.Controls.Add(this.thePeriodicTable_Small1);
 | 
	
		
			
				|  |  | +            this.Margin = new System.Windows.Forms.Padding(2);
 | 
	
		
			
				|  |  |              this.MaximizeBox = false;
 | 
	
		
			
				|  |  | -            this.MaximumSize = new System.Drawing.Size(954, 611);
 | 
	
		
			
				|  |  |              this.MinimizeBox = false;
 | 
	
		
			
				|  |  | -            this.MinimumSize = new System.Drawing.Size(954, 611);
 | 
	
		
			
				|  |  |              this.Name = "OTSPeriodicTableForm_Small";
 | 
	
		
			
				|  |  |              this.ShowIcon = false;
 | 
	
		
			
				|  |  |              this.Text = "元素周期表";
 | 
	
	
		
			
				|  | @@ -97,11 +162,21 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        private void linkInacA_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +            SetSelectedPeriodicEnable(m_IncA_elementliststr);
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          #endregion
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          private Controls.ThePeriodicTable_Small thePeriodicTable_Small1;
 | 
	
		
			
				|  |  |          //private System.Windows.Forms.LinkLabel linkLabel1;
 | 
	
		
			
				|  |  |          private System.Windows.Forms.LinkLabel linkLabel2;
 | 
	
		
			
				|  |  |          private System.Windows.Forms.LinkLabel linkLabel3;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.LinkLabel linkLabel1;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.LinkLabel linkLabel4;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.LinkLabel linkLabel5;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.LinkLabel linkLabel6;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.LinkLabel linkLabel7;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 |