namespace HOZProject { partial class UControl_Log { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.pbClose = new System.Windows.Forms.PictureBox(); this.dgvLog = new System.Windows.Forms.DataGridView(); this.ColCutHoleName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColStep = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColState = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.lblLogCount = new System.Windows.Forms.Label(); this.btnExport = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10F); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(17, 10); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 17); this.label1.TabIndex = 0; this.label1.Text = "查看日志"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.pbClose); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(957, 38); this.panel1.TabIndex = 3; // // pbClose // this.pbClose.BackColor = System.Drawing.SystemColors.Window; this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.Exit; this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand; this.pbClose.Dock = System.Windows.Forms.DockStyle.Right; this.pbClose.Location = new System.Drawing.Point(914, 0); this.pbClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pbClose.Name = "pbClose"; this.pbClose.Size = new System.Drawing.Size(43, 38); this.pbClose.TabIndex = 107; this.pbClose.TabStop = false; this.pbClose.Click += new System.EventHandler(this.btnClose_Click); this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter); this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave); // // dgvLog // this.dgvLog.AllowUserToAddRows = false; this.dgvLog.AllowUserToDeleteRows = false; this.dgvLog.AllowUserToResizeColumns = false; this.dgvLog.AllowUserToResizeRows = false; this.dgvLog.BackgroundColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColCutHoleName, this.ColTime, this.ColStep, this.ColState}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvLog.DefaultCellStyle = dataGridViewCellStyle2; this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvLog.EnableHeadersVisualStyles = false; this.dgvLog.Location = new System.Drawing.Point(0, 38); this.dgvLog.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dgvLog.MultiSelect = false; this.dgvLog.Name = "dgvLog"; this.dgvLog.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgvLog.RowHeadersVisible = false; this.dgvLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvLog.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.WindowText; this.dgvLog.RowTemplate.Height = 23; this.dgvLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvLog.ShowCellErrors = false; this.dgvLog.ShowCellToolTips = false; this.dgvLog.ShowEditingIcon = false; this.dgvLog.ShowRowErrors = false; this.dgvLog.Size = new System.Drawing.Size(957, 460); this.dgvLog.TabIndex = 4; this.dgvLog.TabStop = false; this.dgvLog.SelectionChanged += new System.EventHandler(this.dgvLog_SelectionChanged); // // ColCutHoleName // this.ColCutHoleName.DataPropertyName = "HoleName"; this.ColCutHoleName.HeaderText = "分析点名称"; this.ColCutHoleName.Name = "ColCutHoleName"; this.ColCutHoleName.ReadOnly = true; this.ColCutHoleName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ColCutHoleName.Width = 180; // // ColTime // this.ColTime.DataPropertyName = "Time"; this.ColTime.HeaderText = "操作时间"; this.ColTime.Name = "ColTime"; this.ColTime.ReadOnly = true; this.ColTime.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ColTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ColTime.Width = 180; // // ColStep // this.ColStep.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ColStep.DataPropertyName = "Message"; this.ColStep.HeaderText = "描述"; this.ColStep.Name = "ColStep"; this.ColStep.ReadOnly = true; this.ColStep.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ColStep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ColState // this.ColState.DataPropertyName = "State"; this.ColState.HeaderText = "状态"; this.ColState.Name = "ColState"; this.ColState.ReadOnly = true; this.ColState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.ColState.Width = 180; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.btnExport); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.lblLogCount); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 470); this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(957, 28); this.panel2.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10F); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(11, 5); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 17); this.label2.TabIndex = 1; this.label2.Text = "共计:"; // // lblLogCount // this.lblLogCount.AutoSize = true; this.lblLogCount.Font = new System.Drawing.Font("宋体", 10F); this.lblLogCount.ForeColor = System.Drawing.Color.Black; this.lblLogCount.Location = new System.Drawing.Point(76, 5); this.lblLogCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLogCount.Name = "lblLogCount"; this.lblLogCount.Size = new System.Drawing.Size(34, 17); this.lblLogCount.TabIndex = 0; this.lblLogCount.Text = "0条"; // // btnExport // this.btnExport.Location = new System.Drawing.Point(859, 0); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(86, 26); this.btnExport.TabIndex = 2; this.btnExport.Text = "导出日志"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // UControl_Log // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.panel2); this.Controls.Add(this.dgvLog); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "UControl_Log"; this.Size = new System.Drawing.Size(957, 498); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblLogCount; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pbClose; public System.Windows.Forms.DataGridView dgvLog; private System.Windows.Forms.DataGridViewTextBoxColumn ColCutHoleName; private System.Windows.Forms.DataGridViewTextBoxColumn ColTime; private System.Windows.Forms.DataGridViewTextBoxColumn ColStep; private System.Windows.Forms.DataGridViewTextBoxColumn ColState; private System.Windows.Forms.Button btnExport; } }