126 lines
5.8 KiB
C#
126 lines
5.8 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.lblPingServer = new System.Windows.Forms.Label();
|
|
this.lblDateTime = new System.Windows.Forms.Label();
|
|
this.lblPingC3200 = new System.Windows.Forms.Label();
|
|
this.lblPingTimeC3 = new System.Windows.Forms.Label();
|
|
this.label1 = 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(181, 2);
|
|
this.lblPingTimeServer.Name = "lblPingTimeServer";
|
|
this.lblPingTimeServer.Size = new System.Drawing.Size(75, 23);
|
|
this.lblPingTimeServer.TabIndex = 0;
|
|
this.lblPingTimeServer.Text = "1ms";
|
|
this.lblPingTimeServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblPingServer
|
|
//
|
|
this.lblPingServer.AutoSize = true;
|
|
this.lblPingServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPingServer.Location = new System.Drawing.Point(128, 4);
|
|
this.lblPingServer.Name = "lblPingServer";
|
|
this.lblPingServer.Size = new System.Drawing.Size(51, 18);
|
|
this.lblPingServer.TabIndex = 1;
|
|
this.lblPingServer.Text = "Server";
|
|
//
|
|
// lblDateTime
|
|
//
|
|
this.lblDateTime.AutoSize = true;
|
|
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(597, 4);
|
|
this.lblDateTime.Name = "lblDateTime";
|
|
this.lblDateTime.Size = new System.Drawing.Size(140, 18);
|
|
this.lblDateTime.TabIndex = 2;
|
|
this.lblDateTime.Text = "17/06/2020 16:54:43";
|
|
//
|
|
// lblPingC3200
|
|
//
|
|
this.lblPingC3200.AutoSize = true;
|
|
this.lblPingC3200.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPingC3200.Location = new System.Drawing.Point(308, 4);
|
|
this.lblPingC3200.Name = "lblPingC3200";
|
|
this.lblPingC3200.Size = new System.Drawing.Size(109, 18);
|
|
this.lblPingC3200.TabIndex = 3;
|
|
this.lblPingC3200.Text = "Thiết bị mở cửa";
|
|
//
|
|
// lblPingTimeC3
|
|
//
|
|
this.lblPingTimeC3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPingTimeC3.Location = new System.Drawing.Point(436, 2);
|
|
this.lblPingTimeC3.Name = "lblPingTimeC3";
|
|
this.lblPingTimeC3.Size = new System.Drawing.Size(75, 23);
|
|
this.lblPingTimeC3.TabIndex = 3;
|
|
this.lblPingTimeC3.Text = "500ms";
|
|
this.lblPingTimeC3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(3, 4);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(125, 18);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Trạng thái kết nối:";
|
|
//
|
|
// StatusBar
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.lblPingTimeC3);
|
|
this.Controls.Add(this.lblPingC3200);
|
|
this.Controls.Add(this.lblDateTime);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.lblPingServer);
|
|
this.Controls.Add(this.lblPingTimeServer);
|
|
this.Name = "StatusBar";
|
|
this.Size = new System.Drawing.Size(740, 25);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblPingTimeServer;
|
|
private System.Windows.Forms.Label lblPingServer;
|
|
private System.Windows.Forms.Label lblDateTime;
|
|
private System.Windows.Forms.Label lblPingC3200;
|
|
private System.Windows.Forms.Label lblPingTimeC3;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|