| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- namespace Core.StlMes.Client.Mcp.Control.Common
- {
- partial class CommonCrackMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommonCrackMain));
- this.commonCrackBodyNum1 = new Core.StlMes.Client.Mcp.Control.CommonCrackBodyNum();
- this.commonCrackPara1 = new Core.StlMes.Client.Mcp.Control.HeatTreatment.CommonCrackPara();
- this.SuspendLayout();
- //
- // commonCrackBodyNum1
- //
- this.commonCrackBodyNum1.BackColor = System.Drawing.Color.Transparent;
- this.commonCrackBodyNum1.Dock = System.Windows.Forms.DockStyle.Top;
- this.commonCrackBodyNum1.gx = null;
- this.commonCrackBodyNum1.Location = new System.Drawing.Point(0, 0);
- this.commonCrackBodyNum1.Margin = new System.Windows.Forms.Padding(4);
- this.commonCrackBodyNum1.Name = "commonCrackBodyNum1";
- this.commonCrackBodyNum1.Ob = null;
- this.commonCrackBodyNum1.ScrappedCode = null;
- this.commonCrackBodyNum1.ScrappedList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.ScrappedList")));
- this.commonCrackBodyNum1.Size = new System.Drawing.Size(1575, 56);
- this.commonCrackBodyNum1.SuspiciousCode = null;
- this.commonCrackBodyNum1.SuspiciousList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.SuspiciousList")));
- this.commonCrackBodyNum1.TabIndex = 0;
- this.commonCrackBodyNum1.UnPassCode = null;
- this.commonCrackBodyNum1.UnPassList = ((System.Collections.Generic.List<Core.StlMes.Client.Mcp.Control.Entity.MchBugDEntity>)(resources.GetObject("commonCrackBodyNum1.UnPassList")));
- this.commonCrackBodyNum1.Value = ((com.steering.mes.mcp.entity.HttCrackDetectionEtEntity)(resources.GetObject("commonCrackBodyNum1.Value")));
- //
- // commonCrackPara1
- //
- this.commonCrackPara1.ActCount = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.commonCrackPara1.BatchNo = null;
- this.commonCrackPara1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.commonCrackPara1.FeedStoveNo = null;
- this.commonCrackPara1.GroupNo = null;
- this.commonCrackPara1.listProbe = null;
- this.commonCrackPara1.listStand = null;
- this.commonCrackPara1.Location = new System.Drawing.Point(0, 56);
- this.commonCrackPara1.Name = "commonCrackPara1";
- this.commonCrackPara1.Ob = null;
- this.commonCrackPara1.Size = new System.Drawing.Size(1575, 176);
- this.commonCrackPara1.TabIndex = 1;
- //
- // CommonCrackMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.commonCrackPara1);
- this.Controls.Add(this.commonCrackBodyNum1);
- this.Name = "CommonCrackMain";
- this.Size = new System.Drawing.Size(1575, 232);
- this.ResumeLayout(false);
- }
- #endregion
- public HeatTreatment.CommonCrackPara commonCrackPara1;
- public CommonCrackBodyNum commonCrackBodyNum1;
- }
- }
|