namespace TestClient { partial class MainForm { /// /// Variabile di progettazione necessaria. /// private System.ComponentModel.IContainer components = null; /// /// Pulire le risorse in uso. /// /// ha valore true se le risorse gestite devono essere eliminate, false in caso contrario. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Codice generato da Progettazione Windows Form /// /// Metodo necessario per il supporto della finestra di progettazione. Non modificare /// il contenuto del metodo con l'editor di codice. /// 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.lblMachineId = new System.Windows.Forms.Label(); this.lblUrl = new System.Windows.Forms.Label(); 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(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); 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(); this.btnDeleteUserHMI = new System.Windows.Forms.Button(); this.btnImportUser = new System.Windows.Forms.Button(); this.btnGetUserCreatedList = new System.Windows.Forms.Button(); this.btnFlush = new System.Windows.Forms.Button(); this.btnGetClientStatus = new System.Windows.Forms.Button(); 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.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, 596); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0); this.statusStrip1.Size = new System.Drawing.Size(911, 22); this.statusStrip1.TabIndex = 7; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(84, 17); this.toolStripStatusLabel1.Text = "MConnectSDK"; // // toolStripProgressBar1 // this.toolStripProgressBar1.Name = "toolStripProgressBar1"; this.toolStripProgressBar1.Size = new System.Drawing.Size(75, 16); this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; // // lblClock // this.lblClock.Name = "lblClock"; this.lblClock.Size = new System.Drawing.Size(22, 17); 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.lblMachineId); this.groupBox1.Controls.Add(this.lblUrl); this.groupBox1.Controls.Add(this.txtUploadFile); this.groupBox1.Controls.Add(this.btnUploadFile); this.groupBox1.Controls.Add(this.lblUserCode); this.groupBox1.Controls.Add(this.txtConfFile); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(10, 10); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(892, 74); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connection Parameters"; // // lblMachineId // this.lblMachineId.AutoSize = true; this.lblMachineId.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.lblMachineId.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMachineId.Location = new System.Drawing.Point(665, 17); this.lblMachineId.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblMachineId.Name = "lblMachineId"; this.lblMachineId.Size = new System.Drawing.Size(84, 15); this.lblMachineId.TabIndex = 35; this.lblMachineId.Text = "machine_ID"; this.lblMachineId.Click += new System.EventHandler(this.LblMachineId_Click); // // lblUrl // this.lblUrl.AutoSize = true; this.lblUrl.BackColor = System.Drawing.SystemColors.ActiveCaption; this.lblUrl.Location = new System.Drawing.Point(506, 46); this.lblUrl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblUrl.Name = "lblUrl"; this.lblUrl.Size = new System.Drawing.Size(29, 13); this.lblUrl.TabIndex = 34; this.lblUrl.Text = "URL"; this.lblUrl.Click += new System.EventHandler(this.lblUrl_Click); // // txtUploadFile // this.txtUploadFile.Location = new System.Drawing.Point(340, 23); this.txtUploadFile.Margin = new System.Windows.Forms.Padding(2); this.txtUploadFile.Name = "txtUploadFile"; this.txtUploadFile.Size = new System.Drawing.Size(149, 20); this.txtUploadFile.TabIndex = 32; // // btnUploadFile // this.btnUploadFile.Location = new System.Drawing.Point(253, 20); this.btnUploadFile.Margin = new System.Windows.Forms.Padding(2); this.btnUploadFile.Name = "btnUploadFile"; this.btnUploadFile.Size = new System.Drawing.Size(83, 26); this.btnUploadFile.TabIndex = 31; this.btnUploadFile.Text = "Upload test -->"; this.btnUploadFile.UseVisualStyleBackColor = true; this.btnUploadFile.Click += new System.EventHandler(this.btnUploadFile_Click); // // lblUserCode // this.lblUserCode.AutoSize = true; this.lblUserCode.BackColor = System.Drawing.SystemColors.Info; this.lblUserCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserCode.Location = new System.Drawing.Point(506, 17); this.lblUserCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblUserCode.Name = "lblUserCode"; this.lblUserCode.Size = new System.Drawing.Size(74, 15); this.lblUserCode.TabIndex = 28; this.lblUserCode.Text = "user_code"; this.lblUserCode.Click += new System.EventHandler(this.lblUserCode_Click); // // txtConfFile // this.txtConfFile.Location = new System.Drawing.Point(77, 24); this.txtConfFile.Margin = new System.Windows.Forms.Padding(2); this.txtConfFile.Name = "txtConfFile"; this.txtConfFile.Size = new System.Drawing.Size(172, 20); this.txtConfFile.TabIndex = 12; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 27); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 13); 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.btnGetLic); this.groupBox2.Controls.Add(this.chkGetImg); this.groupBox2.Controls.Add(this.btnTryEnroll); this.groupBox2.Controls.Add(this.btnDeleteUserCloud); this.groupBox2.Controls.Add(this.btnDeleteUserHMI); this.groupBox2.Controls.Add(this.btnImportUser); this.groupBox2.Controls.Add(this.btnGetUserCreatedList); this.groupBox2.Controls.Add(this.btnFlush); 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(10, 72); this.groupBox2.Margin = new System.Windows.Forms.Padding(2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2); this.groupBox2.Size = new System.Drawing.Size(892, 81); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "Metodi"; // // btnGetLic // 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 // this.chkGetImg.AutoSize = true; this.chkGetImg.Location = new System.Drawing.Point(484, 24); this.chkGetImg.Margin = new System.Windows.Forms.Padding(2); this.chkGetImg.Name = "chkGetImg"; this.chkGetImg.Size = new System.Drawing.Size(42, 17); this.chkGetImg.TabIndex = 31; this.chkGetImg.Text = "img"; this.chkGetImg.UseVisualStyleBackColor = true; // // btnTryEnroll // this.btnTryEnroll.Location = new System.Drawing.Point(192, 48); this.btnTryEnroll.Margin = new System.Windows.Forms.Padding(2); this.btnTryEnroll.Name = "btnTryEnroll"; this.btnTryEnroll.Size = new System.Drawing.Size(83, 26); this.btnTryEnroll.TabIndex = 30; this.btnTryEnroll.Text = "3 tryEnroll"; this.btnTryEnroll.UseVisualStyleBackColor = true; this.btnTryEnroll.Click += new System.EventHandler(this.btnTryEnroll_Click); // // btnDeleteUserCloud // this.btnDeleteUserCloud.Location = new System.Drawing.Point(713, 48); this.btnDeleteUserCloud.Margin = new System.Windows.Forms.Padding(2); this.btnDeleteUserCloud.Name = "btnDeleteUserCloud"; this.btnDeleteUserCloud.Size = new System.Drawing.Size(80, 26); this.btnDeleteUserCloud.TabIndex = 29; this.btnDeleteUserCloud.Text = "delete Cloud"; this.btnDeleteUserCloud.UseVisualStyleBackColor = true; this.btnDeleteUserCloud.Click += new System.EventHandler(this.btnDeleteUserCloud_Click); // // btnDeleteUserHMI // this.btnDeleteUserHMI.Location = new System.Drawing.Point(713, 17); this.btnDeleteUserHMI.Margin = new System.Windows.Forms.Padding(2); this.btnDeleteUserHMI.Name = "btnDeleteUserHMI"; this.btnDeleteUserHMI.Size = new System.Drawing.Size(80, 26); this.btnDeleteUserHMI.TabIndex = 28; this.btnDeleteUserHMI.Text = "delete HMI"; this.btnDeleteUserHMI.UseVisualStyleBackColor = true; this.btnDeleteUserHMI.Click += new System.EventHandler(this.btnDeleteUser_Click); // // btnImportUser // this.btnImportUser.Location = new System.Drawing.Point(629, 48); this.btnImportUser.Margin = new System.Windows.Forms.Padding(2); this.btnImportUser.Name = "btnImportUser"; this.btnImportUser.Size = new System.Drawing.Size(80, 26); this.btnImportUser.TabIndex = 27; this.btnImportUser.Text = "importUser"; this.btnImportUser.UseVisualStyleBackColor = true; this.btnImportUser.Click += new System.EventHandler(this.btnImportUser_Click); // // btnGetUserCreatedList // this.btnGetUserCreatedList.Location = new System.Drawing.Point(380, 48); this.btnGetUserCreatedList.Margin = new System.Windows.Forms.Padding(2); this.btnGetUserCreatedList.Name = "btnGetUserCreatedList"; this.btnGetUserCreatedList.Size = new System.Drawing.Size(99, 26); this.btnGetUserCreatedList.TabIndex = 26; this.btnGetUserCreatedList.Text = "getUserCreated"; this.btnGetUserCreatedList.UseVisualStyleBackColor = true; this.btnGetUserCreatedList.Click += new System.EventHandler(this.btnGetUserCreatedList_Click); // // btnFlush // this.btnFlush.Location = new System.Drawing.Point(4, 48); this.btnFlush.Margin = new System.Windows.Forms.Padding(2); this.btnFlush.Name = "btnFlush"; this.btnFlush.Size = new System.Drawing.Size(83, 26); this.btnFlush.TabIndex = 25; this.btnFlush.Text = "Flush REDIS"; this.btnFlush.UseVisualStyleBackColor = true; this.btnFlush.Click += new System.EventHandler(this.btnFlush_Click); // // btnGetClientStatus // this.btnGetClientStatus.Location = new System.Drawing.Point(288, 17); this.btnGetClientStatus.Margin = new System.Windows.Forms.Padding(2); this.btnGetClientStatus.Name = "btnGetClientStatus"; this.btnGetClientStatus.Size = new System.Drawing.Size(83, 26); this.btnGetClientStatus.TabIndex = 24; this.btnGetClientStatus.Text = "getClientStatus"; this.btnGetClientStatus.UseVisualStyleBackColor = true; this.btnGetClientStatus.Click += new System.EventHandler(this.btnGetClientStatus_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(513, 54); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(27, 13); this.label10.TabIndex = 23; this.label10.Text = "pwd"; // // txtPwd // this.txtPwd.Location = new System.Drawing.Point(541, 52); this.txtPwd.Margin = new System.Windows.Forms.Padding(2); this.txtPwd.Name = "txtPwd"; this.txtPwd.Size = new System.Drawing.Size(76, 20); this.txtPwd.TabIndex = 22; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(513, 24); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 13); this.label9.TabIndex = 21; this.label9.Text = "user"; // // txtUser // this.txtUser.Location = new System.Drawing.Point(541, 21); this.txtUser.Margin = new System.Windows.Forms.Padding(2); this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(76, 20); this.txtUser.TabIndex = 20; this.txtUser.Text = "slocatelli"; // // btnTryUserLogin // this.btnTryUserLogin.Location = new System.Drawing.Point(629, 17); this.btnTryUserLogin.Margin = new System.Windows.Forms.Padding(2); this.btnTryUserLogin.Name = "btnTryUserLogin"; this.btnTryUserLogin.Size = new System.Drawing.Size(80, 26); 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(380, 17); this.btnGetUserList.Margin = new System.Windows.Forms.Padding(2); this.btnGetUserList.Name = "btnGetUserList"; this.btnGetUserList.Size = new System.Drawing.Size(99, 26); 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(288, 48); this.btnGetOrgCode.Margin = new System.Windows.Forms.Padding(2); this.btnGetOrgCode.Name = "btnGetOrgCode"; this.btnGetOrgCode.Size = new System.Drawing.Size(83, 26); 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(192, 17); this.btnTryAuth.Margin = new System.Windows.Forms.Padding(2); this.btnTryAuth.Name = "btnTryAuth"; this.btnTryAuth.Size = new System.Drawing.Size(83, 26); this.btnTryAuth.TabIndex = 16; this.btnTryAuth.Text = "2 tryAuth"; this.btnTryAuth.UseVisualStyleBackColor = true; this.btnTryAuth.Click += new System.EventHandler(this.btnTryAuth_Click); // // btnInit // this.btnInit.Location = new System.Drawing.Point(105, 17); this.btnInit.Margin = new System.Windows.Forms.Padding(2); this.btnInit.Name = "btnInit"; this.btnInit.Size = new System.Drawing.Size(83, 26); this.btnInit.TabIndex = 15; this.btnInit.Text = "1 Init"; this.btnInit.UseVisualStyleBackColor = true; this.btnInit.Click += new System.EventHandler(this.btnInit_Click); // // btnResetParam // this.btnResetParam.Location = new System.Drawing.Point(4, 17); this.btnResetParam.Margin = new System.Windows.Forms.Padding(2); this.btnResetParam.Name = "btnResetParam"; this.btnResetParam.Size = new System.Drawing.Size(83, 26); 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(9, 155); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); 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(893, 440); this.tableLayoutPanel1.TabIndex = 15; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(2, 0); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 0; this.label1.Text = "Request Status"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(180, 0); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 13); this.label2.TabIndex = 1; this.label2.Text = "Return Data"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(358, 0); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(50, 13); this.label5.TabIndex = 2; this.label5.Text = "QR code"; // // lblReqStatus // this.lblReqStatus.AutoSize = true; this.lblReqStatus.Location = new System.Drawing.Point(2, 47); this.lblReqStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblReqStatus.Name = "lblReqStatus"; this.lblReqStatus.Size = new System.Drawing.Size(16, 13); this.lblReqStatus.TabIndex = 3; this.lblReqStatus.Text = "..."; // // lblRetData // this.lblRetData.AutoSize = true; this.lblRetData.Location = new System.Drawing.Point(180, 47); this.lblRetData.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblRetData.Name = "lblRetData"; this.lblRetData.Size = new System.Drawing.Size(16, 13); this.lblRetData.TabIndex = 4; this.lblRetData.Text = "..."; // // pictBox // this.pictBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictBox.Location = new System.Drawing.Point(358, 49); this.pictBox.Margin = new System.Windows.Forms.Padding(2); this.pictBox.Name = "pictBox"; this.pictBox.Size = new System.Drawing.Size(263, 389); this.pictBox.TabIndex = 5; this.pictBox.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(625, 0); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 13); 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(625, 47); this.lblConsole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblConsole.Name = "lblConsole"; this.lblConsole.Size = new System.Drawing.Size(266, 393); this.lblConsole.TabIndex = 7; this.lblConsole.Text = "..."; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(911, 618); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.statusStrip1); this.Margin = new System.Windows.Forms.Padding(2); 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 label10; private System.Windows.Forms.TextBox txtPwd; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtUser; private System.Windows.Forms.Button btnGetClientStatus; private System.Windows.Forms.Button btnFlush; private System.Windows.Forms.Button btnGetUserCreatedList; private System.Windows.Forms.Button btnImportUser; private System.Windows.Forms.Button btnDeleteUserHMI; private System.Windows.Forms.Button btnDeleteUserCloud; 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.CheckBox chkGetImg; private System.Windows.Forms.Label lblUrl; private System.Windows.Forms.Label lblMachineId; private System.Windows.Forms.Button btnGetLic; } }