|
@@ -106,11 +106,11 @@
|
|
|
this.rdbS6 = new System.Windows.Forms.RadioButton();
|
|
|
this.txtPLCAddress6 = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
|
- this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
|
- this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
|
- this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.chkIsClearMes = new System.Windows.Forms.CheckBox();
|
|
|
+ this.chkIsClearIot = new System.Windows.Forms.CheckBox();
|
|
|
+ this.txtClearDay = new System.Windows.Forms.TextBox();
|
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
|
- this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.chkIsClearLog = new System.Windows.Forms.CheckBox();
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
|
this.txtStation2 = new System.Windows.Forms.TextBox();
|
|
@@ -1029,11 +1029,11 @@
|
|
|
//
|
|
|
// groupBox6
|
|
|
//
|
|
|
- this.groupBox6.Controls.Add(this.checkBox4);
|
|
|
- this.groupBox6.Controls.Add(this.checkBox2);
|
|
|
- this.groupBox6.Controls.Add(this.textBox1);
|
|
|
+ this.groupBox6.Controls.Add(this.chkIsClearMes);
|
|
|
+ this.groupBox6.Controls.Add(this.chkIsClearIot);
|
|
|
+ this.groupBox6.Controls.Add(this.txtClearDay);
|
|
|
this.groupBox6.Controls.Add(this.label16);
|
|
|
- this.groupBox6.Controls.Add(this.checkBox1);
|
|
|
+ this.groupBox6.Controls.Add(this.chkIsClearLog);
|
|
|
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
this.groupBox6.Location = new System.Drawing.Point(0, 797);
|
|
|
this.groupBox6.Name = "groupBox6";
|
|
@@ -1042,35 +1042,35 @@
|
|
|
this.groupBox6.TabStop = false;
|
|
|
this.groupBox6.Text = "日志清理";
|
|
|
//
|
|
|
- // checkBox4
|
|
|
+ // chkIsClearMes
|
|
|
//
|
|
|
- this.checkBox4.AutoSize = true;
|
|
|
- this.checkBox4.Location = new System.Drawing.Point(664, 36);
|
|
|
- this.checkBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.checkBox4.Name = "checkBox4";
|
|
|
- this.checkBox4.Size = new System.Drawing.Size(174, 34);
|
|
|
- this.checkBox4.TabIndex = 93;
|
|
|
- this.checkBox4.Text = "MES过站日志";
|
|
|
- this.checkBox4.UseVisualStyleBackColor = true;
|
|
|
+ this.chkIsClearMes.AutoSize = true;
|
|
|
+ this.chkIsClearMes.Location = new System.Drawing.Point(664, 36);
|
|
|
+ this.chkIsClearMes.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.chkIsClearMes.Name = "chkIsClearMes";
|
|
|
+ this.chkIsClearMes.Size = new System.Drawing.Size(174, 34);
|
|
|
+ this.chkIsClearMes.TabIndex = 93;
|
|
|
+ this.chkIsClearMes.Text = "MES过站日志";
|
|
|
+ this.chkIsClearMes.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // checkBox2
|
|
|
+ // chkIsClearIot
|
|
|
//
|
|
|
- this.checkBox2.AutoSize = true;
|
|
|
- this.checkBox2.Location = new System.Drawing.Point(883, 36);
|
|
|
- this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.checkBox2.Name = "checkBox2";
|
|
|
- this.checkBox2.Size = new System.Drawing.Size(164, 34);
|
|
|
- this.checkBox2.TabIndex = 91;
|
|
|
- this.checkBox2.Text = "IOT上传日志";
|
|
|
- this.checkBox2.UseVisualStyleBackColor = true;
|
|
|
+ this.chkIsClearIot.AutoSize = true;
|
|
|
+ this.chkIsClearIot.Location = new System.Drawing.Point(883, 36);
|
|
|
+ this.chkIsClearIot.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.chkIsClearIot.Name = "chkIsClearIot";
|
|
|
+ this.chkIsClearIot.Size = new System.Drawing.Size(164, 34);
|
|
|
+ this.chkIsClearIot.TabIndex = 91;
|
|
|
+ this.chkIsClearIot.Text = "IOT上传日志";
|
|
|
+ this.chkIsClearIot.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // textBox1
|
|
|
+ // txtClearDay
|
|
|
//
|
|
|
- this.textBox1.Location = new System.Drawing.Point(288, 34);
|
|
|
- this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.textBox1.Name = "textBox1";
|
|
|
- this.textBox1.Size = new System.Drawing.Size(320, 36);
|
|
|
- this.textBox1.TabIndex = 89;
|
|
|
+ this.txtClearDay.Location = new System.Drawing.Point(288, 34);
|
|
|
+ this.txtClearDay.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtClearDay.Name = "txtClearDay";
|
|
|
+ this.txtClearDay.Size = new System.Drawing.Size(320, 36);
|
|
|
+ this.txtClearDay.TabIndex = 89;
|
|
|
//
|
|
|
// label16
|
|
|
//
|
|
@@ -1082,16 +1082,16 @@
|
|
|
this.label16.TabIndex = 90;
|
|
|
this.label16.Text = "日志保存天数:";
|
|
|
//
|
|
|
- // checkBox1
|
|
|
+ // chkIsClearLog
|
|
|
//
|
|
|
- this.checkBox1.AutoSize = true;
|
|
|
- this.checkBox1.Location = new System.Drawing.Point(32, 36);
|
|
|
- this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.checkBox1.Name = "checkBox1";
|
|
|
- this.checkBox1.Size = new System.Drawing.Size(83, 34);
|
|
|
- this.checkBox1.TabIndex = 89;
|
|
|
- this.checkBox1.Text = "启用";
|
|
|
- this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
+ this.chkIsClearLog.AutoSize = true;
|
|
|
+ this.chkIsClearLog.Location = new System.Drawing.Point(32, 36);
|
|
|
+ this.chkIsClearLog.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.chkIsClearLog.Name = "chkIsClearLog";
|
|
|
+ this.chkIsClearLog.Size = new System.Drawing.Size(83, 34);
|
|
|
+ this.chkIsClearLog.TabIndex = 89;
|
|
|
+ this.chkIsClearLog.Text = "启用";
|
|
|
+ this.chkIsClearLog.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// label17
|
|
|
//
|
|
@@ -1265,11 +1265,11 @@
|
|
|
private System.Windows.Forms.CheckBox chkMqttPassResult;
|
|
|
private System.Windows.Forms.CheckBox chkMqttUpFile;
|
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
|
- private System.Windows.Forms.CheckBox checkBox4;
|
|
|
- private System.Windows.Forms.CheckBox checkBox2;
|
|
|
- private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.CheckBox chkIsClearMes;
|
|
|
+ private System.Windows.Forms.CheckBox chkIsClearIot;
|
|
|
+ private System.Windows.Forms.TextBox txtClearDay;
|
|
|
private System.Windows.Forms.Label label16;
|
|
|
- private System.Windows.Forms.CheckBox checkBox1;
|
|
|
+ private System.Windows.Forms.CheckBox chkIsClearLog;
|
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
|
private System.Windows.Forms.Label label17;
|
|
|
private System.Windows.Forms.TextBox txtStation2;
|