zrg
2026-02-27 7ca0d964d2df19bf56e8a8a96f34f26a139b078d
DingDingMsg/MesMessage/MesMessageList.Designer.cs
@@ -43,16 +43,16 @@
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(132, 82);
            this.button1.Location = new System.Drawing.Point(96, 79);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(123, 44);
            this.button1.Size = new System.Drawing.Size(176, 46);
            this.button1.TabIndex = 0;
            this.button1.Text = "安灯呼叫运行中";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // timer2
            // 
            this.timer2.Interval = 300000;
            this.timer2.Interval = 60000;
            this.timer2.Tick += new System.EventHandler(this.Timer1_Tick);
            // 
            // MesMessageList
@@ -62,7 +62,7 @@
            this.ClientSize = new System.Drawing.Size(424, 226);
            this.Controls.Add(this.button1);
            this.Name = "MesMessageList";
            this.Text = "Form1";
            this.Text = "安灯呼叫";
            this.ResumeLayout(false);
        }