AIParkingApplication/AIParkingApplication/StatusBar.Designer.cs

154 lines
8.3 KiB
C#

namespace AIParkingApplication
{
partial class StatusBar
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblPingTimeServer = new System.Windows.Forms.Label();
this.lblDateTime = new System.Windows.Forms.Label();
this.lblPingDoorAccessControlDevice = new System.Windows.Forms.Label();
this.lblPingTimeToDoorAccessControl = new System.Windows.Forms.Label();
this.lblConnectionStatus = new System.Windows.Forms.Label();
this.lblServer = new System.Windows.Forms.Label();
this.lblEngine = new System.Windows.Forms.Label();
this.lblEngineStatus = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// 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.Name = "lblPingTimeServer";
this.lblPingTimeServer.Size = new System.Drawing.Size(65, 24);
this.lblPingTimeServer.TabIndex = 0;
this.lblPingTimeServer.Text = "1ms";
this.lblPingTimeServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDateTime
//
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(1207, 0);
this.lblDateTime.Name = "lblDateTime";
this.lblDateTime.Size = new System.Drawing.Size(140, 24);
this.lblDateTime.TabIndex = 2;
this.lblDateTime.Text = "17/06/2020 16:54:43";
this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblPingDoorAccessControlDevice
//
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.TabIndex = 3;
this.lblPingDoorAccessControlDevice.Text = "Thiết bị mở cửa:";
this.lblPingDoorAccessControlDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblPingTimeToDoorAccessControl
//
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.TabIndex = 3;
this.lblPingTimeToDoorAccessControl.Text = "500ms";
this.lblPingTimeToDoorAccessControl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblConnectionStatus
//
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.TabIndex = 1;
this.lblConnectionStatus.Text = "Trạng thái kết nối";
this.lblConnectionStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblServer
//
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.TabIndex = 1;
this.lblServer.Text = "Server";
this.lblServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblEngine
//
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.TabIndex = 3;
this.lblEngine.Text = "Engine:";
this.lblEngine.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblEngineStatus
//
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.TabIndex = 3;
this.lblEngineStatus.Text = "ĐANG HOẠT ĐỘNG";
this.lblEngineStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// StatusBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblEngineStatus);
this.Controls.Add(this.lblPingTimeToDoorAccessControl);
this.Controls.Add(this.lblEngine);
this.Controls.Add(this.lblPingDoorAccessControlDevice);
this.Controls.Add(this.lblDateTime);
this.Controls.Add(this.lblServer);
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.Name = "StatusBar";
this.Size = new System.Drawing.Size(1350, 24);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblPingTimeServer;
private System.Windows.Forms.Label lblDateTime;
private System.Windows.Forms.Label lblPingDoorAccessControlDevice;
private System.Windows.Forms.Label lblPingTimeToDoorAccessControl;
private System.Windows.Forms.Label lblConnectionStatus;
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.Label lblEngine;
private System.Windows.Forms.Label lblEngineStatus;
}
}