Update x problemi timeout download immagini con getUserList
This commit is contained in:
Generated
+26
-13
@@ -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.btnFakeQR = new System.Windows.Forms.Button();
|
||||
this.txtUploadFile = new System.Windows.Forms.TextBox();
|
||||
this.btnUploadFile = new System.Windows.Forms.Button();
|
||||
this.lblUserCode = new System.Windows.Forms.Label();
|
||||
@@ -65,7 +66,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.chkGetImg = new System.Windows.Forms.CheckBox();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
@@ -122,6 +123,16 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Connection Parameters";
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// txtUploadFile
|
||||
//
|
||||
this.txtUploadFile.Location = new System.Drawing.Point(454, 28);
|
||||
@@ -171,6 +182,7 @@
|
||||
//
|
||||
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.groupBox2.Controls.Add(this.chkGetImg);
|
||||
this.groupBox2.Controls.Add(this.btnTryEnroll);
|
||||
this.groupBox2.Controls.Add(this.btnDeleteUserCloud);
|
||||
this.groupBox2.Controls.Add(this.btnDeleteUserHMI);
|
||||
@@ -237,7 +249,7 @@
|
||||
//
|
||||
// btnGetUserCreatedList
|
||||
//
|
||||
this.btnGetUserCreatedList.Location = new System.Drawing.Point(519, 59);
|
||||
this.btnGetUserCreatedList.Location = new System.Drawing.Point(506, 59);
|
||||
this.btnGetUserCreatedList.Name = "btnGetUserCreatedList";
|
||||
this.btnGetUserCreatedList.Size = new System.Drawing.Size(132, 32);
|
||||
this.btnGetUserCreatedList.TabIndex = 26;
|
||||
@@ -268,7 +280,7 @@
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(669, 67);
|
||||
this.label10.Location = new System.Drawing.Point(684, 67);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(33, 17);
|
||||
this.label10.TabIndex = 23;
|
||||
@@ -284,7 +296,7 @@
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(669, 29);
|
||||
this.label9.Location = new System.Drawing.Point(684, 29);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(36, 17);
|
||||
this.label9.TabIndex = 21;
|
||||
@@ -310,7 +322,7 @@
|
||||
//
|
||||
// btnGetUserList
|
||||
//
|
||||
this.btnGetUserList.Location = new System.Drawing.Point(519, 21);
|
||||
this.btnGetUserList.Location = new System.Drawing.Point(506, 21);
|
||||
this.btnGetUserList.Name = "btnGetUserList";
|
||||
this.btnGetUserList.Size = new System.Drawing.Size(132, 32);
|
||||
this.btnGetUserList.TabIndex = 18;
|
||||
@@ -459,15 +471,15 @@
|
||||
this.lblConsole.TabIndex = 7;
|
||||
this.lblConsole.Text = "...";
|
||||
//
|
||||
// btnFakeQR
|
||||
// chkGetImg
|
||||
//
|
||||
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);
|
||||
this.chkGetImg.AutoSize = true;
|
||||
this.chkGetImg.Location = new System.Drawing.Point(645, 29);
|
||||
this.chkGetImg.Name = "chkGetImg";
|
||||
this.chkGetImg.Size = new System.Drawing.Size(52, 21);
|
||||
this.chkGetImg.TabIndex = 31;
|
||||
this.chkGetImg.Text = "img";
|
||||
this.chkGetImg.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
@@ -533,6 +545,7 @@
|
||||
private System.Windows.Forms.Button btnUploadFile;
|
||||
private System.Windows.Forms.TextBox txtUploadFile;
|
||||
private System.Windows.Forms.Button btnFakeQR;
|
||||
private System.Windows.Forms.CheckBox chkGetImg;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user