namespace TestBench { 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.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.tabPage4 = new System.Windows.Forms.TabPage(); this.lblRedCDV = new System.Windows.Forms.Label(); this.btnShowCdv = new System.Windows.Forms.Button(); this.btnResetCdv = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.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, 79); 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, 293); 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.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); 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, 363); this.tabControl1.TabIndex = 10; // // 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(750, 113); 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, 337); 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, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(768, 337); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Redis test"; this.tabPage3.UseVisualStyleBackColor = true; // // 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(750, 192); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Hw Sw pages"; this.tabPage4.UseVisualStyleBackColor = true; // // 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, 293); 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); // // 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); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(776, 363); 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.tabPage4.ResumeLayout(false); this.tabPage4.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; } }