⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 PIOD56
💻 CS
字号:
namespace PIOD56_Demo
{
    partial class Form1
    {
        /// <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()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tbxTotal = new System.Windows.Forms.TextBox();
            this.nudActive = new System.Windows.Forms.NumericUpDown();
            this.lblActive = new System.Windows.Forms.Label();
            this.lblTotal = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lbxTest = new System.Windows.Forms.ListBox();
            this.btnActive = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudActive)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tbxTotal);
            this.groupBox1.Controls.Add(this.nudActive);
            this.groupBox1.Controls.Add(this.lblActive);
            this.groupBox1.Controls.Add(this.lblTotal);
            this.groupBox1.Location = new System.Drawing.Point(9, 1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(310, 56);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // tbxTotal
            // 
            this.tbxTotal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tbxTotal.Location = new System.Drawing.Point(79, 19);
            this.tbxTotal.Name = "tbxTotal";
            this.tbxTotal.Size = new System.Drawing.Size(64, 22);
            this.tbxTotal.TabIndex = 3;
            // 
            // nudActive
            // 
            this.nudActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.nudActive.Location = new System.Drawing.Point(226, 19);
            this.nudActive.Name = "nudActive";
            this.nudActive.Size = new System.Drawing.Size(70, 22);
            this.nudActive.TabIndex = 2;
            // 
            // lblActive
            // 
            this.lblActive.AutoSize = true;
            this.lblActive.Location = new System.Drawing.Point(149, 26);
            this.lblActive.Name = "lblActive";
            this.lblActive.Size = new System.Drawing.Size(71, 12);
            this.lblActive.TabIndex = 1;
            this.lblActive.Text = "Active Boards";
            // 
            // lblTotal
            // 
            this.lblTotal.AutoSize = true;
            this.lblTotal.Location = new System.Drawing.Point(13, 26);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(65, 12);
            this.lblTotal.TabIndex = 0;
            this.lblTotal.Text = "Total Boards";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lbxTest);
            this.groupBox2.Location = new System.Drawing.Point(9, 63);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(310, 303);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // lbxTest
            // 
            this.lbxTest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.lbxTest.FormattingEnabled = true;
            this.lbxTest.ItemHeight = 12;
            this.lbxTest.Items.AddRange(new object[] {
            "Connect the CON1 with CON2",
            "",
            "Connect Port_0 with Port_1",
            "     CON3.Pin37 with CON3.Pin10",
            "     .........................",
            "     CON3.Pin30 with CON3.Pin03",
            "",
            "Connect Port_0 with Port_2",
            "      CON3.Pin37 with CON3.Pin29",
            "      .........................",
            "      CON3.Pin30 with CON3.Pin22"});
            this.lbxTest.Location = new System.Drawing.Point(12, 14);
            this.lbxTest.Name = "lbxTest";
            this.lbxTest.Size = new System.Drawing.Size(284, 280);
            this.lbxTest.TabIndex = 0;
            // 
            // btnActive
            // 
            this.btnActive.Location = new System.Drawing.Point(12, 372);
            this.btnActive.Name = "btnActive";
            this.btnActive.Size = new System.Drawing.Size(162, 27);
            this.btnActive.TabIndex = 2;
            this.btnActive.Text = "Active";
            this.btnActive.UseVisualStyleBackColor = true;
            this.btnActive.Click += new System.EventHandler(this.btnActive_Click);
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(180, 372);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(138, 27);
            this.btnExit.TabIndex = 3;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Teal;
            this.ClientSize = new System.Drawing.Size(333, 405);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnActive);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudActive)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox tbxTotal;
        private System.Windows.Forms.NumericUpDown nudActive;
        private System.Windows.Forms.Label lblActive;
        private System.Windows.Forms.Label lblTotal;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListBox lbxTest;
        private System.Windows.Forms.Button btnActive;
        private System.Windows.Forms.Button btnExit;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -