|
|
@@ -92,7 +92,7 @@
|
|
92
|
92
|
this.lbyue.ForeColor = System.Drawing.Color.Red;
|
|
93
|
93
|
this.lbyue.Location = new System.Drawing.Point(36, 125);
|
|
94
|
94
|
this.lbyue.Name = "lbyue";
|
|
95
|
|
- this.lbyue.Size = new System.Drawing.Size(23, 12);
|
|
|
95
|
+ this.lbyue.Size = new System.Drawing.Size(0, 12);
|
|
96
|
96
|
this.lbyue.TabIndex = 5;
|
|
97
|
97
|
//
|
|
98
|
98
|
// FrmMain
|
|
|
@@ -109,6 +109,7 @@
|
|
109
|
109
|
this.Name = "FrmMain";
|
|
110
|
110
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
111
|
111
|
this.Text = "短信发送";
|
|
|
112
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
|
|
112
|
113
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
113
|
114
|
this.ResumeLayout(false);
|
|
114
|
115
|
this.PerformLayout();
|