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

📄 picusbnut.designer.cs

📁 Pic USB interfnace
💻 CS
字号:
namespace picusbnut
{
    partial class picusbnut
    {
        /// <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.components = new System.ComponentModel.Container();
            this.texttopic1 = new System.Windows.Forms.TextBox();
            this.sendtext = new System.Windows.Forms.Button();
            this.led4 = new System.Windows.Forms.Button();
            this.led3 = new System.Windows.Forms.Button();
            this.led2 = new System.Windows.Forms.Button();
            this.led1 = new System.Windows.Forms.Button();
            this.adconv = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.texto69 = new System.Windows.Forms.TextBox();
            this.potvalue = new System.Windows.Forms.ProgressBar();
            this.SuspendLayout();
            // 
            // texttopic1
            // 
            this.texttopic1.Font = new System.Drawing.Font("Arial", 8F);
            this.texttopic1.Location = new System.Drawing.Point(109, 45);
            this.texttopic1.MaxLength = 16;
            this.texttopic1.Name = "texttopic1";
            this.texttopic1.Size = new System.Drawing.Size(105, 20);
            this.texttopic1.TabIndex = 47;
            // 
            // sendtext
            // 
            this.sendtext.Font = new System.Drawing.Font("Arial", 8F);
            this.sendtext.Location = new System.Drawing.Point(12, 43);
            this.sendtext.Name = "sendtext";
            this.sendtext.Size = new System.Drawing.Size(91, 25);
            this.sendtext.TabIndex = 46;
            this.sendtext.Text = "SEND TEXT";
            this.sendtext.Click += new System.EventHandler(this.sendtext_Click);
            // 
            // led4
            // 
            this.led4.Font = new System.Drawing.Font("Arial", 8F);
            this.led4.Location = new System.Drawing.Point(168, 12);
            this.led4.Name = "led4";
            this.led4.Size = new System.Drawing.Size(46, 25);
            this.led4.TabIndex = 45;
            this.led4.Text = "LED 4";
            this.led4.Click += new System.EventHandler(this.led4_Click);
            // 
            // led3
            // 
            this.led3.Font = new System.Drawing.Font("Arial", 8F);
            this.led3.Location = new System.Drawing.Point(116, 12);
            this.led3.Name = "led3";
            this.led3.Size = new System.Drawing.Size(46, 25);
            this.led3.TabIndex = 44;
            this.led3.Text = "LED 3";
            this.led3.Click += new System.EventHandler(this.led3_Click);
            // 
            // led2
            // 
            this.led2.Font = new System.Drawing.Font("Arial", 8F);
            this.led2.Location = new System.Drawing.Point(64, 12);
            this.led2.Name = "led2";
            this.led2.Size = new System.Drawing.Size(46, 25);
            this.led2.TabIndex = 43;
            this.led2.Text = "LED 2";
            this.led2.Click += new System.EventHandler(this.led2_Click);
            // 
            // led1
            // 
            this.led1.Font = new System.Drawing.Font("Arial", 8F);
            this.led1.Location = new System.Drawing.Point(12, 12);
            this.led1.Name = "led1";
            this.led1.Size = new System.Drawing.Size(46, 25);
            this.led1.TabIndex = 42;
            this.led1.Text = "LED 1";
            this.led1.Click += new System.EventHandler(this.led1_Click);
            // 
            // adconv
            // 
            this.adconv.Font = new System.Drawing.Font("Arial", 8F);
            this.adconv.Location = new System.Drawing.Point(12, 74);
            this.adconv.Name = "adconv";
            this.adconv.Size = new System.Drawing.Size(91, 25);
            this.adconv.TabIndex = 48;
            this.adconv.Text = "RUN A/D";
            this.adconv.Click += new System.EventHandler(this.adconv_Click);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // texto69
            // 
            this.texto69.Location = new System.Drawing.Point(12, 111);
            this.texto69.Name = "texto69";
            this.texto69.Size = new System.Drawing.Size(202, 20);
            this.texto69.TabIndex = 52;
            // 
            // potvalue
            // 
            this.potvalue.Location = new System.Drawing.Point(109, 74);
            this.potvalue.Name = "potvalue";
            this.potvalue.Size = new System.Drawing.Size(105, 25);
            this.potvalue.TabIndex = 53;
            // 
            // picusbnut
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(227, 140);
            this.Controls.Add(this.potvalue);
            this.Controls.Add(this.texto69);
            this.Controls.Add(this.adconv);
            this.Controls.Add(this.texttopic1);
            this.Controls.Add(this.sendtext);
            this.Controls.Add(this.led4);
            this.Controls.Add(this.led3);
            this.Controls.Add(this.led2);
            this.Controls.Add(this.led1);
            this.Name = "picusbnut";
            this.Text = "picusbnut";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox texttopic1;
        private System.Windows.Forms.Button sendtext;
        private System.Windows.Forms.Button led4;
        private System.Windows.Forms.Button led3;
        private System.Windows.Forms.Button led2;
        private System.Windows.Forms.Button led1;
        private System.Windows.Forms.Button adconv;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.TextBox texto69;
        private System.Windows.Forms.ProgressBar potvalue;
    }
}

⌨️ 快捷键说明

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