Files
SteamWare/TestBench/MainFOrm.Designer.cs

1304 lines
62 KiB
C#

namespace TestBench
{
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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblOutMessage = new System.Windows.Forms.Label();
this.chkRecursive = new System.Windows.Forms.CheckBox();
this.btnCopyAll = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtDestDir = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtSourceDir = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.lblHwSwData = new System.Windows.Forms.Label();
this.lblRedis = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.txtMergedName = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.lblNumMerged = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.btnResetAppConf = new System.Windows.Forms.Button();
this.lblTestLogger = new System.Windows.Forms.Label();
this.chkTestLogger = new System.Windows.Forms.CheckBox();
this.btnResetCdv = new System.Windows.Forms.Button();
this.lblRedCDV = new System.Windows.Forms.Label();
this.btnShowCdv = new System.Windows.Forms.Button();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.lblClock = new System.Windows.Forms.Label();
this.lblNextSched = new System.Windows.Forms.Label();
this.lblStartTimer = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtSec = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtMin = new System.Windows.Forms.TextBox();
this.lblOre = new System.Windows.Forms.Label();
this.txtOre = new System.Windows.Forms.TextBox();
this.btnStartSched = new System.Windows.Forms.Button();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lblChannelReceive = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.txtChannelSend = new System.Windows.Forms.TextBox();
this.grpPublisher = new System.Windows.Forms.GroupBox();
this.btnSend = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.txtQueueMessage = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblQueueRead = new System.Windows.Forms.Label();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.btnDownload = new System.Windows.Forms.Button();
this.lblOutUpdMan = new System.Windows.Forms.Label();
this.btnReadUpdMan = new System.Windows.Forms.Button();
this.txtRemoteUrl = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtPass = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tabPage8 = new System.Windows.Forms.TabPage();
this.lblChannelLog = new System.Windows.Forms.Label();
this.btnStartSub = new System.Windows.Forms.Button();
this.txtMessaggio = new System.Windows.Forms.TextBox();
this.btnSendMessage = new System.Windows.Forms.Button();
this.txtChannelName = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.tabPage9 = new System.Windows.Forms.TabPage();
this.lblOutTestMatr = new System.Windows.Forms.Label();
this.btnTestUserLoad = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.txtMatr = new System.Windows.Forms.TextBox();
this.clockTimer = new System.Windows.Forms.Timer(this.components);
this.LogTimer = new System.Windows.Forms.Timer(this.components);
this.tabPage10 = new System.Windows.Forms.TabPage();
this.chkSSL = new System.Windows.Forms.CheckBox();
this.label14 = new System.Windows.Forms.Label();
this.txtEmailTestOut = new System.Windows.Forms.TextBox();
this.btnSendEmail = new System.Windows.Forms.Button();
this.txtSubj = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.txtMessage = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.txtEmailDest = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.txtEmailFrom = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.txtEmailPwd = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.txtEmailUser = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.txtServerPort = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.txtSmtpServ = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.grpPublisher.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabPage7.SuspendLayout();
this.tabPage8.SuspendLayout();
this.tabPage9.SuspendLayout();
this.tabPage10.SuspendLayout();
this.SuspendLayout();
//
// 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.lblOutMessage);
this.groupBox1.Controls.Add(this.chkRecursive);
this.groupBox1.Controls.Add(this.btnCopyAll);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtDestDir);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtSourceDir);
this.groupBox1.Location = new System.Drawing.Point(5, 5);
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(740, 84);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "File IO test";
//
// lblOutMessage
//
this.lblOutMessage.AutoSize = true;
this.lblOutMessage.Location = new System.Drawing.Point(13, 50);
this.lblOutMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblOutMessage.Name = "lblOutMessage";
this.lblOutMessage.Size = new System.Drawing.Size(16, 13);
this.lblOutMessage.TabIndex = 7;
this.lblOutMessage.Text = "...";
//
// chkRecursive
//
this.chkRecursive.AutoSize = true;
this.chkRecursive.Location = new System.Drawing.Point(400, 17);
this.chkRecursive.Margin = new System.Windows.Forms.Padding(2);
this.chkRecursive.Name = "chkRecursive";
this.chkRecursive.Size = new System.Drawing.Size(69, 17);
this.chkRecursive.TabIndex = 6;
this.chkRecursive.Text = "recursive";
this.chkRecursive.UseVisualStyleBackColor = true;
//
// btnCopyAll
//
this.btnCopyAll.Location = new System.Drawing.Point(521, 15);
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(2);
this.btnCopyAll.Name = "btnCopyAll";
this.btnCopyAll.Size = new System.Drawing.Size(56, 19);
this.btnCopyAll.TabIndex = 5;
this.btnCopyAll.Text = "Copy All";
this.btnCopyAll.UseVisualStyleBackColor = true;
this.btnCopyAll.Click += new System.EventHandler(this.BtnCopyAll_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(226, 20);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Dest DIR";
//
// txtDestDir
//
this.txtDestDir.Location = new System.Drawing.Point(278, 17);
this.txtDestDir.Margin = new System.Windows.Forms.Padding(2);
this.txtDestDir.Name = "txtDestDir";
this.txtDestDir.Size = new System.Drawing.Size(118, 20);
this.txtDestDir.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 20);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Source DIR";
//
// txtSourceDir
//
this.txtSourceDir.Location = new System.Drawing.Point(77, 17);
this.txtSourceDir.Margin = new System.Windows.Forms.Padding(2);
this.txtSourceDir.Name = "txtSourceDir";
this.txtSourceDir.Size = new System.Drawing.Size(118, 20);
this.txtSourceDir.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 13);
this.label3.TabIndex = 2;
this.label3.Text = "HwSw Data";
//
// lblHwSwData
//
this.lblHwSwData.AutoSize = true;
this.lblHwSwData.Location = new System.Drawing.Point(97, 16);
this.lblHwSwData.Name = "lblHwSwData";
this.lblHwSwData.Size = new System.Drawing.Size(16, 13);
this.lblHwSwData.TabIndex = 3;
this.lblHwSwData.Text = "...";
//
// lblRedis
//
this.lblRedis.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblRedis.AutoEllipsis = true;
this.lblRedis.Location = new System.Drawing.Point(8, 39);
this.lblRedis.Name = "lblRedis";
this.lblRedis.Size = new System.Drawing.Size(372, 226);
this.lblRedis.TabIndex = 5;
this.lblRedis.Text = "---";
//
// openFileDialog1
//
this.openFileDialog1.DefaultExt = "pdf";
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Multiselect = true;
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// txtMergedName
//
this.txtMergedName.Location = new System.Drawing.Point(92, 14);
this.txtMergedName.Name = "txtMergedName";
this.txtMergedName.Size = new System.Drawing.Size(153, 20);
this.txtMergedName.TabIndex = 6;
this.txtMergedName.Text = "MergedPdfFile.pdf";
//
// button1
//
this.button1.Location = new System.Drawing.Point(5, 11);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "Select PDF";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// lblNumMerged
//
this.lblNumMerged.AutoSize = true;
this.lblNumMerged.Location = new System.Drawing.Point(300, 20);
this.lblNumMerged.Name = "lblNumMerged";
this.lblNumMerged.Size = new System.Drawing.Size(10, 13);
this.lblNumMerged.TabIndex = 8;
this.lblNumMerged.Text = "-";
//
// button2
//
this.button2.Location = new System.Drawing.Point(5, 13);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 9;
this.button2.Text = "RedisInfo";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage10);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Controls.Add(this.tabPage7);
this.tabControl1.Controls.Add(this.tabPage8);
this.tabControl1.Controls.Add(this.tabPage9);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(776, 392);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(768, 366);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "File IO test";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.lblNumMerged);
this.tabPage2.Controls.Add(this.txtMergedName);
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(768, 366);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "PDF test";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.btnResetAppConf);
this.tabPage3.Controls.Add(this.lblTestLogger);
this.tabPage3.Controls.Add(this.chkTestLogger);
this.tabPage3.Controls.Add(this.btnResetCdv);
this.tabPage3.Controls.Add(this.lblRedCDV);
this.tabPage3.Controls.Add(this.btnShowCdv);
this.tabPage3.Controls.Add(this.lblRedis);
this.tabPage3.Controls.Add(this.button2);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(768, 366);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Redis test";
this.tabPage3.UseVisualStyleBackColor = true;
//
// btnResetAppConf
//
this.btnResetAppConf.Location = new System.Drawing.Point(576, 13);
this.btnResetAppConf.Name = "btnResetAppConf";
this.btnResetAppConf.Size = new System.Drawing.Size(114, 23);
this.btnResetAppConf.TabIndex = 16;
this.btnResetAppConf.Text = "ResetAppConf";
this.btnResetAppConf.UseVisualStyleBackColor = true;
this.btnResetAppConf.Click += new System.EventHandler(this.btnResetAppConf_Click);
//
// lblTestLogger
//
this.lblTestLogger.AutoSize = true;
this.lblTestLogger.Location = new System.Drawing.Point(229, 300);
this.lblTestLogger.Name = "lblTestLogger";
this.lblTestLogger.Size = new System.Drawing.Size(16, 13);
this.lblTestLogger.TabIndex = 15;
this.lblTestLogger.Text = "...";
//
// chkTestLogger
//
this.chkTestLogger.AutoSize = true;
this.chkTestLogger.Location = new System.Drawing.Point(11, 300);
this.chkTestLogger.Name = "chkTestLogger";
this.chkTestLogger.Size = new System.Drawing.Size(123, 17);
this.chkTestLogger.TabIndex = 14;
this.chkTestLogger.Text = "Test Redis Log Veto";
this.chkTestLogger.UseVisualStyleBackColor = true;
this.chkTestLogger.CheckedChanged += new System.EventHandler(this.chkTestLogger_CheckedChanged);
//
// btnResetCdv
//
this.btnResetCdv.Location = new System.Drawing.Point(495, 13);
this.btnResetCdv.Name = "btnResetCdv";
this.btnResetCdv.Size = new System.Drawing.Size(75, 23);
this.btnResetCdv.TabIndex = 13;
this.btnResetCdv.Text = "Reset CDV";
this.btnResetCdv.UseVisualStyleBackColor = true;
this.btnResetCdv.Click += new System.EventHandler(this.btnResetCdv_Click);
//
// lblRedCDV
//
this.lblRedCDV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblRedCDV.AutoEllipsis = true;
this.lblRedCDV.Location = new System.Drawing.Point(411, 39);
this.lblRedCDV.Name = "lblRedCDV";
this.lblRedCDV.Size = new System.Drawing.Size(349, 226);
this.lblRedCDV.TabIndex = 10;
this.lblRedCDV.Text = "---";
//
// btnShowCdv
//
this.btnShowCdv.Location = new System.Drawing.Point(414, 13);
this.btnShowCdv.Name = "btnShowCdv";
this.btnShowCdv.Size = new System.Drawing.Size(75, 23);
this.btnShowCdv.TabIndex = 11;
this.btnShowCdv.Text = "Show Config";
this.btnShowCdv.UseVisualStyleBackColor = true;
this.btnShowCdv.Click += new System.EventHandler(this.btnShowCdv_Click);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.label3);
this.tabPage4.Controls.Add(this.lblHwSwData);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(768, 366);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Hw Sw pages";
this.tabPage4.UseVisualStyleBackColor = true;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.lblClock);
this.tabPage5.Controls.Add(this.lblNextSched);
this.tabPage5.Controls.Add(this.lblStartTimer);
this.tabPage5.Controls.Add(this.label6);
this.tabPage5.Controls.Add(this.label5);
this.tabPage5.Controls.Add(this.txtSec);
this.tabPage5.Controls.Add(this.label4);
this.tabPage5.Controls.Add(this.txtMin);
this.tabPage5.Controls.Add(this.lblOre);
this.tabPage5.Controls.Add(this.txtOre);
this.tabPage5.Controls.Add(this.btnStartSched);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Margin = new System.Windows.Forms.Padding(2);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(2);
this.tabPage5.Size = new System.Drawing.Size(768, 366);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "Scheduler";
this.tabPage5.UseVisualStyleBackColor = true;
//
// lblClock
//
this.lblClock.AutoSize = true;
this.lblClock.Location = new System.Drawing.Point(594, 21);
this.lblClock.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblClock.Name = "lblClock";
this.lblClock.Size = new System.Drawing.Size(16, 13);
this.lblClock.TabIndex = 10;
this.lblClock.Text = "...";
//
// lblNextSched
//
this.lblNextSched.AutoSize = true;
this.lblNextSched.Location = new System.Drawing.Point(292, 50);
this.lblNextSched.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblNextSched.Name = "lblNextSched";
this.lblNextSched.Size = new System.Drawing.Size(16, 13);
this.lblNextSched.TabIndex = 9;
this.lblNextSched.Text = "---";
//
// lblStartTimer
//
this.lblStartTimer.AutoSize = true;
this.lblStartTimer.Location = new System.Drawing.Point(292, 21);
this.lblStartTimer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblStartTimer.Name = "lblStartTimer";
this.lblStartTimer.Size = new System.Drawing.Size(16, 13);
this.lblStartTimer.TabIndex = 8;
this.lblStartTimer.Text = "---";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 50);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(232, 13);
this.label6.TabIndex = 7;
this.label6.Text = "Esecuzione test timer con apertura messagebox";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(215, 21);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 13);
this.label5.TabIndex = 6;
this.label5.Text = "sec";
//
// txtSec
//
this.txtSec.Location = new System.Drawing.Point(242, 19);
this.txtSec.Margin = new System.Windows.Forms.Padding(2);
this.txtSec.Name = "txtSec";
this.txtSec.Size = new System.Drawing.Size(35, 20);
this.txtSec.TabIndex = 5;
this.txtSec.Text = "10";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(159, 21);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 13);
this.label4.TabIndex = 4;
this.label4.Text = "min";
//
// txtMin
//
this.txtMin.Location = new System.Drawing.Point(182, 19);
this.txtMin.Margin = new System.Windows.Forms.Padding(2);
this.txtMin.Name = "txtMin";
this.txtMin.Size = new System.Drawing.Size(30, 20);
this.txtMin.TabIndex = 3;
this.txtMin.Text = "0";
//
// lblOre
//
this.lblOre.AutoSize = true;
this.lblOre.Location = new System.Drawing.Point(100, 21);
this.lblOre.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblOre.Name = "lblOre";
this.lblOre.Size = new System.Drawing.Size(19, 13);
this.lblOre.TabIndex = 2;
this.lblOre.Text = "hh";
//
// txtOre
//
this.txtOre.Location = new System.Drawing.Point(122, 19);
this.txtOre.Margin = new System.Windows.Forms.Padding(2);
this.txtOre.Name = "txtOre";
this.txtOre.Size = new System.Drawing.Size(30, 20);
this.txtOre.TabIndex = 1;
this.txtOre.Text = "0";
//
// btnStartSched
//
this.btnStartSched.Location = new System.Drawing.Point(16, 19);
this.btnStartSched.Margin = new System.Windows.Forms.Padding(2);
this.btnStartSched.Name = "btnStartSched";
this.btnStartSched.Size = new System.Drawing.Size(56, 19);
this.btnStartSched.TabIndex = 0;
this.btnStartSched.Text = "Start Scheduler";
this.btnStartSched.UseVisualStyleBackColor = true;
this.btnStartSched.Click += new System.EventHandler(this.btnStartSched_Click);
//
// tabPage6
//
this.tabPage6.Controls.Add(this.groupBox4);
this.tabPage6.Controls.Add(this.groupBox3);
this.tabPage6.Controls.Add(this.grpPublisher);
this.tabPage6.Controls.Add(this.groupBox2);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Margin = new System.Windows.Forms.Padding(2);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Size = new System.Drawing.Size(768, 366);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "MessageQueue";
this.tabPage6.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.lblChannelReceive);
this.groupBox4.Location = new System.Drawing.Point(232, 93);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
this.groupBox4.Size = new System.Drawing.Size(155, 214);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Subscriber (from channel)";
//
// lblChannelReceive
//
this.lblChannelReceive.AutoSize = true;
this.lblChannelReceive.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblChannelReceive.Location = new System.Drawing.Point(2, 15);
this.lblChannelReceive.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblChannelReceive.Name = "lblChannelReceive";
this.lblChannelReceive.Size = new System.Drawing.Size(16, 13);
this.lblChannelReceive.TabIndex = 1;
this.lblChannelReceive.Text = "...";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.txtChannelSend);
this.groupBox3.Location = new System.Drawing.Point(232, 2);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
this.groupBox3.Size = new System.Drawing.Size(155, 84);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Publisher (to channel)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(4, 15);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(111, 13);
this.label8.TabIndex = 0;
this.label8.Text = "message (return send)";
//
// txtChannelSend
//
this.txtChannelSend.Location = new System.Drawing.Point(7, 31);
this.txtChannelSend.Margin = new System.Windows.Forms.Padding(2);
this.txtChannelSend.Multiline = true;
this.txtChannelSend.Name = "txtChannelSend";
this.txtChannelSend.Size = new System.Drawing.Size(140, 49);
this.txtChannelSend.TabIndex = 2;
this.txtChannelSend.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtChannelSend_KeyPress);
//
// grpPublisher
//
this.grpPublisher.Controls.Add(this.btnSend);
this.grpPublisher.Controls.Add(this.label7);
this.grpPublisher.Controls.Add(this.txtQueueMessage);
this.grpPublisher.Location = new System.Drawing.Point(6, 2);
this.grpPublisher.Margin = new System.Windows.Forms.Padding(2);
this.grpPublisher.Name = "grpPublisher";
this.grpPublisher.Padding = new System.Windows.Forms.Padding(2);
this.grpPublisher.Size = new System.Drawing.Size(154, 84);
this.grpPublisher.TabIndex = 1;
this.grpPublisher.TabStop = false;
this.grpPublisher.Text = "Publisher (to LIST)";
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(7, 54);
this.btnSend.Margin = new System.Windows.Forms.Padding(2);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(139, 19);
this.btnSend.TabIndex = 3;
this.btnSend.Text = "Send";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(4, 15);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(49, 13);
this.label7.TabIndex = 0;
this.label7.Text = "message";
//
// txtQueueMessage
//
this.txtQueueMessage.Location = new System.Drawing.Point(7, 31);
this.txtQueueMessage.Margin = new System.Windows.Forms.Padding(2);
this.txtQueueMessage.Name = "txtQueueMessage";
this.txtQueueMessage.Size = new System.Drawing.Size(140, 20);
this.txtQueueMessage.TabIndex = 2;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.lblQueueRead);
this.groupBox2.Location = new System.Drawing.Point(6, 91);
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(154, 214);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Subscriber (from LIST; timer)";
//
// lblQueueRead
//
this.lblQueueRead.AutoSize = true;
this.lblQueueRead.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblQueueRead.Location = new System.Drawing.Point(2, 15);
this.lblQueueRead.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblQueueRead.Name = "lblQueueRead";
this.lblQueueRead.Size = new System.Drawing.Size(16, 13);
this.lblQueueRead.TabIndex = 1;
this.lblQueueRead.Text = "...";
//
// tabPage7
//
this.tabPage7.Controls.Add(this.btnDownload);
this.tabPage7.Controls.Add(this.lblOutUpdMan);
this.tabPage7.Controls.Add(this.btnReadUpdMan);
this.tabPage7.Controls.Add(this.txtRemoteUrl);
this.tabPage7.Controls.Add(this.label11);
this.tabPage7.Controls.Add(this.txtPass);
this.tabPage7.Controls.Add(this.label10);
this.tabPage7.Controls.Add(this.txtUser);
this.tabPage7.Controls.Add(this.label9);
this.tabPage7.Location = new System.Drawing.Point(4, 22);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(768, 366);
this.tabPage7.TabIndex = 6;
this.tabPage7.Text = "Update Man";
this.tabPage7.UseVisualStyleBackColor = true;
//
// btnDownload
//
this.btnDownload.Location = new System.Drawing.Point(496, 15);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(175, 23);
this.btnDownload.TabIndex = 8;
this.btnDownload.Text = "Download latest";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// lblOutUpdMan
//
this.lblOutUpdMan.AutoSize = true;
this.lblOutUpdMan.Location = new System.Drawing.Point(19, 76);
this.lblOutUpdMan.Name = "lblOutUpdMan";
this.lblOutUpdMan.Size = new System.Drawing.Size(16, 13);
this.lblOutUpdMan.TabIndex = 7;
this.lblOutUpdMan.Text = "---";
//
// btnReadUpdMan
//
this.btnReadUpdMan.Location = new System.Drawing.Point(315, 15);
this.btnReadUpdMan.Name = "btnReadUpdMan";
this.btnReadUpdMan.Size = new System.Drawing.Size(175, 23);
this.btnReadUpdMan.TabIndex = 6;
this.btnReadUpdMan.Text = "Retrieve Info";
this.btnReadUpdMan.UseVisualStyleBackColor = true;
this.btnReadUpdMan.Click += new System.EventHandler(this.btnReadUpdMan_Click);
//
// txtRemoteUrl
//
this.txtRemoteUrl.Location = new System.Drawing.Point(60, 43);
this.txtRemoteUrl.Name = "txtRemoteUrl";
this.txtRemoteUrl.Size = new System.Drawing.Size(611, 20);
this.txtRemoteUrl.TabIndex = 5;
this.txtRemoteUrl.Text = "http://nexus.steamware.net/repository/SWS/ZCode/master/LAST/manifest.xml";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(19, 46);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(20, 13);
this.label11.TabIndex = 4;
this.label11.Text = "Url";
//
// txtPass
//
this.txtPass.Location = new System.Drawing.Point(209, 17);
this.txtPass.Name = "txtPass";
this.txtPass.Size = new System.Drawing.Size(100, 20);
this.txtPass.TabIndex = 3;
this.txtPass.Text = "viaD@nte16";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(168, 20);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(30, 13);
this.label10.TabIndex = 2;
this.label10.Text = "Pass";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(60, 17);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(100, 20);
this.txtUser.TabIndex = 1;
this.txtUser.Text = "SWDownloader";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(19, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 13);
this.label9.TabIndex = 0;
this.label9.Text = "User";
//
// tabPage8
//
this.tabPage8.Controls.Add(this.lblChannelLog);
this.tabPage8.Controls.Add(this.btnStartSub);
this.tabPage8.Controls.Add(this.txtMessaggio);
this.tabPage8.Controls.Add(this.btnSendMessage);
this.tabPage8.Controls.Add(this.txtChannelName);
this.tabPage8.Controls.Add(this.label12);
this.tabPage8.Location = new System.Drawing.Point(4, 22);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
this.tabPage8.Size = new System.Drawing.Size(768, 366);
this.tabPage8.TabIndex = 7;
this.tabPage8.Text = "PubSub (REDIS)";
this.tabPage8.UseVisualStyleBackColor = true;
//
// lblChannelLog
//
this.lblChannelLog.AutoSize = true;
this.lblChannelLog.BackColor = System.Drawing.Color.Black;
this.lblChannelLog.ForeColor = System.Drawing.Color.Yellow;
this.lblChannelLog.Location = new System.Drawing.Point(378, 65);
this.lblChannelLog.MaximumSize = new System.Drawing.Size(400, 300);
this.lblChannelLog.MinimumSize = new System.Drawing.Size(400, 300);
this.lblChannelLog.Name = "lblChannelLog";
this.lblChannelLog.Size = new System.Drawing.Size(400, 300);
this.lblChannelLog.TabIndex = 9;
this.lblChannelLog.Text = "log";
//
// btnStartSub
//
this.btnStartSub.Location = new System.Drawing.Point(619, 12);
this.btnStartSub.Name = "btnStartSub";
this.btnStartSub.Size = new System.Drawing.Size(141, 23);
this.btnStartSub.TabIndex = 5;
this.btnStartSub.Text = "Start Channel Sub";
this.btnStartSub.UseVisualStyleBackColor = true;
this.btnStartSub.Click += new System.EventHandler(this.btnStartSub_Click);
//
// txtMessaggio
//
this.txtMessaggio.Enabled = false;
this.txtMessaggio.Location = new System.Drawing.Point(103, 62);
this.txtMessaggio.Name = "txtMessaggio";
this.txtMessaggio.Size = new System.Drawing.Size(152, 20);
this.txtMessaggio.TabIndex = 4;
this.txtMessaggio.Text = "...";
this.txtMessaggio.TextChanged += new System.EventHandler(this.txtMessaggio_TextChanged);
//
// btnSendMessage
//
this.btnSendMessage.Enabled = false;
this.btnSendMessage.Location = new System.Drawing.Point(23, 62);
this.btnSendMessage.Name = "btnSendMessage";
this.btnSendMessage.Size = new System.Drawing.Size(74, 23);
this.btnSendMessage.TabIndex = 2;
this.btnSendMessage.Text = "Send";
this.btnSendMessage.UseVisualStyleBackColor = true;
this.btnSendMessage.Click += new System.EventHandler(this.btnSendMessage_Click);
//
// txtChannelName
//
this.txtChannelName.Location = new System.Drawing.Point(103, 14);
this.txtChannelName.Name = "txtChannelName";
this.txtChannelName.Size = new System.Drawing.Size(152, 20);
this.txtChannelName.TabIndex = 1;
this.txtChannelName.Text = "myTestChannel";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(20, 17);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(77, 13);
this.label12.TabIndex = 0;
this.label12.Text = "Channel Name";
//
// tabPage9
//
this.tabPage9.Controls.Add(this.lblOutTestMatr);
this.tabPage9.Controls.Add(this.btnTestUserLoad);
this.tabPage9.Controls.Add(this.label13);
this.tabPage9.Controls.Add(this.txtMatr);
this.tabPage9.Location = new System.Drawing.Point(4, 22);
this.tabPage9.Name = "tabPage9";
this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
this.tabPage9.Size = new System.Drawing.Size(768, 366);
this.tabPage9.TabIndex = 8;
this.tabPage9.Text = "Test Vari";
this.tabPage9.UseVisualStyleBackColor = true;
//
// lblOutTestMatr
//
this.lblOutTestMatr.AutoSize = true;
this.lblOutTestMatr.Location = new System.Drawing.Point(218, 14);
this.lblOutTestMatr.Name = "lblOutTestMatr";
this.lblOutTestMatr.Size = new System.Drawing.Size(16, 13);
this.lblOutTestMatr.TabIndex = 3;
this.lblOutTestMatr.Text = "---";
//
// btnTestUserLoad
//
this.btnTestUserLoad.Location = new System.Drawing.Point(126, 11);
this.btnTestUserLoad.Name = "btnTestUserLoad";
this.btnTestUserLoad.Size = new System.Drawing.Size(75, 23);
this.btnTestUserLoad.TabIndex = 2;
this.btnTestUserLoad.Text = "load user";
this.btnTestUserLoad.UseVisualStyleBackColor = true;
this.btnTestUserLoad.Click += new System.EventHandler(this.btnTestUserLoad_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(8, 14);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(27, 13);
this.label13.TabIndex = 1;
this.label13.Text = "matr";
//
// txtMatr
//
this.txtMatr.Location = new System.Drawing.Point(41, 11);
this.txtMatr.Name = "txtMatr";
this.txtMatr.Size = new System.Drawing.Size(69, 20);
this.txtMatr.TabIndex = 0;
this.txtMatr.Text = "102";
this.txtMatr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// clockTimer
//
this.clockTimer.Interval = 50;
this.clockTimer.Tick += new System.EventHandler(this.clockTimer_Tick);
//
// LogTimer
//
this.LogTimer.Interval = 10;
this.LogTimer.Tick += new System.EventHandler(this.LogTimer_Tick);
//
// tabPage10
//
this.tabPage10.Controls.Add(this.chkSSL);
this.tabPage10.Controls.Add(this.label14);
this.tabPage10.Controls.Add(this.txtEmailTestOut);
this.tabPage10.Controls.Add(this.btnSendEmail);
this.tabPage10.Controls.Add(this.txtSubj);
this.tabPage10.Controls.Add(this.label16);
this.tabPage10.Controls.Add(this.txtMessage);
this.tabPage10.Controls.Add(this.label17);
this.tabPage10.Controls.Add(this.txtEmailDest);
this.tabPage10.Controls.Add(this.label18);
this.tabPage10.Controls.Add(this.txtEmailFrom);
this.tabPage10.Controls.Add(this.label19);
this.tabPage10.Controls.Add(this.txtEmailPwd);
this.tabPage10.Controls.Add(this.label20);
this.tabPage10.Controls.Add(this.txtEmailUser);
this.tabPage10.Controls.Add(this.label21);
this.tabPage10.Controls.Add(this.txtServerPort);
this.tabPage10.Controls.Add(this.label22);
this.tabPage10.Controls.Add(this.txtSmtpServ);
this.tabPage10.Controls.Add(this.label23);
this.tabPage10.Location = new System.Drawing.Point(4, 22);
this.tabPage10.Name = "tabPage10";
this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
this.tabPage10.Size = new System.Drawing.Size(768, 366);
this.tabPage10.TabIndex = 9;
this.tabPage10.Text = "Email test";
this.tabPage10.UseVisualStyleBackColor = true;
this.tabPage10.Enter += new System.EventHandler(this.tabPage10_Enter);
//
// chkSSL
//
this.chkSSL.AutoSize = true;
this.chkSSL.Checked = true;
this.chkSSL.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSSL.Enabled = false;
this.chkSSL.Location = new System.Drawing.Point(110, 69);
this.chkSSL.Name = "chkSSL";
this.chkSSL.Size = new System.Drawing.Size(68, 17);
this.chkSSL.TabIndex = 41;
this.chkSSL.Text = "Use SSL";
this.chkSSL.UseVisualStyleBackColor = true;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(2, 69);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(42, 13);
this.label14.TabIndex = 40;
this.label14.Text = "Opzioni";
//
// txtEmailTestOut
//
this.txtEmailTestOut.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.txtEmailTestOut.ForeColor = System.Drawing.SystemColors.Info;
this.txtEmailTestOut.Location = new System.Drawing.Point(295, 4);
this.txtEmailTestOut.Multiline = true;
this.txtEmailTestOut.Name = "txtEmailTestOut";
this.txtEmailTestOut.Size = new System.Drawing.Size(472, 362);
this.txtEmailTestOut.TabIndex = 39;
this.txtEmailTestOut.Text = "...";
//
// btnSendEmail
//
this.btnSendEmail.Location = new System.Drawing.Point(5, 320);
this.btnSendEmail.Name = "btnSendEmail";
this.btnSendEmail.Size = new System.Drawing.Size(284, 43);
this.btnSendEmail.TabIndex = 37;
this.btnSendEmail.Text = "Send Message";
this.btnSendEmail.UseVisualStyleBackColor = true;
this.btnSendEmail.Click += new System.EventHandler(this.btnSendEmail_Click);
//
// txtSubj
//
this.txtSubj.Location = new System.Drawing.Point(110, 234);
this.txtSubj.Name = "txtSubj";
this.txtSubj.Size = new System.Drawing.Size(179, 20);
this.txtSubj.TabIndex = 36;
this.txtSubj.Text = "Invio messaggio di prova";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(2, 237);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(43, 13);
this.label16.TabIndex = 35;
this.label16.Text = "Subject";
//
// txtMessage
//
this.txtMessage.Location = new System.Drawing.Point(110, 267);
this.txtMessage.Multiline = true;
this.txtMessage.Name = "txtMessage";
this.txtMessage.Size = new System.Drawing.Size(179, 47);
this.txtMessage.TabIndex = 34;
this.txtMessage.Text = "Messaggio di prova - test librerie SteamWareLibs.dll net Framework.";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(2, 270);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(50, 13);
this.label17.TabIndex = 33;
this.label17.Text = "Message";
//
// txtEmailDest
//
this.txtEmailDest.Location = new System.Drawing.Point(110, 201);
this.txtEmailDest.Name = "txtEmailDest";
this.txtEmailDest.Size = new System.Drawing.Size(179, 20);
this.txtEmailDest.TabIndex = 32;
this.txtEmailDest.Text = "samuele.locatelli@egalware.com";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(2, 204);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 13);
this.label18.TabIndex = 31;
this.label18.Text = "To (email)";
//
// txtEmailFrom
//
this.txtEmailFrom.Location = new System.Drawing.Point(110, 168);
this.txtEmailFrom.Name = "txtEmailFrom";
this.txtEmailFrom.Size = new System.Drawing.Size(179, 20);
this.txtEmailFrom.TabIndex = 30;
this.txtEmailFrom.Text = "info@steamware.net";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(2, 171);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(63, 13);
this.label19.TabIndex = 29;
this.label19.Text = "From (email)";
//
// txtEmailPwd
//
this.txtEmailPwd.Location = new System.Drawing.Point(110, 135);
this.txtEmailPwd.Name = "txtEmailPwd";
this.txtEmailPwd.PasswordChar = '*';
this.txtEmailPwd.Size = new System.Drawing.Size(179, 20);
this.txtEmailPwd.TabIndex = 28;
this.txtEmailPwd.Text = "vpsad24068";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(2, 138);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 13);
this.label20.TabIndex = 27;
this.label20.Text = "Password";
//
// txtEmailUser
//
this.txtEmailUser.Location = new System.Drawing.Point(110, 102);
this.txtEmailUser.Name = "txtEmailUser";
this.txtEmailUser.Size = new System.Drawing.Size(179, 20);
this.txtEmailUser.TabIndex = 26;
this.txtEmailUser.Text = "services@steamware.net";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(2, 105);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(55, 13);
this.label21.TabIndex = 25;
this.label21.Text = "Username";
//
// txtServerPort
//
this.txtServerPort.Enabled = false;
this.txtServerPort.Location = new System.Drawing.Point(110, 36);
this.txtServerPort.Name = "txtServerPort";
this.txtServerPort.Size = new System.Drawing.Size(179, 20);
this.txtServerPort.TabIndex = 24;
this.txtServerPort.Text = "25";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(2, 39);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(58, 13);
this.label22.TabIndex = 23;
this.label22.Text = "SMTP port";
//
// txtSmtpServ
//
this.txtSmtpServ.Location = new System.Drawing.Point(110, 3);
this.txtSmtpServ.Name = "txtSmtpServ";
this.txtSmtpServ.Size = new System.Drawing.Size(179, 20);
this.txtSmtpServ.TabIndex = 22;
this.txtSmtpServ.Text = "smtp.gmail.com";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(2, 6);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(93, 13);
this.label23.TabIndex = 21;
this.label23.Text = "SMTP server addr";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(776, 392);
this.Controls.Add(this.tabControl1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainForm";
this.Text = "WinForm library POC";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
this.tabPage6.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.grpPublisher.ResumeLayout(false);
this.grpPublisher.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.tabPage8.ResumeLayout(false);
this.tabPage8.PerformLayout();
this.tabPage9.ResumeLayout(false);
this.tabPage9.PerformLayout();
this.tabPage10.ResumeLayout(false);
this.tabPage10.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnCopyAll;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtDestDir;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtSourceDir;
private System.Windows.Forms.CheckBox chkRecursive;
private System.Windows.Forms.Label lblOutMessage;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblHwSwData;
private System.Windows.Forms.Label lblRedis;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.TextBox txtMergedName;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label lblNumMerged;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button btnResetCdv;
private System.Windows.Forms.Label lblRedCDV;
private System.Windows.Forms.Button btnShowCdv;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtSec;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtMin;
private System.Windows.Forms.Label lblOre;
private System.Windows.Forms.TextBox txtOre;
private System.Windows.Forms.Button btnStartSched;
private System.Windows.Forms.Label lblNextSched;
private System.Windows.Forms.Label lblStartTimer;
private System.Windows.Forms.Label lblClock;
private System.Windows.Forms.Timer clockTimer;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.GroupBox grpPublisher;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtQueueMessage;
private System.Windows.Forms.Label lblQueueRead;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label lblChannelReceive;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtChannelSend;
private System.Windows.Forms.Label lblTestLogger;
private System.Windows.Forms.CheckBox chkTestLogger;
private System.Windows.Forms.Timer LogTimer;
private System.Windows.Forms.Button btnResetAppConf;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.TextBox txtPass;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtRemoteUrl;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label lblOutUpdMan;
private System.Windows.Forms.Button btnReadUpdMan;
private System.Windows.Forms.Button btnDownload;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.Button btnStartSub;
private System.Windows.Forms.TextBox txtMessaggio;
private System.Windows.Forms.Button btnSendMessage;
private System.Windows.Forms.TextBox txtChannelName;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label lblChannelLog;
private System.Windows.Forms.TabPage tabPage9;
private System.Windows.Forms.Label lblOutTestMatr;
private System.Windows.Forms.Button btnTestUserLoad;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtMatr;
private System.Windows.Forms.TabPage tabPage10;
private System.Windows.Forms.CheckBox chkSSL;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtEmailTestOut;
private System.Windows.Forms.Button btnSendEmail;
private System.Windows.Forms.TextBox txtSubj;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox txtMessage;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox txtEmailDest;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtEmailFrom;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtEmailPwd;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox txtEmailUser;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txtServerPort;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox txtSmtpServ;
private System.Windows.Forms.Label label23;
}
}