LaneOut - Update sometext

This commit is contained in:
DucDangAnh 2020-07-01 11:22:55 +07:00
parent 0eefa56149
commit 9916304ce2

View File

@ -112,45 +112,45 @@
this.lblCardType.AutoSize = true; this.lblCardType.AutoSize = true;
this.lblCardType.Location = new System.Drawing.Point(12, 64); this.lblCardType.Location = new System.Drawing.Point(12, 64);
this.lblCardType.Name = "lblCardType"; this.lblCardType.Name = "lblCardType";
this.lblCardType.Size = new System.Drawing.Size(60, 18); this.lblCardType.Size = new System.Drawing.Size(64, 18);
this.lblCardType.TabIndex = 0; this.lblCardType.TabIndex = 0;
this.lblCardType.Text = "Loại thẻ"; this.lblCardType.Text = "Loại thẻ:";
// //
// lblCardTime // lblCardTime
// //
this.lblCardTime.AutoSize = true; this.lblCardTime.AutoSize = true;
this.lblCardTime.Location = new System.Drawing.Point(223, 64); this.lblCardTime.Location = new System.Drawing.Point(223, 64);
this.lblCardTime.Name = "lblCardTime"; this.lblCardTime.Name = "lblCardTime";
this.lblCardTime.Size = new System.Drawing.Size(34, 18); this.lblCardTime.Size = new System.Drawing.Size(38, 18);
this.lblCardTime.TabIndex = 0; this.lblCardTime.TabIndex = 0;
this.lblCardTime.Text = "Vào"; this.lblCardTime.Text = "Vào:";
// //
// lblMoneyAmount // lblMoneyAmount
// //
this.lblMoneyAmount.AutoSize = true; this.lblMoneyAmount.AutoSize = true;
this.lblMoneyAmount.Location = new System.Drawing.Point(462, 31); this.lblMoneyAmount.Location = new System.Drawing.Point(462, 31);
this.lblMoneyAmount.Name = "lblMoneyAmount"; this.lblMoneyAmount.Name = "lblMoneyAmount";
this.lblMoneyAmount.Size = new System.Drawing.Size(54, 18); this.lblMoneyAmount.Size = new System.Drawing.Size(58, 18);
this.lblMoneyAmount.TabIndex = 0; this.lblMoneyAmount.TabIndex = 0;
this.lblMoneyAmount.Text = "Số tiền"; this.lblMoneyAmount.Text = "Số tiền:";
// //
// lblPlateString // lblPlateString
// //
this.lblPlateString.AutoSize = true; this.lblPlateString.AutoSize = true;
this.lblPlateString.Location = new System.Drawing.Point(223, 31); this.lblPlateString.Location = new System.Drawing.Point(223, 31);
this.lblPlateString.Name = "lblPlateString"; this.lblPlateString.Name = "lblPlateString";
this.lblPlateString.Size = new System.Drawing.Size(58, 18); this.lblPlateString.Size = new System.Drawing.Size(62, 18);
this.lblPlateString.TabIndex = 0; this.lblPlateString.TabIndex = 0;
this.lblPlateString.Text = "Biển số"; this.lblPlateString.Text = "Biển số:";
// //
// lblCardNumber // lblCardNumber
// //
this.lblCardNumber.AutoSize = true; this.lblCardNumber.AutoSize = true;
this.lblCardNumber.Location = new System.Drawing.Point(12, 31); this.lblCardNumber.Location = new System.Drawing.Point(12, 31);
this.lblCardNumber.Name = "lblCardNumber"; this.lblCardNumber.Name = "lblCardNumber";
this.lblCardNumber.Size = new System.Drawing.Size(51, 18); this.lblCardNumber.Size = new System.Drawing.Size(55, 18);
this.lblCardNumber.TabIndex = 0; this.lblCardNumber.TabIndex = 0;
this.lblCardNumber.Text = "Số thẻ"; this.lblCardNumber.Text = "Số thẻ:";
// //
// pictureBoxPlateImage // pictureBoxPlateImage
// //
@ -245,9 +245,9 @@
this.lblCardTimeOut.AutoSize = true; this.lblCardTimeOut.AutoSize = true;
this.lblCardTimeOut.Location = new System.Drawing.Point(462, 64); this.lblCardTimeOut.Location = new System.Drawing.Point(462, 64);
this.lblCardTimeOut.Name = "lblCardTimeOut"; this.lblCardTimeOut.Name = "lblCardTimeOut";
this.lblCardTimeOut.Size = new System.Drawing.Size(27, 18); this.lblCardTimeOut.Size = new System.Drawing.Size(31, 18);
this.lblCardTimeOut.TabIndex = 0; this.lblCardTimeOut.TabIndex = 0;
this.lblCardTimeOut.Text = "Ra"; this.lblCardTimeOut.Text = "Ra:";
// //
// LaneOut // LaneOut
// //