using System;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace IntelligentControlForsx.MyControls
{
partial class Title2
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Title2));
this.panelTop = new System.Windows.Forms.Panel();
this.panelTopLeft = new System.Windows.Forms.Panel();
this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
this.panelTopRight = new System.Windows.Forms.Panel();
this.pictureBoxControl = new System.Windows.Forms.PictureBox();
this.panelTop.SuspendLayout();
this.panelTopLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
this.panelTopRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).BeginInit();
this.SuspendLayout();
//
// panelTop
//
this.panelTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelTop.BackgroundImage")));
this.panelTop.Controls.Add(this.panelTopLeft);
this.panelTop.Controls.Add(this.panelTopRight);
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(1904, 71);
this.panelTop.TabIndex = 1;
//
// panelTopLeft
//
this.panelTopLeft.BackColor = System.Drawing.Color.Transparent;
this.panelTopLeft.Controls.Add(this.pictureBoxLogo);
this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelTopLeft.Location = new System.Drawing.Point(0, 0);
this.panelTopLeft.Name = "panelTopLeft";
this.panelTopLeft.Size = new System.Drawing.Size(631, 71);
this.panelTopLeft.TabIndex = 3;
//
// pictureBoxLogo
//
this.pictureBoxLogo.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.logo;
this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.Size = new System.Drawing.Size(623, 71);
this.pictureBoxLogo.TabIndex = 2;
this.pictureBoxLogo.TabStop = false;
//
// panelTopRight
//
this.panelTopRight.BackColor = System.Drawing.Color.Transparent;
this.panelTopRight.Controls.Add(this.pictureBoxControl);
this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
this.panelTopRight.Location = new System.Drawing.Point(631, 0);
this.panelTopRight.Name = "panelTopRight";
this.panelTopRight.Size = new System.Drawing.Size(1273, 71);
this.panelTopRight.TabIndex = 2;
//
// pictureBoxControl
//
this.pictureBoxControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxControl.BackgroundImage")));
this.pictureBoxControl.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBoxControl.Location = new System.Drawing.Point(0, 0);
this.pictureBoxControl.Name = "pictureBoxControl";
this.pictureBoxControl.Size = new System.Drawing.Size(132, 71);
this.pictureBoxControl.TabIndex = 4;
this.pictureBoxControl.TabStop = false;
this.pictureBoxControl.Click += new System.EventHandler(this.pictureBox_Click);
this.pictureBoxControl.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
this.pictureBoxControl.MouseLeave += new System.EventHandler(this.pictureBox_MouseLeave);
//
// Title2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelTop);
this.Name = "Title2";
this.Size = new System.Drawing.Size(1904, 71);
this.panelTop.ResumeLayout(false);
this.panelTopLeft.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
this.panelTopRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.Panel panelTopLeft;
private System.Windows.Forms.Panel panelTopRight;
private System.Windows.Forms.PictureBox pictureBoxControl;
private System.Windows.Forms.PictureBox pictureBoxLogo;
}
}