colShowShiftGroup.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace Core.StlMes.Client.ZGMil.ResultConrtrol
  2. {
  3. partial class colShowShiftGroup
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.lblGroup = new Infragistics.Win.Misc.UltraLabel();
  30. this.lblShift = new Infragistics.Win.Misc.UltraLabel();
  31. this.lblDate = new Infragistics.Win.Misc.UltraLabel();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.SuspendLayout();
  34. //
  35. // lblGroup
  36. //
  37. this.lblGroup.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.lblGroup.Location = new System.Drawing.Point(247, 57);
  39. this.lblGroup.Name = "lblGroup";
  40. this.lblGroup.Size = new System.Drawing.Size(86, 73);
  41. this.lblGroup.TabIndex = 0;
  42. this.lblGroup.Text = "甲班";
  43. //
  44. // lblShift
  45. //
  46. this.lblShift.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.lblShift.Location = new System.Drawing.Point(19, 57);
  48. this.lblShift.Name = "lblShift";
  49. this.lblShift.Size = new System.Drawing.Size(86, 73);
  50. this.lblShift.TabIndex = 0;
  51. this.lblShift.Text = "早班";
  52. //
  53. // lblDate
  54. //
  55. this.lblDate.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.lblDate.Location = new System.Drawing.Point(19, 158);
  57. this.lblDate.Name = "lblDate";
  58. this.lblDate.Size = new System.Drawing.Size(361, 31);
  59. this.lblDate.TabIndex = 1;
  60. this.lblDate.Text = "2016年5月20日 14:35:20";
  61. this.lblDate.Visible = false;
  62. //
  63. // timer1
  64. //
  65. this.timer1.Interval = 1000000;
  66. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  67. //
  68. // colShowShiftGroup
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.Controls.Add(this.lblDate);
  73. this.Controls.Add(this.lblShift);
  74. this.Controls.Add(this.lblGroup);
  75. this.Name = "colShowShiftGroup";
  76. this.Size = new System.Drawing.Size(393, 192);
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private Infragistics.Win.Misc.UltraLabel lblGroup;
  81. public Infragistics.Win.Misc.UltraLabel LblGroup
  82. {
  83. get { return lblGroup; }
  84. set { lblGroup = value; }
  85. }
  86. private Infragistics.Win.Misc.UltraLabel lblShift;
  87. public Infragistics.Win.Misc.UltraLabel LblShift
  88. {
  89. get { return lblShift; }
  90. set { lblShift = value; }
  91. }
  92. private Infragistics.Win.Misc.UltraLabel lblDate;
  93. private System.Windows.Forms.Timer timer1;
  94. public System.Windows.Forms.Timer Timer1
  95. {
  96. get { return timer1; }
  97. set { timer1 = value; }
  98. }
  99. public Infragistics.Win.Misc.UltraLabel LblDate
  100. {
  101. get { return lblDate; }
  102. set { lblDate = value; }
  103. }
  104. }
  105. }