namespace JinYuan.ControlLib { partial class LongTitle { /// /// 必需的设计器变量。 /// 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.lbl_Title = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lbl_Title // this.lbl_Title.BackColor = System.Drawing.Color.Transparent; this.lbl_Title.Font = new System.Drawing.Font("微软雅黑", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.lbl_Title.ForeColor = System.Drawing.Color.White; this.lbl_Title.Location = new System.Drawing.Point(35, 0); this.lbl_Title.Margin = new System.Windows.Forms.Padding(50, 0, 0, 0); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Size = new System.Drawing.Size(205, 52); this.lbl_Title.TabIndex = 0; this.lbl_Title.Text = "标题名称"; this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // LongTitle // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::JinYuan.ControlLib.Properties.Resources.标题_03左; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.lbl_Title); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "LongTitle"; this.Size = new System.Drawing.Size(543, 52); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lbl_Title; } }