MMaurice FlanaganInitial
59b956f7创建于 2018年7月20日历史提交
namespace Bemo

{

    partial class ProcessChooserForm

    {

        /// <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 Windows Form 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()

        {

            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();

            // 

            // listBox

            // 

            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;

            // 

            // menuStrip1

            // 

            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";

            // 

            // refreshToolStripMenuItem

            // 

            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";

            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(58, 20);

            this.refreshToolStripMenuItem.Text = "Refresh";

            // 

            // ProcessChooserForm

            // 

            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;

    }

}