版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

NewStepShow.Designer.cs 19 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
  2. {
  3. partial class NewStepShow
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewStepShow));
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.IndexLabel = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  34. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  35. this.RelData = new System.Windows.Forms.Label();
  36. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  37. this.MinValue = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.MaxValue = new System.Windows.Forms.Label();
  41. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  42. this.StsLabel = new System.Windows.Forms.Label();
  43. this.NameLabel = new System.Windows.Forms.Label();
  44. this.AllDataTextBox = new System.Windows.Forms.RichTextBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.Limit = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  48. this.splitContainer1.Panel1.SuspendLayout();
  49. this.splitContainer1.Panel2.SuspendLayout();
  50. this.splitContainer1.SuspendLayout();
  51. this.tableLayoutPanel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. this.tableLayoutPanel2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  55. this.splitContainer2.Panel1.SuspendLayout();
  56. this.splitContainer2.Panel2.SuspendLayout();
  57. this.splitContainer2.SuspendLayout();
  58. this.tableLayoutPanel4.SuspendLayout();
  59. this.tableLayoutPanel3.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // splitContainer1
  63. //
  64. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  66. this.splitContainer1.Name = "splitContainer1";
  67. //
  68. // splitContainer1.Panel1
  69. //
  70. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
  71. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  72. //
  73. // splitContainer1.Panel2
  74. //
  75. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
  76. this.splitContainer1.Size = new System.Drawing.Size(500, 185);
  77. this.splitContainer1.SplitterDistance = 64;
  78. this.splitContainer1.TabIndex = 0;
  79. //
  80. // tableLayoutPanel1
  81. //
  82. this.tableLayoutPanel1.ColumnCount = 1;
  83. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  84. this.tableLayoutPanel1.Controls.Add(this.IndexLabel, 0, 0);
  85. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 1);
  86. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  88. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  89. this.tableLayoutPanel1.RowCount = 3;
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  91. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  92. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  93. this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 185);
  94. this.tableLayoutPanel1.TabIndex = 0;
  95. //
  96. // IndexLabel
  97. //
  98. this.IndexLabel.AutoSize = true;
  99. this.IndexLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.IndexLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.IndexLabel.Location = new System.Drawing.Point(3, 0);
  102. this.IndexLabel.Name = "IndexLabel";
  103. this.IndexLabel.Size = new System.Drawing.Size(58, 73);
  104. this.IndexLabel.TabIndex = 1;
  105. this.IndexLabel.Text = "1";
  106. this.IndexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  107. //
  108. // pictureBox1
  109. //
  110. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  111. this.pictureBox1.Location = new System.Drawing.Point(3, 76);
  112. this.pictureBox1.Name = "pictureBox1";
  113. this.pictureBox1.Size = new System.Drawing.Size(58, 31);
  114. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  115. this.pictureBox1.TabIndex = 2;
  116. this.pictureBox1.TabStop = false;
  117. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  118. //
  119. // tableLayoutPanel2
  120. //
  121. this.tableLayoutPanel2.ColumnCount = 1;
  122. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  123. this.tableLayoutPanel2.Controls.Add(this.splitContainer2, 0, 1);
  124. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  125. this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
  126. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  128. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  129. this.tableLayoutPanel2.RowCount = 3;
  130. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  131. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  132. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 111F));
  133. this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 185);
  134. this.tableLayoutPanel2.TabIndex = 1;
  135. //
  136. // splitContainer2
  137. //
  138. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.splitContainer2.Location = new System.Drawing.Point(3, 41);
  140. this.splitContainer2.Name = "splitContainer2";
  141. //
  142. // splitContainer2.Panel1
  143. //
  144. this.splitContainer2.Panel1.Controls.Add(this.RelData);
  145. //
  146. // splitContainer2.Panel2
  147. //
  148. this.splitContainer2.Panel2.Controls.Add(this.tableLayoutPanel4);
  149. this.splitContainer2.Size = new System.Drawing.Size(426, 29);
  150. this.splitContainer2.SplitterDistance = 177;
  151. this.splitContainer2.TabIndex = 2;
  152. //
  153. // RelData
  154. //
  155. this.RelData.AutoSize = true;
  156. this.RelData.Cursor = System.Windows.Forms.Cursors.Default;
  157. this.RelData.Dock = System.Windows.Forms.DockStyle.Left;
  158. this.RelData.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.RelData.ForeColor = System.Drawing.SystemColors.WindowText;
  160. this.RelData.Location = new System.Drawing.Point(0, 0);
  161. this.RelData.Name = "RelData";
  162. this.RelData.Size = new System.Drawing.Size(96, 28);
  163. this.RelData.TabIndex = 4;
  164. this.RelData.Text = "123.456";
  165. this.RelData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  166. //
  167. // tableLayoutPanel4
  168. //
  169. this.tableLayoutPanel4.ColumnCount = 4;
  170. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  171. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  172. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  173. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  174. this.tableLayoutPanel4.Controls.Add(this.MinValue, 3, 1);
  175. this.tableLayoutPanel4.Controls.Add(this.label1, 2, 0);
  176. this.tableLayoutPanel4.Controls.Add(this.label2, 2, 1);
  177. this.tableLayoutPanel4.Controls.Add(this.MaxValue, 3, 0);
  178. this.tableLayoutPanel4.Controls.Add(this.label3, 0, 0);
  179. this.tableLayoutPanel4.Controls.Add(this.Limit, 1, 0);
  180. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  182. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  183. this.tableLayoutPanel4.RowCount = 2;
  184. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  185. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  186. this.tableLayoutPanel4.Size = new System.Drawing.Size(245, 29);
  187. this.tableLayoutPanel4.TabIndex = 0;
  188. //
  189. // MinValue
  190. //
  191. this.MinValue.AutoSize = true;
  192. this.MinValue.ForeColor = System.Drawing.SystemColors.WindowText;
  193. this.MinValue.Location = new System.Drawing.Point(174, 14);
  194. this.MinValue.Name = "MinValue";
  195. this.MinValue.Size = new System.Drawing.Size(35, 12);
  196. this.MinValue.TabIndex = 3;
  197. this.MinValue.Text = "0.000";
  198. //
  199. // label1
  200. //
  201. this.label1.AutoSize = true;
  202. this.label1.ForeColor = System.Drawing.SystemColors.WindowText;
  203. this.label1.Location = new System.Drawing.Point(125, 0);
  204. this.label1.Name = "label1";
  205. this.label1.Size = new System.Drawing.Size(29, 12);
  206. this.label1.TabIndex = 0;
  207. this.label1.Text = "Max:";
  208. //
  209. // label2
  210. //
  211. this.label2.AutoSize = true;
  212. this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
  213. this.label2.Location = new System.Drawing.Point(125, 14);
  214. this.label2.Name = "label2";
  215. this.label2.Size = new System.Drawing.Size(29, 12);
  216. this.label2.TabIndex = 1;
  217. this.label2.Text = "Min:";
  218. //
  219. // MaxValue
  220. //
  221. this.MaxValue.AutoSize = true;
  222. this.MaxValue.ForeColor = System.Drawing.SystemColors.WindowText;
  223. this.MaxValue.Location = new System.Drawing.Point(174, 0);
  224. this.MaxValue.Name = "MaxValue";
  225. this.MaxValue.Size = new System.Drawing.Size(35, 12);
  226. this.MaxValue.TabIndex = 2;
  227. this.MaxValue.Text = "0.000";
  228. //
  229. // tableLayoutPanel3
  230. //
  231. this.tableLayoutPanel3.ColumnCount = 2;
  232. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46067F));
  233. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53933F));
  234. this.tableLayoutPanel3.Controls.Add(this.StsLabel, 0, 0);
  235. this.tableLayoutPanel3.Controls.Add(this.NameLabel, 0, 0);
  236. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  238. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  239. this.tableLayoutPanel3.RowCount = 1;
  240. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  241. this.tableLayoutPanel3.Size = new System.Drawing.Size(426, 32);
  242. this.tableLayoutPanel3.TabIndex = 3;
  243. //
  244. // StsLabel
  245. //
  246. this.StsLabel.AutoSize = true;
  247. this.StsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  248. this.StsLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.StsLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  250. this.StsLabel.Location = new System.Drawing.Point(243, 0);
  251. this.StsLabel.Name = "StsLabel";
  252. this.StsLabel.Size = new System.Drawing.Size(180, 32);
  253. this.StsLabel.TabIndex = 4;
  254. this.StsLabel.Text = "测试中...";
  255. this.StsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  256. //
  257. // NameLabel
  258. //
  259. this.NameLabel.AutoSize = true;
  260. this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.NameLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.NameLabel.ForeColor = System.Drawing.SystemColors.WindowText;
  263. this.NameLabel.Location = new System.Drawing.Point(3, 0);
  264. this.NameLabel.Name = "NameLabel";
  265. this.NameLabel.Size = new System.Drawing.Size(234, 32);
  266. this.NameLabel.TabIndex = 3;
  267. this.NameLabel.Text = "厚度测量";
  268. this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  269. //
  270. // AllDataTextBox
  271. //
  272. this.AllDataTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.AllDataTextBox.Location = new System.Drawing.Point(3, 76);
  274. this.AllDataTextBox.Name = "AllDataTextBox";
  275. this.AllDataTextBox.Size = new System.Drawing.Size(426, 106);
  276. this.AllDataTextBox.TabIndex = 4;
  277. this.AllDataTextBox.Text = "";
  278. //
  279. // label3
  280. //
  281. this.label3.AutoSize = true;
  282. this.label3.ForeColor = System.Drawing.SystemColors.WindowText;
  283. this.label3.Location = new System.Drawing.Point(3, 0);
  284. this.label3.Name = "label3";
  285. this.label3.Size = new System.Drawing.Size(35, 12);
  286. this.label3.TabIndex = 4;
  287. this.label3.Text = "标准:";
  288. //
  289. // Limit
  290. //
  291. this.Limit.AutoSize = true;
  292. this.Limit.ForeColor = System.Drawing.SystemColors.WindowText;
  293. this.Limit.Location = new System.Drawing.Point(52, 0);
  294. this.Limit.Name = "Limit";
  295. this.Limit.Size = new System.Drawing.Size(0, 12);
  296. this.Limit.TabIndex = 5;
  297. //
  298. // NewStepShow
  299. //
  300. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  301. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  302. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  303. this.Controls.Add(this.splitContainer1);
  304. this.Name = "NewStepShow";
  305. this.Size = new System.Drawing.Size(500, 185);
  306. this.splitContainer1.Panel1.ResumeLayout(false);
  307. this.splitContainer1.Panel2.ResumeLayout(false);
  308. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  309. this.splitContainer1.ResumeLayout(false);
  310. this.tableLayoutPanel1.ResumeLayout(false);
  311. this.tableLayoutPanel1.PerformLayout();
  312. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  313. this.tableLayoutPanel2.ResumeLayout(false);
  314. this.splitContainer2.Panel1.ResumeLayout(false);
  315. this.splitContainer2.Panel1.PerformLayout();
  316. this.splitContainer2.Panel2.ResumeLayout(false);
  317. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  318. this.splitContainer2.ResumeLayout(false);
  319. this.tableLayoutPanel4.ResumeLayout(false);
  320. this.tableLayoutPanel4.PerformLayout();
  321. this.tableLayoutPanel3.ResumeLayout(false);
  322. this.tableLayoutPanel3.PerformLayout();
  323. this.ResumeLayout(false);
  324. }
  325. #endregion
  326. private System.Windows.Forms.SplitContainer splitContainer1;
  327. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  328. private System.Windows.Forms.Label IndexLabel;
  329. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  330. private System.Windows.Forms.SplitContainer splitContainer2;
  331. private System.Windows.Forms.Label RelData;
  332. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  333. private System.Windows.Forms.Label MinValue;
  334. private System.Windows.Forms.Label label1;
  335. private System.Windows.Forms.Label label2;
  336. private System.Windows.Forms.Label MaxValue;
  337. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  338. private System.Windows.Forms.Label StsLabel;
  339. private System.Windows.Forms.Label NameLabel;
  340. private System.Windows.Forms.RichTextBox AllDataTextBox;
  341. private System.Windows.Forms.PictureBox pictureBox1;
  342. private System.Windows.Forms.Label label3;
  343. private System.Windows.Forms.Label Limit;
  344. }
  345. }