Files
dmex b02427417c PH1.x: fixed build
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5614 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2014-02-25 23:14:38 +00:00

64 lines
2.2 KiB
C#

namespace ProcessHacker.Components
{
partial class Plotter
{
/// <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();
}
if (_managedBackBuffer != NO_MANAGED_BACK_BUFFER)
_managedBackBuffer.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.components = new System.ComponentModel.Container();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// toolTip
//
this.toolTip.AutomaticDelay = 0;
this.toolTip.ShowAlways = true;
//
// Plotter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "Plotter";
this.Size = new System.Drawing.Size(150, 163);
this.MouseLeave += new System.EventHandler(this.Plotter_MouseLeave);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Plotter_Paint);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Plotter_MouseMove);
this.Resize += new System.EventHandler(this.Plotter_Resize);
this.MouseEnter += new System.EventHandler(this.Plotter_MouseEnter);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolTip toolTip;
}
}