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

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

?? 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";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美中文字幕制服| 天天亚洲美女在线视频| 亚洲欧洲精品一区二区三区不卡| 亚洲h精品动漫在线观看| av资源网一区| 国产精品久久久久久久第一福利 | 亚洲成人av中文| 91搞黄在线观看| 亚洲一区视频在线观看视频| 91日韩在线专区| 亚洲伊人色欲综合网| 欧美在线高清视频| 亚洲成av人片| 26uuu亚洲| 99精品热视频| 天天色综合成人网| 精品国产乱码久久久久久图片 | 日韩一区二区三区免费看| 五月婷婷色综合| 久久毛片高清国产| 在线看一区二区| 免费成人美女在线观看| 国产女人aaa级久久久级| 丁香桃色午夜亚洲一区二区三区| 国产精品久久久久影院| 欧美精品在线视频| 国产精品一卡二卡| 日韩影院精彩在线| 国产欧美一区二区精品性| 91麻豆国产福利在线观看| 蜜臂av日日欢夜夜爽一区| 亚洲日本va在线观看| 欧美成人性福生活免费看| 色国产综合视频| 国产成人在线影院| 国产精品视频九色porn| 亚洲欧美日韩在线不卡| 精品日韩在线观看| 岛国精品在线观看| 亚洲午夜久久久久久久久久久| 欧美不卡一二三| 91免费版在线看| 久草在线在线精品观看| 亚洲欧洲制服丝袜| 国产午夜精品福利| 欧美日韩国产a| 欧美在线你懂得| 99视频精品全部免费在线| 国内精品国产三级国产a久久 | 欧美日韩国产小视频| 成人av网站在线观看| 九一久久久久久| 亚洲成av人片一区二区三区| 国产精品―色哟哟| 国产日韩欧美激情| 精品区一区二区| 日韩一区二区电影在线| 欧美做爰猛烈大尺度电影无法无天| 懂色av一区二区在线播放| 韩国一区二区视频| 激情图片小说一区| 久草热8精品视频在线观看| 九色|91porny| 午夜国产精品一区| 免费在线看成人av| 青青草原综合久久大伊人精品优势| 日韩一区在线看| 亚洲欧美日韩小说| 亚洲一区二区av在线| 国产免费观看久久| 国产精品国产三级国产aⅴ中文| 久久色.com| 亚洲婷婷国产精品电影人久久| 中文字幕综合网| 五月天一区二区| 蜜臀国产一区二区三区在线播放| 韩国欧美国产1区| 激情成人综合网| 欧美专区在线观看一区| 欧美一区二区在线观看| 国产色产综合产在线视频| 国产精品理论片在线观看| 樱花影视一区二区| 另类调教123区| 成人教育av在线| 日韩欧美中文字幕公布| 中文字幕的久久| 老司机免费视频一区二区| 懂色av中文字幕一区二区三区 | 成人一道本在线| 欧美日韩二区三区| ...中文天堂在线一区| 奇米一区二区三区| 99久久精品免费精品国产| 日韩亚洲欧美成人一区| 中文字幕人成不卡一区| 韩国精品在线观看| 欧美日本国产视频| 一区二区三区久久| 成人a免费在线看| 日韩三级av在线播放| 日本一区二区免费在线| 久久国产日韩欧美精品| 欧美日韩国产三级| 一区二区三区在线免费播放| 成人成人成人在线视频| 国产亚洲短视频| 黄一区二区三区| 精品成人a区在线观看| 久久99在线观看| 久久久亚洲高清| 成人白浆超碰人人人人| 欧美精品一区二区三区高清aⅴ| 蜜桃久久精品一区二区| 91精品婷婷国产综合久久竹菊| 亚洲国产欧美在线| 欧美精品vⅰdeose4hd| 亚洲一区免费观看| 日韩一区二区三| 国产传媒久久文化传媒| 国产精品国产精品国产专区不蜜| av在线综合网| 亚欧色一区w666天堂| 日韩欧美国产一区二区在线播放| 蜜臀91精品一区二区三区| 久久综合九色综合欧美98| 激情欧美一区二区三区在线观看| 中文字幕国产一区| 欧美日韩高清在线播放| 国产成人综合网| 亚洲制服欧美中文字幕中文字幕| 日韩一区二区免费视频| 成人手机电影网| 日产国产高清一区二区三区| 国产精品午夜在线观看| 91精品久久久久久久91蜜桃| 国产激情视频一区二区在线观看 | 色综合天天视频在线观看| 蜜臀av在线播放一区二区三区| 久久综合狠狠综合久久综合88| 色哟哟日韩精品| 成人丝袜视频网| 久久国产精品免费| 亚洲国产毛片aaaaa无费看| 欧美一区二区视频网站| 91福利社在线观看| 成人av网址在线观看| 国产精品一区在线观看乱码 | 91福利视频网站| 97久久人人超碰| 成人精品免费网站| 国产激情精品久久久第一区二区 | 91精品国产入口在线| 欧美性大战久久久久久久蜜臀| 午夜日韩在线观看| 亚洲国产一区二区视频| 亚洲欧美偷拍卡通变态| 亚洲欧洲日产国产综合网| 国产日韩v精品一区二区| 日韩精品中文字幕一区| 欧美一区二区三区精品| 色综合久久99| 在线观看日韩精品| 欧美三级中文字| 欧美日韩高清影院| 欧美亚洲动漫精品| 精品99一区二区| 国产欧美日韩另类视频免费观看 | 日韩三级在线免费观看| 欧美zozo另类异族| 欧美国产日韩亚洲一区| 亚洲日本电影在线| 亚洲aaa精品| 精品一区二区精品| 91在线看国产| 在线观看视频欧美| 中文字幕高清不卡| 午夜精品一区二区三区电影天堂 | 久久精品这里都是精品| 亚洲嫩草精品久久| 国产酒店精品激情| 一本一道久久a久久精品 | 99久久精品国产麻豆演员表| 欧美私模裸体表演在线观看| 日韩免费看的电影| 亚洲欧美日韩成人高清在线一区| 亚洲成av人影院| 成人av在线电影| 久久久欧美精品sm网站| 中文字幕一区二区三区精华液| 免费看黄色91| 色婷婷综合久久久中文字幕| 久久综合九色综合欧美亚洲| 国产偷国产偷精品高清尤物| 亚洲欧美日本韩国| 国产成人免费网站| 精品国产一区二区三区av性色| 夜夜夜精品看看| 色综合久久88色综合天天免费| 一区二区三区色|