diff --git a/AIParkingApplication/LoginForm.Designer.cs b/AIParkingApplication/LoginForm.Designer.cs index 5b269c4..6e77344 100644 --- a/AIParkingApplication/LoginForm.Designer.cs +++ b/AIParkingApplication/LoginForm.Designer.cs @@ -152,7 +152,7 @@ this.MaximumSize = new System.Drawing.Size(550, 250); this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "AIParking - Hệ thống quản lý bãi đỗ xe - Đăng nhập hệ thống"; + this.Text = "AIParking - Hệ thống quản lý bãi đỗ xe - Đăng nhập"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImageLogo)).EndInit(); this.ResumeLayout(false); diff --git a/AIParkingApplication/Properties/AssemblyInfo.cs b/AIParkingApplication/Properties/AssemblyInfo.cs index 281383a..2bf1e69 100644 --- a/AIParkingApplication/Properties/AssemblyInfo.cs +++ b/AIParkingApplication/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("AIParkingApplication")] +[assembly: AssemblyTitle("AIParking - Phần mềm quản lý bãi đỗ xe")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AIParkingApplication")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © DucDA 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]