From 2d4682a9b1ccad2762fd0f5654d2dd7ee033c665 Mon Sep 17 00:00:00 2001 From: Brad Barnhill Date: Sun, 26 Oct 2014 21:45:15 -0500 Subject: [PATCH] move time to encode next to encoded value label --- BarcodeLibTest/TestApp.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BarcodeLibTest/TestApp.Designer.cs b/BarcodeLibTest/TestApp.Designer.cs index de8762b..71513db 100644 --- a/BarcodeLibTest/TestApp.Designer.cs +++ b/BarcodeLibTest/TestApp.Designer.cs @@ -428,7 +428,7 @@ private void InitializeComponent() // lblEncodingTime // this.lblEncodingTime.AutoSize = true; - this.lblEncodingTime.Location = new System.Drawing.Point(87, 134); + this.lblEncodingTime.Location = new System.Drawing.Point(83, 222); this.lblEncodingTime.Name = "lblEncodingTime"; this.lblEncodingTime.Size = new System.Drawing.Size(0, 13); this.lblEncodingTime.TabIndex = 70;