Files
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00

48 lines
1.4 KiB
C#

using System.Windows.Forms;
using System.Drawing;
namespace ProcessHacker.Components
{
partial class Indicator
{
/// <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();
//
// Indicator
//
this.BackColor = System.Drawing.Color.Black;
this.ForeColor = System.Drawing.Color.Lime;
this.Name = "Indicator";
this.Size = new System.Drawing.Size(72, 74);
this.ResumeLayout(false);
}
#endregion
}
}