CRVM-redis-6/client/LogForm.Designer.cs

201 lines
12 KiB
C#
Raw Permalink Normal View History

2025-11-07 02:02:31 +08:00
namespace CRVM
{
partial class LogForm
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogForm));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.dataGrid_logInfo = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_SearchByDate = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.date_End = new System.Windows.Forms.DateTimePicker();
this.date_Start = new System.Windows.Forms.DateTimePicker();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid_logInfo)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.31432F));
this.tableLayoutPanel1.Controls.Add(this.dataGrid_logInfo, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85.71429F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(789, 441);
this.tableLayoutPanel1.TabIndex = 0;
//
// dataGrid_logInfo
//
this.dataGrid_logInfo.AllowUserToAddRows = false;
this.dataGrid_logInfo.AllowUserToDeleteRows = false;
this.dataGrid_logInfo.AllowUserToResizeColumns = false;
this.dataGrid_logInfo.AllowUserToResizeRows = false;
this.dataGrid_logInfo.BackgroundColor = System.Drawing.SystemColors.Menu;
this.dataGrid_logInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
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.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGrid_logInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGrid_logInfo.ColumnHeadersHeight = 30;
this.dataGrid_logInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
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.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGrid_logInfo.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGrid_logInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGrid_logInfo.GridColor = System.Drawing.SystemColors.ActiveBorder;
this.dataGrid_logInfo.Location = new System.Drawing.Point(3, 65);
this.dataGrid_logInfo.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.dataGrid_logInfo.Name = "dataGrid_logInfo";
this.dataGrid_logInfo.ReadOnly = true;
this.dataGrid_logInfo.RowHeadersVisible = false;
this.dataGrid_logInfo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dataGrid_logInfo.RowTemplate.Height = 28;
this.dataGrid_logInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGrid_logInfo.Size = new System.Drawing.Size(786, 373);
this.dataGrid_logInfo.TabIndex = 14;
//
// panel1
//
this.panel1.Controls.Add(this.btn_SearchByDate);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.date_End);
this.panel1.Controls.Add(this.date_Start);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(783, 56);
this.panel1.TabIndex = 0;
//
// btn_SearchByDate
//
this.btn_SearchByDate.AutoSize = true;
this.btn_SearchByDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_SearchByDate.Location = new System.Drawing.Point(642, 9);
this.btn_SearchByDate.Name = "btn_SearchByDate";
this.btn_SearchByDate.Size = new System.Drawing.Size(112, 35);
this.btn_SearchByDate.TabIndex = 13;
this.btn_SearchByDate.Text = "查询";
this.btn_SearchByDate.UseVisualStyleBackColor = true;
this.btn_SearchByDate.Click += new System.EventHandler(this.btn_SearchByDate_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(11, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(78, 21);
this.label2.TabIndex = 12;
this.label2.Text = "开始时间:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(308, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 21);
this.label1.TabIndex = 11;
this.label1.Text = "结束时间:";
//
// date_End
//
this.date_End.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.date_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.date_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.date_End.Location = new System.Drawing.Point(393, 9);
this.date_End.Name = "date_End";
this.date_End.Size = new System.Drawing.Size(200, 29);
this.date_End.TabIndex = 10;
//
// date_Start
//
this.date_Start.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.date_Start.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.date_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.date_Start.Location = new System.Drawing.Point(96, 9);
this.date_Start.MinDate = new System.DateTime(2010, 11, 12, 0, 0, 0, 0);
this.date_Start.Name = "date_Start";
this.date_Start.Size = new System.Drawing.Size(200, 29);
this.date_Start.TabIndex = 9;
//
// LogForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(789, 441);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LogForm";
this.Text = "系统日志";
this.Load += new System.EventHandler(this.LogForm_Load);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGrid_logInfo)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker date_End;
private System.Windows.Forms.DateTimePicker date_Start;
private System.Windows.Forms.Button btn_SearchByDate;
private System.Windows.Forms.DataGridView dataGrid_logInfo;
}
}