OTSPeriodicTableForm_Small.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace OTSPeriodicTable
  2. {
  3. partial class OTSPeriodicTableForm_Small
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  29. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  30. this.linkLabel3 = new System.Windows.Forms.LinkLabel();
  31. this.thePeriodicTable_Small1 = new OTSPeriodicTable.Controls.ThePeriodicTable_Small();
  32. this.SuspendLayout();
  33. //
  34. // linkLabel1
  35. //
  36. this.linkLabel1.AutoSize = true;
  37. this.linkLabel1.Location = new System.Drawing.Point(11, 524);
  38. this.linkLabel1.Name = "linkLabel1";
  39. this.linkLabel1.Size = new System.Drawing.Size(170, 18);
  40. this.linkLabel1.TabIndex = 1;
  41. this.linkLabel1.TabStop = true;
  42. this.linkLabel1.Text = "Display Completely";
  43. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  44. //
  45. // linkLabel2
  46. //
  47. this.linkLabel2.AutoSize = true;
  48. this.linkLabel2.Location = new System.Drawing.Point(11, 496);
  49. this.linkLabel2.Name = "linkLabel2";
  50. this.linkLabel2.Size = new System.Drawing.Size(170, 18);
  51. this.linkLabel2.TabIndex = 1;
  52. this.linkLabel2.TabStop = true;
  53. this.linkLabel2.Text = "All Element Enable";
  54. this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
  55. //
  56. // linkLabel3
  57. //
  58. this.linkLabel3.AutoSize = true;
  59. this.linkLabel3.Location = new System.Drawing.Point(11, 469);
  60. this.linkLabel3.Name = "linkLabel3";
  61. this.linkLabel3.Size = new System.Drawing.Size(134, 18);
  62. this.linkLabel3.TabIndex = 1;
  63. this.linkLabel3.TabStop = true;
  64. this.linkLabel3.Text = "Common Element";
  65. this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
  66. //
  67. // thePeriodicTable_Small1
  68. //
  69. this.thePeriodicTable_Small1.Location = new System.Drawing.Point(2, 2);
  70. this.thePeriodicTable_Small1.Name = "thePeriodicTable_Small1";
  71. this.thePeriodicTable_Small1.Size = new System.Drawing.Size(925, 550);
  72. this.thePeriodicTable_Small1.TabIndex = 0;
  73. //
  74. // OTSPeriodicTableForm_Small
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(932, 555);
  79. this.Controls.Add(this.linkLabel3);
  80. this.Controls.Add(this.linkLabel2);
  81. this.Controls.Add(this.linkLabel1);
  82. this.Controls.Add(this.thePeriodicTable_Small1);
  83. this.MaximizeBox = false;
  84. this.MaximumSize = new System.Drawing.Size(954, 611);
  85. this.MinimizeBox = false;
  86. this.MinimumSize = new System.Drawing.Size(954, 611);
  87. this.Name = "OTSPeriodicTableForm_Small";
  88. this.ShowIcon = false;
  89. this.Text = "元素周期表";
  90. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSPeriodicTableForm_Small_FormClosing);
  91. this.Load += new System.EventHandler(this.OTSPeriodicTableForm_Small_Load);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private Controls.ThePeriodicTable_Small thePeriodicTable_Small1;
  97. private System.Windows.Forms.LinkLabel linkLabel1;
  98. private System.Windows.Forms.LinkLabel linkLabel2;
  99. private System.Windows.Forms.LinkLabel linkLabel3;
  100. }
  101. }