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

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

?? frmserialport.designer.cs

?? 串口通訊(原版是由一個(gè)老外開發(fā)的
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
?namespace SerialPortTest
{
    partial class frmSerialPort
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSerialPort));
            this.comport = new System.IO.Ports.SerialPort(this.components);
            this.btnFaSong = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtSendData = new System.Windows.Forms.TextBox();
            this.rtfTerminal = new System.Windows.Forms.RichTextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.cmbYiBiao = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.cmbPortName = new System.Windows.Forms.ComboBox();
            this.cmbBaudRate = new System.Windows.Forms.ComboBox();
            this.cmbParity = new System.Windows.Forms.ComboBox();
            this.cmbStopBits = new System.Windows.Forms.ComboBox();
            this.cmbDataBits = new System.Windows.Forms.ComboBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btnOpenPort = new System.Windows.Forms.Button();
            this.linkLabel = new System.Windows.Forms.LinkLabel();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnFaSong
            // 
            this.btnFaSong.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnFaSong.Location = new System.Drawing.Point(763, 11);
            this.btnFaSong.Name = "btnFaSong";
            this.btnFaSong.Size = new System.Drawing.Size(110, 32);
            this.btnFaSong.TabIndex = 4;
            this.btnFaSong.Text = "發(fā) 送";
            this.btnFaSong.UseVisualStyleBackColor = true;
            this.btnFaSong.Click += new System.EventHandler(this.btnFaSong_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.linkLabel);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.txtSendData);
            this.groupBox2.Controls.Add(this.btnFaSong);
            this.groupBox2.Enabled = false;
            this.groupBox2.Location = new System.Drawing.Point(6, 323);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(927, 46);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "信息操作";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋體", 9F);
            this.label2.Location = new System.Drawing.Point(16, 21);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "發(fā)送內(nèi)容:";
            // 
            // txtSendData
            // 
            this.txtSendData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSendData.Font = new System.Drawing.Font("宋體", 11F);
            this.txtSendData.Location = new System.Drawing.Point(77, 15);
            this.txtSendData.Name = "txtSendData";
            this.txtSendData.Size = new System.Drawing.Size(665, 24);
            this.txtSendData.TabIndex = 5;
            this.txtSendData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSendData_KeyDown);
            // 
            // rtfTerminal
            // 
            this.rtfTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.rtfTerminal.BackColor = System.Drawing.Color.WhiteSmoke;
            this.rtfTerminal.Enabled = false;
            this.rtfTerminal.Location = new System.Drawing.Point(0, 0);
            this.rtfTerminal.Name = "rtfTerminal";
            this.rtfTerminal.Size = new System.Drawing.Size(938, 318);
            this.rtfTerminal.TabIndex = 7;
            this.rtfTerminal.Text = "";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.tableLayoutPanel3);
            this.groupBox1.Location = new System.Drawing.Point(6, 373);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(833, 51);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "儀器屬性設(shè)置";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.AllowDrop = true;
            this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.Control;
            this.tableLayoutPanel3.ColumnCount = 12;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.Controls.Add(this.cmbYiBiao, 11, 0);
            this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.label3, 2, 0);
            this.tableLayoutPanel3.Controls.Add(this.label4, 4, 0);
            this.tableLayoutPanel3.Controls.Add(this.label5, 6, 0);
            this.tableLayoutPanel3.Controls.Add(this.label6, 8, 0);
            this.tableLayoutPanel3.Controls.Add(this.label7, 10, 0);
            this.tableLayoutPanel3.Controls.Add(this.cmbPortName, 1, 0);
            this.tableLayoutPanel3.Controls.Add(this.cmbBaudRate, 3, 0);
            this.tableLayoutPanel3.Controls.Add(this.cmbParity, 5, 0);
            this.tableLayoutPanel3.Controls.Add(this.cmbStopBits, 7, 0);
            this.tableLayoutPanel3.Controls.Add(this.cmbDataBits, 9, 0);
            this.tableLayoutPanel3.Location = new System.Drawing.Point(6, 14);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 1;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(821, 29);
            this.tableLayoutPanel3.TabIndex = 10;
            // 
            // cmbYiBiao
            // 
            this.cmbYiBiao.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbYiBiao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbYiBiao.Font = new System.Drawing.Font("宋體", 12F);
            this.cmbYiBiao.FormattingEnabled = true;
            this.cmbYiBiao.Items.AddRange(new object[] {
            "儀表1",
            "儀表2",
            "儀表3",
            "儀表4"});
            this.cmbYiBiao.Location = new System.Drawing.Point(748, 3);
            this.cmbYiBiao.Name = "cmbYiBiao";
            this.cmbYiBiao.Size = new System.Drawing.Size(70, 24);
            this.cmbYiBiao.TabIndex = 11;
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋體", 10F);
            this.label1.Location = new System.Drawing.Point(3, 7);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(63, 14);
            this.label1.TabIndex = 0;
            this.label1.Text = "串口名稱";
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋體", 10F);
            this.label3.Location = new System.Drawing.Point(153, 7);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(49, 14);
            this.label3.TabIndex = 1;
            this.label3.Text = "波特率";
            // 
            // label4
            // 
            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋體", 10F);
            this.label4.Location = new System.Drawing.Point(284, 7);

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆成人91精品二区三区| 亚洲综合丁香婷婷六月香| 这里只有精品免费| 91精品一区二区三区在线观看| 色先锋aa成人| 欧美亚一区二区| 欧美一区二区三区四区久久| 欧美精品一卡两卡| www亚洲一区| 国产欧美一区二区精品久导航| 久久久久久久国产精品影院| 日本一区二区三区久久久久久久久不 | 亚洲精品免费在线播放| 中文字幕一区二区三区色视频| 国产精品美女久久久久久久久久久 | eeuss国产一区二区三区| 成人a区在线观看| 色婷婷激情久久| 欧美另类z0zxhd电影| 精品久久久久久久一区二区蜜臀| 国产欧美一区二区在线| 日韩久久一区二区| 日韩经典中文字幕一区| 久久99精品国产.久久久久| 成人激情视频网站| 欧美日韩国产一二三| 久久九九国产精品| 亚洲国产婷婷综合在线精品| 久久99蜜桃精品| 91丨porny丨在线| 欧美v亚洲v综合ⅴ国产v| 亚洲视频中文字幕| 日韩电影网1区2区| 床上的激情91.| 在线不卡免费av| 国产精品午夜在线观看| 日韩av一二三| 91黄色免费观看| 久久久久久久一区| 天天影视网天天综合色在线播放| 韩国成人精品a∨在线观看| 在线观看日韩毛片| 久久久国产午夜精品| 三级欧美在线一区| 色综合久久九月婷婷色综合| 日韩一区二区免费在线观看| 日韩美女啊v在线免费观看| 美女网站一区二区| 色哟哟一区二区三区| 国产欧美1区2区3区| 久久精品国产成人一区二区三区| 99精品视频中文字幕| 久久亚洲捆绑美女| 日韩—二三区免费观看av| 欧美调教femdomvk| 中文字幕一区二区三区在线播放| 精品影院一区二区久久久| 欧美在线观看你懂的| 亚洲色欲色欲www| 韩国精品主播一区二区在线观看| 欧美午夜精品久久久久久超碰| 国产精品久久综合| 国产精品亚洲综合一区在线观看| 日韩视频免费观看高清完整版| 亚洲一区国产视频| 色老头久久综合| 亚洲精品欧美综合四区| 色综合色综合色综合色综合色综合| 久久久久久久久岛国免费| 国产综合成人久久大片91| 欧美一区二区视频在线观看2022 | 91麻豆精品国产91久久久| 午夜精品福利一区二区三区av | 久久香蕉国产线看观看99| 美国三级日本三级久久99| 日韩三级.com| 美美哒免费高清在线观看视频一区二区| 欧美自拍偷拍午夜视频| 亚洲美女在线国产| 欧美午夜不卡视频| 日精品一区二区| 日韩精品一区二区三区视频 | 国产精品乱码一区二区三区软件 | 亚洲精品中文在线| 91免费国产视频网站| 亚洲地区一二三色| 日韩欧美在线123| 国产黑丝在线一区二区三区| 中文字幕亚洲一区二区av在线| 一本在线高清不卡dvd| 午夜精彩视频在线观看不卡| 91麻豆精品国产无毒不卡在线观看| 裸体在线国模精品偷拍| 日本一区二区三区久久久久久久久不 | 美国十次了思思久久精品导航| 欧美一区二区二区| 风流少妇一区二区| 亚洲地区一二三色| 久久婷婷色综合| av在线播放不卡| 日本女人一区二区三区| 国产精品区一区二区三区| 欧美性猛交xxxxxxxx| 日本成人中文字幕在线视频| 中文字幕免费不卡在线| 91久久精品一区二区三区| 麻豆一区二区99久久久久| 国产精品第一页第二页第三页| 欧美视频中文字幕| 国产一区二区三区在线观看精品 | 国产九九视频一区二区三区| 亚洲视频在线一区二区| 制服丝袜日韩国产| 99久久久久久| 精品一区二区三区在线播放视频| 中文字幕日本乱码精品影院| 日韩午夜中文字幕| 日本乱码高清不卡字幕| 狠狠色2019综合网| 亚瑟在线精品视频| 中文字幕一区二区三中文字幕| 日韩一区二区三区视频在线观看| 成年人网站91| 麻豆91精品91久久久的内涵| 亚洲韩国一区二区三区| 国产欧美日韩中文久久| 日韩免费看网站| 成人美女在线观看| 99久久国产综合精品女不卡| 日韩1区2区3区| 欧美精品精品一区| 欧美变态口味重另类| 欧美bbbbb| 亚洲bt欧美bt精品777| 国产精品国产馆在线真实露脸| 欧美一区二区三区视频免费播放 | jizzjizzjizz欧美| 国产在线播放一区三区四| 日韩成人一级大片| 五月激情综合色| 亚洲高清免费一级二级三级| 亚洲女子a中天字幕| 国产精品国产三级国产| 国产精品午夜在线| 国产精品美女久久久久aⅴ | 日本高清视频一区二区| 国产一区三区三区| 中文字幕av一区二区三区| 国产精品久久久久久妇女6080| 欧美精品亚洲一区二区在线播放| 久久精品国产色蜜蜜麻豆| 国产精品色婷婷| 久久综合狠狠综合| 一区二区在线看| 久久久久久电影| 日韩免费视频一区| 欧美一级欧美三级| 欧美精品高清视频| 欧美亚洲国产一区二区三区| 欧美丰满少妇xxxbbb| 亚洲一区二区三区四区中文字幕 | 国产福利一区在线观看| 久久66热偷产精品| 国产精品自在欧美一区| 成人精品国产免费网站| 99v久久综合狠狠综合久久| 色94色欧美sute亚洲线路一久| 91国产丝袜在线播放| 欧美日韩黄色影视| 日韩免费视频线观看| 国产欧美日韩不卡| 一区二区三区四区国产精品| 日日夜夜免费精品| 精品在线播放免费| 91免费观看视频在线| 欧美日韩国产不卡| 久久一区二区三区国产精品| 中文字幕中文字幕在线一区| 一区二区三区精品久久久| 男男gaygay亚洲| 国产成人av电影在线| 欧美系列在线观看| 国产偷国产偷精品高清尤物 | 精品一区二区三区在线视频| 精品国产91洋老外米糕| 国产午夜亚洲精品不卡| 亚洲狼人国产精品| 免费成人美女在线观看.| 成人av免费在线播放| 欧美日韩成人一区二区| 久久综合久久99| 午夜伦欧美伦电影理论片| 国产高清成人在线| 欧美日韩国产成人在线免费| 国产日韩欧美不卡在线| 日韩中文字幕区一区有砖一区| 国产99精品在线观看| 欧美一级日韩免费不卡| 一区二区视频免费在线观看| 国产一区二区剧情av在线|