You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

268 lines
12 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System.Drawing;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages
{
partial class OperateConfigPage
{
/// <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()
{
this.SelectRole = new System.Windows.Forms.Button();
this.ButtonPanel = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.SelectLogEndTime = new System.Windows.Forms.DateTimePicker();
this.SelectLogBeginTime = new System.Windows.Forms.DateTimePicker();
this.IsCheckByLogTime = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.OperatorNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.LogTextTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.LogDataGridView = new System.Windows.Forms.DataGridView();
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Text = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LogTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DeleteUselessData = new System.Windows.Forms.Button();
this.ButtonPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LogDataGridView)).BeginInit();
this.SuspendLayout();
//
// SelectRole
//
this.SelectRole.Location = new System.Drawing.Point(11, 11);
this.SelectRole.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SelectRole.Name = "SelectRole";
this.SelectRole.Size = new System.Drawing.Size(103, 39);
this.SelectRole.TabIndex = 1;
this.SelectRole.Text = "查询操作信息";
this.SelectRole.UseVisualStyleBackColor = true;
this.SelectRole.Click += new System.EventHandler(this.SelectRole_Click);
//
// ButtonPanel
//
this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ButtonPanel.Controls.Add(this.DeleteUselessData);
this.ButtonPanel.Controls.Add(this.label4);
this.ButtonPanel.Controls.Add(this.SelectLogEndTime);
this.ButtonPanel.Controls.Add(this.SelectLogBeginTime);
this.ButtonPanel.Controls.Add(this.IsCheckByLogTime);
this.ButtonPanel.Controls.Add(this.label3);
this.ButtonPanel.Controls.Add(this.OperatorNameTextBox);
this.ButtonPanel.Controls.Add(this.label2);
this.ButtonPanel.Controls.Add(this.LogTextTextBox);
this.ButtonPanel.Controls.Add(this.label1);
this.ButtonPanel.Controls.Add(this.SelectRole);
this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
this.ButtonPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ButtonPanel.Name = "ButtonPanel";
this.ButtonPanel.Size = new System.Drawing.Size(1162, 61);
this.ButtonPanel.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(488, 35);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 18;
this.label4.Text = "到";
//
// SelectLogEndTime
//
this.SelectLogEndTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
this.SelectLogEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.SelectLogEndTime.Location = new System.Drawing.Point(511, 32);
this.SelectLogEndTime.Name = "SelectLogEndTime";
this.SelectLogEndTime.Size = new System.Drawing.Size(185, 21);
this.SelectLogEndTime.TabIndex = 17;
//
// SelectLogBeginTime
//
this.SelectLogBeginTime.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
this.SelectLogBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.SelectLogBeginTime.Location = new System.Drawing.Point(297, 32);
this.SelectLogBeginTime.Name = "SelectLogBeginTime";
this.SelectLogBeginTime.Size = new System.Drawing.Size(185, 21);
this.SelectLogBeginTime.TabIndex = 16;
this.SelectLogBeginTime.Value = new System.DateTime(2024, 11, 26, 13, 36, 9, 0);
//
// IsCheckByLogTime
//
this.IsCheckByLogTime.AutoSize = true;
this.IsCheckByLogTime.Location = new System.Drawing.Point(366, 14);
this.IsCheckByLogTime.Name = "IsCheckByLogTime";
this.IsCheckByLogTime.Size = new System.Drawing.Size(120, 16);
this.IsCheckByLogTime.TabIndex = 15;
this.IsCheckByLogTime.Text = "是否根据时间判断";
this.IsCheckByLogTime.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(295, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 14;
this.label3.Text = "时间:";
//
// OperatorNameTextBox
//
this.OperatorNameTextBox.Location = new System.Drawing.Point(191, 32);
this.OperatorNameTextBox.Name = "OperatorNameTextBox";
this.OperatorNameTextBox.Size = new System.Drawing.Size(100, 21);
this.OperatorNameTextBox.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(120, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 4;
this.label2.Text = "操作员名称";
//
// LogTextTextBox
//
this.LogTextTextBox.Location = new System.Drawing.Point(191, 9);
this.LogTextTextBox.Name = "LogTextTextBox";
this.LogTextTextBox.Size = new System.Drawing.Size(100, 21);
this.LogTextTextBox.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(132, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 2;
this.label1.Text = "日志内容";
//
// LogDataGridView
//
this.LogDataGridView.AllowUserToAddRows = false;
this.LogDataGridView.AllowUserToDeleteRows = false;
this.LogDataGridView.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.LogDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.LogDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.Text,
this.LogTime,
this.Operator});
this.LogDataGridView.Location = new System.Drawing.Point(0, 65);
this.LogDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.LogDataGridView.Name = "LogDataGridView";
this.LogDataGridView.ReadOnly = true;
this.LogDataGridView.RowHeadersVisible = false;
this.LogDataGridView.RowTemplate.Height = 25;
this.LogDataGridView.Size = new System.Drawing.Size(1162, 760);
this.LogDataGridView.TabIndex = 5;
//
// Id
//
this.Id.DataPropertyName = "Id";
this.Id.HeaderText = "ID";
this.Id.Name = "Id";
this.Id.ReadOnly = true;
this.Id.Width = 50;
//
// Text
//
this.Text.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Text.DataPropertyName = "Text";
this.Text.HeaderText = "日志内容";
this.Text.Name = "Text";
this.Text.ReadOnly = true;
//
// LogTime
//
this.LogTime.DataPropertyName = "LogTime";
this.LogTime.HeaderText = "日志时间";
this.LogTime.Name = "LogTime";
this.LogTime.ReadOnly = true;
this.LogTime.Width = 150;
//
// Operator
//
this.Operator.DataPropertyName = "Operator";
this.Operator.HeaderText = "操作者用户名";
this.Operator.Name = "Operator";
this.Operator.ReadOnly = true;
//
// DeleteUselessData
//
this.DeleteUselessData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.DeleteUselessData.Location = new System.Drawing.Point(1061, 11);
this.DeleteUselessData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.DeleteUselessData.Name = "DeleteUselessData";
this.DeleteUselessData.Size = new System.Drawing.Size(82, 39);
this.DeleteUselessData.TabIndex = 31;
this.DeleteUselessData.Text = "删除一个月之前的数据";
this.DeleteUselessData.UseVisualStyleBackColor = true;
this.DeleteUselessData.Click += new System.EventHandler(this.DeleteUselessData_Click);
//
// OperateConfigPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
this.Controls.Add(this.LogDataGridView);
this.Controls.Add(this.ButtonPanel);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "OperateConfigPage";
this.Size = new System.Drawing.Size(1162, 825);
this.ButtonPanel.ResumeLayout(false);
this.ButtonPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LogDataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Button SelectRole;
private Panel ButtonPanel;
private Label label1;
private TextBox OperatorNameTextBox;
private Label label2;
private TextBox LogTextTextBox;
private Label label4;
private DateTimePicker SelectLogEndTime;
private DateTimePicker SelectLogBeginTime;
private CheckBox IsCheckByLogTime;
private Label label3;
private DataGridView LogDataGridView;
private DataGridViewTextBoxColumn Id;
private DataGridViewTextBoxColumn Text;
private DataGridViewTextBoxColumn LogTime;
private DataGridViewTextBoxColumn Operator;
private Button DeleteUselessData;
}
}