Fixe a crash bug when trying to add APC tables to the database.

This commit is contained in:
2016-12-06 12:55:44 -06:00
parent 9ef133a825
commit 0bf2290ab0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -962,7 +962,7 @@
// informationLabel
//
this.informationLabel.AutoSize = true;
this.informationLabel.Location = new System.Drawing.Point(3, 18);
this.informationLabel.Location = new System.Drawing.Point(1014, 26);
this.informationLabel.Name = "informationLabel";
this.informationLabel.Size = new System.Drawing.Size(152, 25);
this.informationLabel.TabIndex = 27;