Update Size ò LaneIn

This commit is contained in:
DucDangAnh 2020-06-17 15:55:54 +07:00
parent c8a5a489f6
commit 8a2317f816

View File

@ -75,7 +75,7 @@
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(9, 250);
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;
@ -105,7 +105,7 @@
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(9, 502);
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;
@ -118,7 +118,7 @@
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(9, 10);
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);
@ -129,7 +129,7 @@
// lblCardType
//
this.lblCardType.AutoSize = true;
this.lblCardType.Location = new System.Drawing.Point(12, 77);
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;
@ -138,7 +138,7 @@
// lblCardNumber
//
this.lblCardNumber.AutoSize = true;
this.lblCardNumber.Location = new System.Drawing.Point(12, 31);
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;
@ -151,9 +151,9 @@
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(9, 69);
this.grbCardInformation.Location = new System.Drawing.Point(10, 61);
this.grbCardInformation.Name = "grbCardInformation";
this.grbCardInformation.Size = new System.Drawing.Size(441, 113);
this.grbCardInformation.Size = new System.Drawing.Size(441, 82);
this.grbCardInformation.TabIndex = 13;
this.grbCardInformation.TabStop = false;
this.grbCardInformation.Text = "Thông tin thẻ";
@ -161,7 +161,7 @@
// lblCardTime
//
this.lblCardTime.AutoSize = true;
this.lblCardTime.Location = new System.Drawing.Point(218, 77);
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;
@ -170,7 +170,7 @@
// lblPlateString
//
this.lblPlateString.AutoSize = true;
this.lblPlateString.Location = new System.Drawing.Point(218, 31);
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;
@ -182,7 +182,7 @@
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(9, 197);
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);
@ -200,7 +200,7 @@
this.Controls.Add(this.lblLaneLabel);
this.Controls.Add(this.grbCardInformation);
this.Name = "LaneIn";
this.Size = new System.Drawing.Size(460, 764);
this.Size = new System.Drawing.Size(460, 710);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateImage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateVideo)).EndInit();
this.grbPlateCamera.ResumeLayout(false);