Update address box size and publish

This commit is contained in:
kougyokugentou 2020-06-04 09:38:21 -07:00
parent c9a143f193
commit 5133287d55
2 changed files with 2 additions and 2 deletions

View File

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

2
Form1.Designer.cs generated
View File

@ -424,7 +424,7 @@
this.addressTextBox.Location = new System.Drawing.Point(335, 436); this.addressTextBox.Location = new System.Drawing.Point(335, 436);
this.addressTextBox.Multiline = true; this.addressTextBox.Multiline = true;
this.addressTextBox.Name = "addressTextBox"; 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.TabIndex = 7;
this.addressTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating); this.addressTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating);
// //