namespace JinYuan.ControlLib { partial class TitleTime { /// /// 必需的设计器变量。 /// 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.lb_TitleName = new System.Windows.Forms.Label(); this.lbl_Title = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // lb_TitleName // this.lb_TitleName.Dock = System.Windows.Forms.DockStyle.Fill; this.lb_TitleName.ForeColor = System.Drawing.Color.White; this.lb_TitleName.Location = new System.Drawing.Point(22, 0); this.lb_TitleName.Name = "lb_TitleName"; this.lb_TitleName.Size = new System.Drawing.Size(108, 30); this.lb_TitleName.TabIndex = 0; this.lb_TitleName.Text = "label1"; this.lb_TitleName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lbl_Title // this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Fill; this.lbl_Title.ForeColor = System.Drawing.Color.White; this.lbl_Title.Location = new System.Drawing.Point(136, 0); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Size = new System.Drawing.Size(169, 30); this.lbl_Title.TabIndex = 0; this.lbl_Title.Text = "label1"; this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 19F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.44637F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.55363F)); this.tableLayoutPanel1.Controls.Add(this.lb_TitleName, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lbl_Title, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(308, 30); this.tableLayoutPanel1.TabIndex = 1; // // TitleTime // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::JinYuan.ControlLib.Properties.Resources._61; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "TitleTime"; this.Size = new System.Drawing.Size(308, 30); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_TitleName; private System.Windows.Forms.Label lbl_Title; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }