Files
6150-HMI/CowainHmi/Common/LogSearch.Designer.cs
2026-01-15 15:06:36 +08:00

177 lines
7.7 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace CowainHmi
{
partial class LogSearch
{
/// <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
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.search = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.content = new System.Windows.Forms.TextBox();
this.logFileSelect = new System.Windows.Forms.Label();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.});
this.dataGridView1.Location = new System.Drawing.Point(3, 81);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(832, 473);
this.dataGridView1.TabIndex = 0;
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy/MM/dd";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(54, 42);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(100, 21);
this.dateTimePicker1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 3;
this.label1.Text = "时间";
//
// search
//
this.search.Location = new System.Drawing.Point(751, 41);
this.search.Name = "search";
this.search.Size = new System.Drawing.Size(75, 23);
this.search.TabIndex = 4;
this.search.Text = "查询";
this.search.UseVisualStyleBackColor = true;
this.search.Click += new System.EventHandler(this.search_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(160, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 5;
this.label2.Text = "内容";
//
// content
//
this.content.Location = new System.Drawing.Point(195, 42);
this.content.Name = "content";
this.content.Size = new System.Drawing.Size(550, 21);
this.content.TabIndex = 7;
//
// logFileSelect
//
this.logFileSelect.AutoSize = true;
this.logFileSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.logFileSelect.ForeColor = System.Drawing.Color.Blue;
this.logFileSelect.Location = new System.Drawing.Point(53, 15);
this.logFileSelect.Name = "logFileSelect";
this.logFileSelect.Size = new System.Drawing.Size(113, 12);
this.logFileSelect.TabIndex = 9;
this.logFileSelect.Text = "点击选择日志文件夹";
this.logFileSelect.Click += new System.EventHandler(this.logFileSelect_Click);
//
// 时间
//
this..DataPropertyName = "时间";
dataGridViewCellStyle1.Format = "yyyy-MM-dd HH:mm:ss";
this..DefaultCellStyle = dataGridViewCellStyle1;
this..HeaderText = "时间";
this..Name = "时间";
this..ReadOnly = true;
this..Width = 150;
//
// 操作员
//
this..DataPropertyName = "操作员";
this..HeaderText = "操作员";
this..Name = "操作员";
this..ReadOnly = true;
//
// 内容
//
this..DataPropertyName = "内容";
this..HeaderText = "内容";
this..Name = "内容";
this..ReadOnly = true;
this..Width = 500;
//
// LogSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.logFileSelect);
this.Controls.Add(this.content);
this.Controls.Add(this.label2);
this.Controls.Add(this.search);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.dataGridView1);
this.Name = "LogSearch";
this.Size = new System.Drawing.Size(838, 560);
this.Load += new System.EventHandler(this.LogSearch_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button search;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox content;
private System.Windows.Forms.Label logFileSelect;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
}
}