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

156 lines
6.6 KiB
C#

namespace ProcessHacker.Components
{
partial class EventProperties
{
/// <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();
}
_eventHandle.Dereference(disposing);
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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.labelType = new System.Windows.Forms.Label();
this.labelSignaled = new System.Windows.Forms.Label();
this.buttonClear = new System.Windows.Forms.Button();
this.buttonSet = new System.Windows.Forms.Button();
this.buttonPulse = new System.Windows.Forms.Button();
this.buttonReset = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Type:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Signaled:";
//
// labelType
//
this.labelType.AutoSize = true;
this.labelType.Location = new System.Drawing.Point(66, 3);
this.labelType.Name = "labelType";
this.labelType.Size = new System.Drawing.Size(60, 13);
this.labelType.TabIndex = 2;
this.labelType.Text = "Notification";
//
// labelSignaled
//
this.labelSignaled.AutoSize = true;
this.labelSignaled.Location = new System.Drawing.Point(66, 26);
this.labelSignaled.Name = "labelSignaled";
this.labelSignaled.Size = new System.Drawing.Size(32, 13);
this.labelSignaled.TabIndex = 2;
this.labelSignaled.Text = "False";
//
// buttonClear
//
this.buttonClear.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonClear.Location = new System.Drawing.Point(6, 79);
this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(75, 23);
this.buttonClear.TabIndex = 3;
this.buttonClear.Text = "Clear";
this.buttonClear.UseVisualStyleBackColor = true;
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
//
// buttonSet
//
this.buttonSet.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonSet.Location = new System.Drawing.Point(6, 50);
this.buttonSet.Name = "buttonSet";
this.buttonSet.Size = new System.Drawing.Size(75, 23);
this.buttonSet.TabIndex = 3;
this.buttonSet.Text = "Set";
this.buttonSet.UseVisualStyleBackColor = true;
this.buttonSet.Click += new System.EventHandler(this.buttonSet_Click);
//
// buttonPulse
//
this.buttonPulse.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonPulse.Location = new System.Drawing.Point(87, 50);
this.buttonPulse.Name = "buttonPulse";
this.buttonPulse.Size = new System.Drawing.Size(75, 23);
this.buttonPulse.TabIndex = 3;
this.buttonPulse.Text = "Pulse";
this.buttonPulse.UseVisualStyleBackColor = true;
this.buttonPulse.Click += new System.EventHandler(this.buttonPulse_Click);
//
// buttonReset
//
this.buttonReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonReset.Location = new System.Drawing.Point(87, 79);
this.buttonReset.Name = "buttonReset";
this.buttonReset.Size = new System.Drawing.Size(75, 23);
this.buttonReset.TabIndex = 3;
this.buttonReset.Text = "Reset";
this.buttonReset.UseVisualStyleBackColor = true;
this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
//
// EventProperties
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonReset);
this.Controls.Add(this.buttonPulse);
this.Controls.Add(this.buttonSet);
this.Controls.Add(this.buttonClear);
this.Controls.Add(this.labelSignaled);
this.Controls.Add(this.labelType);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "EventProperties";
this.Padding = new System.Windows.Forms.Padding(3);
this.Size = new System.Drawing.Size(173, 117);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label labelType;
private System.Windows.Forms.Label labelSignaled;
private System.Windows.Forms.Button buttonClear;
private System.Windows.Forms.Button buttonSet;
private System.Windows.Forms.Button buttonPulse;
private System.Windows.Forms.Button buttonReset;
}
}