Files
MConnectSDK/TestClient/MainForm.Designer.cs
T
2019-03-13 19:39:54 +01:00

459 lines
20 KiB
C#

namespace TestClient
{
partial class MainForm
{
/// <summary>
/// Variabile di progettazione necessaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Pulire le risorse in uso.
/// </summary>
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Codice generato da Progettazione Windows Form
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.lblClock = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSetRetVal = new System.Windows.Forms.Button();
this.lblTokRet = new System.Windows.Forms.Label();
this.txtTokenRet = new System.Windows.Forms.TextBox();
this.chkTestMode = new System.Windows.Forms.CheckBox();
this.txtConfFile = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.btnTryUserLogin = new System.Windows.Forms.Button();
this.btnGetUserList = new System.Windows.Forms.Button();
this.btnGetOrgCode = new System.Windows.Forms.Button();
this.btnTryAuth = new System.Windows.Forms.Button();
this.btnInit = new System.Windows.Forms.Button();
this.btnResetParam = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblReqStatus = new System.Windows.Forms.Label();
this.lblRetData = new System.Windows.Forms.Label();
this.pictBox = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.lblConsole = new System.Windows.Forms.Label();
this.btnGetClientStatus = new System.Windows.Forms.Button();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictBox)).BeginInit();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripProgressBar1,
this.lblClock});
this.statusStrip1.Location = new System.Drawing.Point(0, 685);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1094, 25);
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(104, 20);
this.toolStripStatusLabel1.Text = "MConnectSDK";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 19);
this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
//
// lblClock
//
this.lblClock.Name = "lblClock";
this.lblClock.Size = new System.Drawing.Size(27, 20);
this.lblClock.Text = "---";
//
// groupBox1
//
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.btnSetRetVal);
this.groupBox1.Controls.Add(this.lblTokRet);
this.groupBox1.Controls.Add(this.txtTokenRet);
this.groupBox1.Controls.Add(this.chkTestMode);
this.groupBox1.Controls.Add(this.txtConfFile);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(13, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1069, 74);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Connection Parameters";
//
// btnSetRetVal
//
this.btnSetRetVal.Location = new System.Drawing.Point(692, 30);
this.btnSetRetVal.Name = "btnSetRetVal";
this.btnSetRetVal.Size = new System.Drawing.Size(75, 23);
this.btnSetRetVal.TabIndex = 27;
this.btnSetRetVal.Text = "SET";
this.btnSetRetVal.UseVisualStyleBackColor = true;
this.btnSetRetVal.Click += new System.EventHandler(this.btnSetRetVal_Click);
//
// lblTokRet
//
this.lblTokRet.AutoSize = true;
this.lblTokRet.Location = new System.Drawing.Point(549, 32);
this.lblTokRet.Name = "lblTokRet";
this.lblTokRet.Size = new System.Drawing.Size(85, 17);
this.lblTokRet.TabIndex = 24;
this.lblTokRet.Text = "tokenRetVal";
//
// txtTokenRet
//
this.txtTokenRet.Location = new System.Drawing.Point(643, 29);
this.txtTokenRet.Name = "txtTokenRet";
this.txtTokenRet.Size = new System.Drawing.Size(42, 22);
this.txtTokenRet.TabIndex = 23;
this.txtTokenRet.Text = "403";
//
// chkTestMode
//
this.chkTestMode.AutoSize = true;
this.chkTestMode.Location = new System.Drawing.Point(435, 29);
this.chkTestMode.Name = "chkTestMode";
this.chkTestMode.Size = new System.Drawing.Size(97, 21);
this.chkTestMode.TabIndex = 13;
this.chkTestMode.Text = "Test Mode";
this.chkTestMode.UseVisualStyleBackColor = true;
this.chkTestMode.Click += new System.EventHandler(this.chkTestMode_Click);
//
// txtConfFile
//
this.txtConfFile.Location = new System.Drawing.Point(103, 30);
this.txtConfFile.Name = "txtConfFile";
this.txtConfFile.Size = new System.Drawing.Size(313, 22);
this.txtConfFile.TabIndex = 12;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 17);
this.label3.TabIndex = 11;
this.label3.Text = "Conf File";
//
// groupBox2
//
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.btnGetClientStatus);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.txtPwd);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.txtUser);
this.groupBox2.Controls.Add(this.btnTryUserLogin);
this.groupBox2.Controls.Add(this.btnGetUserList);
this.groupBox2.Controls.Add(this.btnGetOrgCode);
this.groupBox2.Controls.Add(this.btnTryAuth);
this.groupBox2.Controls.Add(this.btnInit);
this.groupBox2.Controls.Add(this.btnResetParam);
this.groupBox2.Location = new System.Drawing.Point(13, 88);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1069, 100);
this.groupBox2.TabIndex = 14;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Metodi";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(908, 45);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(33, 17);
this.label10.TabIndex = 23;
this.label10.Text = "pwd";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(960, 42);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(100, 22);
this.txtPwd.TabIndex = 22;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(908, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(36, 17);
this.label9.TabIndex = 21;
this.label9.Text = "user";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(960, 13);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(100, 22);
this.txtUser.TabIndex = 20;
//
// btnTryUserLogin
//
this.btnTryUserLogin.Location = new System.Drawing.Point(911, 70);
this.btnTryUserLogin.Name = "btnTryUserLogin";
this.btnTryUserLogin.Size = new System.Drawing.Size(149, 27);
this.btnTryUserLogin.TabIndex = 19;
this.btnTryUserLogin.Text = "tryUserLogin";
this.btnTryUserLogin.UseVisualStyleBackColor = true;
this.btnTryUserLogin.Click += new System.EventHandler(this.btnTryUserLogin_Click);
//
// btnGetUserList
//
this.btnGetUserList.Location = new System.Drawing.Point(760, 32);
this.btnGetUserList.Name = "btnGetUserList";
this.btnGetUserList.Size = new System.Drawing.Size(118, 49);
this.btnGetUserList.TabIndex = 18;
this.btnGetUserList.Text = "getUserList";
this.btnGetUserList.UseVisualStyleBackColor = true;
this.btnGetUserList.Click += new System.EventHandler(this.btnGetUserList_Click);
//
// btnGetOrgCode
//
this.btnGetOrgCode.Location = new System.Drawing.Point(636, 32);
this.btnGetOrgCode.Name = "btnGetOrgCode";
this.btnGetOrgCode.Size = new System.Drawing.Size(118, 49);
this.btnGetOrgCode.TabIndex = 17;
this.btnGetOrgCode.Text = "getOrgCode";
this.btnGetOrgCode.UseVisualStyleBackColor = true;
this.btnGetOrgCode.Click += new System.EventHandler(this.btnGetOrgCode_Click);
//
// btnTryAuth
//
this.btnTryAuth.Location = new System.Drawing.Point(298, 32);
this.btnTryAuth.Name = "btnTryAuth";
this.btnTryAuth.Size = new System.Drawing.Size(118, 49);
this.btnTryAuth.TabIndex = 16;
this.btnTryAuth.Text = "tryAuthorize";
this.btnTryAuth.UseVisualStyleBackColor = true;
this.btnTryAuth.Click += new System.EventHandler(this.btnTryAuth_Click);
//
// btnInit
//
this.btnInit.Location = new System.Drawing.Point(152, 32);
this.btnInit.Name = "btnInit";
this.btnInit.Size = new System.Drawing.Size(118, 49);
this.btnInit.TabIndex = 15;
this.btnInit.Text = "Init";
this.btnInit.UseVisualStyleBackColor = true;
this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
//
// btnResetParam
//
this.btnResetParam.Location = new System.Drawing.Point(6, 32);
this.btnResetParam.Name = "btnResetParam";
this.btnResetParam.Size = new System.Drawing.Size(118, 49);
this.btnResetParam.TabIndex = 14;
this.btnResetParam.Text = "Reset Param";
this.btnResetParam.UseVisualStyleBackColor = true;
this.btnResetParam.Click += new System.EventHandler(this.btnResetParam_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label5, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.lblReqStatus, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.lblRetData, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.pictBox, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.label6, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.lblConsole, 3, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 191);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.90909F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.09091F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1070, 491);
this.tableLayoutPanel1.TabIndex = 15;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 17);
this.label1.TabIndex = 0;
this.label1.Text = "Request Status";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(217, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(85, 17);
this.label2.TabIndex = 1;
this.label2.Text = "Return Data";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(431, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(64, 17);
this.label5.TabIndex = 2;
this.label5.Text = "QR code";
//
// lblReqStatus
//
this.lblReqStatus.AutoSize = true;
this.lblReqStatus.Location = new System.Drawing.Point(3, 53);
this.lblReqStatus.Name = "lblReqStatus";
this.lblReqStatus.Size = new System.Drawing.Size(20, 17);
this.lblReqStatus.TabIndex = 3;
this.lblReqStatus.Text = "...";
//
// lblRetData
//
this.lblRetData.AutoSize = true;
this.lblRetData.Location = new System.Drawing.Point(217, 53);
this.lblRetData.Name = "lblRetData";
this.lblRetData.Size = new System.Drawing.Size(20, 17);
this.lblRetData.TabIndex = 4;
this.lblRetData.Text = "...";
//
// pictBox
//
this.pictBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictBox.Location = new System.Drawing.Point(431, 56);
this.pictBox.Name = "pictBox";
this.pictBox.Size = new System.Drawing.Size(315, 432);
this.pictBox.TabIndex = 5;
this.pictBox.TabStop = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(752, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(38, 17);
this.label6.TabIndex = 6;
this.label6.Text = "LOG";
//
// lblConsole
//
this.lblConsole.AutoSize = true;
this.lblConsole.BackColor = System.Drawing.SystemColors.Desktop;
this.lblConsole.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblConsole.ForeColor = System.Drawing.Color.Lime;
this.lblConsole.Location = new System.Drawing.Point(752, 53);
this.lblConsole.Name = "lblConsole";
this.lblConsole.Size = new System.Drawing.Size(315, 438);
this.lblConsole.TabIndex = 7;
this.lblConsole.Text = "...";
//
// btnGetClientStatus
//
this.btnGetClientStatus.Location = new System.Drawing.Point(512, 32);
this.btnGetClientStatus.Name = "btnGetClientStatus";
this.btnGetClientStatus.Size = new System.Drawing.Size(118, 49);
this.btnGetClientStatus.TabIndex = 24;
this.btnGetClientStatus.Text = "getClientStatus";
this.btnGetClientStatus.UseVisualStyleBackColor = true;
this.btnGetClientStatus.Click += new System.EventHandler(this.btnGetClientStatus_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1094, 710);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.statusStrip1);
this.Name = "MainForm";
this.Text = "POC MConnectSDK";
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel lblClock;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtConfFile;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnInit;
private System.Windows.Forms.Button btnResetParam;
private System.Windows.Forms.Button btnTryUserLogin;
private System.Windows.Forms.Button btnGetUserList;
private System.Windows.Forms.Button btnGetOrgCode;
private System.Windows.Forms.Button btnTryAuth;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lblReqStatus;
private System.Windows.Forms.Label lblRetData;
private System.Windows.Forms.PictureBox pictBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lblConsole;
private System.Windows.Forms.Label lblTokRet;
private System.Windows.Forms.TextBox txtTokenRet;
private System.Windows.Forms.Button btnSetRetVal;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.CheckBox chkTestMode;
private System.Windows.Forms.Button btnGetClientStatus;
}
}