Uctl_DComponen1.Designer.cs 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 
  2. namespace IMCS.Componen
  3. {
  4. partial class Uctl_DComponen1
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // pictureBox1
  36. //
  37. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  38. this.pictureBox1.BackgroundImage = global::IMCS.Properties.Resources.jiaju;
  39. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  40. this.pictureBox1.Location = new System.Drawing.Point(50, 34);
  41. this.pictureBox1.Name = "pictureBox1";
  42. this.pictureBox1.Size = new System.Drawing.Size(124, 111);
  43. this.pictureBox1.TabIndex = 0;
  44. this.pictureBox1.TabStop = false;
  45. //
  46. // pictureBox2
  47. //
  48. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  49. this.pictureBox2.BackgroundImage = global::IMCS.Properties.Resources.jiaju;
  50. this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  51. this.pictureBox2.Location = new System.Drawing.Point(230, 34);
  52. this.pictureBox2.Name = "pictureBox2";
  53. this.pictureBox2.Size = new System.Drawing.Size(124, 111);
  54. this.pictureBox2.TabIndex = 1;
  55. this.pictureBox2.TabStop = false;
  56. //
  57. // Uctl_DComponen
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.BackgroundImage = global::IMCS.Properties.Resources.tuopan;
  62. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  63. this.Controls.Add(this.pictureBox2);
  64. this.Controls.Add(this.pictureBox1);
  65. this.DoubleBuffered = true;
  66. this.Name = "Uctl_DComponen";
  67. this.Size = new System.Drawing.Size(404, 185);
  68. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  70. this.ResumeLayout(false);
  71. }
  72. #endregion
  73. private System.Windows.Forms.PictureBox pictureBox1;
  74. private System.Windows.Forms.PictureBox pictureBox2;
  75. }
  76. }