ucCarFormButtomJXJG.Designer.cs 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. namespace MeterModuleLibrary.uc
  2. {
  3. partial class ucCarFormButtomJXJG
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucCarFormButtomJXJG));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // pictureBox1
  34. //
  35. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  36. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  37. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  38. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  39. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  40. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  41. this.pictureBox1.Name = "pictureBox1";
  42. this.pictureBox1.Size = new System.Drawing.Size(1280, 115);
  43. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  44. this.pictureBox1.TabIndex = 12;
  45. this.pictureBox1.TabStop = false;
  46. //
  47. // ucCarFormButtomJXJG
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.Controls.Add(this.pictureBox1);
  52. this.Margin = new System.Windows.Forms.Padding(2);
  53. this.Name = "ucCarFormButtomJXJG";
  54. this.Size = new System.Drawing.Size(1280, 115);
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  56. this.ResumeLayout(false);
  57. }
  58. #endregion
  59. private System.Windows.Forms.PictureBox pictureBox1;
  60. }
  61. }