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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? testpanel.designer.cs

?? cp2102 官方usb開發(fā)包
?? CS
?? 第 1 頁 / 共 2 頁
字號:
namespace USBXpress_TestPanel
{
    partial class TestPanel
    {
        /// <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.checkBox_LED1 = new System.Windows.Forms.CheckBox();
            this.checkBox_LED2 = new System.Windows.Forms.CheckBox();
            this.groupBoxLEDs = new System.Windows.Forms.GroupBox();
            this.groupBox_Switches = new System.Windows.Forms.GroupBox();
            this.checkBox_Switch2 = new System.Windows.Forms.CheckBox();
            this.checkBox_Switch1 = new System.Windows.Forms.CheckBox();
            this.groupBox_Port0 = new System.Windows.Forms.GroupBox();
            this.checkBox_P00 = new System.Windows.Forms.CheckBox();
            this.checkBox_P01 = new System.Windows.Forms.CheckBox();
            this.checkBox_P02 = new System.Windows.Forms.CheckBox();
            this.checkBox_P03 = new System.Windows.Forms.CheckBox();
            this.groupBox_Potentiometer = new System.Windows.Forms.GroupBox();
            this.progressBar_Pot = new System.Windows.Forms.ProgressBar();
            this.groupBox_Temperature = new System.Windows.Forms.GroupBox();
            this.checkBox_P10 = new System.Windows.Forms.CheckBox();
            this.checkBox_P11 = new System.Windows.Forms.CheckBox();
            this.checkBox_P12 = new System.Windows.Forms.CheckBox();
            this.groupBox_Port1 = new System.Windows.Forms.GroupBox();
            this.checkBox_P13 = new System.Windows.Forms.CheckBox();
            this.button_Exit = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.progressBar_Temp = new System.Windows.Forms.ProgressBar();
            this.label_Pot = new System.Windows.Forms.Label();
            this.label_Temp = new System.Windows.Forms.Label();
            this.groupBoxLEDs.SuspendLayout();
            this.groupBox_Switches.SuspendLayout();
            this.groupBox_Port0.SuspendLayout();
            this.groupBox_Potentiometer.SuspendLayout();
            this.groupBox_Temperature.SuspendLayout();
            this.groupBox_Port1.SuspendLayout();
            this.SuspendLayout();
            // 
            // checkBox_LED1
            // 
            this.checkBox_LED1.AutoSize = true;
            this.checkBox_LED1.Location = new System.Drawing.Point(26, 19);
            this.checkBox_LED1.Name = "checkBox_LED1";
            this.checkBox_LED1.Size = new System.Drawing.Size(53, 17);
            this.checkBox_LED1.TabIndex = 0;
            this.checkBox_LED1.Text = "LED1";
            this.checkBox_LED1.UseVisualStyleBackColor = true;
            // 
            // checkBox_LED2
            // 
            this.checkBox_LED2.AutoSize = true;
            this.checkBox_LED2.Location = new System.Drawing.Point(26, 42);
            this.checkBox_LED2.Name = "checkBox_LED2";
            this.checkBox_LED2.Size = new System.Drawing.Size(53, 17);
            this.checkBox_LED2.TabIndex = 1;
            this.checkBox_LED2.Text = "LED2";
            this.checkBox_LED2.UseVisualStyleBackColor = true;
            // 
            // groupBoxLEDs
            // 
            this.groupBoxLEDs.Controls.Add(this.checkBox_LED2);
            this.groupBoxLEDs.Controls.Add(this.checkBox_LED1);
            this.groupBoxLEDs.Location = new System.Drawing.Point(139, 12);
            this.groupBoxLEDs.Name = "groupBoxLEDs";
            this.groupBoxLEDs.Size = new System.Drawing.Size(108, 73);
            this.groupBoxLEDs.TabIndex = 2;
            this.groupBoxLEDs.TabStop = false;
            this.groupBoxLEDs.Text = "LED States";
            // 
            // groupBox_Switches
            // 
            this.groupBox_Switches.Controls.Add(this.checkBox_Switch2);
            this.groupBox_Switches.Controls.Add(this.checkBox_Switch1);
            this.groupBox_Switches.Cursor = System.Windows.Forms.Cursors.No;
            this.groupBox_Switches.Location = new System.Drawing.Point(25, 12);
            this.groupBox_Switches.Name = "groupBox_Switches";
            this.groupBox_Switches.Size = new System.Drawing.Size(108, 72);
            this.groupBox_Switches.TabIndex = 3;
            this.groupBox_Switches.TabStop = false;
            this.groupBox_Switches.Text = "Switch States";
            // 
            // checkBox_Switch2
            // 
            this.checkBox_Switch2.Appearance = System.Windows.Forms.Appearance.Button;
            this.checkBox_Switch2.AutoCheck = false;
            this.checkBox_Switch2.AutoSize = true;
            this.checkBox_Switch2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_Switch2.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_Switch2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox_Switch2.Location = new System.Drawing.Point(27, 42);
            this.checkBox_Switch2.Name = "checkBox_Switch2";
            this.checkBox_Switch2.Size = new System.Drawing.Size(55, 23);
            this.checkBox_Switch2.TabIndex = 1;
            this.checkBox_Switch2.Text = "Switch2";
            this.checkBox_Switch2.UseVisualStyleBackColor = true;
            // 
            // checkBox_Switch1
            // 
            this.checkBox_Switch1.Appearance = System.Windows.Forms.Appearance.Button;
            this.checkBox_Switch1.AutoCheck = false;
            this.checkBox_Switch1.AutoSize = true;
            this.checkBox_Switch1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_Switch1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_Switch1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox_Switch1.Location = new System.Drawing.Point(27, 15);
            this.checkBox_Switch1.Name = "checkBox_Switch1";
            this.checkBox_Switch1.Size = new System.Drawing.Size(55, 23);
            this.checkBox_Switch1.TabIndex = 0;
            this.checkBox_Switch1.Text = "Switch1";
            this.checkBox_Switch1.UseVisualStyleBackColor = true;
            // 
            // groupBox_Port0
            // 
            this.groupBox_Port0.Controls.Add(this.checkBox_P00);
            this.groupBox_Port0.Controls.Add(this.checkBox_P01);
            this.groupBox_Port0.Controls.Add(this.checkBox_P02);
            this.groupBox_Port0.Controls.Add(this.checkBox_P03);
            this.groupBox_Port0.Cursor = System.Windows.Forms.Cursors.No;
            this.groupBox_Port0.Location = new System.Drawing.Point(25, 91);
            this.groupBox_Port0.Name = "groupBox_Port0";
            this.groupBox_Port0.Size = new System.Drawing.Size(108, 138);
            this.groupBox_Port0.TabIndex = 4;
            this.groupBox_Port0.TabStop = false;
            this.groupBox_Port0.Text = "Port 0 (Input)";
            // 
            // checkBox_P00
            // 
            this.checkBox_P00.AutoCheck = false;
            this.checkBox_P00.AutoSize = true;
            this.checkBox_P00.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_P00.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_P00.Location = new System.Drawing.Point(27, 108);
            this.checkBox_P00.Name = "checkBox_P00";
            this.checkBox_P00.Size = new System.Drawing.Size(48, 17);
            this.checkBox_P00.TabIndex = 5;
            this.checkBox_P00.Text = "P0.0";
            this.checkBox_P00.UseVisualStyleBackColor = true;
            // 
            // checkBox_P01
            // 
            this.checkBox_P01.AutoCheck = false;
            this.checkBox_P01.AutoSize = true;
            this.checkBox_P01.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_P01.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_P01.Location = new System.Drawing.Point(27, 79);
            this.checkBox_P01.Name = "checkBox_P01";
            this.checkBox_P01.Size = new System.Drawing.Size(48, 17);
            this.checkBox_P01.TabIndex = 4;
            this.checkBox_P01.Text = "P0.1";
            this.checkBox_P01.UseVisualStyleBackColor = true;
            // 
            // checkBox_P02
            // 
            this.checkBox_P02.AutoCheck = false;
            this.checkBox_P02.AutoSize = true;
            this.checkBox_P02.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_P02.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_P02.Location = new System.Drawing.Point(27, 50);
            this.checkBox_P02.Name = "checkBox_P02";
            this.checkBox_P02.Size = new System.Drawing.Size(48, 17);
            this.checkBox_P02.TabIndex = 3;
            this.checkBox_P02.Text = "P0.2";
            this.checkBox_P02.UseVisualStyleBackColor = true;
            // 
            // checkBox_P03
            // 
            this.checkBox_P03.AutoCheck = false;
            this.checkBox_P03.AutoSize = true;
            this.checkBox_P03.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.checkBox_P03.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.checkBox_P03.Location = new System.Drawing.Point(27, 18);
            this.checkBox_P03.Name = "checkBox_P03";
            this.checkBox_P03.Size = new System.Drawing.Size(48, 17);
            this.checkBox_P03.TabIndex = 2;
            this.checkBox_P03.Text = "P0.3";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91精品欧美久久久久久动漫| 免费观看日韩av| 欧美色涩在线第一页| 视频一区视频二区在线观看| 欧美mv日韩mv| 不卡在线视频中文字幕| 亚洲大型综合色站| 国产三级精品在线| 色老汉一区二区三区| 美女在线视频一区| 亚洲色图制服诱惑| 日韩视频免费观看高清完整版| 国产精品一区二区免费不卡| 亚洲精品久久久久久国产精华液| 日韩欧美国产午夜精品| 高清视频一区二区| 首页国产欧美久久| 18欧美亚洲精品| 日韩精品专区在线影院重磅| 91丨porny丨户外露出| 久久精品久久99精品久久| 中文字幕免费观看一区| 欧美一区二区三区视频免费| 99久久久精品| 国产精品一区二区91| 亚洲成人先锋电影| 亚洲欧美在线观看| 精品福利av导航| 欧美日韩一区二区电影| av不卡在线播放| 激情成人午夜视频| 日韩综合一区二区| 亚洲免费观看在线观看| 欧美国产精品久久| 精品国产伦一区二区三区观看体验 | 日韩高清不卡一区| 一区二区三区四区视频精品免费| 国产日韩欧美精品一区| 日韩视频永久免费| 在线观看日韩毛片| 99久久伊人久久99| 国产成人8x视频一区二区| 午夜精品福利在线| 久久精品视频免费| 日韩午夜精品电影| 在线观看视频91| 91女神在线视频| 成人av在线网| 国产精品888| 国产精品中文有码| 精品在线免费观看| 久久99精品久久久久久久久久久久| 亚洲第一狼人社区| 亚洲欧美另类综合偷拍| 中文字幕欧美一区| 国产精品美女视频| 中文字幕色av一区二区三区| 国产精品久久久久久久午夜片| 26uuu欧美日本| 亚洲精品在线网站| 久久综合久久鬼色中文字| 日韩三级视频在线看| 日韩欧美国产小视频| 日韩欧美综合一区| 日韩限制级电影在线观看| 91精品国产色综合久久不卡蜜臀 | 天天操天天干天天综合网| 亚洲国产精品高清| 国产精品超碰97尤物18| 中文字幕中文字幕一区| 亚洲三级小视频| 亚洲蜜臀av乱码久久精品蜜桃| 亚洲欧美成人一区二区三区| 亚洲情趣在线观看| 亚洲一区二区三区四区五区黄| 亚洲精品福利视频网站| 亚洲人成人一区二区在线观看 | 337p日本欧洲亚洲大胆精品| 久久嫩草精品久久久久| 国产欧美日韩视频在线观看| 国产精品久久影院| 亚洲日穴在线视频| 亚洲bt欧美bt精品777| 美女精品一区二区| 久久久亚洲高清| 欧美婷婷六月丁香综合色| 91精品久久久久久久99蜜桃 | 久久女同性恋中文字幕| 久久综合色天天久久综合图片| 久久久精品tv| 亚洲人成电影网站色mp4| 亚洲午夜精品久久久久久久久| 视频在线观看91| 国产精品影视天天线| 色综合中文字幕| 日韩一区二区影院| 日本一区二区三级电影在线观看| 中文字幕一区二区在线播放| 亚洲成人激情av| 国产一区二区三区国产| 91福利在线免费观看| 欧美三级电影在线看| 久久久精品欧美丰满| 亚洲自拍偷拍网站| 美腿丝袜亚洲一区| 91视频com| 久久这里只精品最新地址| 亚洲美女视频在线观看| 麻豆精品新av中文字幕| 91欧美激情一区二区三区成人| 欧美日韩成人一区二区| 91精品久久久久久久99蜜桃| 久久精品夜夜夜夜久久| 亚洲精品乱码久久久久久| 亚洲r级在线视频| 亚洲一区二区三区爽爽爽爽爽| 亚洲裸体xxx| 精品一区二区三区免费| 色一区在线观看| 精品99999| 同产精品九九九| 不卡一区二区三区四区| 欧美一级日韩一级| 亚洲综合在线第一页| 国产91丝袜在线18| 宅男在线国产精品| 久久人人爽人人爽| 午夜亚洲国产au精品一区二区| 国产成人精品免费| 日韩亚洲欧美一区| 亚洲一区二区视频| 波多野结衣中文字幕一区| 欧美一区二区久久| 婷婷久久综合九色国产成人| 成人av免费在线| 久久新电视剧免费观看| 日产国产欧美视频一区精品 | 日韩av在线发布| 久久激情五月激情| 成人免费观看视频| 久久嫩草精品久久久精品一| 日本欧美韩国一区三区| 欧美亚洲免费在线一区| 亚洲欧美偷拍卡通变态| 成人app在线| 国产精品美女久久久久久2018| 国产精品自产自拍| 日韩欧美一区二区久久婷婷| 一区二区三区四区视频精品免费| 99精品一区二区| 亚洲欧洲日韩综合一区二区| 成人免费高清视频| 国产精品久久网站| 成人中文字幕在线| 精品乱人伦小说| 青青草国产精品亚洲专区无| 色天天综合久久久久综合片| 中文字幕一区二区三区精华液 | 国产成人综合网站| 久久综合九色欧美综合狠狠| 精品在线你懂的| 在线91免费看| 亚洲国产aⅴ成人精品无吗| 在线观看欧美精品| 亚洲国产精品欧美一二99 | 日韩欧美一二三四区| 日本va欧美va欧美va精品| 91精品国产入口在线| 奇米影视7777精品一区二区| 日韩一区二区免费在线观看| 久久国产尿小便嘘嘘| 久久午夜羞羞影院免费观看| 国产一区二区不卡| 久久精品日韩一区二区三区| 懂色av一区二区三区免费看| 国产精品素人视频| 日本丰满少妇一区二区三区| 伊人一区二区三区| 欧美精品 日韩| 麻豆精品新av中文字幕| 国产亚洲视频系列| 9i看片成人免费高清| 成人欧美一区二区三区白人| 色女孩综合影院| 人人狠狠综合久久亚洲| 久久毛片高清国产| 91在线观看下载| 五月天中文字幕一区二区| 日韩欧美另类在线| 国产又粗又猛又爽又黄91精品| 国产精品免费网站在线观看| 欧美制服丝袜第一页| 日韩不卡手机在线v区| 久久久久久**毛片大全| 99精品桃花视频在线观看| 一区二区三区蜜桃| 精品国产乱码久久久久久久| 99综合影院在线| 日韩二区在线观看| 国产精品国产自产拍高清av王其 |