61 lines
2.4 KiB
C#
61 lines
2.4 KiB
C#
//
|
|
// Copyright © 2006-2010, Intel Corporation. All rights reserved.
|
|
//
|
|
namespace AMT_SW_GUI
|
|
{
|
|
partial class AMT_InnerButton
|
|
{
|
|
/// <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.SuspendLayout();
|
|
//
|
|
// AMT_InnerButton
|
|
//
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.large_normal24;
|
|
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_InnerButton_TextChanged);
|
|
this.MouseLeave += new System.EventHandler(this.AMT_InnerButton_MouseLeave);
|
|
this.Leave += new System.EventHandler(this.AMT_InnerButton_Leave);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AMT_InnerButton_MouseDown);
|
|
this.MouseEnter += new System.EventHandler(this.AMT_InnerButton_MouseEnter);
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.AMT_InnerButton_MouseUp);
|
|
this.EnabledChanged += new System.EventHandler(this.AMT_InnerButton_EnabledChanged);
|
|
this.Enter += new System.EventHandler(this.AMT_InnerButton_Enter);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|