UCProduct.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace HRT_Measure
  2. {
  3. partial class UCProduct
  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. this.grbProduct = new Sunny.UI.UIGroupBox();
  29. this.lblDiff = new System.Windows.Forms.Label();
  30. this.lblDiffResult = new System.Windows.Forms.Label();
  31. this.lblFlatness = new System.Windows.Forms.Label();
  32. this.lblHeight = new System.Windows.Forms.Label();
  33. this.lblHeightResult = new System.Windows.Forms.Label();
  34. this.lblFlatnessResult = new System.Windows.Forms.Label();
  35. this.lblThickness = new System.Windows.Forms.Label();
  36. this.lblThicknessResult = new System.Windows.Forms.Label();
  37. this.grbProduct.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // grbProduct
  41. //
  42. this.grbProduct.Controls.Add(this.lblDiff);
  43. this.grbProduct.Controls.Add(this.lblDiffResult);
  44. this.grbProduct.Controls.Add(this.lblFlatness);
  45. this.grbProduct.Controls.Add(this.lblHeight);
  46. this.grbProduct.Controls.Add(this.lblHeightResult);
  47. this.grbProduct.Controls.Add(this.lblFlatnessResult);
  48. this.grbProduct.Controls.Add(this.lblThickness);
  49. this.grbProduct.Controls.Add(this.lblThicknessResult);
  50. this.grbProduct.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.grbProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.grbProduct.Location = new System.Drawing.Point(0, 0);
  53. this.grbProduct.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  54. this.grbProduct.MinimumSize = new System.Drawing.Size(1, 1);
  55. this.grbProduct.Name = "grbProduct";
  56. this.grbProduct.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  57. this.grbProduct.Size = new System.Drawing.Size(453, 240);
  58. this.grbProduct.Style = Sunny.UI.UIStyle.Custom;
  59. this.grbProduct.TabIndex = 1;
  60. this.grbProduct.Text = "产品1";
  61. this.grbProduct.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  62. this.grbProduct.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  63. this.grbProduct.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  64. this.grbProduct.Click += new System.EventHandler(this.grbProduct_Click);
  65. //
  66. // lblDiff
  67. //
  68. this.lblDiff.AutoSize = true;
  69. this.lblDiff.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblDiff.Location = new System.Drawing.Point(335, 58);
  71. this.lblDiff.Name = "lblDiff";
  72. this.lblDiff.Size = new System.Drawing.Size(75, 16);
  73. this.lblDiff.TabIndex = 124;
  74. this.lblDiff.Text = "极差结果";
  75. //
  76. // lblDiffResult
  77. //
  78. this.lblDiffResult.AutoSize = true;
  79. this.lblDiffResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.lblDiffResult.ForeColor = System.Drawing.Color.Lime;
  81. this.lblDiffResult.Location = new System.Drawing.Point(332, 128);
  82. this.lblDiffResult.Name = "lblDiffResult";
  83. this.lblDiffResult.Size = new System.Drawing.Size(79, 33);
  84. this.lblDiffResult.TabIndex = 123;
  85. this.lblDiffResult.Text = "PASS";
  86. //
  87. // lblFlatness
  88. //
  89. this.lblFlatness.AutoSize = true;
  90. this.lblFlatness.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.lblFlatness.Location = new System.Drawing.Point(122, 58);
  92. this.lblFlatness.Name = "lblFlatness";
  93. this.lblFlatness.Size = new System.Drawing.Size(92, 16);
  94. this.lblFlatness.TabIndex = 122;
  95. this.lblFlatness.Text = "平面度结果";
  96. //
  97. // lblHeight
  98. //
  99. this.lblHeight.AutoSize = true;
  100. this.lblHeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.lblHeight.Location = new System.Drawing.Point(237, 57);
  102. this.lblHeight.Name = "lblHeight";
  103. this.lblHeight.Size = new System.Drawing.Size(75, 16);
  104. this.lblHeight.TabIndex = 121;
  105. this.lblHeight.Text = "弧高结果";
  106. //
  107. // lblHeightResult
  108. //
  109. this.lblHeightResult.AutoSize = true;
  110. this.lblHeightResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.lblHeightResult.ForeColor = System.Drawing.Color.Lime;
  112. this.lblHeightResult.Location = new System.Drawing.Point(234, 128);
  113. this.lblHeightResult.Name = "lblHeightResult";
  114. this.lblHeightResult.Size = new System.Drawing.Size(79, 33);
  115. this.lblHeightResult.TabIndex = 120;
  116. this.lblHeightResult.Text = "PASS";
  117. //
  118. // lblFlatnessResult
  119. //
  120. this.lblFlatnessResult.AutoSize = true;
  121. this.lblFlatnessResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblFlatnessResult.ForeColor = System.Drawing.Color.Lime;
  123. this.lblFlatnessResult.Location = new System.Drawing.Point(119, 128);
  124. this.lblFlatnessResult.Name = "lblFlatnessResult";
  125. this.lblFlatnessResult.Size = new System.Drawing.Size(79, 33);
  126. this.lblFlatnessResult.TabIndex = 118;
  127. this.lblFlatnessResult.Text = "PASS";
  128. //
  129. // lblThickness
  130. //
  131. this.lblThickness.AutoSize = true;
  132. this.lblThickness.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.lblThickness.Location = new System.Drawing.Point(24, 57);
  134. this.lblThickness.Name = "lblThickness";
  135. this.lblThickness.Size = new System.Drawing.Size(75, 16);
  136. this.lblThickness.TabIndex = 117;
  137. this.lblThickness.Text = "厚度结果";
  138. //
  139. // lblThicknessResult
  140. //
  141. this.lblThicknessResult.AutoSize = true;
  142. this.lblThicknessResult.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.lblThicknessResult.ForeColor = System.Drawing.Color.Lime;
  144. this.lblThicknessResult.Location = new System.Drawing.Point(21, 128);
  145. this.lblThicknessResult.Name = "lblThicknessResult";
  146. this.lblThicknessResult.Size = new System.Drawing.Size(79, 33);
  147. this.lblThicknessResult.TabIndex = 114;
  148. this.lblThicknessResult.Text = "PASS";
  149. //
  150. // UCProduct
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.Controls.Add(this.grbProduct);
  155. this.Name = "UCProduct";
  156. this.Size = new System.Drawing.Size(453, 240);
  157. this.Load += new System.EventHandler(this.UCProduct_Load);
  158. this.grbProduct.ResumeLayout(false);
  159. this.grbProduct.PerformLayout();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private Sunny.UI.UIGroupBox grbProduct;
  164. private System.Windows.Forms.Label lblHeight;
  165. private System.Windows.Forms.Label lblHeightResult;
  166. private System.Windows.Forms.Label lblFlatnessResult;
  167. private System.Windows.Forms.Label lblThickness;
  168. private System.Windows.Forms.Label lblThicknessResult;
  169. private System.Windows.Forms.Label lblFlatness;
  170. private System.Windows.Forms.Label lblDiff;
  171. private System.Windows.Forms.Label lblDiffResult;
  172. }
  173. }