BaseFunctionTest.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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.button3 = new System.Windows.Forms.Button();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(47, 25);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(130, 24);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "silicate-MnS";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(192, 31);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(47, 12);
  53. this.label1.TabIndex = 1;
  54. this.label1.Text = "Result1";
  55. //
  56. // button2
  57. //
  58. this.button2.Location = new System.Drawing.Point(47, 70);
  59. this.button2.Name = "button2";
  60. this.button2.Size = new System.Drawing.Size(130, 22);
  61. this.button2.TabIndex = 2;
  62. this.button2.Text = "MnS-TiN";
  63. this.button2.UseVisualStyleBackColor = true;
  64. this.button2.Click += new System.EventHandler(this.button2_Click);
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Location = new System.Drawing.Point(192, 75);
  70. this.label2.Name = "label2";
  71. this.label2.Size = new System.Drawing.Size(47, 12);
  72. this.label2.TabIndex = 3;
  73. this.label2.Text = "Result2";
  74. //
  75. // button3
  76. //
  77. this.button3.Location = new System.Drawing.Point(48, 115);
  78. this.button3.Name = "button3";
  79. this.button3.Size = new System.Drawing.Size(128, 25);
  80. this.button3.TabIndex = 4;
  81. this.button3.Text = "MiningClassifyTest";
  82. this.button3.UseVisualStyleBackColor = true;
  83. this.button3.Click += new System.EventHandler(this.button3_Click);
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Location = new System.Drawing.Point(190, 119);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size(41, 12);
  91. this.label3.TabIndex = 5;
  92. this.label3.Text = "label3";
  93. //
  94. // BaseFunctionTest
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.ClientSize = new System.Drawing.Size(800, 450);
  99. this.Controls.Add(this.label3);
  100. this.Controls.Add(this.button3);
  101. this.Controls.Add(this.label2);
  102. this.Controls.Add(this.button2);
  103. this.Controls.Add(this.label1);
  104. this.Controls.Add(this.button1);
  105. this.Name = "BaseFunctionTest";
  106. this.Text = "BaseFunctionTest";
  107. this.ResumeLayout(false);
  108. this.PerformLayout();
  109. }
  110. #endregion
  111. private System.Windows.Forms.Button button1;
  112. private System.Windows.Forms.Label label1;
  113. private System.Windows.Forms.Button button2;
  114. private System.Windows.Forms.Label label2;
  115. private System.Windows.Forms.Button button3;
  116. private System.Windows.Forms.Label label3;
  117. }
  118. }