ucCarFormTopJXJG.Designer.cs 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. namespace MeterModuleLibrary.uc
  2. {
  3. partial class ucCarFormTopJXJG
  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(ucCarFormTopJXJG));
  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.Location = new System.Drawing.Point(0, 0);
  49. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  50. this.pictureBox1.Name = "pictureBox1";
  51. this.pictureBox1.Size = new System.Drawing.Size(1280, 115);
  52. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  53. this.pictureBox1.TabIndex = 11;
  54. this.pictureBox1.TabStop = false;
  55. this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
  56. //
  57. // lblNowTime
  58. //
  59. this.lblNowTime.AutoSize = true;
  60. this.lblNowTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(131)))), ((int)(((byte)(202)))));
  61. this.lblNowTime.Dock = System.Windows.Forms.DockStyle.Right;
  62. this.lblNowTime.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.lblNowTime.ForeColor = System.Drawing.Color.White;
  64. this.lblNowTime.Location = new System.Drawing.Point(953, 0);
  65. this.lblNowTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  66. this.lblNowTime.Name = "lblNowTime";
  67. this.lblNowTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
  68. this.lblNowTime.Size = new System.Drawing.Size(327, 19);
  69. this.lblNowTime.TabIndex = 16;
  70. this.lblNowTime.Text = "2019年07月25日 10:10:45 星期四";
  71. //
  72. // ucCarFormTopJXJG
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.BackColor = System.Drawing.Color.Transparent;
  77. this.Controls.Add(this.lblNowTime);
  78. this.Controls.Add(this.pictureBox1);
  79. this.Margin = new System.Windows.Forms.Padding(2);
  80. this.Name = "ucCarFormTopJXJG";
  81. this.Size = new System.Drawing.Size(1280, 115);
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  83. this.ResumeLayout(false);
  84. this.PerformLayout();
  85. }
  86. #endregion
  87. private System.Windows.Forms.Timer timer1;
  88. private System.Windows.Forms.PictureBox pictureBox1;
  89. private System.Windows.Forms.Label lblNowTime;
  90. }
  91. }