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

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

?? form1.designer.cs

?? 利用c#編寫的串口編程,開發工具是2005的開發工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace Demo
{
    partial class btnCLoExit
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cboData = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cboId = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtBcc2 = new System.Windows.Forms.TextBox();
            this.txtBcc1 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtSend = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.cmbSend = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtShowRece = new System.Windows.Forms.TextBox();
            this.txtBcc4 = new System.Windows.Forms.TextBox();
            this.txtBcc3 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtRece = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.btnBuzzer = new System.Windows.Forms.Button();
            this.closeBuzzer = new System.Windows.Forms.Button();
            this.btnOpenPort = new System.Windows.Forms.Button();
            this.btnClosePort = new System.Windows.Forms.Button();
            this.btnReverseBuzzer = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.label12 = new System.Windows.Forms.Label();
            this.lblTime = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnSend = new System.Windows.Forms.Button();
            this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cboData);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.comboBox3);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.cboId);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(23, 30);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(154, 147);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "parameters";
            // 
            // cboData
            // 
            this.cboData.ForeColor = System.Drawing.Color.Red;
            this.cboData.FormattingEnabled = true;
            this.cboData.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"});
            this.cboData.Location = new System.Drawing.Point(65, 112);
            this.cboData.Name = "cboData";
            this.cboData.Size = new System.Drawing.Size(81, 20);
            this.cboData.TabIndex = 7;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(7, 120);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 6;
            this.label10.Text = "Data-:";
            // 
            // comboBox3
            // 
            this.comboBox3.ForeColor = System.Drawing.Color.Red;
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Items.AddRange(new object[] {
            "4800",
            "9600",
            "19200"});
            this.comboBox3.Location = new System.Drawing.Point(66, 77);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(81, 20);
            this.comboBox3.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(7, 85);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "BaudRate:";
            // 
            // cboId
            // 
            this.cboId.ForeColor = System.Drawing.Color.Red;
            this.cboId.FormattingEnabled = true;
            this.cboId.Items.AddRange(new object[] {
            "01",
            "02",
            "03",
            "04",
            "05",
            "06",
            "07",
            "08",
            "09",
            "10"});
            this.cboId.Location = new System.Drawing.Point(65, 51);
            this.cboId.Name = "cboId";
            this.cboId.Size = new System.Drawing.Size(82, 20);
            this.cboId.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "RD-ID:";
            // 
            // comboBox1
            // 
            this.comboBox1.ForeColor = System.Drawing.Color.Red;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "COM1",
            "COM2",
            "COM3",
            "COM4"});
            this.comboBox1.Location = new System.Drawing.Point(64, 25);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(83, 20);
            this.comboBox1.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Port:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtBcc2);
            this.groupBox2.Controls.Add(this.txtBcc1);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.txtSend);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.cmbSend);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Location = new System.Drawing.Point(183, 30);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(389, 55);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Send";
            // 
            // txtBcc2
            // 
            this.txtBcc2.ForeColor = System.Drawing.Color.Red;
            this.txtBcc2.Location = new System.Drawing.Point(334, 25);
            this.txtBcc2.Name = "txtBcc2";
            this.txtBcc2.Size = new System.Drawing.Size(24, 21);
            this.txtBcc2.TabIndex = 6;
            // 
            // txtBcc1
            // 
            this.txtBcc1.ForeColor = System.Drawing.Color.Red;
            this.txtBcc1.Location = new System.Drawing.Point(304, 25);
            this.txtBcc1.Name = "txtBcc1";
            this.txtBcc1.Size = new System.Drawing.Size(24, 21);
            this.txtBcc1.TabIndex = 5;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(269, 28);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 4;
            this.label6.Text = "BCC:";
            // 
            // txtSend
            // 
            this.txtSend.ForeColor = System.Drawing.Color.Red;
            this.txtSend.Location = new System.Drawing.Point(140, 20);
            this.txtSend.Name = "txtSend";
            this.txtSend.Size = new System.Drawing.Size(122, 21);
            this.txtSend.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(104, 29);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "Data:";
            // 
            // cmbSend
            // 
            this.cmbSend.ForeColor = System.Drawing.Color.Red;
            this.cmbSend.FormattingEnabled = true;
            this.cmbSend.Items.AddRange(new object[] {
            "A0",
            "A1",
            "A2",
            "B0",
            "B1",
            "B2",
            "C0",
            "C1",
            "C2"});

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美国产综合色视频| 国产一区二区精品久久| 色欧美乱欧美15图片| 午夜精品成人在线| 2019国产精品| 在线观看av不卡| 国内久久精品视频| 亚洲欧美日韩国产综合在线 | 久久这里只有精品视频网| 国产一区二区三区四| 欧美精品自拍偷拍动漫精品| 麻豆成人在线观看| 国产精品丝袜一区| 欧美一级电影网站| 色婷婷综合久久久中文一区二区| 久久av中文字幕片| 另类欧美日韩国产在线| 亚洲色图欧洲色图婷婷| 精品成a人在线观看| 91精品国产高清一区二区三区| 95精品视频在线| 波多野结衣一区二区三区| 精品在线一区二区| 国产在线观看免费一区| 久久国产视频网| 久久精品免费观看| 蜜臀91精品一区二区三区| 欧美日韩国产精品自在自线| 国产精品伊人色| 91福利国产成人精品照片| 午夜婷婷国产麻豆精品| 亚洲精品成a人| 国产午夜亚洲精品午夜鲁丝片 | 精品视频123区在线观看| 99久久精品久久久久久清纯| 国产91高潮流白浆在线麻豆| 国产高清不卡一区| 久久精品国产99| 国产一区二区三区蝌蚪| 国产成人夜色高潮福利影视| 成人app软件下载大全免费| 成人av网址在线观看| 春色校园综合激情亚洲| 9l国产精品久久久久麻豆| 99re视频这里只有精品| a4yy欧美一区二区三区| 欧美色综合天天久久综合精品| 91.com视频| 中文字幕中文字幕在线一区| 夜夜嗨av一区二区三区四季av| 一区二区三区精密机械公司| 久久国产剧场电影| 色美美综合视频| 91.成人天堂一区| 中文字幕精品在线不卡| 亚洲欧洲日韩综合一区二区| 最近日韩中文字幕| 婷婷亚洲久悠悠色悠在线播放| 国产一区二区伦理| 成人福利视频网站| 欧美无乱码久久久免费午夜一区| 欧美日韩精品福利| 中文字幕久久午夜不卡| 亚洲成精国产精品女| 视频一区二区欧美| 成人午夜在线播放| 欧美日韩和欧美的一区二区| 久久久久久久久免费| 天天操天天色综合| 99久久精品免费观看| 欧美精品一区二区三区蜜桃视频| 亚洲妇女屁股眼交7| av电影在线观看完整版一区二区| 久久久午夜精品| 日韩专区中文字幕一区二区| 波波电影院一区二区三区| 中文字幕乱码一区二区免费| 日本不卡123| 日韩色在线观看| 久久国产精品色婷婷| 欧美一级电影网站| 天天操天天综合网| 精品视频色一区| 午夜国产精品影院在线观看| 色综合亚洲欧洲| 亚洲色欲色欲www| 成人毛片老司机大片| 国产精品三级av在线播放| 玖玖九九国产精品| 精品国产第一区二区三区观看体验| 一区二区三区美女视频| 欧美日韩和欧美的一区二区| 午夜精品久久久久久久| 91精品国产高清一区二区三区| 日韩精品免费视频人成| 欧美丝袜丝nylons| 美女视频黄频大全不卡视频在线播放| 欧美日韩国产免费一区二区| 日韩精品亚洲专区| 日韩一区二区三区三四区视频在线观看| 亚洲电影在线免费观看| 日韩丝袜美女视频| 国产精品亚洲第一区在线暖暖韩国| 欧美激情一区二区| 在线观看网站黄不卡| 日韩**一区毛片| 中文字幕精品在线不卡| 92精品国产成人观看免费| 日本人妖一区二区| 国产精品不卡在线| 久久亚洲一级片| 欧美高清视频一二三区| 成人激情小说乱人伦| 精品一区二区国语对白| 一区二区三区国产精华| 国产婷婷色一区二区三区四区 | 欧美一级搡bbbb搡bbbb| 欧洲国内综合视频| 成人黄色777网| voyeur盗摄精品| 99久久久久久| 99精品视频在线播放观看| 粉嫩嫩av羞羞动漫久久久| 极品少妇xxxx精品少妇| 黄色日韩三级电影| 国内精品在线播放| 国产乱子轮精品视频| 狠狠v欧美v日韩v亚洲ⅴ| 国产一区 二区 三区一级| 国产精品99久久久久久久女警| 精彩视频一区二区三区| 国产成人免费视频精品含羞草妖精| 精品一区二区三区免费观看 | 不卡的电视剧免费网站有什么| 韩国女主播成人在线| 另类小说一区二区三区| 国产毛片精品国产一区二区三区| 国产麻豆视频精品| 99riav一区二区三区| 日本久久精品电影| 欧美一级一区二区| 国产午夜精品久久久久久久| 成人免费在线观看入口| 蜜桃视频一区二区三区在线观看| 国产伦精品一区二区三区在线观看| 成人网男人的天堂| 制服视频三区第一页精品| 久久蜜桃av一区二区天堂| 最新国产の精品合集bt伙计| 日本一区中文字幕| 99精品一区二区三区| 91精品国产综合久久精品性色| 亚洲国产精品黑人久久久| 亚洲精品水蜜桃| 久久机这里只有精品| 91丨porny丨蝌蚪视频| 精品少妇一区二区三区在线视频| 国产精品美女久久久久久| 免费观看成人av| 欧美日韩久久不卡| 最新国产の精品合集bt伙计| 国产一区二区三区美女| 欧美另类久久久品| 亚洲激情在线播放| 国产最新精品免费| 欧美一区二区三区四区五区| 久久精品夜夜夜夜久久| 亚洲成人av中文| 在线中文字幕不卡| 中文字幕日韩欧美一区二区三区| 极品美女销魂一区二区三区| 欧美一卡2卡三卡4卡5免费| 丝袜诱惑亚洲看片| 在线播放中文字幕一区| 亚洲主播在线播放| 色美美综合视频| 亚洲人吸女人奶水| 91蝌蚪国产九色| 中文字幕日本不卡| av电影天堂一区二区在线 | 制服丝袜日韩国产| 麻豆一区二区在线| 久久新电视剧免费观看| 精品一区二区av| 久久一区二区三区四区| 国产成人高清在线| 1000部国产精品成人观看| 成人av资源在线观看| 亚洲一区二区三区四区在线观看 | 亚洲一区二区免费视频| 91 com成人网| 国产成人综合在线观看| 国产精品久久久久久久久免费樱桃 | 在线免费精品视频| 亚洲第一综合色| 精品久久久久久久久久久久久久久久久 | 日韩欧美国产wwwww| 黑人精品欧美一区二区蜜桃| 中文字幕av在线一区二区三区| 在线视频中文字幕一区二区|