DEWA300 component upgraded (13.3.2019), ver. 2.18.1165

This commit is contained in:
Milan Hanajik 2019-03-14 08:15:13 +01:00
parent b410f473e2
commit 26d49eb4b7
3 changed files with 3 additions and 2 deletions

View File

@ -84,6 +84,7 @@
this.Controls.Add(this.shutDownPCCheckBox); this.Controls.Add(this.shutDownPCCheckBox);
this.Controls.Add(this.messageLabel); this.Controls.Add(this.messageLabel);
this.Name = "ClosingTbfForm"; this.Name = "ClosingTbfForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Closing the program"; this.Text = "Closing the program";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.18.1164.0")] [assembly: AssemblyVersion("2.18.1165.0")]
[assembly: AssemblyFileVersion("2.18.1164.0")] [assembly: AssemblyFileVersion("2.18.1165.0")]