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

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

?? testpanel.designer.cs

?? cp2102 官方usb開發包
?? 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";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕成人av| 亚洲色图欧美偷拍| 欧美日韩中文字幕一区| 菠萝蜜视频在线观看一区| 国产成人h网站| 99视频热这里只有精品免费| 99综合电影在线视频| 91麻豆精品秘密| 色www精品视频在线观看| 欧美色国产精品| 欧美日韩精品一区二区天天拍小说 | 久久嫩草精品久久久精品| 日韩精品中午字幕| 精品盗摄一区二区三区| 亚洲国产精品ⅴa在线观看| 中文字幕在线一区二区三区| 一区二区三区**美女毛片| 亚洲v日本v欧美v久久精品| 精品一区二区免费| 成人av在线资源网| 欧美亚洲一区二区在线| 91麻豆精品国产| 国产欧美日韩另类一区| 亚洲精品乱码久久久久久久久 | 国产精品电影一区二区| 亚洲国产精品视频| 激情久久五月天| www.视频一区| 欧美成人女星排名| 18成人在线视频| 久久99精品国产麻豆不卡| www..com久久爱| 欧美一区二区三区视频免费播放 | 一区二区在线观看视频在线观看| 午夜电影一区二区| 国产精品一区二区x88av| 色婷婷综合激情| 精品久久久久一区| 一区二区三区欧美| 国产精品18久久久久久久久| 欧美日韩精品一区二区在线播放| 久久蜜桃av一区二区天堂| 亚洲成人免费在线观看| 成人自拍视频在线| 欧美日韩精品一区二区三区蜜桃 | 国产女主播一区| 婷婷综合在线观看| 91在线视频免费91| 久久蜜臀精品av| 青青草原综合久久大伊人精品| 色欧美日韩亚洲| 中文字幕不卡在线观看| 激情久久五月天| 欧美一级二级在线观看| 亚洲一区二区视频在线观看| www.亚洲色图.com| 久久久亚洲综合| 精品一区二区三区久久| 91精品在线免费观看| 亚洲曰韩产成在线| 成人av动漫在线| 国产精品丝袜在线| 成人白浆超碰人人人人| 欧美国产视频在线| 成人美女在线观看| 国产精品久久久久aaaa| 风间由美一区二区三区在线观看 | 26uuu成人网一区二区三区| 午夜精品久久久久| 欧美老年两性高潮| 午夜精品久久久久影视| 欧美性一级生活| 洋洋av久久久久久久一区| 日本韩国欧美在线| 一区二区三区精品视频| 欧美日韩小视频| 日韩中文字幕av电影| 51精品国自产在线| 六月丁香婷婷久久| 久久久精品免费免费| 国产一区二区三区免费看| 欧美一卡二卡三卡| 久久99久久久欧美国产| 久久久久久久久久久久久久久99| 国产福利一区二区| 亚洲精品综合在线| 欧美日本在线一区| 久久精品国产亚洲a| 久久久国产精品午夜一区ai换脸| 成人av在线影院| 一区二区三区国产精华| 欧美日韩国产高清一区| 美女视频黄免费的久久| 国产欧美日产一区| 99精品欧美一区二区三区小说| 亚洲精品国产无套在线观| 欧美人与z0zoxxxx视频| 精品一二三四区| 国产精品毛片久久久久久久| 欧美伊人精品成人久久综合97| 久久国产三级精品| 中文字幕乱码久久午夜不卡 | 九九精品视频在线看| 国产日产欧美一区二区视频| 91久久线看在观草草青青| 日韩经典一区二区| 国产免费久久精品| 欧美精品一级二级三级| 国产成人免费在线| 亚洲电影第三页| 中文字幕乱码久久午夜不卡| 欧美亚洲一区二区在线观看| 国产精品影视天天线| 亚洲午夜精品在线| 久久综合九色综合欧美98| 欧美亚洲国产怡红院影院| 精品一区二区在线观看| 亚洲欧美另类在线| 欧美精品一区二区三区蜜臀| 欧美亚洲国产一区二区三区va| 韩国成人精品a∨在线观看| 亚洲自拍与偷拍| 久久精品视频免费观看| 91精品国产免费| 一本大道久久a久久综合| 国产成人精品一区二区三区四区| 性感美女久久精品| 亚洲少妇30p| 国产欧美日本一区视频| 欧美大尺度电影在线| 欧美日韩中文字幕一区二区| 99久久精品国产一区二区三区 | 欧美日韩高清在线播放| 粉嫩aⅴ一区二区三区四区五区| 人禽交欧美网站| 亚洲精品自拍动漫在线| 国产精品国产自产拍高清av| 久久午夜老司机| 欧美一区二区成人| 欧美一个色资源| 69堂亚洲精品首页| 欧美三级一区二区| 欧美三级一区二区| 一本色道a无线码一区v| 色综合久久久网| 不卡欧美aaaaa| 99精品视频一区二区| 91欧美激情一区二区三区成人| 福利电影一区二区三区| 成人毛片在线观看| 99国产精品一区| 91黄色免费版| 欧美三级韩国三级日本一级| 欧美三级资源在线| 91精品免费观看| 日韩欧美久久久| 久久综合给合久久狠狠狠97色69| 欧美mv日韩mv国产| 久久精品一二三| 国产精品灌醉下药二区| 亚洲欧美一区二区视频| 亚洲资源在线观看| 婷婷夜色潮精品综合在线| 视频一区在线播放| 美女一区二区视频| 激情另类小说区图片区视频区| 国产成人亚洲综合a∨婷婷| 国产a区久久久| 色欧美片视频在线观看 | 91精品国产色综合久久ai换脸| 欧美一区二区三区四区在线观看| 久久色成人在线| 中文字幕一区二区三区四区 | 亚洲6080在线| 中文字幕精品一区二区精品绿巨人| 久久久综合视频| 亚洲欧美在线aaa| 日产国产高清一区二区三区 | 国产日产欧美一区二区视频| 国产精品久久看| 亚洲激情图片qvod| 日韩极品在线观看| 成人午夜在线播放| 欧美日韩国产在线观看| 国产欧美一区二区精品仙草咪| 亚洲色图在线播放| 裸体歌舞表演一区二区| 91免费看片在线观看| 欧美一区二区三区不卡| 国产精品无人区| 琪琪久久久久日韩精品| www.欧美色图| 日韩精品一区二区三区老鸭窝| 国产精品成人免费精品自在线观看| 午夜免费久久看| 99精品黄色片免费大全| 亚洲精品在线三区| 日韩高清欧美激情| 一本在线高清不卡dvd| 久久久久9999亚洲精品|