Fix x problema token con GetLicense

This commit is contained in:
Samuele E. Locatelli
2021-02-17 12:13:45 +01:00
parent 81b5b208e4
commit 97409fac7e
5 changed files with 66 additions and 57 deletions
+12 -13
View File
@@ -41,7 +41,7 @@
this.txtConfFile = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnStartClient = new System.Windows.Forms.Button();
this.btnGetLic = new System.Windows.Forms.Button();
this.chkGetImg = new System.Windows.Forms.CheckBox();
this.btnTryEnroll = new System.Windows.Forms.Button();
this.btnDeleteUserCloud = new System.Windows.Forms.Button();
@@ -208,7 +208,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.btnStartClient);
this.groupBox2.Controls.Add(this.btnGetLic);
this.groupBox2.Controls.Add(this.chkGetImg);
this.groupBox2.Controls.Add(this.btnTryEnroll);
this.groupBox2.Controls.Add(this.btnDeleteUserCloud);
@@ -236,17 +236,16 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Metodi";
//
// btnStartClient
// btnGetLic
//
this.btnStartClient.Location = new System.Drawing.Point(105, 47);
this.btnStartClient.Margin = new System.Windows.Forms.Padding(2);
this.btnStartClient.Name = "btnStartClient";
this.btnStartClient.Size = new System.Drawing.Size(83, 26);
this.btnStartClient.TabIndex = 32;
this.btnStartClient.Text = "A2 GetClient";
this.btnStartClient.UseVisualStyleBackColor = true;
this.btnStartClient.Visible = false;
this.btnStartClient.Click += new System.EventHandler(this.btnStartClient_Click);
this.btnGetLic.Location = new System.Drawing.Point(105, 47);
this.btnGetLic.Margin = new System.Windows.Forms.Padding(2);
this.btnGetLic.Name = "btnGetLic";
this.btnGetLic.Size = new System.Drawing.Size(83, 26);
this.btnGetLic.TabIndex = 32;
this.btnGetLic.Text = "GetLicense";
this.btnGetLic.UseVisualStyleBackColor = true;
this.btnGetLic.Click += new System.EventHandler(this.btnGetLic_Click);
//
// chkGetImg
//
@@ -616,7 +615,7 @@
private System.Windows.Forms.CheckBox chkGetImg;
private System.Windows.Forms.Label lblUrl;
private System.Windows.Forms.Label lblMachineId;
private System.Windows.Forms.Button btnStartClient;
private System.Windows.Forms.Button btnGetLic;
}
}