171 lines
7.7 KiB
C#
171 lines
7.7 KiB
C#
namespace CCYQ_JieFang
|
|
{
|
|
partial class logInfo
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.dateTimePicker1_log = new System.Windows.Forms.DateTimePicker();
|
|
this.dataGridView1_log = new System.Windows.Forms.DataGridView();
|
|
this.ID = 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();
|
|
this.操作时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_log)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dateTimePicker1_log
|
|
//
|
|
this.dateTimePicker1_log.CustomFormat = "yyyy-MM-dd";
|
|
this.dateTimePicker1_log.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1_log.Location = new System.Drawing.Point(6, 14);
|
|
this.dateTimePicker1_log.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.dateTimePicker1_log.Name = "dateTimePicker1_log";
|
|
this.dateTimePicker1_log.Size = new System.Drawing.Size(162, 28);
|
|
this.dateTimePicker1_log.TabIndex = 1;
|
|
//
|
|
// dataGridView1_log
|
|
//
|
|
this.dataGridView1_log.AllowUserToAddRows = false;
|
|
this.dataGridView1_log.AllowUserToDeleteRows = false;
|
|
this.dataGridView1_log.AllowUserToResizeRows = false;
|
|
this.dataGridView1_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.dataGridView1_log.ColumnHeadersHeight = 29;
|
|
this.dataGridView1_log.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridView1_log.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ID,
|
|
this.工位号,
|
|
this.日志类型,
|
|
this.日志内容,
|
|
this.操作日期,
|
|
this.操作时间});
|
|
this.dataGridView1_log.Location = new System.Drawing.Point(6, 52);
|
|
this.dataGridView1_log.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.dataGridView1_log.Name = "dataGridView1_log";
|
|
this.dataGridView1_log.ReadOnly = true;
|
|
this.dataGridView1_log.RowHeadersVisible = false;
|
|
this.dataGridView1_log.RowHeadersWidth = 51;
|
|
this.dataGridView1_log.RowTemplate.Height = 27;
|
|
this.dataGridView1_log.Size = new System.Drawing.Size(1302, 793);
|
|
this.dataGridView1_log.TabIndex = 2;
|
|
//
|
|
// ID
|
|
//
|
|
this.ID.DataPropertyName = "ID";
|
|
this.ID.HeaderText = "ID";
|
|
this.ID.MinimumWidth = 6;
|
|
this.ID.Name = "ID";
|
|
this.ID.ReadOnly = true;
|
|
this.ID.Width = 80;
|
|
//
|
|
// 工位号
|
|
//
|
|
this.工位号.DataPropertyName = "工位号";
|
|
this.工位号.HeaderText = "工位号";
|
|
this.工位号.MinimumWidth = 6;
|
|
this.工位号.Name = "工位号";
|
|
this.工位号.ReadOnly = true;
|
|
this.工位号.Width = 150;
|
|
//
|
|
// 日志类型
|
|
//
|
|
this.日志类型.DataPropertyName = "日志类型";
|
|
this.日志类型.HeaderText = "日志类型";
|
|
this.日志类型.MinimumWidth = 6;
|
|
this.日志类型.Name = "日志类型";
|
|
this.日志类型.ReadOnly = true;
|
|
this.日志类型.Width = 150;
|
|
//
|
|
// 日志内容
|
|
//
|
|
this.日志内容.DataPropertyName = "日志内容";
|
|
this.日志内容.HeaderText = "日志内容";
|
|
this.日志内容.MinimumWidth = 6;
|
|
this.日志内容.Name = "日志内容";
|
|
this.日志内容.ReadOnly = true;
|
|
this.日志内容.Width = 420;
|
|
//
|
|
// 操作日期
|
|
//
|
|
this.操作日期.DataPropertyName = "操作日期";
|
|
this.操作日期.HeaderText = "操作日期";
|
|
this.操作日期.MinimumWidth = 6;
|
|
this.操作日期.Name = "操作日期";
|
|
this.操作日期.ReadOnly = true;
|
|
this.操作日期.Width = 150;
|
|
//
|
|
// 操作时间
|
|
//
|
|
this.操作时间.DataPropertyName = "操作时间";
|
|
this.操作时间.HeaderText = "操作时间";
|
|
this.操作时间.MinimumWidth = 6;
|
|
this.操作时间.Name = "操作时间";
|
|
this.操作时间.ReadOnly = true;
|
|
this.操作时间.Width = 200;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(185, 10);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 32);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "查询";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// logInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1314, 859);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.dataGridView1_log);
|
|
this.Controls.Add(this.dateTimePicker1_log);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "logInfo";
|
|
this.Text = "logoInfo";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1_log)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1_log;
|
|
private System.Windows.Forms.DataGridView dataGridView1_log;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
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 操作时间;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |