Uctl_DComponen2.Designer.cs 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 
  2. namespace IMCS.Componen
  3. {
  4. partial class Uctl_DComponen2
  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. ((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 = global::IMCS.Properties.Resources.jiaju;
  37. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  38. this.pictureBox1.Location = new System.Drawing.Point(36, 35);
  39. this.pictureBox1.Name = "pictureBox1";
  40. this.pictureBox1.Size = new System.Drawing.Size(124, 111);
  41. this.pictureBox1.TabIndex = 0;
  42. this.pictureBox1.TabStop = false;
  43. //
  44. // Uctl_Componen
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.BackgroundImage = global::IMCS.Properties.Resources.danzaiju;
  49. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  50. this.Controls.Add(this.pictureBox1);
  51. this.Name = "Uctl_Componen";
  52. this.Size = new System.Drawing.Size(200, 180);
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private System.Windows.Forms.PictureBox pictureBox1;
  58. }
  59. }