namespace Core.StlMes.Client.Judge.Forms { partial class QcmRolledTubePassConfigFrm { /// /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.SuspendLayout(); // // ultraLabel1 // appearance1.TextVAlignAsString = "Bottom"; this.ultraLabel1.Appearance = appearance1; this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraLabel1.Location = new System.Drawing.Point(0, 0); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(753, 23); this.ultraLabel1.TabIndex = 0; this.ultraLabel1.Text = "工艺审核统一配置科室为工艺科,业务员审核统一配置科室为销售的合同科"; // // QcmRolledTubePassConfigFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(753, 387); this.Controls.Add(this.ultraLabel1); this.Name = "QcmRolledTubePassConfigFrm"; this.Text = "QcmRolledTubePassConfigFrm"; this.Load += new System.EventHandler(this.QcmRolledTubePassConfigFrm_Load); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraLabel ultraLabel1; } }