Files
37-BeiHangDaXue-BH-DAS/CCYQ_JieFang/OP/logInfo.Designer.cs
2026-06-08 17:06:10 +08:00

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;
}
}