62 lines
2.6 KiB
C#

//
// Copyright © 2006-2010, Intel Corporation. All rights reserved.
//
namespace AMT_SW_GUI
{
partial class AMT_WideInnerButton
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AMT_WideInnerButton));
this.SuspendLayout();
//
// AMT_WideInnerButton
//
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.FlatAppearance.BorderSize = 0;
this.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
this.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
this.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.UseVisualStyleBackColor = false;
this.TextChanged += new System.EventHandler(this.AMT_WideInnerButton_TextChanged);
this.MouseLeave += new System.EventHandler(this.AMT_WideInnerButton_MouseLeave);
this.Leave += new System.EventHandler(this.AMT_WideInnerButton_Leave);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AMT_WideInnerButton_MouseDown);
this.Enter += new System.EventHandler(this.AMT_WideInnerButton_Enter);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.AMT_WideInnerButton_MouseUp);
this.EnabledChanged += new System.EventHandler(this.AMT_WideInnerButton_EnabledChanged);
this.MouseEnter += new System.EventHandler(this.AMT_WideInnerButton_MouseEnter);
this.ResumeLayout(false);
}
#endregion
}
}