Update con nuova libs x generare QRCode....

This commit is contained in:
Samuele E. Locatelli
2019-04-03 16:13:00 +02:00
parent eeea58e700
commit fab1cedef4
5 changed files with 68 additions and 13 deletions
+26 -3
View File
@@ -33,6 +33,7 @@
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.lblClock = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtUploadFile = new System.Windows.Forms.TextBox();
this.btnUploadFile = new System.Windows.Forms.Button();
this.lblUserCode = new System.Windows.Forms.Label();
this.txtConfFile = new System.Windows.Forms.TextBox();
@@ -64,6 +65,7 @@
this.pictBox = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.lblConsole = new System.Windows.Forms.Label();
this.btnFakeQR = new System.Windows.Forms.Button();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
@@ -107,6 +109,8 @@
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.AutoSize = true;
this.groupBox1.Controls.Add(this.btnFakeQR);
this.groupBox1.Controls.Add(this.txtUploadFile);
this.groupBox1.Controls.Add(this.btnUploadFile);
this.groupBox1.Controls.Add(this.lblUserCode);
this.groupBox1.Controls.Add(this.txtConfFile);
@@ -118,13 +122,20 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Connection Parameters";
//
// txtUploadFile
//
this.txtUploadFile.Location = new System.Drawing.Point(454, 28);
this.txtUploadFile.Name = "txtUploadFile";
this.txtUploadFile.Size = new System.Drawing.Size(197, 22);
this.txtUploadFile.TabIndex = 32;
//
// btnUploadFile
//
this.btnUploadFile.Location = new System.Drawing.Point(426, 25);
this.btnUploadFile.Location = new System.Drawing.Point(337, 25);
this.btnUploadFile.Name = "btnUploadFile";
this.btnUploadFile.Size = new System.Drawing.Size(111, 32);
this.btnUploadFile.TabIndex = 31;
this.btnUploadFile.Text = "<-- Upload test";
this.btnUploadFile.Text = "Upload test -->";
this.btnUploadFile.UseVisualStyleBackColor = true;
this.btnUploadFile.Click += new System.EventHandler(this.btnUploadFile_Click);
//
@@ -144,7 +155,7 @@
//
this.txtConfFile.Location = new System.Drawing.Point(103, 30);
this.txtConfFile.Name = "txtConfFile";
this.txtConfFile.Size = new System.Drawing.Size(313, 22);
this.txtConfFile.Size = new System.Drawing.Size(228, 22);
this.txtConfFile.TabIndex = 12;
//
// label3
@@ -448,6 +459,16 @@
this.lblConsole.TabIndex = 7;
this.lblConsole.Text = "...";
//
// btnFakeQR
//
this.btnFakeQR.Location = new System.Drawing.Point(932, 23);
this.btnFakeQR.Name = "btnFakeQR";
this.btnFakeQR.Size = new System.Drawing.Size(111, 32);
this.btnFakeQR.TabIndex = 33;
this.btnFakeQR.Text = "fake QR";
this.btnFakeQR.UseVisualStyleBackColor = true;
this.btnFakeQR.Click += new System.EventHandler(this.btnFakeQR_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -510,6 +531,8 @@
private System.Windows.Forms.Label lblUserCode;
private System.Windows.Forms.Button btnTryEnroll;
private System.Windows.Forms.Button btnUploadFile;
private System.Windows.Forms.TextBox txtUploadFile;
private System.Windows.Forms.Button btnFakeQR;
}
}