62 lines
2.6 KiB
C#
62 lines
2.6 KiB
C#
//
|
|
// Copyright © 2006-2010, Intel Corporation. All rights reserved.
|
|
//
|
|
namespace AMT_SW_GUI
|
|
{
|
|
partial class AMT_OuterButton
|
|
{
|
|
/// <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_OuterButton));
|
|
this.SuspendLayout();
|
|
//
|
|
// AMT_OuterButton
|
|
//
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
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.Transparent;
|
|
this.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.UseVisualStyleBackColor = false;
|
|
this.TextChanged += new System.EventHandler(this.AMT_OuterButton_TextChanged);
|
|
this.MouseLeave += new System.EventHandler(this.AMT_OuterButton_MouseLeave);
|
|
this.Leave += new System.EventHandler(this.AMT_OuterButton_Leave);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AMT_OuterButton_MouseDown);
|
|
this.Enter += new System.EventHandler(this.AMT_OuterButton_Enter);
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.AMT_OuterButton_MouseUp);
|
|
this.EnabledChanged += new System.EventHandler(this.AMT_OuterButton_EnabledChanged);
|
|
this.MouseEnter += new System.EventHandler(this.AMT_OuterButton_MouseEnter);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|