| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 | 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.linkLabel1 = new System.Windows.Forms.LinkLabel();            this.linkLabel2 = new System.Windows.Forms.LinkLabel();            this.linkLabel3 = new System.Windows.Forms.LinkLabel();            this.thePeriodicTable_Small1 = new OTSPeriodicTable.Controls.ThePeriodicTable_Small();            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.Name = "linkLabel2";            this.linkLabel2.Size = new System.Drawing.Size(170, 18);            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(11, 469);            this.linkLabel3.Name = "linkLabel3";            this.linkLabel3.Size = new System.Drawing.Size(134, 18);            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            //             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;            //             // OTSPeriodicTableForm_Small            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(932, 555);            this.Controls.Add(this.linkLabel3);            this.Controls.Add(this.linkLabel2);            this.Controls.Add(this.linkLabel1);            this.Controls.Add(this.thePeriodicTable_Small1);            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 = "元素周期表";            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();        }        #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;    }}
 |