StatusBar - Fix UI
This commit is contained in:
parent
1da26f5106
commit
a038303db3
|
@ -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);
|
||||
|
||||
|
|
7
AIParkingApplication/StatusBar.Designer.cs
generated
7
AIParkingApplication/StatusBar.Designer.cs
generated
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user