103 lines
4.2 KiB
C#

//
// Copyright © 2006-2010, Intel Corporation. All rights reserved.
//
namespace AMT_SW_GUI.Forms
{
partial class TopPanel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panelCenter = new System.Windows.Forms.Panel();
this.panelRight = new System.Windows.Forms.Panel();
this.panelLeft = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// panelLeft
//
this.panelLeft.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.top_left;
this.panelLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.panelLeft.Location = new System.Drawing.Point(0, 0);
this.panelLeft.Name = "panelLeft";
this.panelLeft.Size = new System.Drawing.Size(231, 70);
this.panelLeft.TabIndex = 0;
//
// panelRight
//
this.panelRight.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.top_right;
this.panelRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
this.panelRight.Location = new System.Drawing.Point(717, 0);
this.panelRight.Name = "panelRight";
this.panelRight.Size = new System.Drawing.Size(132, 70);
this.panelRight.TabIndex = 1;
//
// panelCenter
//
this.panelCenter.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.top_center_resize;
this.panelCenter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelCenter.Location = new System.Drawing.Point(231, 0);
this.panelCenter.Name = "panelCenter";
this.panelCenter.Size = new System.Drawing.Size(486, 70);
this.panelCenter.TabIndex = 2;
//
// panel1
//
this.panel1.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.top_center_resize;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(717, 70);
this.panel1.TabIndex = 2;
//
// TopPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.top_slice_wide;
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelCenter);
this.Controls.Add(this.panelRight);
this.Controls.Add(this.panelLeft);
this.Name = "TopPanel";
this.Size = new System.Drawing.Size(849, 70);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.Panel panelRight;
private System.Windows.Forms.Panel panelCenter;
private System.Windows.Forms.Panel panel1;
}
}