Update address box size and publish

master
kougyokugentou 3 years ago
parent c9a143f193
commit 5133287d55

@ -29,7 +29,7 @@
<TargetCulture>en</TargetCulture>
<ProductName>DBWizard</ProductName>
<PublisherName>Kent Youth Services</PublisherName>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationRevision>5</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>

2
Form1.Designer.cs generated

@ -424,7 +424,7 @@
this.addressTextBox.Location = new System.Drawing.Point(335, 436);
this.addressTextBox.Multiline = true;
this.addressTextBox.Name = "addressTextBox";
this.addressTextBox.Size = new System.Drawing.Size(167, 66);
this.addressTextBox.Size = new System.Drawing.Size(167, 118);
this.addressTextBox.TabIndex = 7;
this.addressTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating);
//

Loading…
Cancel
Save