namespace EC.AutoWeightServer.UI.UC { partial class UCWelcome { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labwelcome = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labwelcome // this.labwelcome.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labwelcome.ForeColor = System.Drawing.Color.Maroon; this.labwelcome.Location = new System.Drawing.Point(0, 144); this.labwelcome.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labwelcome.Name = "labwelcome"; this.labwelcome.Size = new System.Drawing.Size(598, 60); this.labwelcome.TabIndex = 0; this.labwelcome.Text = "欢迎使用本系统"; this.labwelcome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // UCWelcome // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96))))); this.Controls.Add(this.labwelcome); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "UCWelcome"; this.Size = new System.Drawing.Size(600, 420); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labwelcome; } }