diff --git a/AIParkingApplication/AIParkingApplicationForm.Designer.cs b/AIParkingApplication/AIParkingApplicationForm.Designer.cs index 8c2cf94..322da1b 100644 --- a/AIParkingApplication/AIParkingApplicationForm.Designer.cs +++ b/AIParkingApplication/AIParkingApplicationForm.Designer.cs @@ -39,6 +39,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(1382, 776); this.Name = "AIParkingApplicationForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AIParking - Phần mềm quản lý bãi đỗ xe"; this.ResumeLayout(false); diff --git a/AIParkingApplication/StatusBar.Designer.cs b/AIParkingApplication/StatusBar.Designer.cs index 9955f1a..f7797f4 100644 --- a/AIParkingApplication/StatusBar.Designer.cs +++ b/AIParkingApplication/StatusBar.Designer.cs @@ -52,7 +52,7 @@ // this.lblDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblDateTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblDateTime.Location = new System.Drawing.Point(1210, 0); + this.lblDateTime.Location = new System.Drawing.Point(1226, 0); this.lblDateTime.Name = "lblDateTime"; this.lblDateTime.Size = new System.Drawing.Size(140, 24); this.lblDateTime.TabIndex = 2; @@ -132,9 +132,10 @@ this.Controls.Add(this.lblConnectionStatus); this.Controls.Add(this.lblPingTimeServer); this.Margin = new System.Windows.Forms.Padding(0); - this.MaximumSize = new System.Drawing.Size(1350, 24); + this.MaximumSize = new System.Drawing.Size(1366, 24); + this.MinimumSize = new System.Drawing.Size(1366, 24); this.Name = "StatusBar"; - this.Size = new System.Drawing.Size(1350, 24); + this.Size = new System.Drawing.Size(1366, 24); this.ResumeLayout(false); }