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

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

?? testpanel.designer.cs

?? 上位機與下位機的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";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美视频三区在线播放| 亚洲女人的天堂| 欧美午夜精品久久久久久孕妇 | 成人免费电影视频| 久久99国产精品成人| 久久国产尿小便嘘嘘尿| 激情综合色播五月| 国产精品综合久久| 风间由美一区二区av101| 成人网男人的天堂| 色噜噜夜夜夜综合网| 欧美日本韩国一区| 日韩一区二区电影网| 久久久国产精品麻豆| 国产精品护士白丝一区av| 国产精品理伦片| 亚洲一区二区三区三| 六月丁香综合在线视频| 成人自拍视频在线| 在线观看日韩毛片| 日韩一区二区视频在线观看| 国产网站一区二区三区| 亚洲婷婷综合色高清在线| 亚洲成a人在线观看| 久久电影网电视剧免费观看| 成人国产亚洲欧美成人综合网 | 成人永久看片免费视频天堂| 91视视频在线直接观看在线看网页在线看| 91丨九色丨尤物| 欧美一级在线视频| 国产精品每日更新在线播放网址| 亚洲乱码精品一二三四区日韩在线 | 亚洲最大的成人av| 天天做天天摸天天爽国产一区| 蜜臀久久99精品久久久久宅男 | 欧美一区二区视频在线观看| 久久久久久久久久久久久女国产乱 | 91高清视频免费看| 久久新电视剧免费观看| 一区二区三区欧美激情| 国产一区二区在线影院| 在线观看欧美黄色| 日韩精品中文字幕在线一区| 国产欧美综合色| 亚洲成人激情综合网| 经典三级视频一区| 色婷婷狠狠综合| 久久久国产一区二区三区四区小说 | 国产麻豆精品视频| 欧美美女视频在线观看| 亚洲色图欧美激情| 成人av在线一区二区| 欧美tk—视频vk| 日韩二区三区四区| 在线观看av一区二区| 亚洲视频免费在线观看| 精品亚洲欧美一区| 欧美一级精品在线| 天堂影院一区二区| 欧美日韩综合一区| 亚洲韩国精品一区| 91福利区一区二区三区| 亚洲欧美国产77777| 不卡欧美aaaaa| 国产精品久久夜| 成人午夜在线播放| 国产精品免费人成网站| 成人网男人的天堂| 国产精品欧美综合在线| 国产尤物一区二区在线| 日韩三级视频在线看| 日韩电影在线观看网站| 欧美日韩高清一区二区| 最新国产成人在线观看| 99久久精品费精品国产一区二区| 亚洲国产精品99久久久久久久久| 国产一区91精品张津瑜| 国产女人水真多18毛片18精品视频 | 亚洲欧洲99久久| 91一区二区三区在线播放| 国产精品白丝在线| 91麻豆产精品久久久久久| 日韩理论片在线| 日本电影欧美片| 亚洲动漫第一页| 欧美一区二区久久| 国产一区福利在线| 国产精品视频在线看| 99免费精品视频| 亚洲精品乱码久久久久久久久 | 一区二区三区四区亚洲| 欧美视频中文一区二区三区在线观看 | 夫妻av一区二区| 亚洲男人天堂一区| 884aa四虎影成人精品一区| 日韩电影在线一区二区三区| 日韩三级视频在线看| 国产高清视频一区| 亚洲麻豆国产自偷在线| 欧美精品黑人性xxxx| 国产乱子伦一区二区三区国色天香| 久久久九九九九| 在线观看欧美日本| 久久成人羞羞网站| 亚洲人成影院在线观看| 91麻豆精品国产91久久久久久久久| 久久99精品国产.久久久久| 国产精品久久久久影院亚瑟| 欧美日本乱大交xxxxx| 国产91高潮流白浆在线麻豆| 亚洲一区二区在线免费观看视频| 日韩欧美在线123| 99久久国产综合精品色伊| 日本欧美一区二区三区| 国产精品视频你懂的| 日韩一级黄色片| 色综合激情五月| 国产一区二区在线观看免费| 一区二区三区中文字幕| 精品动漫一区二区三区在线观看| 91一区一区三区| 国模冰冰炮一区二区| 亚洲一区二区三区四区五区中文| 国产亚洲精品bt天堂精选| 777午夜精品视频在线播放| 91丨porny丨在线| 国产福利91精品一区| 日韩影视精彩在线| 玉足女爽爽91| 中文字幕中文字幕中文字幕亚洲无线| 日韩欧美专区在线| 欧美中文字幕一区二区三区亚洲| 国产综合一区二区| 免费在线观看一区| 亚洲综合在线第一页| 日本一区二区三区视频视频| 日韩一区二区精品| 欧美日韩你懂得| 91蝌蚪porny成人天涯| 国产福利一区二区三区在线视频| 日韩电影在线观看网站| 亚洲综合激情网| 亚洲精品视频免费观看| 一色桃子久久精品亚洲| 国产精品网站一区| 国产精品久久久久久久久免费桃花 | 国产精品第13页| 亚洲私人黄色宅男| 国产亚洲欧洲997久久综合| 欧美精品 日韩| 欧洲视频一区二区| 成人av午夜电影| 成人av动漫在线| 91亚洲精品久久久蜜桃网站 | 成人在线视频首页| 国产999精品久久| 国产成人精品亚洲午夜麻豆| 精品夜夜嗨av一区二区三区| 毛片av中文字幕一区二区| 麻豆精品在线观看| 精品在线观看视频| 国产专区欧美精品| 国产在线精品视频| 成人v精品蜜桃久久一区| jiyouzz国产精品久久| 91一区二区在线观看| 欧美日韩国产综合视频在线观看| 欧美成人精精品一区二区频| 精品精品国产高清a毛片牛牛| 久久久久久久综合日本| 一区在线观看视频| 一区二区久久久久久| 亚洲成av人片在www色猫咪| 午夜久久电影网| 国产综合久久久久影院| 99久久精品一区| 欧美亚洲一区二区在线观看| 欧美一级片免费看| 国产亚洲精品资源在线26u| 欧美激情一二三区| 亚洲第一成年网| 国产91色综合久久免费分享| 欧美中文字幕亚洲一区二区va在线 | 国产精品免费丝袜| 午夜国产精品一区| 国产精品99久久久久久有的能看| 99热国产精品| 欧美高清精品3d| 中文字幕第一区二区| 午夜欧美在线一二页| 国产mv日韩mv欧美| 8v天堂国产在线一区二区| 国产精品视频一二三| 蜜桃精品在线观看| 91色在线porny| 亚洲精品一区二区在线观看| 亚洲欧美区自拍先锋| 国内久久精品视频| 欧美午夜精品久久久久久孕妇| 日韩精品一区二区三区在线观看 |