namespace Core.StlMes.Client.ZGMil.ResultConrtrol
{
partial class colShowShiftGroup
{
///
/// 必需的设计器变量。
///
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.components = new System.ComponentModel.Container();
this.lblGroup = new Infragistics.Win.Misc.UltraLabel();
this.lblShift = new Infragistics.Win.Misc.UltraLabel();
this.lblDate = new Infragistics.Win.Misc.UltraLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// lblGroup
//
this.lblGroup.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroup.Location = new System.Drawing.Point(247, 57);
this.lblGroup.Name = "lblGroup";
this.lblGroup.Size = new System.Drawing.Size(86, 73);
this.lblGroup.TabIndex = 0;
this.lblGroup.Text = "甲班";
//
// lblShift
//
this.lblShift.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblShift.Location = new System.Drawing.Point(19, 57);
this.lblShift.Name = "lblShift";
this.lblShift.Size = new System.Drawing.Size(86, 73);
this.lblShift.TabIndex = 0;
this.lblShift.Text = "早班";
//
// lblDate
//
this.lblDate.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDate.Location = new System.Drawing.Point(19, 158);
this.lblDate.Name = "lblDate";
this.lblDate.Size = new System.Drawing.Size(361, 31);
this.lblDate.TabIndex = 1;
this.lblDate.Text = "2016年5月20日 14:35:20";
this.lblDate.Visible = false;
//
// timer1
//
this.timer1.Interval = 1000000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// colShowShiftGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblDate);
this.Controls.Add(this.lblShift);
this.Controls.Add(this.lblGroup);
this.Name = "colShowShiftGroup";
this.Size = new System.Drawing.Size(393, 192);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraLabel lblGroup;
public Infragistics.Win.Misc.UltraLabel LblGroup
{
get { return lblGroup; }
set { lblGroup = value; }
}
private Infragistics.Win.Misc.UltraLabel lblShift;
public Infragistics.Win.Misc.UltraLabel LblShift
{
get { return lblShift; }
set { lblShift = value; }
}
private Infragistics.Win.Misc.UltraLabel lblDate;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.Timer Timer1
{
get { return timer1; }
set { timer1 = value; }
}
public Infragistics.Win.Misc.UltraLabel LblDate
{
get { return lblDate; }
set { lblDate = value; }
}
}
}