| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- namespace Core.StlMes.Client.ZGMil.ResultConrtrol
- {
- partial class colShowShiftGroup
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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; }
- }
- }
- }
|