Rename Controls In LaneIn usercontrol.

This commit is contained in:
DucDangAnh 2020-06-16 17:32:12 +07:00
parent 8496a0f348
commit 951e448192
2 changed files with 126 additions and 126 deletions

View File

@ -29,142 +29,142 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker(); this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBoxPlateImage = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBoxPlateVideo = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.grbPlateCamera = new System.Windows.Forms.GroupBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBoxOverviewImage = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBoxOverviewVideo = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.grbOverviewCamera = new System.Windows.Forms.GroupBox();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.label1 = new System.Windows.Forms.Label(); this.lblLaneLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.lblCardType = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.lblCardNumber = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox(); this.grbCardInformation = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateImage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateVideo)).BeginInit();
this.groupBox1.SuspendLayout(); this.grbPlateCamera.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewImage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewVideo)).BeginInit();
this.groupBox2.SuspendLayout(); this.grbOverviewCamera.SuspendLayout();
this.groupBox3.SuspendLayout(); this.grbCardInformation.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// pictureBox1 // pictureBoxPlateImage
// //
this.pictureBox1.Location = new System.Drawing.Point(263, 23); this.pictureBoxPlateImage.Location = new System.Drawing.Point(263, 23);
this.pictureBox1.Name = "pictureBox1"; this.pictureBoxPlateImage.Name = "pictureBoxPlateImage";
this.pictureBox1.Size = new System.Drawing.Size(250, 250); this.pictureBoxPlateImage.Size = new System.Drawing.Size(250, 250);
this.pictureBox1.TabIndex = 0; this.pictureBoxPlateImage.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pictureBoxPlateImage.TabStop = false;
// //
// pictureBox2 // pictureBoxPlateVideo
// //
this.pictureBox2.Location = new System.Drawing.Point(6, 23); this.pictureBoxPlateVideo.Location = new System.Drawing.Point(6, 23);
this.pictureBox2.Name = "pictureBox2"; this.pictureBoxPlateVideo.Name = "pictureBoxPlateVideo";
this.pictureBox2.Size = new System.Drawing.Size(250, 250); this.pictureBoxPlateVideo.Size = new System.Drawing.Size(250, 250);
this.pictureBox2.TabIndex = 0; this.pictureBoxPlateVideo.TabIndex = 0;
this.pictureBox2.TabStop = false; this.pictureBoxPlateVideo.TabStop = false;
// //
// groupBox1 // grbPlateCamera
// //
this.groupBox1.Controls.Add(this.pictureBox1); this.grbPlateCamera.Controls.Add(this.pictureBoxPlateImage);
this.groupBox1.Controls.Add(this.pictureBox2); this.grbPlateCamera.Controls.Add(this.pictureBoxPlateVideo);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grbPlateCamera.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(15, 166); this.grbPlateCamera.Location = new System.Drawing.Point(15, 166);
this.groupBox1.Name = "groupBox1"; this.grbPlateCamera.Name = "grbPlateCamera";
this.groupBox1.Size = new System.Drawing.Size(519, 284); this.grbPlateCamera.Size = new System.Drawing.Size(519, 284);
this.groupBox1.TabIndex = 12; this.grbPlateCamera.TabIndex = 12;
this.groupBox1.TabStop = false; this.grbPlateCamera.TabStop = false;
this.groupBox1.Text = "CAMERA BIỂN SỐ"; this.grbPlateCamera.Text = "CAMERA BIỂN SỐ";
// //
// pictureBox3 // pictureBoxOverviewImage
// //
this.pictureBox3.Location = new System.Drawing.Point(263, 24); this.pictureBoxOverviewImage.Location = new System.Drawing.Point(263, 24);
this.pictureBox3.Name = "pictureBox3"; this.pictureBoxOverviewImage.Name = "pictureBoxOverviewImage";
this.pictureBox3.Size = new System.Drawing.Size(250, 250); this.pictureBoxOverviewImage.Size = new System.Drawing.Size(250, 250);
this.pictureBox3.TabIndex = 0; this.pictureBoxOverviewImage.TabIndex = 0;
this.pictureBox3.TabStop = false; this.pictureBoxOverviewImage.TabStop = false;
// //
// pictureBox4 // pictureBoxOverviewVideo
// //
this.pictureBox4.Location = new System.Drawing.Point(6, 24); this.pictureBoxOverviewVideo.Location = new System.Drawing.Point(6, 24);
this.pictureBox4.Name = "pictureBox4"; this.pictureBoxOverviewVideo.Name = "pictureBoxOverviewVideo";
this.pictureBox4.Size = new System.Drawing.Size(250, 250); this.pictureBoxOverviewVideo.Size = new System.Drawing.Size(250, 250);
this.pictureBox4.TabIndex = 0; this.pictureBoxOverviewVideo.TabIndex = 0;
this.pictureBox4.TabStop = false; this.pictureBoxOverviewVideo.TabStop = false;
// //
// groupBox2 // grbOverviewCamera
// //
this.groupBox2.Controls.Add(this.pictureBox3); this.grbOverviewCamera.Controls.Add(this.pictureBoxOverviewImage);
this.groupBox2.Controls.Add(this.pictureBox4); this.grbOverviewCamera.Controls.Add(this.pictureBoxOverviewVideo);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grbOverviewCamera.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(15, 474); this.grbOverviewCamera.Location = new System.Drawing.Point(15, 474);
this.groupBox2.Name = "groupBox2"; this.grbOverviewCamera.Name = "grbOverviewCamera";
this.groupBox2.Size = new System.Drawing.Size(519, 284); this.grbOverviewCamera.Size = new System.Drawing.Size(519, 284);
this.groupBox2.TabIndex = 11; this.grbOverviewCamera.TabIndex = 11;
this.groupBox2.TabStop = false; this.grbOverviewCamera.TabStop = false;
this.groupBox2.Text = "CAMERA TOÀN CẢNH"; this.grbOverviewCamera.Text = "CAMERA TOÀN CẢNH";
// //
// label1 // lblLaneLabel
// //
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.lblLaneLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true; this.lblLaneLabel.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLaneLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(194, 20); this.lblLaneLabel.Location = new System.Drawing.Point(194, 20);
this.label1.Name = "label1"; this.lblLaneLabel.Name = "lblLaneLabel";
this.label1.Size = new System.Drawing.Size(166, 39); this.lblLaneLabel.Size = new System.Drawing.Size(166, 39);
this.label1.TabIndex = 10; this.lblLaneLabel.TabIndex = 10;
this.label1.Text = "LÀN VÀO"; this.lblLaneLabel.Text = "LÀN VÀO";
// //
// label3 // lblCardType
// //
this.label3.AutoSize = true; this.lblCardType.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 59); this.lblCardType.Location = new System.Drawing.Point(12, 59);
this.label3.Name = "label3"; this.lblCardType.Name = "lblCardType";
this.label3.Size = new System.Drawing.Size(60, 18); this.lblCardType.Size = new System.Drawing.Size(60, 18);
this.label3.TabIndex = 0; this.lblCardType.TabIndex = 0;
this.label3.Text = "Loại thẻ"; this.lblCardType.Text = "Loại thẻ";
// //
// label2 // lblCardNumber
// //
this.label2.AutoSize = true; this.lblCardNumber.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 31); this.lblCardNumber.Location = new System.Drawing.Point(12, 31);
this.label2.Name = "label2"; this.lblCardNumber.Name = "lblCardNumber";
this.label2.Size = new System.Drawing.Size(51, 18); this.lblCardNumber.Size = new System.Drawing.Size(51, 18);
this.label2.TabIndex = 0; this.lblCardNumber.TabIndex = 0;
this.label2.Text = "Số thẻ"; this.lblCardNumber.Text = "Số thẻ";
// //
// groupBox3 // grbCardInformation
// //
this.groupBox3.Controls.Add(this.label3); this.grbCardInformation.Controls.Add(this.lblCardType);
this.groupBox3.Controls.Add(this.label2); this.grbCardInformation.Controls.Add(this.lblCardNumber);
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grbCardInformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(15, 69); this.grbCardInformation.Location = new System.Drawing.Point(15, 69);
this.groupBox3.Name = "groupBox3"; this.grbCardInformation.Name = "grbCardInformation";
this.groupBox3.Size = new System.Drawing.Size(519, 91); this.grbCardInformation.Size = new System.Drawing.Size(519, 91);
this.groupBox3.TabIndex = 13; this.grbCardInformation.TabIndex = 13;
this.groupBox3.TabStop = false; this.grbCardInformation.TabStop = false;
this.groupBox3.Text = "THÔNG TIN THẺ"; this.grbCardInformation.Text = "THÔNG TIN THẺ";
// //
// LaneIn // LaneIn
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1); this.Controls.Add(this.grbPlateCamera);
this.Controls.Add(this.groupBox2); this.Controls.Add(this.grbOverviewCamera);
this.Controls.Add(this.label1); this.Controls.Add(this.lblLaneLabel);
this.Controls.Add(this.groupBox3); this.Controls.Add(this.grbCardInformation);
this.Name = "LaneIn"; this.Name = "LaneIn";
this.Size = new System.Drawing.Size(550, 768); this.Size = new System.Drawing.Size(550, 768);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateImage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlateVideo)).EndInit();
this.groupBox1.ResumeLayout(false); this.grbPlateCamera.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewImage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxOverviewVideo)).EndInit();
this.groupBox2.ResumeLayout(false); this.grbOverviewCamera.ResumeLayout(false);
this.groupBox3.ResumeLayout(false); this.grbCardInformation.ResumeLayout(false);
this.groupBox3.PerformLayout(); this.grbCardInformation.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -173,16 +173,16 @@
#endregion #endregion
private System.ComponentModel.BackgroundWorker backgroundWorker2; private System.ComponentModel.BackgroundWorker backgroundWorker2;
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBoxPlateImage;
private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBoxPlateVideo;
private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox grbPlateCamera;
private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBoxOverviewImage;
private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBoxOverviewVideo;
private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox grbOverviewCamera;
private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblLaneLabel;
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblCardType;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblCardNumber;
private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox grbCardInformation;
} }
} }

View File

@ -120,37 +120,37 @@
<metadata name="backgroundWorker2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="backgroundWorker2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>340, 17</value> <value>340, 17</value>
</metadata> </metadata>
<metadata name="pictureBox1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="pictureBoxPlateImage.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="pictureBox2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="pictureBoxPlateVideo.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="groupBox1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="grbPlateCamera.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="pictureBox3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="pictureBoxOverviewImage.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="pictureBox4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="pictureBoxOverviewVideo.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="groupBox2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="grbOverviewCamera.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>504, 17</value> <value>504, 17</value>
</metadata> </metadata>
<metadata name="label1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="lblLaneLabel.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="label3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="lblCardType.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="label2.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="lblCardNumber.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="groupBox3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="grbCardInformation.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">