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

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

?? form1.designer.cs

?? 單片機c語言程序設計100例--基于PIC+PROTEUS
?? CS
字號:
?namespace 溫室控制程序
{
    partial class Form_Main
    {
        /// <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(Form_Main));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label_溫度 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.button_通風 = new System.Windows.Forms.Button();
            this.button_噴灌 = new System.Windows.Forms.Button();
            this.button_采光 = new System.Windows.Forms.Button();
            this.button_退出 = new System.Windows.Forms.Button();
            this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button_打開串口 = new System.Windows.Forms.Button();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.label_溫度);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Black;
            this.groupBox1.Location = new System.Drawing.Point(12, 25);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(393, 88);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "溫室溫度監測";
            // 
            // label_溫度
            // 
            this.label_溫度.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.label_溫度.Font = new System.Drawing.Font("Arial Black", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label_溫度.ForeColor = System.Drawing.Color.Red;
            this.label_溫度.Location = new System.Drawing.Point(89, 25);
            this.label_溫度.Name = "label_溫度";
            this.label_溫度.Size = new System.Drawing.Size(259, 47);
            this.label_溫度.TabIndex = 1;
            this.label_溫度.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋體", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(16, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(76, 21);
            this.label1.TabIndex = 0;
            this.label1.Text = "溫度:";
            // 
            // button_通風
            // 
            this.button_通風.Location = new System.Drawing.Point(12, 137);
            this.button_通風.Name = "button_通風";
            this.button_通風.Size = new System.Drawing.Size(92, 44);
            this.button_通風.TabIndex = 1;
            this.button_通風.Text = "通風";
            this.button_通風.UseVisualStyleBackColor = true;
            this.button_通風.Click += new System.EventHandler(this.button_通風_Click);
            // 
            // button_噴灌
            // 
            this.button_噴灌.Location = new System.Drawing.Point(230, 137);
            this.button_噴灌.Name = "button_噴灌";
            this.button_噴灌.Size = new System.Drawing.Size(175, 44);
            this.button_噴灌.TabIndex = 3;
            this.button_噴灌.Text = "噴灌";
            this.button_噴灌.UseVisualStyleBackColor = true;
            this.button_噴灌.Click += new System.EventHandler(this.button_噴灌_Click);
            // 
            // button_采光
            // 
            this.button_采光.Location = new System.Drawing.Point(110, 137);
            this.button_采光.Name = "button_采光";
            this.button_采光.Size = new System.Drawing.Size(94, 44);
            this.button_采光.TabIndex = 2;
            this.button_采光.Text = "采光";
            this.button_采光.UseVisualStyleBackColor = true;
            this.button_采光.Click += new System.EventHandler(this.button_采光_Click);
            // 
            // button_退出
            // 
            this.button_退出.Location = new System.Drawing.Point(453, 34);
            this.button_退出.Name = "button_退出";
            this.button_退出.Size = new System.Drawing.Size(137, 79);
            this.button_退出.TabIndex = 3;
            this.button_退出.Tag = "6";
            this.button_退出.Text = "退出系統";
            this.button_退出.UseVisualStyleBackColor = true;
            this.button_退出.Click += new System.EventHandler(this.button_退出_Click);
            // 
            // serialPort1
            // 
            this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "COM1",
            "COM2",
            "COM3",
            "COM4"});
            this.comboBox1.Location = new System.Drawing.Point(453, 137);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(65, 20);
            this.comboBox1.Sorted = true;
            this.comboBox1.TabIndex = 4;
            this.comboBox1.Tag = "4";
            // 
            // button_打開串口
            // 
            this.button_打開串口.Location = new System.Drawing.Point(525, 137);
            this.button_打開串口.Name = "button_打開串口";
            this.button_打開串口.Size = new System.Drawing.Size(65, 23);
            this.button_打開串口.TabIndex = 5;
            this.button_打開串口.Tag = "5";
            this.button_打開串口.Text = "打開串口";
            this.button_打開串口.UseVisualStyleBackColor = true;
            this.button_打開串口.Click += new System.EventHandler(this.button_打開串口_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel2,
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 217);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(625, 22);
            this.statusStrip1.TabIndex = 6;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(431, 17);
            this.toolStripStatusLabel2.Text = "[單片機C語言程序設計實訓100例---基于PIC+PROTEUS仿真] 電子工業出版社出版";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripStatusLabel1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Bold);
            this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Red;
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(159, 17);
            this.toolStripStatusLabel1.Text = "                      ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(10, 199);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(383, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "開發環境:Microsoft Visual C# 2008, 運行環境: .Net Framework 2.0";
            // 
            // Form_Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(625, 239);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.button_通風);
            this.Controls.Add(this.button_打開串口);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.button_退出);
            this.Controls.Add(this.button_采光);
            this.Controls.Add(this.button_噴灌);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_Main";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "溫室管理與控制程序[簡易版] V1.0 (E-mail:pw95aaa@foxmail.com)";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.Form_Main_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Main_FormClosed);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label_溫度;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button_通風;
        private System.Windows.Forms.Button button_采光;
        private System.Windows.Forms.Button button_噴灌;
        private System.Windows.Forms.Button button_退出;
        private System.IO.Ports.SerialPort serialPort1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button button_打開串口;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.Label label2;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一区二区成人| 亚洲另类在线制服丝袜| 国产精品久久久久久久久搜平片| 亚洲免费观看在线视频| 国产一区二区三区四区在线观看| 欧美日韩久久一区二区| 中文字幕在线一区| 国产一区二区不卡老阿姨| 欧美性视频一区二区三区| 欧美精彩视频一区二区三区| 日韩成人一区二区三区在线观看| www.日韩大片| 国产欧美日韩在线观看| 美女视频黄频大全不卡视频在线播放| 91久久精品网| 亚洲青青青在线视频| 成人免费看片app下载| 精品少妇一区二区| 日韩专区中文字幕一区二区| 在线观看av一区二区| 亚洲视频 欧洲视频| 波多野结衣一区二区三区 | av高清久久久| 国产免费成人在线视频| 国产一区在线不卡| 日韩欧美国产小视频| 日本在线播放一区二区三区| 欧美揉bbbbb揉bbbbb| 一区二区免费看| 欧美在线一二三| 亚洲综合色网站| 在线观看一区二区视频| 一区二区三区在线视频观看58| 色94色欧美sute亚洲线路一久| 亚洲视频在线一区观看| 色婷婷综合视频在线观看| 亚洲裸体xxx| 欧美日韩中文字幕精品| 丝袜美腿亚洲色图| 欧美zozo另类异族| 国产老肥熟一区二区三区| 欧美激情中文不卡| 91在线视频官网| 亚洲国产精品一区二区久久 | 欧美日韩中字一区| 日韩电影在线观看网站| 欧美电影免费提供在线观看| 国产麻豆日韩欧美久久| 国产精品久久久久aaaa| 欧美在线三级电影| 日韩精品一区第一页| 亚洲精品一区二区三区蜜桃下载 | 国产精品99久久久久久久女警| 久久久亚洲欧洲日产国码αv| 国产黄色精品网站| 日韩理论片在线| 91.xcao| 国产成人免费在线观看| 一区二区在线观看免费视频播放 | 亚洲一区二区偷拍精品| 91麻豆精品国产91久久久更新时间| 蜜桃视频第一区免费观看| 国产片一区二区| 在线观看中文字幕不卡| 国产自产视频一区二区三区| 最新高清无码专区| 精品国产乱码久久久久久牛牛| 成人app网站| 日本女人一区二区三区| 国产精品久久久久毛片软件| 欧美高清视频www夜色资源网| 国精品**一区二区三区在线蜜桃| 亚洲少妇30p| 久久只精品国产| 欧美午夜寂寞影院| 国产91精品在线观看| 午夜精品成人在线| 中文字幕欧美一| 精品国产制服丝袜高跟| 欧美日韩亚洲综合一区二区三区| 国产成人高清视频| 麻豆精品久久久| 一区二区在线观看视频在线观看| 久久众筹精品私拍模特| 91超碰这里只有精品国产| 91亚洲精品一区二区乱码| 九九视频精品免费| 午夜激情一区二区| 亚洲视频在线观看三级| 国产日韩欧美高清在线| 欧美一区二区在线免费播放| 91高清视频在线| av午夜精品一区二区三区| 国产成人亚洲精品青草天美| 免费高清不卡av| 午夜精品福利一区二区三区蜜桃| 亚洲日本va午夜在线电影| 久久精品网站免费观看| 精品乱人伦小说| 91麻豆精品国产91久久久久久| 欧洲国内综合视频| 91免费视频网| 色综合天天综合给合国产| 粉嫩一区二区三区性色av| 国产麻豆一精品一av一免费| 六月丁香婷婷色狠狠久久| 免费成人在线视频观看| 日韩精品欧美成人高清一区二区| 亚洲国产成人va在线观看天堂| 五月激情综合网| 亚洲成人黄色影院| 亚洲一区二区视频| 亚洲国产成人va在线观看天堂| 亚洲激情五月婷婷| 一区二区三区欧美激情| 夜夜嗨av一区二区三区中文字幕 | 一本到不卡免费一区二区| 99热这里都是精品| 色综合欧美在线| 在线观看视频一区二区| 欧美三片在线视频观看| 在线成人高清不卡| 欧美大黄免费观看| 久久久久久久综合| 国产精品欧美极品| 亚洲精品va在线观看| 亚洲伊人伊色伊影伊综合网| 亚洲第一在线综合网站| 肉丝袜脚交视频一区二区| 另类成人小视频在线| 国产精品系列在线观看| 波多野结衣在线一区| 色婷婷亚洲综合| 欧美肥妇free| 欧美精品一区二区三区在线播放 | 懂色av一区二区在线播放| 国产成人精品www牛牛影视| 9久草视频在线视频精品| 欧美色精品天天在线观看视频| 69av一区二区三区| 久久久综合网站| 亚洲精品日日夜夜| 蜜桃av噜噜一区| 国产激情视频一区二区三区欧美 | 国产精品香蕉一区二区三区| 99久久免费精品高清特色大片| 欧美日本视频在线| 中文字幕欧美国产| 亚州成人在线电影| 国产福利一区二区三区视频| 91国偷自产一区二区三区成为亚洲经典 | 91久久精品一区二区三| 欧美一区二区精品久久911| 国产嫩草影院久久久久| 五月天激情综合| 成人精品视频一区二区三区| 欧美日韩亚州综合| 国产精品嫩草99a| 日韩主播视频在线| 成人av中文字幕| 日韩一级免费一区| 亚洲精品美腿丝袜| 国产乱码精品一区二区三| 精品视频全国免费看| 中文字幕乱码日本亚洲一区二区 | 有码一区二区三区| 国产激情一区二区三区桃花岛亚洲| 91黄色在线观看| 国产免费观看久久| 麻豆91免费看| 欧美日韩成人一区| 亚洲欧美综合色| 国产精品亚洲一区二区三区在线| 欧美日韩精品系列| 一区二区三区在线观看动漫 | 综合中文字幕亚洲| 国产一区二区精品久久91| 欧美日韩一级二级| 樱桃视频在线观看一区| 丁香婷婷综合激情五月色| 精品国产乱码久久久久久影片| 五月综合激情日本mⅴ| 色婷婷综合中文久久一本| 国产精品理伦片| 国产.精品.日韩.另类.中文.在线.播放| 91精品啪在线观看国产60岁| 亚洲亚洲精品在线观看| 色综合激情久久| 中文字幕在线不卡| 成人免费视频一区二区| 久久精品一区二区三区不卡牛牛| 久草这里只有精品视频| 日韩写真欧美这视频| 美女免费视频一区二区| 欧美一区二区三区色| 天天操天天干天天综合网| 欧美精品视频www在线观看| 亚洲夂夂婷婷色拍ww47| 欧美视频完全免费看| 亚洲bt欧美bt精品|