536 lines
22 KiB
C#
536 lines
22 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.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.btnStartSched = new System.Windows.Forms.Button();
|
|
this.txtOre = new System.Windows.Forms.TextBox();
|
|
this.lblOre = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtMin = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtSec = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lblStartTimer = new System.Windows.Forms.Label();
|
|
this.lblNextSched = new System.Windows.Forms.Label();
|
|
this.lblClock = new System.Windows.Forms.Label();
|
|
this.clockTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox1.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tabPage4.SuspendLayout();
|
|
this.tabPage5.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(7, 6);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(987, 103);
|
|
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(17, 62);
|
|
this.lblOutMessage.Name = "lblOutMessage";
|
|
this.lblOutMessage.Size = new System.Drawing.Size(20, 17);
|
|
this.lblOutMessage.TabIndex = 7;
|
|
this.lblOutMessage.Text = "...";
|
|
//
|
|
// chkRecursive
|
|
//
|
|
this.chkRecursive.AutoSize = true;
|
|
this.chkRecursive.Location = new System.Drawing.Point(533, 21);
|
|
this.chkRecursive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.chkRecursive.Name = "chkRecursive";
|
|
this.chkRecursive.Size = new System.Drawing.Size(88, 21);
|
|
this.chkRecursive.TabIndex = 6;
|
|
this.chkRecursive.Text = "recursive";
|
|
this.chkRecursive.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCopyAll
|
|
//
|
|
this.btnCopyAll.Location = new System.Drawing.Point(695, 18);
|
|
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnCopyAll.Name = "btnCopyAll";
|
|
this.btnCopyAll.Size = new System.Drawing.Size(75, 23);
|
|
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(301, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(64, 17);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Dest DIR";
|
|
//
|
|
// txtDestDir
|
|
//
|
|
this.txtDestDir.Location = new System.Drawing.Point(371, 21);
|
|
this.txtDestDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.txtDestDir.Name = "txtDestDir";
|
|
this.txtDestDir.Size = new System.Drawing.Size(156, 22);
|
|
this.txtDestDir.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 25);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 17);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Source DIR";
|
|
//
|
|
// txtSourceDir
|
|
//
|
|
this.txtSourceDir.Location = new System.Drawing.Point(103, 21);
|
|
this.txtSourceDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.txtSourceDir.Name = "txtSourceDir";
|
|
this.txtSourceDir.Size = new System.Drawing.Size(156, 22);
|
|
this.txtSourceDir.TabIndex = 1;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 20);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(79, 17);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "HwSw Data";
|
|
//
|
|
// lblHwSwData
|
|
//
|
|
this.lblHwSwData.AutoSize = true;
|
|
this.lblHwSwData.Location = new System.Drawing.Point(129, 20);
|
|
this.lblHwSwData.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblHwSwData.Name = "lblHwSwData";
|
|
this.lblHwSwData.Size = new System.Drawing.Size(20, 17);
|
|
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(11, 48);
|
|
this.lblRedis.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblRedis.Name = "lblRedis";
|
|
this.lblRedis.Size = new System.Drawing.Size(496, 361);
|
|
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(123, 17);
|
|
this.txtMergedName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txtMergedName.Name = "txtMergedName";
|
|
this.txtMergedName.Size = new System.Drawing.Size(203, 22);
|
|
this.txtMergedName.TabIndex = 6;
|
|
this.txtMergedName.Text = "MergedPdfFile.pdf";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(7, 14);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(100, 28);
|
|
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(400, 25);
|
|
this.lblNumMerged.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblNumMerged.Name = "lblNumMerged";
|
|
this.lblNumMerged.Size = new System.Drawing.Size(13, 17);
|
|
this.lblNumMerged.TabIndex = 8;
|
|
this.lblNumMerged.Text = "-";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(7, 16);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(100, 28);
|
|
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.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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1035, 447);
|
|
this.tabControl1.TabIndex = 10;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage1.Size = new System.Drawing.Size(1027, 418);
|
|
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, 25);
|
|
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage2.Size = new System.Drawing.Size(1027, 418);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "PDF test";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage3
|
|
//
|
|
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, 25);
|
|
this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(1027, 418);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Redis test";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnResetCdv
|
|
//
|
|
this.btnResetCdv.Location = new System.Drawing.Point(660, 16);
|
|
this.btnResetCdv.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnResetCdv.Name = "btnResetCdv";
|
|
this.btnResetCdv.Size = new System.Drawing.Size(100, 28);
|
|
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(548, 48);
|
|
this.lblRedCDV.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblRedCDV.Name = "lblRedCDV";
|
|
this.lblRedCDV.Size = new System.Drawing.Size(465, 361);
|
|
this.lblRedCDV.TabIndex = 10;
|
|
this.lblRedCDV.Text = "---";
|
|
//
|
|
// btnShowCdv
|
|
//
|
|
this.btnShowCdv.Location = new System.Drawing.Point(552, 16);
|
|
this.btnShowCdv.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnShowCdv.Name = "btnShowCdv";
|
|
this.btnShowCdv.Size = new System.Drawing.Size(100, 28);
|
|
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, 25);
|
|
this.tabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Size = new System.Drawing.Size(1027, 418);
|
|
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, 25);
|
|
this.tabPage5.Name = "tabPage5";
|
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage5.Size = new System.Drawing.Size(1027, 418);
|
|
this.tabPage5.TabIndex = 4;
|
|
this.tabPage5.Text = "Scheduler";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnStartSched
|
|
//
|
|
this.btnStartSched.Location = new System.Drawing.Point(21, 23);
|
|
this.btnStartSched.Name = "btnStartSched";
|
|
this.btnStartSched.Size = new System.Drawing.Size(75, 23);
|
|
this.btnStartSched.TabIndex = 0;
|
|
this.btnStartSched.Text = "Start Scheduler";
|
|
this.btnStartSched.UseVisualStyleBackColor = true;
|
|
this.btnStartSched.Click += new System.EventHandler(this.btnStartSched_Click);
|
|
//
|
|
// txtOre
|
|
//
|
|
this.txtOre.Location = new System.Drawing.Point(163, 23);
|
|
this.txtOre.Name = "txtOre";
|
|
this.txtOre.Size = new System.Drawing.Size(39, 22);
|
|
this.txtOre.TabIndex = 1;
|
|
this.txtOre.Text = "0";
|
|
//
|
|
// lblOre
|
|
//
|
|
this.lblOre.AutoSize = true;
|
|
this.lblOre.Location = new System.Drawing.Point(133, 26);
|
|
this.lblOre.Name = "lblOre";
|
|
this.lblOre.Size = new System.Drawing.Size(24, 17);
|
|
this.lblOre.TabIndex = 2;
|
|
this.lblOre.Text = "hh";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(212, 26);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(30, 17);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "min";
|
|
//
|
|
// txtMin
|
|
//
|
|
this.txtMin.Location = new System.Drawing.Point(242, 23);
|
|
this.txtMin.Name = "txtMin";
|
|
this.txtMin.Size = new System.Drawing.Size(39, 22);
|
|
this.txtMin.TabIndex = 3;
|
|
this.txtMin.Text = "0";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(287, 26);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(30, 17);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "sec";
|
|
//
|
|
// txtSec
|
|
//
|
|
this.txtSec.Location = new System.Drawing.Point(322, 23);
|
|
this.txtSec.Name = "txtSec";
|
|
this.txtSec.Size = new System.Drawing.Size(45, 22);
|
|
this.txtSec.TabIndex = 5;
|
|
this.txtSec.Text = "10";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(27, 62);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(311, 17);
|
|
this.label6.TabIndex = 7;
|
|
this.label6.Text = "Esecuzione test timer con apertura messagebox";
|
|
//
|
|
// lblStartTimer
|
|
//
|
|
this.lblStartTimer.AutoSize = true;
|
|
this.lblStartTimer.Location = new System.Drawing.Point(389, 26);
|
|
this.lblStartTimer.Name = "lblStartTimer";
|
|
this.lblStartTimer.Size = new System.Drawing.Size(23, 17);
|
|
this.lblStartTimer.TabIndex = 8;
|
|
this.lblStartTimer.Text = "---";
|
|
//
|
|
// lblNextSched
|
|
//
|
|
this.lblNextSched.AutoSize = true;
|
|
this.lblNextSched.Location = new System.Drawing.Point(389, 62);
|
|
this.lblNextSched.Name = "lblNextSched";
|
|
this.lblNextSched.Size = new System.Drawing.Size(23, 17);
|
|
this.lblNextSched.TabIndex = 9;
|
|
this.lblNextSched.Text = "---";
|
|
//
|
|
// lblClock
|
|
//
|
|
this.lblClock.AutoSize = true;
|
|
this.lblClock.Location = new System.Drawing.Point(792, 26);
|
|
this.lblClock.Name = "lblClock";
|
|
this.lblClock.Size = new System.Drawing.Size(20, 17);
|
|
this.lblClock.TabIndex = 10;
|
|
this.lblClock.Text = "...";
|
|
//
|
|
// clockTimer
|
|
//
|
|
this.clockTimer.Interval = 500;
|
|
this.clockTimer.Tick += new System.EventHandler(this.clockTimer_Tick);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1035, 447);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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.tabPage4.ResumeLayout(false);
|
|
this.tabPage4.PerformLayout();
|
|
this.tabPage5.ResumeLayout(false);
|
|
this.tabPage5.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;
|
|
}
|
|
}
|
|
|