From 4c6b79aea1884272fc3101e9911aaf344b0b6c7a Mon Sep 17 00:00:00 2001 From: Garritt McCune Date: Mon, 8 May 2017 19:59:12 -0500 Subject: [PATCH] Updated the application version number. Anchored the generate report button to the bottom right hand side of the main form. --- AdvertsingProfitControl/FrmMain.Designer.cs | 1 + AdvertsingProfitControl/Properties/AssemblyInfo.cs | 4 ++-- SetupProject/Product.wxs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AdvertsingProfitControl/FrmMain.Designer.cs b/AdvertsingProfitControl/FrmMain.Designer.cs index f0e5b0c..e6860b9 100644 --- a/AdvertsingProfitControl/FrmMain.Designer.cs +++ b/AdvertsingProfitControl/FrmMain.Designer.cs @@ -135,6 +135,7 @@ // // 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.Name = "printPreviewButton"; this.printPreviewButton.Size = new System.Drawing.Size(174, 49); diff --git a/AdvertsingProfitControl/Properties/AssemblyInfo.cs b/AdvertsingProfitControl/Properties/AssemblyInfo.cs index 46a70ba..10f9750 100644 --- a/AdvertsingProfitControl/Properties/AssemblyInfo.cs +++ b/AdvertsingProfitControl/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.20")] -[assembly: AssemblyFileVersion("2.0.2.20")] +[assembly: AssemblyVersion("2.5.0.1")] +[assembly: AssemblyFileVersion("2.5.0.1")] diff --git a/SetupProject/Product.wxs b/SetupProject/Product.wxs index 48a546c..387f160 100644 --- a/SetupProject/Product.wxs +++ b/SetupProject/Product.wxs @@ -1,6 +1,6 @@ - +