|
@@ -28,22 +28,22 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
+ //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);
|
|
|
+ ////
|
|
|
+ //// 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
|
|
|
//
|
|
@@ -81,7 +81,7 @@
|
|
|
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.linkLabel1);
|
|
|
this.Controls.Add(this.thePeriodicTable_Small1);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MaximumSize = new System.Drawing.Size(954, 611);
|
|
@@ -100,7 +100,7 @@
|
|
|
#endregion
|
|
|
|
|
|
private Controls.ThePeriodicTable_Small thePeriodicTable_Small1;
|
|
|
- private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
+ //private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
|
|
private System.Windows.Forms.LinkLabel linkLabel3;
|
|
|
}
|