Title2.designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. using System;
  2. using System.Windows.Media;
  3. using System.Windows.Media.Imaging;
  4. namespace IntelligentControlForsx.MyControls
  5. {
  6. partial class Title2
  7. {
  8. /// <summary>
  9. /// 必需的设计器变量。
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// 清理所有正在使用的资源。
  14. /// </summary>
  15. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region 组件设计器生成的代码
  25. /// <summary>
  26. /// 设计器支持所需的方法 - 不要
  27. /// 使用代码编辑器修改此方法的内容。
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title2));
  32. this.panelTop = new System.Windows.Forms.Panel();
  33. this.panelTopLeft = new System.Windows.Forms.Panel();
  34. this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
  35. this.panelTopRight = new System.Windows.Forms.Panel();
  36. this.pictureBoxControl = new System.Windows.Forms.PictureBox();
  37. this.panelTop.SuspendLayout();
  38. this.panelTopLeft.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
  40. this.panelTopRight.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panelTop
  45. //
  46. this.panelTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelTop.BackgroundImage")));
  47. this.panelTop.Controls.Add(this.panelTopLeft);
  48. this.panelTop.Controls.Add(this.panelTopRight);
  49. this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.panelTop.Location = new System.Drawing.Point(0, 0);
  51. this.panelTop.Name = "panelTop";
  52. this.panelTop.Size = new System.Drawing.Size(1904, 71);
  53. this.panelTop.TabIndex = 1;
  54. //
  55. // panelTopLeft
  56. //
  57. this.panelTopLeft.BackColor = System.Drawing.Color.Transparent;
  58. this.panelTopLeft.Controls.Add(this.pictureBoxLogo);
  59. this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.panelTopLeft.Location = new System.Drawing.Point(0, 0);
  61. this.panelTopLeft.Name = "panelTopLeft";
  62. this.panelTopLeft.Size = new System.Drawing.Size(631, 71);
  63. this.panelTopLeft.TabIndex = 3;
  64. //
  65. // pictureBoxLogo
  66. //
  67. this.pictureBoxLogo.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.logo;
  68. this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  69. this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
  70. this.pictureBoxLogo.Name = "pictureBoxLogo";
  71. this.pictureBoxLogo.Size = new System.Drawing.Size(623, 71);
  72. this.pictureBoxLogo.TabIndex = 2;
  73. this.pictureBoxLogo.TabStop = false;
  74. //
  75. // panelTopRight
  76. //
  77. this.panelTopRight.BackColor = System.Drawing.Color.Transparent;
  78. this.panelTopRight.Controls.Add(this.pictureBoxControl);
  79. this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
  80. this.panelTopRight.Location = new System.Drawing.Point(631, 0);
  81. this.panelTopRight.Name = "panelTopRight";
  82. this.panelTopRight.Size = new System.Drawing.Size(1273, 71);
  83. this.panelTopRight.TabIndex = 2;
  84. //
  85. // pictureBoxControl
  86. //
  87. this.pictureBoxControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxControl.BackgroundImage")));
  88. this.pictureBoxControl.Dock = System.Windows.Forms.DockStyle.Left;
  89. this.pictureBoxControl.Location = new System.Drawing.Point(0, 0);
  90. this.pictureBoxControl.Name = "pictureBoxControl";
  91. this.pictureBoxControl.Size = new System.Drawing.Size(132, 71);
  92. this.pictureBoxControl.TabIndex = 4;
  93. this.pictureBoxControl.TabStop = false;
  94. this.pictureBoxControl.Click += new System.EventHandler(this.pictureBox_Click);
  95. this.pictureBoxControl.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
  96. this.pictureBoxControl.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
  97. //
  98. // Title2
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.Controls.Add(this.panelTop);
  103. this.Name = "Title2";
  104. this.Size = new System.Drawing.Size(1904, 71);
  105. this.panelTop.ResumeLayout(false);
  106. this.panelTopLeft.ResumeLayout(false);
  107. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
  108. this.panelTopRight.ResumeLayout(false);
  109. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).EndInit();
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. private System.Windows.Forms.Panel panelTop;
  114. private System.Windows.Forms.Panel panelTopLeft;
  115. private System.Windows.Forms.Panel panelTopRight;
  116. private System.Windows.Forms.PictureBox pictureBoxControl;
  117. private System.Windows.Forms.PictureBox pictureBoxLogo;
  118. }
  119. }