CommonCrackMain.Designer.cs 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. namespace Core.StlMes.Client.Mcp.Control.Common
  2. {
  3. partial class CommonCrackMain
  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(CommonCrackMain));
  29. this.commonCrackBodyNum1 = new Core.StlMes.Client.Mcp.Control.CommonCrackBodyNum();
  30. this.commonCrackPara1 = new Core.StlMes.Client.Mcp.Control.HeatTreatment.CommonCrackPara();
  31. this.SuspendLayout();
  32. //
  33. // commonCrackBodyNum1
  34. //
  35. this.commonCrackBodyNum1.BackColor = System.Drawing.Color.Transparent;
  36. this.commonCrackBodyNum1.Dock = System.Windows.Forms.DockStyle.Top;
  37. this.commonCrackBodyNum1.gx = null;
  38. this.commonCrackBodyNum1.Location = new System.Drawing.Point(0, 0);
  39. this.commonCrackBodyNum1.Margin = new System.Windows.Forms.Padding(4);
  40. this.commonCrackBodyNum1.Name = "commonCrackBodyNum1";
  41. this.commonCrackBodyNum1.Ob = null;
  42. this.commonCrackBodyNum1.ScrappedCode = null;
  43. this.commonCrackBodyNum1.ScrappedList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.ScrappedList")));
  44. this.commonCrackBodyNum1.Size = new System.Drawing.Size(1575, 56);
  45. this.commonCrackBodyNum1.SuspiciousCode = null;
  46. this.commonCrackBodyNum1.SuspiciousList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.SuspiciousList")));
  47. this.commonCrackBodyNum1.TabIndex = 0;
  48. this.commonCrackBodyNum1.UnPassCode = null;
  49. this.commonCrackBodyNum1.UnPassList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.UnPassList")));
  50. this.commonCrackBodyNum1.Value = ((com.steering.mes.mcp.entity.HttCrackDetectionEtEntity)(resources.GetObject("commonCrackBodyNum1.Value")));
  51. //
  52. // commonCrackPara1
  53. //
  54. this.commonCrackPara1.ActCount = new decimal(new int[] {
  55. 0,
  56. 0,
  57. 0,
  58. 0});
  59. this.commonCrackPara1.BatchNo = null;
  60. this.commonCrackPara1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.commonCrackPara1.FeedStoveNo = null;
  62. this.commonCrackPara1.GroupNo = null;
  63. this.commonCrackPara1.listProbe = null;
  64. this.commonCrackPara1.listStand = null;
  65. this.commonCrackPara1.Location = new System.Drawing.Point(0, 56);
  66. this.commonCrackPara1.Name = "commonCrackPara1";
  67. this.commonCrackPara1.Ob = null;
  68. this.commonCrackPara1.Size = new System.Drawing.Size(1575, 176);
  69. this.commonCrackPara1.TabIndex = 1;
  70. //
  71. // CommonCrackMain
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.Controls.Add(this.commonCrackPara1);
  76. this.Controls.Add(this.commonCrackBodyNum1);
  77. this.Name = "CommonCrackMain";
  78. this.Size = new System.Drawing.Size(1575, 232);
  79. this.ResumeLayout(false);
  80. }
  81. #endregion
  82. public HeatTreatment.CommonCrackPara commonCrackPara1;
  83. public CommonCrackBodyNum commonCrackBodyNum1;
  84. }
  85. }