Update address box size and publish
This commit is contained in:
parent
c9a143f193
commit
5133287d55
@ -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
2
Form1.Designer.cs
generated
@ -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);
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user