StatusBar - Fix UI.

This commit is contained in:
DucDangAnh 2020-07-09 14:37:02 +07:00
parent 766873da13
commit f29ad3c5c4

View File

@ -41,9 +41,9 @@
// lblPingTimeServer
//
this.lblPingTimeServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPingTimeServer.Location = new System.Drawing.Point(211, 0);
this.lblPingTimeServer.Location = new System.Drawing.Point(212, 0);
this.lblPingTimeServer.Name = "lblPingTimeServer";
this.lblPingTimeServer.Size = new System.Drawing.Size(65, 24);
this.lblPingTimeServer.Size = new System.Drawing.Size(65, 18);
this.lblPingTimeServer.TabIndex = 0;
this.lblPingTimeServer.Text = "1ms";
this.lblPingTimeServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -54,7 +54,7 @@
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(1226, 0);
this.lblDateTime.Name = "lblDateTime";
this.lblDateTime.Size = new System.Drawing.Size(140, 24);
this.lblDateTime.Size = new System.Drawing.Size(140, 18);
this.lblDateTime.TabIndex = 2;
this.lblDateTime.Text = "17/06/2020 16:54:43";
this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -64,7 +64,7 @@
this.lblPingDoorAccessControlDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPingDoorAccessControlDevice.Location = new System.Drawing.Point(316, 0);
this.lblPingDoorAccessControlDevice.Name = "lblPingDoorAccessControlDevice";
this.lblPingDoorAccessControlDevice.Size = new System.Drawing.Size(114, 24);
this.lblPingDoorAccessControlDevice.Size = new System.Drawing.Size(114, 18);
this.lblPingDoorAccessControlDevice.TabIndex = 3;
this.lblPingDoorAccessControlDevice.Text = "Thiết bị mở cửa:";
this.lblPingDoorAccessControlDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -74,7 +74,7 @@
this.lblPingTimeToDoorAccessControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPingTimeToDoorAccessControl.Location = new System.Drawing.Point(437, 0);
this.lblPingTimeToDoorAccessControl.Name = "lblPingTimeToDoorAccessControl";
this.lblPingTimeToDoorAccessControl.Size = new System.Drawing.Size(71, 24);
this.lblPingTimeToDoorAccessControl.Size = new System.Drawing.Size(71, 18);
this.lblPingTimeToDoorAccessControl.TabIndex = 3;
this.lblPingTimeToDoorAccessControl.Text = "500ms";
this.lblPingTimeToDoorAccessControl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -84,7 +84,7 @@
this.lblConnectionStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblConnectionStatus.Location = new System.Drawing.Point(0, 0);
this.lblConnectionStatus.Name = "lblConnectionStatus";
this.lblConnectionStatus.Size = new System.Drawing.Size(125, 24);
this.lblConnectionStatus.Size = new System.Drawing.Size(125, 18);
this.lblConnectionStatus.TabIndex = 1;
this.lblConnectionStatus.Text = "Trạng thái kết nối";
this.lblConnectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -94,7 +94,7 @@
this.lblServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblServer.Location = new System.Drawing.Point(142, 0);
this.lblServer.Name = "lblServer";
this.lblServer.Size = new System.Drawing.Size(63, 24);
this.lblServer.Size = new System.Drawing.Size(63, 18);
this.lblServer.TabIndex = 1;
this.lblServer.Text = "Server";
this.lblServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -104,7 +104,7 @@
this.lblEngine.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEngine.Location = new System.Drawing.Point(570, 0);
this.lblEngine.Name = "lblEngine";
this.lblEngine.Size = new System.Drawing.Size(65, 24);
this.lblEngine.Size = new System.Drawing.Size(65, 18);
this.lblEngine.TabIndex = 3;
this.lblEngine.Text = "Engine:";
this.lblEngine.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -114,7 +114,7 @@
this.lblEngineStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEngineStatus.Location = new System.Drawing.Point(641, 0);
this.lblEngineStatus.Name = "lblEngineStatus";
this.lblEngineStatus.Size = new System.Drawing.Size(169, 24);
this.lblEngineStatus.Size = new System.Drawing.Size(169, 18);
this.lblEngineStatus.TabIndex = 3;
this.lblEngineStatus.Text = "---";
this.lblEngineStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -132,10 +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(1366, 24);
this.MinimumSize = new System.Drawing.Size(1366, 24);
this.MaximumSize = new System.Drawing.Size(1366, 18);
this.MinimumSize = new System.Drawing.Size(1366, 18);
this.Name = "StatusBar";
this.Size = new System.Drawing.Size(1366, 24);
this.Size = new System.Drawing.Size(1366, 18);
this.Load += new System.EventHandler(this.StatusBar_Load);
this.ResumeLayout(false);