AIParkingApplicationForm - Fix Width, Rename Title Text, Add icon

This commit is contained in:
DucDangAnh 2020-07-06 11:14:00 +07:00
parent f56206d5c2
commit 1da26f5106
2 changed files with 2564 additions and 3 deletions

View File

@ -28,16 +28,18 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AIParkingApplicationForm));
this.SuspendLayout();
//
// AIParkingApplicationForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1358, 737);
this.MinimumSize = new System.Drawing.Size(1374, 776);
this.ClientSize = new System.Drawing.Size(1366, 737);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(1382, 776);
this.Name = "AIParkingApplicationForm";
this.Text = "AIParking Application";
this.Text = "AIParking - Phần mềm quản lý bãi đỗ xe";
this.ResumeLayout(false);
}

File diff suppressed because it is too large Load Diff