Updated the application version number. Anchored the generate report button to the bottom right hand side of the main form.
This commit is contained in:
+1
@@ -135,6 +135,7 @@
|
|||||||
//
|
//
|
||||||
// printPreviewButton
|
// printPreviewButton
|
||||||
//
|
//
|
||||||
|
this.printPreviewButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.printPreviewButton.Location = new System.Drawing.Point(180, 271);
|
this.printPreviewButton.Location = new System.Drawing.Point(180, 271);
|
||||||
this.printPreviewButton.Name = "printPreviewButton";
|
this.printPreviewButton.Name = "printPreviewButton";
|
||||||
this.printPreviewButton.Size = new System.Drawing.Size(174, 49);
|
this.printPreviewButton.Size = new System.Drawing.Size(174, 49);
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.0.2.20")]
|
[assembly: AssemblyVersion("2.5.0.1")]
|
||||||
[assembly: AssemblyFileVersion("2.0.2.20")]
|
[assembly: AssemblyFileVersion("2.5.0.1")]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||||
<Product Id="*" Name="Advertising Profit Control" Language="1033" Version="2.0.2.20" Manufacturer="Garritt McCune" UpgradeCode="a416a558-d7c0-4f24-8b1e-2d01761ad15f">
|
<Product Id="*" Name="Advertising Profit Control" Language="1033" Version="2.5.0.1" Manufacturer="Garritt McCune" UpgradeCode="a416a558-d7c0-4f24-8b1e-2d01761ad15f">
|
||||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="Custom Profit Control Recording Software" Comments="Profit Control Recording Software"/>
|
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="Custom Profit Control Recording Software" Comments="Profit Control Recording Software"/>
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||||
<!--Not set by default, EmbedCab="yes" embeds the cabinet file into the installer-->
|
<!--Not set by default, EmbedCab="yes" embeds the cabinet file into the installer-->
|
||||||
|
|||||||
Reference in New Issue
Block a user