|
|
@ -33,12 +33,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.SelectRole = new System.Windows.Forms.Button();
|
|
|
|
this.SelectRole = new System.Windows.Forms.Button();
|
|
|
|
this.ButtonPanel = new System.Windows.Forms.Panel();
|
|
|
|
this.ButtonPanel = new System.Windows.Forms.Panel();
|
|
|
|
this.P3TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.P2TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.P1TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
this.SelectLogEndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
this.SelectLogEndTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
this.SelectLogBeginTime = new System.Windows.Forms.DateTimePicker();
|
|
|
|
this.SelectLogBeginTime = new System.Windows.Forms.DateTimePicker();
|
|
|
@ -53,9 +47,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.Text = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.Text = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.LogTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.LogTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.P1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.P2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.P3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogDataGridView)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LogDataGridView)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
@ -75,12 +66,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.ButtonPanel.Controls.Add(this.P3TextBox);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label7);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.P2TextBox);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label6);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.P1TextBox);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label5);
|
|
|
|
|
|
|
|
this.ButtonPanel.Controls.Add(this.label4);
|
|
|
|
this.ButtonPanel.Controls.Add(this.label4);
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectLogEndTime);
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectLogEndTime);
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectLogBeginTime);
|
|
|
|
this.ButtonPanel.Controls.Add(this.SelectLogBeginTime);
|
|
|
@ -97,54 +82,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(1162, 61);
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(1162, 61);
|
|
|
|
this.ButtonPanel.TabIndex = 4;
|
|
|
|
this.ButtonPanel.TabIndex = 4;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// P3TextBox
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P3TextBox.Location = new System.Drawing.Point(943, 32);
|
|
|
|
|
|
|
|
this.P3TextBox.Name = "P3TextBox";
|
|
|
|
|
|
|
|
this.P3TextBox.Size = new System.Drawing.Size(53, 21);
|
|
|
|
|
|
|
|
this.P3TextBox.TabIndex = 26;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label7
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(902, 36);
|
|
|
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
|
|
|
this.label7.TabIndex = 25;
|
|
|
|
|
|
|
|
this.label7.Text = "字段3";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// P2TextBox
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P2TextBox.Location = new System.Drawing.Point(843, 32);
|
|
|
|
|
|
|
|
this.P2TextBox.Name = "P2TextBox";
|
|
|
|
|
|
|
|
this.P2TextBox.Size = new System.Drawing.Size(53, 21);
|
|
|
|
|
|
|
|
this.P2TextBox.TabIndex = 24;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label6
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(802, 36);
|
|
|
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
|
|
|
this.label6.TabIndex = 23;
|
|
|
|
|
|
|
|
this.label6.Text = "字段2";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// P1TextBox
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P1TextBox.Location = new System.Drawing.Point(743, 32);
|
|
|
|
|
|
|
|
this.P1TextBox.Name = "P1TextBox";
|
|
|
|
|
|
|
|
this.P1TextBox.Size = new System.Drawing.Size(53, 21);
|
|
|
|
|
|
|
|
this.P1TextBox.TabIndex = 22;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label5
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(702, 36);
|
|
|
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
|
|
|
this.label5.TabIndex = 21;
|
|
|
|
|
|
|
|
this.label5.Text = "字段1";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label4
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
this.label4.AutoSize = true;
|
|
|
@ -236,10 +173,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.Id,
|
|
|
|
this.Id,
|
|
|
|
this.Text,
|
|
|
|
this.Text,
|
|
|
|
this.LogTime,
|
|
|
|
this.LogTime,
|
|
|
|
this.Operator,
|
|
|
|
this.Operator});
|
|
|
|
this.P1,
|
|
|
|
|
|
|
|
this.P2,
|
|
|
|
|
|
|
|
this.P3});
|
|
|
|
|
|
|
|
this.LogDataGridView.Location = new System.Drawing.Point(0, 65);
|
|
|
|
this.LogDataGridView.Location = new System.Drawing.Point(0, 65);
|
|
|
|
this.LogDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.LogDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
this.LogDataGridView.Name = "LogDataGridView";
|
|
|
|
this.LogDataGridView.Name = "LogDataGridView";
|
|
|
@ -280,27 +214,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.Operator.Name = "Operator";
|
|
|
|
this.Operator.Name = "Operator";
|
|
|
|
this.Operator.ReadOnly = true;
|
|
|
|
this.Operator.ReadOnly = true;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// P1
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P1.DataPropertyName = "P1";
|
|
|
|
|
|
|
|
this.P1.HeaderText = "字段1";
|
|
|
|
|
|
|
|
this.P1.Name = "P1";
|
|
|
|
|
|
|
|
this.P1.ReadOnly = true;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// P2
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P2.DataPropertyName = "P2";
|
|
|
|
|
|
|
|
this.P2.HeaderText = "字段2";
|
|
|
|
|
|
|
|
this.P2.Name = "P2";
|
|
|
|
|
|
|
|
this.P2.ReadOnly = true;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// P3
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.P3.DataPropertyName = "P3";
|
|
|
|
|
|
|
|
this.P3.HeaderText = "字段3";
|
|
|
|
|
|
|
|
this.P3.Name = "P3";
|
|
|
|
|
|
|
|
this.P3.ReadOnly = true;
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// OperateConfigPage
|
|
|
|
// OperateConfigPage
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@ -330,19 +243,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
private DateTimePicker SelectLogBeginTime;
|
|
|
|
private DateTimePicker SelectLogBeginTime;
|
|
|
|
private CheckBox IsCheckByLogTime;
|
|
|
|
private CheckBox IsCheckByLogTime;
|
|
|
|
private Label label3;
|
|
|
|
private Label label3;
|
|
|
|
private TextBox P3TextBox;
|
|
|
|
|
|
|
|
private Label label7;
|
|
|
|
|
|
|
|
private TextBox P2TextBox;
|
|
|
|
|
|
|
|
private Label label6;
|
|
|
|
|
|
|
|
private TextBox P1TextBox;
|
|
|
|
|
|
|
|
private Label label5;
|
|
|
|
|
|
|
|
private DataGridView LogDataGridView;
|
|
|
|
private DataGridView LogDataGridView;
|
|
|
|
private DataGridViewTextBoxColumn Id;
|
|
|
|
private DataGridViewTextBoxColumn Id;
|
|
|
|
private DataGridViewTextBoxColumn Text;
|
|
|
|
private DataGridViewTextBoxColumn Text;
|
|
|
|
private DataGridViewTextBoxColumn LogTime;
|
|
|
|
private DataGridViewTextBoxColumn LogTime;
|
|
|
|
private DataGridViewTextBoxColumn Operator;
|
|
|
|
private DataGridViewTextBoxColumn Operator;
|
|
|
|
private DataGridViewTextBoxColumn P1;
|
|
|
|
|
|
|
|
private DataGridViewTextBoxColumn P2;
|
|
|
|
|
|
|
|
private DataGridViewTextBoxColumn P3;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|