290 lines
15 KiB
C#
290 lines
15 KiB
C#
namespace AIParkingApplication
|
|
{
|
|
partial class Statistic
|
|
{
|
|
/// <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.grbVehicleStatistics = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblVehicleTotalOut = new System.Windows.Forms.Label();
|
|
this.lblVehicleTotalIn = new System.Windows.Forms.Label();
|
|
this.tlpStatisticTable = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblLoaiXe = new System.Windows.Forms.Label();
|
|
this.lblSoLuong = new System.Windows.Forms.Label();
|
|
this.lblXeMay = new System.Windows.Forms.Label();
|
|
this.lblSoLuongXeMay = new System.Windows.Forms.Label();
|
|
this.lblOto = new System.Windows.Forms.Label();
|
|
this.lblSoLuongOto = new System.Windows.Forms.Label();
|
|
this.grbLoginInfo = new System.Windows.Forms.GroupBox();
|
|
this.lblAuthorization = new System.Windows.Forms.Label();
|
|
this.lblUsername = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.grbVehicleStatistics.SuspendLayout();
|
|
this.tlpStatisticTable.SuspendLayout();
|
|
this.grbLoginInfo.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// grbVehicleStatistics
|
|
//
|
|
this.grbVehicleStatistics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.grbVehicleStatistics.Controls.Add(this.label4);
|
|
this.grbVehicleStatistics.Controls.Add(this.label3);
|
|
this.grbVehicleStatistics.Controls.Add(this.lblVehicleTotalOut);
|
|
this.grbVehicleStatistics.Controls.Add(this.lblVehicleTotalIn);
|
|
this.grbVehicleStatistics.Controls.Add(this.tlpStatisticTable);
|
|
this.grbVehicleStatistics.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grbVehicleStatistics.Location = new System.Drawing.Point(1, 1);
|
|
this.grbVehicleStatistics.Name = "grbVehicleStatistics";
|
|
this.grbVehicleStatistics.Size = new System.Drawing.Size(189, 178);
|
|
this.grbVehicleStatistics.TabIndex = 0;
|
|
this.grbVehicleStatistics.TabStop = false;
|
|
this.grbVehicleStatistics.Text = "Thống kê xe";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label4.Location = new System.Drawing.Point(112, 125);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(60, 20);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "Xe ra";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label3.Location = new System.Drawing.Point(21, 125);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(60, 20);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Xe vào";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblVehicleTotalOut
|
|
//
|
|
this.lblVehicleTotalOut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblVehicleTotalOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVehicleTotalOut.Location = new System.Drawing.Point(112, 153);
|
|
this.lblVehicleTotalOut.Name = "lblVehicleTotalOut";
|
|
this.lblVehicleTotalOut.Size = new System.Drawing.Size(60, 20);
|
|
this.lblVehicleTotalOut.TabIndex = 1;
|
|
this.lblVehicleTotalOut.Text = "0";
|
|
this.lblVehicleTotalOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblVehicleTotalIn
|
|
//
|
|
this.lblVehicleTotalIn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblVehicleTotalIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVehicleTotalIn.Location = new System.Drawing.Point(21, 153);
|
|
this.lblVehicleTotalIn.Name = "lblVehicleTotalIn";
|
|
this.lblVehicleTotalIn.Size = new System.Drawing.Size(60, 20);
|
|
this.lblVehicleTotalIn.TabIndex = 1;
|
|
this.lblVehicleTotalIn.Text = "0";
|
|
this.lblVehicleTotalIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tlpStatisticTable
|
|
//
|
|
this.tlpStatisticTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tlpStatisticTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
|
this.tlpStatisticTable.ColumnCount = 2;
|
|
this.tlpStatisticTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tlpStatisticTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tlpStatisticTable.Controls.Add(this.lblLoaiXe, 0, 0);
|
|
this.tlpStatisticTable.Controls.Add(this.lblSoLuong, 1, 0);
|
|
this.tlpStatisticTable.Controls.Add(this.lblXeMay, 0, 1);
|
|
this.tlpStatisticTable.Controls.Add(this.lblSoLuongXeMay, 1, 1);
|
|
this.tlpStatisticTable.Controls.Add(this.lblOto, 0, 2);
|
|
this.tlpStatisticTable.Controls.Add(this.lblSoLuongOto, 1, 2);
|
|
this.tlpStatisticTable.Location = new System.Drawing.Point(6, 22);
|
|
this.tlpStatisticTable.Name = "tlpStatisticTable";
|
|
this.tlpStatisticTable.RowCount = 3;
|
|
this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tlpStatisticTable.Size = new System.Drawing.Size(178, 100);
|
|
this.tlpStatisticTable.TabIndex = 0;
|
|
//
|
|
// lblLoaiXe
|
|
//
|
|
this.lblLoaiXe.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblLoaiXe.AutoSize = true;
|
|
this.lblLoaiXe.Location = new System.Drawing.Point(17, 8);
|
|
this.lblLoaiXe.Name = "lblLoaiXe";
|
|
this.lblLoaiXe.Size = new System.Drawing.Size(55, 18);
|
|
this.lblLoaiXe.TabIndex = 0;
|
|
this.lblLoaiXe.Text = "Loại xe";
|
|
//
|
|
// lblSoLuong
|
|
//
|
|
this.lblSoLuong.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblSoLuong.AutoSize = true;
|
|
this.lblSoLuong.Location = new System.Drawing.Point(99, 8);
|
|
this.lblSoLuong.Name = "lblSoLuong";
|
|
this.lblSoLuong.Size = new System.Drawing.Size(67, 18);
|
|
this.lblSoLuong.TabIndex = 0;
|
|
this.lblSoLuong.Text = "Số lượng";
|
|
//
|
|
// lblXeMay
|
|
//
|
|
this.lblXeMay.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblXeMay.AutoSize = true;
|
|
this.lblXeMay.Location = new System.Drawing.Point(15, 41);
|
|
this.lblXeMay.Name = "lblXeMay";
|
|
this.lblXeMay.Size = new System.Drawing.Size(58, 18);
|
|
this.lblXeMay.TabIndex = 0;
|
|
this.lblXeMay.Text = "Xe máy";
|
|
//
|
|
// lblSoLuongXeMay
|
|
//
|
|
this.lblSoLuongXeMay.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblSoLuongXeMay.AutoSize = true;
|
|
this.lblSoLuongXeMay.Location = new System.Drawing.Point(125, 41);
|
|
this.lblSoLuongXeMay.Name = "lblSoLuongXeMay";
|
|
this.lblSoLuongXeMay.Size = new System.Drawing.Size(16, 18);
|
|
this.lblSoLuongXeMay.TabIndex = 0;
|
|
this.lblSoLuongXeMay.Text = "0";
|
|
//
|
|
// lblOto
|
|
//
|
|
this.lblOto.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblOto.AutoSize = true;
|
|
this.lblOto.Location = new System.Drawing.Point(28, 74);
|
|
this.lblOto.Name = "lblOto";
|
|
this.lblOto.Size = new System.Drawing.Size(33, 18);
|
|
this.lblOto.TabIndex = 0;
|
|
this.lblOto.Text = "Ôtô";
|
|
//
|
|
// lblSoLuongOto
|
|
//
|
|
this.lblSoLuongOto.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lblSoLuongOto.AutoSize = true;
|
|
this.lblSoLuongOto.Location = new System.Drawing.Point(125, 74);
|
|
this.lblSoLuongOto.Name = "lblSoLuongOto";
|
|
this.lblSoLuongOto.Size = new System.Drawing.Size(16, 18);
|
|
this.lblSoLuongOto.TabIndex = 0;
|
|
this.lblSoLuongOto.Text = "0";
|
|
//
|
|
// grbLoginInfo
|
|
//
|
|
this.grbLoginInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.grbLoginInfo.Controls.Add(this.lblAuthorization);
|
|
this.grbLoginInfo.Controls.Add(this.lblUsername);
|
|
this.grbLoginInfo.Controls.Add(this.label2);
|
|
this.grbLoginInfo.Controls.Add(this.label1);
|
|
this.grbLoginInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grbLoginInfo.Location = new System.Drawing.Point(1, 198);
|
|
this.grbLoginInfo.Name = "grbLoginInfo";
|
|
this.grbLoginInfo.Size = new System.Drawing.Size(190, 93);
|
|
this.grbLoginInfo.TabIndex = 1;
|
|
this.grbLoginInfo.TabStop = false;
|
|
this.grbLoginInfo.Text = "Thông tin tài khoản";
|
|
//
|
|
// lblAuthorization
|
|
//
|
|
this.lblAuthorization.AutoSize = true;
|
|
this.lblAuthorization.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAuthorization.Location = new System.Drawing.Point(109, 60);
|
|
this.lblAuthorization.Name = "lblAuthorization";
|
|
this.lblAuthorization.Size = new System.Drawing.Size(56, 18);
|
|
this.lblAuthorization.TabIndex = 0;
|
|
this.lblAuthorization.Text = "Bảo Vệ";
|
|
//
|
|
// lblUsername
|
|
//
|
|
this.lblUsername.AutoSize = true;
|
|
this.lblUsername.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUsername.Location = new System.Drawing.Point(109, 27);
|
|
this.lblUsername.Name = "lblUsername";
|
|
this.lblUsername.Size = new System.Drawing.Size(48, 18);
|
|
this.lblUsername.TabIndex = 0;
|
|
this.lblUsername.Text = "baove";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(16, 60);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 18);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Phân quyền:";
|
|
//
|
|
// 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(16, 27);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 18);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Tài khoản:";
|
|
//
|
|
// Statistic
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.grbLoginInfo);
|
|
this.Controls.Add(this.grbVehicleStatistics);
|
|
this.Name = "Statistic";
|
|
this.Size = new System.Drawing.Size(192, 292);
|
|
this.Load += new System.EventHandler(this.Statistic_Load);
|
|
this.grbVehicleStatistics.ResumeLayout(false);
|
|
this.tlpStatisticTable.ResumeLayout(false);
|
|
this.tlpStatisticTable.PerformLayout();
|
|
this.grbLoginInfo.ResumeLayout(false);
|
|
this.grbLoginInfo.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox grbVehicleStatistics;
|
|
private System.Windows.Forms.TableLayoutPanel tlpStatisticTable;
|
|
private System.Windows.Forms.GroupBox grbLoginInfo;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblAuthorization;
|
|
private System.Windows.Forms.Label lblUsername;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblVehicleTotalOut;
|
|
private System.Windows.Forms.Label lblVehicleTotalIn;
|
|
private System.Windows.Forms.Label lblLoaiXe;
|
|
private System.Windows.Forms.Label lblSoLuong;
|
|
private System.Windows.Forms.Label lblXeMay;
|
|
private System.Windows.Forms.Label lblSoLuongXeMay;
|
|
private System.Windows.Forms.Label lblOto;
|
|
private System.Windows.Forms.Label lblSoLuongOto;
|
|
}
|
|
}
|