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

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

?? frmserialport.designer.cs

?? 串口通訊(原版是由一個老外開發的
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace SerialPortTest
{
    partial class frmSerialPort
    {
        /// <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();
            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 = "發 送";
            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 = "發送內容:";
            // 
            // 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 = "儀器屬性設置";
            // 
            // 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);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
人人狠狠综合久久亚洲| 蜜桃av一区二区| 777奇米成人网| 国产一区二区三区精品视频 | 欧美片网站yy| 国产精品1区2区3区在线观看| 国产精品女主播在线观看| 欧美色手机在线观看| 国内精品不卡在线| 夜夜爽夜夜爽精品视频| 91精品在线一区二区| 国产白丝精品91爽爽久久| 亚洲专区一二三| 久久美女高清视频 | 91精品国产91久久久久久最新毛片 | 欧美精品一区二区三区高清aⅴ| 成人免费高清在线| 日本成人在线看| 自拍偷拍国产亚洲| 777色狠狠一区二区三区| 成人av资源网站| 免费在线欧美视频| 亚洲欧美激情小说另类| 欧美一二区视频| 91一区一区三区| 国产乱子伦视频一区二区三区| 亚洲欧美一区二区不卡| 欧美日韩一区精品| 成人黄色片在线观看| 日本成人在线网站| 亚洲成人1区2区| 亚洲视频一区二区在线| 国产性天天综合网| 欧美一区二区视频免费观看| 国产成人啪免费观看软件| 日韩成人一区二区| 亚洲丶国产丶欧美一区二区三区| 欧美激情一区二区三区不卡| 日韩精品一区二区三区视频播放| 波多野结衣中文字幕一区二区三区| 日本不卡中文字幕| 污片在线观看一区二区 | 亚洲电影第三页| 亚洲欧美电影一区二区| 国产精品乱码人人做人人爱 | 国产精品三级在线观看| 亚洲精品一线二线三线| 精品日韩一区二区| 日韩欧美第一区| 欧美日韩国产首页在线观看| 一本一道久久a久久精品综合蜜臀| 风流少妇一区二区| 国产乱码精品一品二品| 韩国女主播一区二区三区| 蜜桃av一区二区在线观看| 一区二区三区欧美在线观看| 亚洲欧美在线高清| 欧美国产1区2区| 欧美电影免费观看高清完整版在 | 国产在线播精品第三| 麻豆成人免费电影| 久久精品国产一区二区三区免费看| 久国产精品韩国三级视频| 国产精品1区二区.| 91丨porny丨中文| 欧美日韩一区在线| 精品免费国产二区三区| 欧美激情自拍偷拍| 亚洲乱码国产乱码精品精小说| 午夜日韩在线观看| 国产乱人伦偷精品视频不卡| 不卡的av在线| 91精品国产综合久久久久久| 国产人成一区二区三区影院| 一区二区三区四区激情| 久久精品国产精品亚洲红杏| 成人激情免费网站| 欧美日韩国产片| 久久久久高清精品| 亚洲永久精品国产| 黄色日韩三级电影| 在线亚洲免费视频| 精品国产一区二区亚洲人成毛片| 亚洲欧洲日本在线| 免费观看日韩av| 91免费看视频| 精品成人佐山爱一区二区| 亚洲乱码精品一二三四区日韩在线| 久久国产乱子精品免费女| 99精品视频在线免费观看| 欧美一区二区三区免费视频| 亚洲丝袜精品丝袜在线| 经典三级一区二区| 欧美三片在线视频观看| 国产三级久久久| 婷婷综合五月天| 色综合天天综合网国产成人综合天| 精品久久久久久久人人人人传媒 | 国产精品一区在线观看你懂的| 在线观看日韩电影| 中文字幕欧美日韩一区| 男人的j进女人的j一区| 日本精品裸体写真集在线观看| 久久久久成人黄色影片| 日韩在线一二三区| 91麻豆免费观看| 欧美激情在线一区二区| 久久99最新地址| 欧美日韩精品一区二区三区| 国产精品久久久久久妇女6080| 九九热在线视频观看这里只有精品| 91视频xxxx| 国产精品网曝门| 国产在线视频一区二区三区| 欧美一区二区三区成人| 亚洲电影第三页| 日本高清不卡一区| 最新欧美精品一区二区三区| 国产成人综合自拍| 久久久久久久久久电影| 极品少妇xxxx精品少妇| 欧美老肥妇做.爰bbww| 一级中文字幕一区二区| 色老汉一区二区三区| 中文字幕一区二区三| 成人精品gif动图一区| 国产亚洲精品精华液| 国产最新精品免费| 精品久久久久99| 精品午夜久久福利影院| 精品欧美一区二区三区精品久久| 日韩精品一级二级| 91精品国产入口在线| 午夜欧美视频在线观看| 欧美人与禽zozo性伦| 亚洲午夜免费福利视频| 欧美日韩精品综合在线| 日韩精品久久久久久| 在线播放亚洲一区| 美女网站色91| 久久综合九色综合欧美98 | 99精品久久久久久| 17c精品麻豆一区二区免费| av中文字幕亚洲| 日韩一区中文字幕| 99久久99久久精品国产片果冻| 国产精品久久三| 色综合久久99| 婷婷成人综合网| 日韩一区二区免费在线电影| 久久国产麻豆精品| 久久久亚洲国产美女国产盗摄| 国产麻豆精品在线| 国产精品久久久久毛片软件| 91欧美一区二区| 亚洲.国产.中文慕字在线| 欧美一级日韩一级| 国精产品一区一区三区mba视频| 欧美国产精品专区| 在线影视一区二区三区| 青草国产精品久久久久久| 久久久久久久久久电影| 91一区二区在线观看| 五月天欧美精品| 久久久精品免费观看| 日本韩国一区二区三区| 麻豆91精品视频| 国产精品乱码人人做人人爱 | 成人免费视频一区二区| 亚洲精品乱码久久久久久久久 | 欧美一区二区三区免费大片 | 国产成人在线视频网址| 亚洲欧美日韩电影| 欧美刺激脚交jootjob| 成人国产在线观看| 视频一区国产视频| 国产精品免费视频网站| 欧美精品一二三| 成人爽a毛片一区二区免费| 午夜在线成人av| 国产亚洲精品免费| 欧美日韩大陆在线| 成人永久aaa| 日产精品久久久久久久性色| 国产精品日日摸夜夜摸av| 欧美美女网站色| 波多野结衣亚洲| 麻豆久久久久久久| 亚洲资源在线观看| 国产欧美日韩麻豆91| 91精品国产91综合久久蜜臀| 99re热这里只有精品免费视频| 久久99精品久久久| 亚洲一级二级在线| 国产欧美日韩一区二区三区在线观看| 欧美影片第一页| 9i在线看片成人免费| 精品一二线国产| 午夜欧美电影在线观看| 亚洲欧美日韩国产成人精品影院|