|  | @@ -30,10 +30,10 @@
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              this.components = new System.ComponentModel.Container();
 | 
	
		
			
				|  |  |              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
 | 
	
		
			
				|  |  | -            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | -            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | -            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | -            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | +            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | +            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | +            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  | +            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
 | 
	
		
			
				|  |  |              this.panel1 = new System.Windows.Forms.Panel();
 | 
	
		
			
				|  |  |              this.groupBox3 = new System.Windows.Forms.GroupBox();
 | 
	
		
			
				|  |  |              this.state_r = new System.Windows.Forms.Label();
 | 
	
	
		
			
				|  | @@ -178,6 +178,7 @@
 | 
	
		
			
				|  |  |              this.lblDeviceStates2.TabIndex = 101;
 | 
	
		
			
				|  |  |              this.lblDeviceStates2.Text = "未初始状态";
 | 
	
		
			
				|  |  |              this.lblDeviceStates2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | 
	
		
			
				|  |  | +            this.lblDeviceStates2.Visible = false;
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // lblDeviceStates
 | 
	
		
			
				|  |  |              // 
 | 
	
	
		
			
				|  | @@ -622,14 +623,14 @@
 | 
	
		
			
				|  |  |              this.systemLog.AllowUserToResizeRows = false;
 | 
	
		
			
				|  |  |              this.systemLog.BackgroundColor = System.Drawing.Color.White;
 | 
	
		
			
				|  |  |              this.systemLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.BackColor = System.Drawing.Color.WhiteSmoke;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | 
	
		
			
				|  |  | -            this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | 
	
		
			
				|  |  | +            this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
 | 
	
		
			
				|  |  |              this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | 
	
		
			
				|  |  |              this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | 
	
		
			
				|  |  |              this.colDate,
 | 
	
	
		
			
				|  | @@ -641,19 +642,19 @@
 | 
	
		
			
				|  |  |              this.systemLog.Location = new System.Drawing.Point(3, 32);
 | 
	
		
			
				|  |  |              this.systemLog.Name = "systemLog";
 | 
	
		
			
				|  |  |              this.systemLog.ReadOnly = true;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.BackColor = System.Drawing.Color.WhiteSmoke;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | 
	
		
			
				|  |  | -            this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | 
	
		
			
				|  |  | +            this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
 | 
	
		
			
				|  |  |              this.systemLog.RowHeadersVisible = false;
 | 
	
		
			
				|  |  |              this.systemLog.RowHeadersWidth = 51;
 | 
	
		
			
				|  |  |              this.systemLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle12;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
 | 
	
		
			
				|  |  |              this.systemLog.RowTemplate.Height = 27;
 | 
	
		
			
				|  |  |              this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 | 
	
		
			
				|  |  |              this.systemLog.Size = new System.Drawing.Size(1533, 435);
 | 
	
	
		
			
				|  | @@ -661,8 +662,8 @@
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // colDate
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            this.colDate.DefaultCellStyle = dataGridViewCellStyle10;
 | 
	
		
			
				|  |  | +            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
 | 
	
		
			
				|  |  |              this.colDate.HeaderText = "日期";
 | 
	
		
			
				|  |  |              this.colDate.MinimumWidth = 6;
 | 
	
		
			
				|  |  |              this.colDate.Name = "colDate";
 |