25111701 参数批量通道保存

This commit is contained in:
moxiliang
2025-11-17 14:10:55 +08:00
parent 920ead4a18
commit 6958075f22
39 changed files with 887 additions and 497 deletions

View File

@@ -37,7 +37,7 @@
this.label1 = new System.Windows.Forms.Label();
this.Password = new System.Windows.Forms.TextBox();
this.Log = new System.Windows.Forms.Button();
this.Timer1 = new System.Windows.Forms.Timer(this.components);
this.Timer_timeShow = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
@@ -117,15 +117,15 @@
this.Log.UseVisualStyleBackColor = true;
this.Log.Click += new System.EventHandler(this.Log_Click);
//
// Timer1
// Timer_timeShow
//
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
this.Timer_timeShow.Tick += new System.EventHandler(this.Timer1_Tick);
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// LogOn
// Form_LogOn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -138,7 +138,7 @@
this.Controls.Add(this.label1);
this.Controls.Add(this.Password);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LogOn";
this.Name = "Form_LogOn";
this.Text = "登录";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogOn_FormClosing);
this.Load += new System.EventHandler(this.LogOn_Load);
@@ -156,7 +156,7 @@
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.Button Log;
private System.Windows.Forms.Timer Timer1;
private System.Windows.Forms.Timer Timer_timeShow;
private System.Windows.Forms.Timer timer2;
}
}