STDEditor.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace SpectrumSTDEditor
  2. {
  3. partial class STDEditor
  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.tabXray = new System.Windows.Forms.TabPage();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.button_ImportFromResult = new System.Windows.Forms.Button();
  31. this.btnTest = new System.Windows.Forms.Button();
  32. this.label9 = new System.Windows.Forms.Label();
  33. this.txtCollectTime = new System.Windows.Forms.TextBox();
  34. this.btnReadXray = new System.Windows.Forms.Button();
  35. this.btnCollectXray = new System.Windows.Forms.Button();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.plXray = new System.Windows.Forms.Panel();
  38. this.tabSTDStandrad = new System.Windows.Forms.TabControl();
  39. this.tabXray.SuspendLayout();
  40. this.panel1.SuspendLayout();
  41. this.tabSTDStandrad.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // tabXray
  45. //
  46. this.tabXray.Controls.Add(this.panel1);
  47. this.tabXray.Controls.Add(this.plXray);
  48. this.tabXray.Location = new System.Drawing.Point(4, 25);
  49. this.tabXray.Name = "tabXray";
  50. this.tabXray.Padding = new System.Windows.Forms.Padding(3);
  51. this.tabXray.Size = new System.Drawing.Size(1252, 430);
  52. this.tabXray.TabIndex = 1;
  53. this.tabXray.Text = "Xray";
  54. this.tabXray.UseVisualStyleBackColor = true;
  55. //
  56. // panel1
  57. //
  58. this.panel1.Controls.Add(this.button_ImportFromResult);
  59. this.panel1.Controls.Add(this.btnTest);
  60. this.panel1.Controls.Add(this.label9);
  61. this.panel1.Controls.Add(this.txtCollectTime);
  62. this.panel1.Controls.Add(this.btnReadXray);
  63. this.panel1.Controls.Add(this.btnCollectXray);
  64. this.panel1.Controls.Add(this.label2);
  65. this.panel1.Location = new System.Drawing.Point(3, 0);
  66. this.panel1.Name = "panel1";
  67. this.panel1.Size = new System.Drawing.Size(1246, 37);
  68. this.panel1.TabIndex = 17;
  69. this.panel1.Visible = false;
  70. //
  71. // button_ImportFromResult
  72. //
  73. this.button_ImportFromResult.Location = new System.Drawing.Point(403, 5);
  74. this.button_ImportFromResult.Name = "button_ImportFromResult";
  75. this.button_ImportFromResult.Size = new System.Drawing.Size(111, 23);
  76. this.button_ImportFromResult.TabIndex = 34;
  77. this.button_ImportFromResult.Text = "从结果中导入";
  78. this.button_ImportFromResult.UseVisualStyleBackColor = true;
  79. this.button_ImportFromResult.Visible = false;
  80. //
  81. // btnTest
  82. //
  83. this.btnTest.Location = new System.Drawing.Point(536, 5);
  84. this.btnTest.Name = "btnTest";
  85. this.btnTest.Size = new System.Drawing.Size(75, 23);
  86. this.btnTest.TabIndex = 33;
  87. this.btnTest.Text = "Test";
  88. this.btnTest.UseVisualStyleBackColor = true;
  89. this.btnTest.Visible = false;
  90. //
  91. // label9
  92. //
  93. this.label9.AutoSize = true;
  94. this.label9.Font = new System.Drawing.Font("宋体", 9F);
  95. this.label9.Location = new System.Drawing.Point(145, 13);
  96. this.label9.Name = "label9";
  97. this.label9.Size = new System.Drawing.Size(17, 12);
  98. this.label9.TabIndex = 32;
  99. this.label9.Text = "MS";
  100. this.label9.Visible = false;
  101. //
  102. // txtCollectTime
  103. //
  104. this.txtCollectTime.Location = new System.Drawing.Point(86, 8);
  105. this.txtCollectTime.Name = "txtCollectTime";
  106. this.txtCollectTime.Size = new System.Drawing.Size(56, 21);
  107. this.txtCollectTime.TabIndex = 28;
  108. this.txtCollectTime.Text = "120";
  109. this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  110. this.txtCollectTime.Visible = false;
  111. //
  112. // btnReadXray
  113. //
  114. this.btnReadXray.Location = new System.Drawing.Point(238, 6);
  115. this.btnReadXray.Name = "btnReadXray";
  116. this.btnReadXray.Size = new System.Drawing.Size(145, 23);
  117. this.btnReadXray.TabIndex = 31;
  118. this.btnReadXray.TabStop = false;
  119. this.btnReadXray.Text = "ImportXrayFile";
  120. this.btnReadXray.UseVisualStyleBackColor = true;
  121. this.btnReadXray.Visible = false;
  122. //
  123. // btnCollectXray
  124. //
  125. this.btnCollectXray.Location = new System.Drawing.Point(164, 7);
  126. this.btnCollectXray.Name = "btnCollectXray";
  127. this.btnCollectXray.Size = new System.Drawing.Size(68, 23);
  128. this.btnCollectXray.TabIndex = 30;
  129. this.btnCollectXray.TabStop = false;
  130. this.btnCollectXray.Text = "Collect";
  131. this.btnCollectXray.UseVisualStyleBackColor = true;
  132. this.btnCollectXray.Visible = false;
  133. //
  134. // label2
  135. //
  136. this.label2.AutoSize = true;
  137. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  138. this.label2.Location = new System.Drawing.Point(3, 12);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(83, 12);
  141. this.label2.TabIndex = 29;
  142. this.label2.Text = "Collect Time:";
  143. this.label2.Visible = false;
  144. //
  145. // plXray
  146. //
  147. this.plXray.Location = new System.Drawing.Point(3, 0);
  148. this.plXray.Name = "plXray";
  149. this.plXray.Size = new System.Drawing.Size(1246, 424);
  150. this.plXray.TabIndex = 16;
  151. //
  152. // tabSTDStandrad
  153. //
  154. this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  155. this.tabSTDStandrad.Controls.Add(this.tabXray);
  156. this.tabSTDStandrad.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.tabSTDStandrad.Location = new System.Drawing.Point(0, 0);
  158. this.tabSTDStandrad.Name = "tabSTDStandrad";
  159. this.tabSTDStandrad.SelectedIndex = 0;
  160. this.tabSTDStandrad.Size = new System.Drawing.Size(1260, 459);
  161. this.tabSTDStandrad.TabIndex = 36;
  162. //
  163. // STDEditor
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.BackColor = System.Drawing.SystemColors.Control;
  168. this.ClientSize = new System.Drawing.Size(1260, 459);
  169. this.CloseButton = false;
  170. this.CloseButtonVisible = false;
  171. this.Controls.Add(this.tabSTDStandrad);
  172. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.HelpButton = true;
  174. this.Name = "STDEditor";
  175. this.ShowIcon = false;
  176. this.Text = "STDEditor";
  177. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  178. this.Load += new System.EventHandler(this.STDEditor_Load);
  179. this.Resize += new System.EventHandler(this.STDEditor_Resize);
  180. this.tabXray.ResumeLayout(false);
  181. this.panel1.ResumeLayout(false);
  182. this.panel1.PerformLayout();
  183. this.tabSTDStandrad.ResumeLayout(false);
  184. this.ResumeLayout(false);
  185. }
  186. #endregion
  187. private System.Windows.Forms.TabPage tabXray;
  188. private System.Windows.Forms.Panel panel1;
  189. private System.Windows.Forms.Button button_ImportFromResult;
  190. private System.Windows.Forms.Button btnTest;
  191. private System.Windows.Forms.Label label9;
  192. private System.Windows.Forms.TextBox txtCollectTime;
  193. private System.Windows.Forms.Button btnReadXray;
  194. private System.Windows.Forms.Button btnCollectXray;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Panel plXray;
  197. private System.Windows.Forms.TabControl tabSTDStandrad;
  198. }
  199. }