| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 | using System;using System.Windows.Forms;namespace OTSPeriodicTable{    partial class OTSPeriodicTableForm_Small    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        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.linkLabel2 = new System.Windows.Forms.LinkLabel();            this.linkLabel3 = new System.Windows.Forms.LinkLabel();            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.thePeriodicTable_Small1 = new OTSPeriodicTable.Controls.ThePeriodicTable_Small();            this.SuspendLayout();            //             // linkLabel2            //             this.linkLabel2.AutoSize = true;            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(113, 12);            this.linkLabel2.TabIndex = 1;            this.linkLabel2.TabStop = true;            this.linkLabel2.Text = "All Element Enable";            this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);            //             // linkLabel3            //             this.linkLabel3.AutoSize = true;            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(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);            //             // linkLabel1            //             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);            //             // thePeriodicTable_Small1            //             this.thePeriodicTable_Small1.Location = new System.Drawing.Point(-1, -9);            this.thePeriodicTable_Small1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.thePeriodicTable_Small1.Name = "thePeriodicTable_Small1";            this.thePeriodicTable_Small1.Size = new System.Drawing.Size(925, 550);            this.thePeriodicTable_Small1.TabIndex = 6;            //             // OTSPeriodicTableForm_Small            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            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.thePeriodicTable_Small1);            this.Margin = new System.Windows.Forms.Padding(2);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "OTSPeriodicTableForm_Small";            this.ShowIcon = false;            this.Text = "元素周期表";            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSPeriodicTableForm_Small_FormClosing);            this.Load += new System.EventHandler(this.OTSPeriodicTableForm_Small_Load);            this.ResumeLayout(false);            this.PerformLayout();        }        private void linkInacA_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)        {            SetSelectedPeriodicEnable(m_IncA_elementliststr);        }        #endregion        //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;        private Controls.ThePeriodicTable_Small thePeriodicTable_Small1;    }}
 |