using System; using System.Windows.Forms; namespace OTSPeriodicTable { partial class OTSPeriodicTableForm_Small { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. 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() { 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.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(); // // 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); // // 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 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; } }