| | |
| | | // |
| | | // 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 |
| | |
| | | this.ClientSize = new System.Drawing.Size(424, 226); |
| | | this.Controls.Add(this.button1); |
| | | this.Name = "MesMessageList"; |
| | | this.Text = "Form1"; |
| | | this.Text = "安灯呼叫"; |
| | | this.ResumeLayout(false); |
| | | |
| | | } |