246 lines
13 KiB
C#
246 lines
13 KiB
C#
namespace AIParkingApplication
|
|
{
|
|
partial class LaneIn
|
|
{
|
|
/// <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.pictureBoxPlateImage = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxPlateVideo = new System.Windows.Forms.PictureBox();
|
|
this.grbPlateCamera = new System.Windows.Forms.GroupBox();
|
|
this.pictureBoxOverviewImage = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxOverviewVideo = new System.Windows.Forms.PictureBox();
|
|
this.grbOverviewCamera = new System.Windows.Forms.GroupBox();
|
|
this.lblLaneLabel = new System.Windows.Forms.Label();
|
|
this.lblCardType = new System.Windows.Forms.Label();
|
|
this.lblCardNumber = new System.Windows.Forms.Label();
|
|
this.grbCardInformation = new System.Windows.Forms.GroupBox();
|
|
this.lblCardTime = new System.Windows.Forms.Label();
|
|
this.lblPlateString = new System.Windows.Forms.Label();
|
|
this.lblRecogizePlateStatus = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateImage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateVideo)).BeginInit();
|
|
this.grbPlateCamera.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewImage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewVideo)).BeginInit();
|
|
this.grbOverviewCamera.SuspendLayout();
|
|
this.grbCardInformation.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBoxPlateImage
|
|
//
|
|
this.pictureBoxPlateImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pictureBoxPlateImage.Location = new System.Drawing.Point(226, 29);
|
|
this.pictureBoxPlateImage.Name = "pictureBoxPlateImage";
|
|
this.pictureBoxPlateImage.Size = new System.Drawing.Size(200, 200);
|
|
this.pictureBoxPlateImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxPlateImage.TabIndex = 0;
|
|
this.pictureBoxPlateImage.TabStop = false;
|
|
//
|
|
// pictureBoxPlateVideo
|
|
//
|
|
this.pictureBoxPlateVideo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pictureBoxPlateVideo.Location = new System.Drawing.Point(15, 29);
|
|
this.pictureBoxPlateVideo.Name = "pictureBoxPlateVideo";
|
|
this.pictureBoxPlateVideo.Size = new System.Drawing.Size(200, 200);
|
|
this.pictureBoxPlateVideo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxPlateVideo.TabIndex = 0;
|
|
this.pictureBoxPlateVideo.TabStop = false;
|
|
//
|
|
// grbPlateCamera
|
|
//
|
|
this.grbPlateCamera.Controls.Add(this.pictureBoxPlateImage);
|
|
this.grbPlateCamera.Controls.Add(this.pictureBoxPlateVideo);
|
|
this.grbPlateCamera.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grbPlateCamera.Location = new System.Drawing.Point(10, 199);
|
|
this.grbPlateCamera.Name = "grbPlateCamera";
|
|
this.grbPlateCamera.Size = new System.Drawing.Size(441, 246);
|
|
this.grbPlateCamera.TabIndex = 12;
|
|
this.grbPlateCamera.TabStop = false;
|
|
this.grbPlateCamera.Text = "Camera biển số";
|
|
//
|
|
// pictureBoxOverviewImage
|
|
//
|
|
this.pictureBoxOverviewImage.Location = new System.Drawing.Point(226, 30);
|
|
this.pictureBoxOverviewImage.Name = "pictureBoxOverviewImage";
|
|
this.pictureBoxOverviewImage.Size = new System.Drawing.Size(200, 200);
|
|
this.pictureBoxOverviewImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxOverviewImage.TabIndex = 0;
|
|
this.pictureBoxOverviewImage.TabStop = false;
|
|
//
|
|
// pictureBoxOverviewVideo
|
|
//
|
|
this.pictureBoxOverviewVideo.Location = new System.Drawing.Point(15, 30);
|
|
this.pictureBoxOverviewVideo.Name = "pictureBoxOverviewVideo";
|
|
this.pictureBoxOverviewVideo.Size = new System.Drawing.Size(200, 200);
|
|
this.pictureBoxOverviewVideo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBoxOverviewVideo.TabIndex = 0;
|
|
this.pictureBoxOverviewVideo.TabStop = false;
|
|
//
|
|
// grbOverviewCamera
|
|
//
|
|
this.grbOverviewCamera.Controls.Add(this.pictureBoxOverviewImage);
|
|
this.grbOverviewCamera.Controls.Add(this.pictureBoxOverviewVideo);
|
|
this.grbOverviewCamera.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grbOverviewCamera.Location = new System.Drawing.Point(10, 456);
|
|
this.grbOverviewCamera.Name = "grbOverviewCamera";
|
|
this.grbOverviewCamera.Size = new System.Drawing.Size(441, 247);
|
|
this.grbOverviewCamera.TabIndex = 11;
|
|
this.grbOverviewCamera.TabStop = false;
|
|
this.grbOverviewCamera.Text = "Camera toàn cảnh";
|
|
//
|
|
// lblLaneLabel
|
|
//
|
|
this.lblLaneLabel.AutoSize = true;
|
|
this.lblLaneLabel.BackColor = System.Drawing.Color.Red;
|
|
this.lblLaneLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLaneLabel.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblLaneLabel.Location = new System.Drawing.Point(10, 8);
|
|
this.lblLaneLabel.Name = "lblLaneLabel";
|
|
this.lblLaneLabel.Padding = new System.Windows.Forms.Padding(138, 5, 137, 5);
|
|
this.lblLaneLabel.Size = new System.Drawing.Size(441, 49);
|
|
this.lblLaneLabel.TabIndex = 10;
|
|
this.lblLaneLabel.Text = "LÀN VÀO";
|
|
this.lblLaneLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblCardType
|
|
//
|
|
this.lblCardType.AutoSize = true;
|
|
this.lblCardType.Location = new System.Drawing.Point(12, 55);
|
|
this.lblCardType.Name = "lblCardType";
|
|
this.lblCardType.Size = new System.Drawing.Size(60, 18);
|
|
this.lblCardType.TabIndex = 0;
|
|
this.lblCardType.Text = "Loại thẻ";
|
|
//
|
|
// lblCardNumber
|
|
//
|
|
this.lblCardNumber.AutoSize = true;
|
|
this.lblCardNumber.Location = new System.Drawing.Point(12, 22);
|
|
this.lblCardNumber.Name = "lblCardNumber";
|
|
this.lblCardNumber.Size = new System.Drawing.Size(51, 18);
|
|
this.lblCardNumber.TabIndex = 0;
|
|
this.lblCardNumber.Text = "Số thẻ";
|
|
//
|
|
// grbCardInformation
|
|
//
|
|
this.grbCardInformation.Controls.Add(this.button1);
|
|
this.grbCardInformation.Controls.Add(this.lblCardType);
|
|
this.grbCardInformation.Controls.Add(this.lblCardTime);
|
|
this.grbCardInformation.Controls.Add(this.lblPlateString);
|
|
this.grbCardInformation.Controls.Add(this.lblCardNumber);
|
|
this.grbCardInformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grbCardInformation.Location = new System.Drawing.Point(10, 61);
|
|
this.grbCardInformation.Name = "grbCardInformation";
|
|
this.grbCardInformation.Size = new System.Drawing.Size(441, 82);
|
|
this.grbCardInformation.TabIndex = 13;
|
|
this.grbCardInformation.TabStop = false;
|
|
this.grbCardInformation.Text = "Thông tin thẻ";
|
|
//
|
|
// lblCardTime
|
|
//
|
|
this.lblCardTime.AutoSize = true;
|
|
this.lblCardTime.Location = new System.Drawing.Point(218, 55);
|
|
this.lblCardTime.Name = "lblCardTime";
|
|
this.lblCardTime.Size = new System.Drawing.Size(68, 18);
|
|
this.lblCardTime.TabIndex = 0;
|
|
this.lblCardTime.Text = "Thời gian";
|
|
//
|
|
// lblPlateString
|
|
//
|
|
this.lblPlateString.AutoSize = true;
|
|
this.lblPlateString.Location = new System.Drawing.Point(218, 22);
|
|
this.lblPlateString.Name = "lblPlateString";
|
|
this.lblPlateString.Size = new System.Drawing.Size(58, 18);
|
|
this.lblPlateString.TabIndex = 0;
|
|
this.lblPlateString.Text = "Biển số";
|
|
//
|
|
// lblRecogizePlateStatus
|
|
//
|
|
this.lblRecogizePlateStatus.AutoSize = true;
|
|
this.lblRecogizePlateStatus.BackColor = System.Drawing.Color.Green;
|
|
this.lblRecogizePlateStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRecogizePlateStatus.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblRecogizePlateStatus.Location = new System.Drawing.Point(10, 150);
|
|
this.lblRecogizePlateStatus.Name = "lblRecogizePlateStatus";
|
|
this.lblRecogizePlateStatus.Padding = new System.Windows.Forms.Padding(12, 6, 12, 6);
|
|
this.lblRecogizePlateStatus.Size = new System.Drawing.Size(441, 41);
|
|
this.lblRecogizePlateStatus.TabIndex = 15;
|
|
this.lblRecogizePlateStatus.Text = "KHÔNG NHẬN DIỆN ĐƯỢC BIỂN SỐ";
|
|
this.lblRecogizePlateStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(315, 24);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// LaneIn
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.lblRecogizePlateStatus);
|
|
this.Controls.Add(this.grbPlateCamera);
|
|
this.Controls.Add(this.grbOverviewCamera);
|
|
this.Controls.Add(this.lblLaneLabel);
|
|
this.Controls.Add(this.grbCardInformation);
|
|
this.Name = "LaneIn";
|
|
this.Size = new System.Drawing.Size(460, 710);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateImage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateVideo)).EndInit();
|
|
this.grbPlateCamera.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewImage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewVideo)).EndInit();
|
|
this.grbOverviewCamera.ResumeLayout(false);
|
|
this.grbCardInformation.ResumeLayout(false);
|
|
this.grbCardInformation.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBoxPlateImage;
|
|
private System.Windows.Forms.PictureBox pictureBoxPlateVideo;
|
|
private System.Windows.Forms.GroupBox grbPlateCamera;
|
|
private System.Windows.Forms.PictureBox pictureBoxOverviewImage;
|
|
private System.Windows.Forms.PictureBox pictureBoxOverviewVideo;
|
|
private System.Windows.Forms.GroupBox grbOverviewCamera;
|
|
private System.Windows.Forms.Label lblLaneLabel;
|
|
private System.Windows.Forms.Label lblCardType;
|
|
private System.Windows.Forms.Label lblCardNumber;
|
|
private System.Windows.Forms.GroupBox grbCardInformation;
|
|
private System.Windows.Forms.Label lblPlateString;
|
|
private System.Windows.Forms.Label lblCardTime;
|
|
private System.Windows.Forms.Label lblRecogizePlateStatus;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|