BaseFunctionTest.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. 
  2. namespace OTSMeasureApp
  3. {
  4. partial class BaseFunctionTest
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Location = new System.Drawing.Point(47, 25);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(130, 24);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "silicate-MnS";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(192, 31);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(47, 12);
  51. this.label1.TabIndex = 1;
  52. this.label1.Text = "Result1";
  53. //
  54. // button2
  55. //
  56. this.button2.Location = new System.Drawing.Point(47, 70);
  57. this.button2.Name = "button2";
  58. this.button2.Size = new System.Drawing.Size(130, 22);
  59. this.button2.TabIndex = 2;
  60. this.button2.Text = "MnS-TiN";
  61. this.button2.UseVisualStyleBackColor = true;
  62. this.button2.Click += new System.EventHandler(this.button2_Click);
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Location = new System.Drawing.Point(192, 75);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(47, 12);
  70. this.label2.TabIndex = 3;
  71. this.label2.Text = "Result2";
  72. //
  73. // BaseFunctionTest
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(800, 450);
  78. this.Controls.Add(this.label2);
  79. this.Controls.Add(this.button2);
  80. this.Controls.Add(this.label1);
  81. this.Controls.Add(this.button1);
  82. this.Name = "BaseFunctionTest";
  83. this.Text = "BaseFunctionTest";
  84. this.ResumeLayout(false);
  85. this.PerformLayout();
  86. }
  87. #endregion
  88. private System.Windows.Forms.Button button1;
  89. private System.Windows.Forms.Label label1;
  90. private System.Windows.Forms.Button button2;
  91. private System.Windows.Forms.Label label2;
  92. }
  93. }