namespace Core.StlMes.Client.Judge.Forms { partial class QcmPhyRclInfoFrm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.upMain = new Infragistics.Win.Misc.UltraPanel(); this.upMain.SuspendLayout(); this.SuspendLayout(); // // upMain // this.upMain.Dock = System.Windows.Forms.DockStyle.Fill; this.upMain.Location = new System.Drawing.Point(0, 0); this.upMain.Name = "upMain"; this.upMain.Size = new System.Drawing.Size(1188, 502); this.upMain.TabIndex = 0; // // QcmPhyRclInfoFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1188, 502); this.Controls.Add(this.upMain); this.Name = "QcmPhyRclInfoFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "热处理信息"; this.upMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraPanel upMain; } }