Bladeren bron

补充提交

mengjie 7 jaren geleden
bovenliggende
commit
722805dbfc
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      1.代码/HySoftSMS/HySoftSMS/FrmMain.Designer.cs

+ 2 - 1
1.代码/HySoftSMS/HySoftSMS/FrmMain.Designer.cs

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