223 lines
11 KiB
C#
223 lines
11 KiB
C#
|
||
namespace LogRecord
|
||
{
|
||
partial class LogRecord
|
||
{
|
||
/// <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()
|
||
{
|
||
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();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.dgv_Log = new System.Windows.Forms.DataGridView();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.btn_Refresh = new System.Windows.Forms.Button();
|
||
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.工位号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.内容 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgv_Log)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dgv_Log
|
||
//
|
||
this.dgv_Log.AllowUserToAddRows = false;
|
||
this.dgv_Log.AllowUserToDeleteRows = false;
|
||
this.dgv_Log.AllowUserToResizeRows = false;
|
||
this.dgv_Log.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.dgv_Log.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, 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.dgv_Log.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.dgv_Log.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgv_Log.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.序号,
|
||
this.工位号,
|
||
this.类型,
|
||
this.时间,
|
||
this.内容});
|
||
this.dgv_Log.Location = new System.Drawing.Point(12, 51);
|
||
this.dgv_Log.MultiSelect = false;
|
||
this.dgv_Log.Name = "dgv_Log";
|
||
this.dgv_Log.ReadOnly = true;
|
||
this.dgv_Log.RowHeadersVisible = false;
|
||
this.dgv_Log.RowTemplate.Height = 26;
|
||
this.dgv_Log.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dgv_Log.Size = new System.Drawing.Size(1277, 745);
|
||
this.dgv_Log.TabIndex = 72;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(358, 12);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 73;
|
||
this.button1.Text = "报警";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Visible = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(439, 12);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(75, 23);
|
||
this.button2.TabIndex = 73;
|
||
this.button2.Text = "登录";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Visible = false;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(520, 12);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(75, 23);
|
||
this.button3.TabIndex = 73;
|
||
this.button3.Text = "提示";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Visible = false;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// btn_Refresh
|
||
//
|
||
this.btn_Refresh.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btn_Refresh.Location = new System.Drawing.Point(12, 10);
|
||
this.btn_Refresh.Name = "btn_Refresh";
|
||
this.btn_Refresh.Size = new System.Drawing.Size(320, 35);
|
||
this.btn_Refresh.TabIndex = 74;
|
||
this.btn_Refresh.Text = "刷新";
|
||
this.btn_Refresh.UseVisualStyleBackColor = true;
|
||
this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
|
||
//
|
||
// 序号
|
||
//
|
||
this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
this.序号.DataPropertyName = "序号";
|
||
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
this.序号.DefaultCellStyle = dataGridViewCellStyle2;
|
||
this.序号.HeaderText = "序号";
|
||
this.序号.Name = "序号";
|
||
this.序号.ReadOnly = true;
|
||
this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.序号.Width = 60;
|
||
//
|
||
// 工位号
|
||
//
|
||
this.工位号.DataPropertyName = "工位号";
|
||
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
this.工位号.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.工位号.HeaderText = "工位号";
|
||
this.工位号.Name = "工位号";
|
||
this.工位号.ReadOnly = true;
|
||
this.工位号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.工位号.Visible = false;
|
||
this.工位号.Width = 250;
|
||
//
|
||
// 类型
|
||
//
|
||
this.类型.DataPropertyName = "类型";
|
||
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
this.类型.DefaultCellStyle = dataGridViewCellStyle4;
|
||
this.类型.HeaderText = "类型";
|
||
this.类型.Name = "类型";
|
||
this.类型.ReadOnly = true;
|
||
this.类型.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.类型.Width = 90;
|
||
//
|
||
// 时间
|
||
//
|
||
this.时间.DataPropertyName = "时间";
|
||
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
dataGridViewCellStyle5.Format = "G";
|
||
this.时间.DefaultCellStyle = dataGridViewCellStyle5;
|
||
this.时间.HeaderText = "时间";
|
||
this.时间.Name = "时间";
|
||
this.时间.ReadOnly = true;
|
||
this.时间.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.时间.Width = 190;
|
||
//
|
||
// 内容
|
||
//
|
||
this.内容.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.内容.DataPropertyName = "内容";
|
||
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
this.内容.DefaultCellStyle = dataGridViewCellStyle6;
|
||
this.内容.HeaderText = "内容";
|
||
this.内容.Name = "内容";
|
||
this.内容.ReadOnly = true;
|
||
this.内容.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// LogRecord
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1298, 808);
|
||
this.Controls.Add(this.btn_Refresh);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.dgv_Log);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Name = "LogRecord";
|
||
this.ShowIcon = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "日志";
|
||
this.Load += new System.EventHandler(this.LogRecord_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgv_Log)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dgv_Log;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button btn_Refresh;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 工位号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 时间;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 内容;
|
||
}
|
||
}
|
||
|