亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmmain.designer.cs

?? it is just pic4550+usb source code.
?? CS
字號:
namespace USB_PIC18_GUI
{
    partial class frmMain
    {
        /// <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(frmMain));
            this.btnReadADC = new System.Windows.Forms.Button();
            this.nudSamples = new System.Windows.Forms.NumericUpDown();
            this.nudChannel = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblVolts = new System.Windows.Forms.Label();
            this.txtVolts = new System.Windows.Forms.TextBox();
            this.gbADC = new System.Windows.Forms.GroupBox();
            this.gbSwLed = new System.Windows.Forms.GroupBox();
            this.btnSwitch = new System.Windows.Forms.Button();
            this.btnLED1 = new System.Windows.Forms.Button();
            this.btnLED2 = new System.Windows.Forms.Button();
            this.lblS2 = new System.Windows.Forms.Label();
            this.lblS1 = new System.Windows.Forms.Label();
            this.btnLogo = new System.Windows.Forms.Button();
            this.lblLogo = new System.Windows.Forms.Label();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.nudSamples)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudChannel)).BeginInit();
            this.gbADC.SuspendLayout();
            this.gbSwLed.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnReadADC
            // 
            this.btnReadADC.Location = new System.Drawing.Point(26, 28);
            this.btnReadADC.Name = "btnReadADC";
            this.btnReadADC.Size = new System.Drawing.Size(73, 22);
            this.btnReadADC.TabIndex = 0;
            this.btnReadADC.Text = "Read";
            this.btnReadADC.UseVisualStyleBackColor = true;
            this.btnReadADC.Click += new System.EventHandler(this.btnReadADC_Click);
            // 
            // nudSamples
            // 
            this.nudSamples.Location = new System.Drawing.Point(222, 28);
            this.nudSamples.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.nudSamples.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudSamples.Name = "nudSamples";
            this.nudSamples.Size = new System.Drawing.Size(51, 20);
            this.nudSamples.TabIndex = 1;
            this.nudSamples.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // nudChannel
            // 
            this.nudChannel.Location = new System.Drawing.Point(136, 28);
            this.nudChannel.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudChannel.Name = "nudChannel";
            this.nudChannel.Size = new System.Drawing.Size(45, 20);
            this.nudChannel.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(219, 2);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "Samples";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(135, 2);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(46, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Channel";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblVolts
            // 
            this.lblVolts.AutoSize = true;
            this.lblVolts.Location = new System.Drawing.Point(311, 2);
            this.lblVolts.Name = "lblVolts";
            this.lblVolts.Size = new System.Drawing.Size(30, 13);
            this.lblVolts.TabIndex = 6;
            this.lblVolts.Text = "Volts";
            // 
            // txtVolts
            // 
            this.txtVolts.Location = new System.Drawing.Point(314, 28);
            this.txtVolts.MaxLength = 6;
            this.txtVolts.Name = "txtVolts";
            this.txtVolts.Size = new System.Drawing.Size(57, 20);
            this.txtVolts.TabIndex = 7;
            this.txtVolts.Text = "0";
            // 
            // gbADC
            // 
            this.gbADC.Controls.Add(this.txtVolts);
            this.gbADC.Controls.Add(this.lblVolts);
            this.gbADC.Controls.Add(this.label2);
            this.gbADC.Controls.Add(this.label1);
            this.gbADC.Controls.Add(this.nudChannel);
            this.gbADC.Controls.Add(this.nudSamples);
            this.gbADC.Controls.Add(this.btnReadADC);
            this.gbADC.Location = new System.Drawing.Point(21, 93);
            this.gbADC.Name = "gbADC";
            this.gbADC.Size = new System.Drawing.Size(402, 70);
            this.gbADC.TabIndex = 8;
            this.gbADC.TabStop = false;
            this.gbADC.Text = "ADC";
            // 
            // gbSwLed
            // 
            this.gbSwLed.Controls.Add(this.btnSwitch);
            this.gbSwLed.Controls.Add(this.btnLED1);
            this.gbSwLed.Controls.Add(this.btnLED2);
            this.gbSwLed.Controls.Add(this.lblS2);
            this.gbSwLed.Controls.Add(this.lblS1);
            this.gbSwLed.Location = new System.Drawing.Point(21, 182);
            this.gbSwLed.Name = "gbSwLed";
            this.gbSwLed.Size = new System.Drawing.Size(402, 78);
            this.gbSwLed.TabIndex = 9;
            this.gbSwLed.TabStop = false;
            this.gbSwLed.Text = "Switches and LEDs";
            // 
            // btnSwitch
            // 
            this.btnSwitch.Location = new System.Drawing.Point(26, 35);
            this.btnSwitch.Name = "btnSwitch";
            this.btnSwitch.Size = new System.Drawing.Size(73, 22);
            this.btnSwitch.TabIndex = 5;
            this.btnSwitch.Text = "Check";
            this.btnSwitch.UseVisualStyleBackColor = true;
            this.btnSwitch.Click += new System.EventHandler(this.btnSwitch_Click);
            // 
            // btnLED1
            // 
            this.btnLED1.Location = new System.Drawing.Point(240, 35);
            this.btnLED1.Name = "btnLED1";
            this.btnLED1.Size = new System.Drawing.Size(73, 22);
            this.btnLED1.TabIndex = 4;
            this.btnLED1.Text = "LED1";
            this.btnLED1.UseVisualStyleBackColor = true;
            this.btnLED1.Click += new System.EventHandler(this.btnLED1_Click);
            // 
            // btnLED2
            // 
            this.btnLED2.Location = new System.Drawing.Point(319, 35);
            this.btnLED2.Name = "btnLED2";
            this.btnLED2.Size = new System.Drawing.Size(73, 22);
            this.btnLED2.TabIndex = 3;
            this.btnLED2.Text = "LED2";
            this.btnLED2.UseVisualStyleBackColor = true;
            this.btnLED2.Click += new System.EventHandler(this.btnLED2_Click);
            // 
            // lblS2
            // 
            this.lblS2.AutoSize = true;
            this.lblS2.Location = new System.Drawing.Point(187, 40);
            this.lblS2.Name = "lblS2";
            this.lblS2.Size = new System.Drawing.Size(46, 13);
            this.lblS2.TabIndex = 1;
            this.lblS2.Text = "S2=OFF";
            // 
            // lblS1
            // 
            this.lblS1.AutoSize = true;
            this.lblS1.Location = new System.Drawing.Point(132, 40);
            this.lblS1.Name = "lblS1";
            this.lblS1.Size = new System.Drawing.Size(46, 13);
            this.lblS1.TabIndex = 0;
            this.lblS1.Text = "S1=OFF";
            // 
            // btnLogo
            // 
            this.btnLogo.Location = new System.Drawing.Point(12, 7);
            this.btnLogo.Name = "btnLogo";
            this.btnLogo.Size = new System.Drawing.Size(73, 22);
            this.btnLogo.TabIndex = 11;
            this.btnLogo.Text = "Logo";
            this.btnLogo.UseVisualStyleBackColor = true;
            this.btnLogo.Click += new System.EventHandler(this.btnLogo_Click);
            // 
            // lblLogo
            // 
            this.lblLogo.AutoSize = true;
            this.lblLogo.Location = new System.Drawing.Point(111, 7);
            this.lblLogo.Name = "lblLogo";
            this.lblLogo.Size = new System.Drawing.Size(0, 13);
            this.lblLogo.TabIndex = 12;
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel1.Location = new System.Drawing.Point(9, 41);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(337, 16);
            this.linkLabel1.TabIndex = 13;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "PIC18 USB Example. By Rafique4m@gmail.com";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::USB_PIC18_GUI.Properties.Resources.usb_Symbol1;
            this.pictureBox1.Location = new System.Drawing.Point(360, 7);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(83, 60);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 14;
            this.pictureBox1.TabStop = false;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(446, 277);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.lblLogo);
            this.Controls.Add(this.btnLogo);
            this.Controls.Add(this.gbSwLed);
            this.Controls.Add(this.gbADC);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "PIC18 USB Interface";
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.nudSamples)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudChannel)).EndInit();
            this.gbADC.ResumeLayout(false);
            this.gbADC.PerformLayout();
            this.gbSwLed.ResumeLayout(false);
            this.gbSwLed.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnReadADC;
        private System.Windows.Forms.NumericUpDown nudSamples;
        private System.Windows.Forms.NumericUpDown nudChannel;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblVolts;
        private System.Windows.Forms.TextBox txtVolts;
        private System.Windows.Forms.GroupBox gbADC;
        private System.Windows.Forms.GroupBox gbSwLed;
        private System.Windows.Forms.Button btnSwitch;
        private System.Windows.Forms.Button btnLED1;
        private System.Windows.Forms.Button btnLED2;
        private System.Windows.Forms.Label lblS2;
        private System.Windows.Forms.Label lblS1;
        private System.Windows.Forms.Button btnLogo;
        private System.Windows.Forms.Label lblLogo;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.PictureBox pictureBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品一二三四五| 一区二区三区四区视频精品免费| 婷婷中文字幕一区三区| 欧美一区二区三区四区在线观看| 男女激情视频一区| 久久网站最新地址| 99视频在线观看一区三区| 亚洲视频图片小说| 欧美日韩国产小视频在线观看| 日韩电影在线免费看| 精品欧美一区二区三区精品久久| 韩国毛片一区二区三区| 国产精品嫩草久久久久| 欧美亚洲国产怡红院影院| 日本午夜一区二区| 国产日韩精品一区二区三区| 色8久久人人97超碰香蕉987| 美女视频免费一区| 最新高清无码专区| 欧美疯狂性受xxxxx喷水图片| 精品一区二区免费| 亚洲精品成人悠悠色影视| 制服.丝袜.亚洲.中文.综合| 粉嫩13p一区二区三区| 亚洲综合一二区| 欧美精品一区二区三| 色婷婷久久久久swag精品 | 欧美三级午夜理伦三级中视频| 亚洲成人久久影院| 久久久久久久久久久久久女国产乱| 91在线观看免费视频| 日韩va亚洲va欧美va久久| 中文字幕不卡在线观看| 欧美一区二视频| 99久久久无码国产精品| 久久国产欧美日韩精品| 亚洲欧美另类在线| 国产欧美日韩在线观看| 欧美精品一二三区| 99精品一区二区| 国产99久久久国产精品潘金 | 亚洲视频你懂的| 精品久久人人做人人爱| 欧洲精品一区二区三区在线观看| 国产大陆亚洲精品国产| 日本不卡在线视频| 尤物视频一区二区| 久久久久亚洲综合| 欧美一级黄色大片| 欧美色区777第一页| 97se狠狠狠综合亚洲狠狠| 韩国三级中文字幕hd久久精品| 亚洲国产成人高清精品| 亚洲激情综合网| 国产精品伦理在线| 久久久久久久精| 精品免费视频一区二区| 欧美少妇bbb| 国产欧美一区二区精品性色超碰 | 欧美精三区欧美精三区| 不卡的av电影在线观看| 国模冰冰炮一区二区| 视频一区二区不卡| 亚洲1区2区3区视频| 亚洲欧美另类小说视频| 国产精品成人一区二区三区夜夜夜| 精品成人免费观看| 精品国产伦一区二区三区观看方式| 6080午夜不卡| 91麻豆精品国产自产在线| 欧美久久高跟鞋激| 制服丝袜亚洲精品中文字幕| 制服丝袜av成人在线看| 91.xcao| 制服丝袜一区二区三区| 在线综合视频播放| 欧美一卡2卡三卡4卡5免费| 欧美一二三区精品| 精品久久久三级丝袜| 久久久精品综合| 亚洲国产精品精华液ab| 中文字幕制服丝袜成人av| 国产精品麻豆久久久| 亚洲人xxxx| 亚洲国产人成综合网站| 日韩成人免费电影| 经典一区二区三区| 高清视频一区二区| 一本色道久久综合亚洲aⅴ蜜桃| 99精品久久免费看蜜臀剧情介绍| 91免费版在线看| 欧美天天综合网| 欧美一区二区美女| 国产色产综合产在线视频| 中文字幕不卡的av| 亚洲黄色在线视频| 天天色综合成人网| 久久99久国产精品黄毛片色诱| 国产一区二区三区免费看 | 一区二区三区中文免费| 亚洲一区视频在线| 美女被吸乳得到大胸91| 国产mv日韩mv欧美| 色噜噜久久综合| 欧美一区二区私人影院日本| 国产偷国产偷精品高清尤物 | 蜜桃一区二区三区四区| 国产精品亚洲成人| 91麻豆精品视频| 欧美一级片免费看| 中文字幕免费一区| 午夜精品成人在线视频| 国产一区二区三区四区五区入口| av一本久道久久综合久久鬼色| 色悠悠亚洲一区二区| 日韩欧美一级在线播放| 欧美国产视频在线| 午夜伊人狠狠久久| 国产高清在线观看免费不卡| 精品视频1区2区| 欧美精品一区二区精品网| 亚洲丝袜制服诱惑| 国产在线一区二区| 91国偷自产一区二区三区成为亚洲经典| 91麻豆精品国产91久久久久| 欧美激情自拍偷拍| 日韩av成人高清| 色综合久久综合| 久久新电视剧免费观看| 亚洲国产综合91精品麻豆| 国产激情精品久久久第一区二区 | 欧美色视频在线观看| 国产精品免费丝袜| 免费成人美女在线观看| 欧美在线三级电影| 国产精品你懂的在线| 老司机午夜精品| 欧美精品一级二级三级| 亚洲免费观看高清完整版在线 | 精品一区二区综合| 欧美日韩三级一区二区| 国产精品成人免费精品自在线观看 | 91精品欧美福利在线观看| 亚洲欧美电影一区二区| 国产成人av福利| 精品国产一区二区精华| 午夜精品免费在线| 欧美亚洲动漫另类| 亚洲丝袜另类动漫二区| 不卡视频免费播放| 国产午夜三级一区二区三| 美女视频网站久久| 欧美一级高清片在线观看| 午夜国产精品影院在线观看| 91国偷自产一区二区使用方法| 综合欧美亚洲日本| 99re这里都是精品| 国产精品久久久久aaaa樱花| 国产福利电影一区二区三区| 久久久综合九色合综国产精品| 蜜臀久久99精品久久久久宅男| 91精品一区二区三区久久久久久| 天天av天天翘天天综合网| 欧美特级限制片免费在线观看| 一区二区三区欧美在线观看| 在线观看视频一区| 亚洲黄色尤物视频| 欧美日韩中文字幕一区二区| 亚洲mv大片欧洲mv大片精品| 欧美日韩国产a| 日本亚洲天堂网| 精品欧美乱码久久久久久1区2区| 久久99精品一区二区三区| 欧美精品一区二区不卡| 成人综合婷婷国产精品久久蜜臀 | 91免费版在线| 亚洲午夜久久久久久久久电影网 | 精品国产一区二区三区忘忧草| 蜜臀久久99精品久久久久宅男 | 欧美影院精品一区| 午夜精品影院在线观看| 日韩一级大片在线| 韩国av一区二区三区在线观看| 日本一区二区三区视频视频| 成人听书哪个软件好| 亚洲激情av在线| 日韩一二三区视频| 粉嫩欧美一区二区三区高清影视 | 国产亚洲精品资源在线26u| zzijzzij亚洲日本少妇熟睡| 一区二区视频在线| 欧美一区二区三区视频免费| 国产在线麻豆精品观看| 中文字幕中文字幕一区| 欧美日韩在线综合| 黑人精品欧美一区二区蜜桃| 中文字幕一区二区三区在线播放 | 9191成人精品久久| 国产乱码精品一区二区三区av| 国产精品理论片在线观看|