StatusBar - Fix UI

This commit is contained in:
DucDangAnh 2020-07-06 11:42:21 +07:00
parent 1da26f5106
commit a038303db3
2 changed files with 5 additions and 3 deletions

View File

@ -39,6 +39,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(1382, 776); this.MinimumSize = new System.Drawing.Size(1382, 776);
this.Name = "AIParkingApplicationForm"; this.Name = "AIParkingApplicationForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AIParking - Phần mềm quản lý bãi đỗ xe"; this.Text = "AIParking - Phần mềm quản lý bãi đỗ xe";
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -52,7 +52,7 @@
// //
this.lblDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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.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.Name = "lblDateTime";
this.lblDateTime.Size = new System.Drawing.Size(140, 24); this.lblDateTime.Size = new System.Drawing.Size(140, 24);
this.lblDateTime.TabIndex = 2; this.lblDateTime.TabIndex = 2;
@ -132,9 +132,10 @@
this.Controls.Add(this.lblConnectionStatus); this.Controls.Add(this.lblConnectionStatus);
this.Controls.Add(this.lblPingTimeServer); this.Controls.Add(this.lblPingTimeServer);
this.Margin = new System.Windows.Forms.Padding(0); 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.Name = "StatusBar";
this.Size = new System.Drawing.Size(1350, 24); this.Size = new System.Drawing.Size(1366, 24);
this.ResumeLayout(false); this.ResumeLayout(false);
} }