namespace Bemo
{
partial class ProcessChooserForm
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessChooserForm));
this.listBox = new System.Windows.Forms.CheckedListBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
this.listBox.CheckOnClick = true;
this.listBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox.FormattingEnabled = true;
this.listBox.Location = new System.Drawing.Point(0, 24);
this.listBox.Name = "listBox";
this.listBox.Size = new System.Drawing.Size(452, 377);
this.listBox.TabIndex = 2;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.refreshToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(452, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.refreshToolStripMenuItem.Text = "Refresh";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(452, 401);
this.Controls.Add(this.listBox);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "ProcessChooserForm";
this.Text = "Processes";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.CheckedListBox listBox;
private System.Windows.Forms.MenuStrip menuStrip1;
public System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
}
}