ucCarFormTop_Jisco.Designer.cs 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. namespace MeterModuleLibrary.uc
  2. {
  3. partial class ucCarFormTop_Jisco
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucCarFormTop_Jisco));
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.lblNowTime = new System.Windows.Forms.Label();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // timer1
  37. //
  38. this.timer1.Enabled = true;
  39. this.timer1.Interval = 1000;
  40. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  41. //
  42. // pictureBox1
  43. //
  44. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  45. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  46. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  47. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.pictureBox1.Image = global::MeterModuleLibrary.Properties.Resources.终端上面;
  49. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  50. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  51. this.pictureBox1.Name = "pictureBox1";
  52. this.pictureBox1.Size = new System.Drawing.Size(875, 78);
  53. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  54. this.pictureBox1.TabIndex = 11;
  55. this.pictureBox1.TabStop = false;
  56. this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
  57. //
  58. // lblNowTime
  59. //
  60. this.lblNowTime.AutoSize = true;
  61. this.lblNowTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(131)))), ((int)(((byte)(202)))));
  62. this.lblNowTime.Dock = System.Windows.Forms.DockStyle.Right;
  63. this.lblNowTime.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblNowTime.ForeColor = System.Drawing.Color.White;
  65. this.lblNowTime.Location = new System.Drawing.Point(548, 0);
  66. this.lblNowTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  67. this.lblNowTime.Name = "lblNowTime";
  68. this.lblNowTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
  69. this.lblNowTime.Size = new System.Drawing.Size(327, 19);
  70. this.lblNowTime.TabIndex = 16;
  71. this.lblNowTime.Text = "2019年07月25日 10:10:45 星期四";
  72. //
  73. // ucCarFormTop_Jisco
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.BackColor = System.Drawing.Color.Transparent;
  78. this.Controls.Add(this.lblNowTime);
  79. this.Controls.Add(this.pictureBox1);
  80. this.Margin = new System.Windows.Forms.Padding(2);
  81. this.Name = "ucCarFormTop_Jisco";
  82. this.Size = new System.Drawing.Size(875, 78);
  83. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  84. this.ResumeLayout(false);
  85. this.PerformLayout();
  86. }
  87. #endregion
  88. private System.Windows.Forms.Timer timer1;
  89. private System.Windows.Forms.PictureBox pictureBox1;
  90. private System.Windows.Forms.Label lblNowTime;
  91. }
  92. }