first commit
This commit is contained in:
304
C4IT_DataHistoryProvider_Test/frmMain2.Designer.cs
generated
Normal file
304
C4IT_DataHistoryProvider_Test/frmMain2.Designer.cs
generated
Normal file
@@ -0,0 +1,304 @@
|
||||
|
||||
namespace C4IT_DataHistoryProvider_Test
|
||||
{
|
||||
partial class frmMain2
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain2));
|
||||
this.tabControlMain = new System.Windows.Forms.TabControl();
|
||||
this.tabPageMain = new System.Windows.Forms.TabPage();
|
||||
this.ctrlMainFunction1 = new C4IT_DataHistoryProvider_Test.ctrlMainFunction();
|
||||
this.tabPageAgent = new System.Windows.Forms.TabPage();
|
||||
this.ctrlClientAgent1 = new C4IT_DataHistoryProvider_Test.ctrlClientAgent();
|
||||
this.tabPageActiveDirectory = new System.Windows.Forms.TabPage();
|
||||
this.ctrlActiveDirectory1 = new C4IT_DataHistoryProvider_Test.ctrlActiveDirectory();
|
||||
this.tabPageM42WPM = new System.Windows.Forms.TabPage();
|
||||
this.ctrlM42Wpm1 = new C4IT_DataHistoryProvider_Test.ctrlM42Wpm();
|
||||
this.tabPageNexthink = new System.Windows.Forms.TabPage();
|
||||
this.ctrlNexthink1 = new C4IT_DataHistoryProvider_Test.ctrlNexthink();
|
||||
this.tabPageCleanup = new System.Windows.Forms.TabPage();
|
||||
this.ctrlCleanup1 = new C4IT_DataHistoryProvider_Test.ctrlCleanup();
|
||||
this.tabPageTest = new System.Windows.Forms.TabPage();
|
||||
this.ctrlTestFunctions1 = new C4IT_DataHistoryProvider_Test.ctrlTestFunctions();
|
||||
this.tabPageF4SDAnalytics = new System.Windows.Forms.TabPage();
|
||||
this.ctrlF4SDAnalytics = new C4IT_DataHistoryProvider_Test.ctrlF4SDAnalytics();
|
||||
this.tabPageCitrix = new System.Windows.Forms.TabPage();
|
||||
this.ctrlCitrix = new C4IT_DataHistoryProvider_Test.ctrlCitrix();
|
||||
this.tabControlMain.SuspendLayout();
|
||||
this.tabPageMain.SuspendLayout();
|
||||
this.tabPageAgent.SuspendLayout();
|
||||
this.tabPageActiveDirectory.SuspendLayout();
|
||||
this.tabPageM42WPM.SuspendLayout();
|
||||
this.tabPageNexthink.SuspendLayout();
|
||||
this.tabPageCleanup.SuspendLayout();
|
||||
this.tabPageTest.SuspendLayout();
|
||||
this.tabPageF4SDAnalytics.SuspendLayout();
|
||||
this.tabPageCitrix.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabControlMain
|
||||
//
|
||||
this.tabControlMain.Controls.Add(this.tabPageMain);
|
||||
this.tabControlMain.Controls.Add(this.tabPageAgent);
|
||||
this.tabControlMain.Controls.Add(this.tabPageActiveDirectory);
|
||||
this.tabControlMain.Controls.Add(this.tabPageM42WPM);
|
||||
this.tabControlMain.Controls.Add(this.tabPageNexthink);
|
||||
this.tabControlMain.Controls.Add(this.tabPageCleanup);
|
||||
this.tabControlMain.Controls.Add(this.tabPageTest);
|
||||
this.tabControlMain.Controls.Add(this.tabPageF4SDAnalytics);
|
||||
this.tabControlMain.Controls.Add(this.tabPageCitrix);
|
||||
this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlMain.Name = "tabControlMain";
|
||||
this.tabControlMain.SelectedIndex = 0;
|
||||
this.tabControlMain.Size = new System.Drawing.Size(1487, 1055);
|
||||
this.tabControlMain.TabIndex = 0;
|
||||
//
|
||||
// tabPageMain
|
||||
//
|
||||
this.tabPageMain.Controls.Add(this.ctrlMainFunction1);
|
||||
this.tabPageMain.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageMain.Name = "tabPageMain";
|
||||
this.tabPageMain.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPageMain.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageMain.TabIndex = 1;
|
||||
this.tabPageMain.Text = "Main";
|
||||
this.tabPageMain.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlMainFunction1
|
||||
//
|
||||
this.ctrlMainFunction1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlMainFunction1.Location = new System.Drawing.Point(3, 3);
|
||||
this.ctrlMainFunction1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlMainFunction1.Name = "ctrlMainFunction1";
|
||||
this.ctrlMainFunction1.Size = new System.Drawing.Size(1473, 1020);
|
||||
this.ctrlMainFunction1.TabIndex = 0;
|
||||
//
|
||||
// tabPageAgent
|
||||
//
|
||||
this.tabPageAgent.Controls.Add(this.ctrlClientAgent1);
|
||||
this.tabPageAgent.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageAgent.Name = "tabPageAgent";
|
||||
this.tabPageAgent.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageAgent.TabIndex = 2;
|
||||
this.tabPageAgent.Text = "F4SD Agent";
|
||||
this.tabPageAgent.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlClientAgent1
|
||||
//
|
||||
this.ctrlClientAgent1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.ctrlClientAgent1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlClientAgent1.Enabled = false;
|
||||
this.ctrlClientAgent1.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlClientAgent1.Name = "ctrlClientAgent1";
|
||||
this.ctrlClientAgent1.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.ctrlClientAgent1.TabIndex = 0;
|
||||
//
|
||||
// tabPageActiveDirectory
|
||||
//
|
||||
this.tabPageActiveDirectory.Controls.Add(this.ctrlActiveDirectory1);
|
||||
this.tabPageActiveDirectory.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageActiveDirectory.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tabPageActiveDirectory.Name = "tabPageActiveDirectory";
|
||||
this.tabPageActiveDirectory.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageActiveDirectory.TabIndex = 5;
|
||||
this.tabPageActiveDirectory.Text = "Active Directory";
|
||||
this.tabPageActiveDirectory.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlActiveDirectory1
|
||||
//
|
||||
this.ctrlActiveDirectory1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlActiveDirectory1.Enabled = false;
|
||||
this.ctrlActiveDirectory1.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlActiveDirectory1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
||||
this.ctrlActiveDirectory1.Name = "ctrlActiveDirectory1";
|
||||
this.ctrlActiveDirectory1.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.ctrlActiveDirectory1.TabIndex = 0;
|
||||
//
|
||||
// tabPageM42WPM
|
||||
//
|
||||
this.tabPageM42WPM.Controls.Add(this.ctrlM42Wpm1);
|
||||
this.tabPageM42WPM.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageM42WPM.Name = "tabPageM42WPM";
|
||||
this.tabPageM42WPM.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageM42WPM.TabIndex = 7;
|
||||
this.tabPageM42WPM.Text = "Matrix WPM";
|
||||
this.tabPageM42WPM.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlM42Wpm1
|
||||
//
|
||||
this.ctrlM42Wpm1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlM42Wpm1.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlM42Wpm1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlM42Wpm1.Name = "ctrlM42Wpm1";
|
||||
this.ctrlM42Wpm1.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.ctrlM42Wpm1.TabIndex = 0;
|
||||
//
|
||||
// tabPageNexthink
|
||||
//
|
||||
this.tabPageNexthink.Controls.Add(this.ctrlNexthink1);
|
||||
this.tabPageNexthink.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageNexthink.Name = "tabPageNexthink";
|
||||
this.tabPageNexthink.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageNexthink.TabIndex = 3;
|
||||
this.tabPageNexthink.Text = "Nexthink";
|
||||
this.tabPageNexthink.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlNexthink1
|
||||
//
|
||||
this.ctrlNexthink1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlNexthink1.Enabled = false;
|
||||
this.ctrlNexthink1.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlNexthink1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.ctrlNexthink1.Name = "ctrlNexthink1";
|
||||
this.ctrlNexthink1.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.ctrlNexthink1.TabIndex = 0;
|
||||
//
|
||||
// tabPageCleanup
|
||||
//
|
||||
this.tabPageCleanup.Controls.Add(this.ctrlCleanup1);
|
||||
this.tabPageCleanup.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageCleanup.Name = "tabPageCleanup";
|
||||
this.tabPageCleanup.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageCleanup.TabIndex = 4;
|
||||
this.tabPageCleanup.Text = "DB Cleanup";
|
||||
this.tabPageCleanup.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlCleanup1
|
||||
//
|
||||
this.ctrlCleanup1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlCleanup1.Enabled = false;
|
||||
this.ctrlCleanup1.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlCleanup1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.ctrlCleanup1.Name = "ctrlCleanup1";
|
||||
this.ctrlCleanup1.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.ctrlCleanup1.TabIndex = 0;
|
||||
//
|
||||
// tabPageTest
|
||||
//
|
||||
this.tabPageTest.Controls.Add(this.ctrlTestFunctions1);
|
||||
this.tabPageTest.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageTest.Name = "tabPageTest";
|
||||
this.tabPageTest.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPageTest.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageTest.TabIndex = 7;
|
||||
this.tabPageTest.Text = "Tests";
|
||||
this.tabPageTest.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlTestFunctions1
|
||||
//
|
||||
this.ctrlTestFunctions1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlTestFunctions1.Enabled = false;
|
||||
this.ctrlTestFunctions1.Location = new System.Drawing.Point(3, 3);
|
||||
this.ctrlTestFunctions1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlTestFunctions1.Name = "ctrlTestFunctions1";
|
||||
this.ctrlTestFunctions1.Size = new System.Drawing.Size(1473, 1020);
|
||||
this.ctrlTestFunctions1.TabIndex = 0;
|
||||
//
|
||||
// tabPageF4SDAnalytics
|
||||
//
|
||||
this.tabPageF4SDAnalytics.Controls.Add(this.ctrlF4SDAnalytics);
|
||||
this.tabPageF4SDAnalytics.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageF4SDAnalytics.Name = "tabPageF4SDAnalytics";
|
||||
this.tabPageF4SDAnalytics.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPageF4SDAnalytics.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageF4SDAnalytics.TabIndex = 6;
|
||||
this.tabPageF4SDAnalytics.Text = "F4SDAnalytics";
|
||||
this.tabPageF4SDAnalytics.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlF4SDAnalytics
|
||||
//
|
||||
this.ctrlF4SDAnalytics.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlF4SDAnalytics.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlF4SDAnalytics.Name = "ctrlF4SDAnalytics";
|
||||
this.ctrlF4SDAnalytics.Size = new System.Drawing.Size(1177, 645);
|
||||
this.ctrlF4SDAnalytics.TabIndex = 0;
|
||||
//
|
||||
// tabPageCitrix
|
||||
//
|
||||
this.tabPageCitrix.Controls.Add(this.ctrlCitrix);
|
||||
this.tabPageCitrix.Location = new System.Drawing.Point(4, 25);
|
||||
this.tabPageCitrix.Name = "tabPageCitrix";
|
||||
this.tabPageCitrix.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPageCitrix.Size = new System.Drawing.Size(1479, 1026);
|
||||
this.tabPageCitrix.TabIndex = 8;
|
||||
this.tabPageCitrix.Text = "Citrix";
|
||||
this.tabPageCitrix.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ctrlF4SDAnalytics
|
||||
//
|
||||
this.ctrlCitrix.Location = new System.Drawing.Point(0, 0);
|
||||
this.ctrlCitrix.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlCitrix.Name = "ctrlCitrix";
|
||||
this.ctrlCitrix.Size = new System.Drawing.Size(1177, 645);
|
||||
this.ctrlCitrix.TabIndex = 0;
|
||||
//
|
||||
// frmMain2
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(1487, 1055);
|
||||
this.Controls.Add(this.tabControlMain);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmMain2";
|
||||
this.Text = "F4SD collector";
|
||||
this.tabControlMain.ResumeLayout(false);
|
||||
this.tabPageMain.ResumeLayout(false);
|
||||
this.tabPageAgent.ResumeLayout(false);
|
||||
this.tabPageActiveDirectory.ResumeLayout(false);
|
||||
this.tabPageM42WPM.ResumeLayout(false);
|
||||
this.tabPageNexthink.ResumeLayout(false);
|
||||
this.tabPageCleanup.ResumeLayout(false);
|
||||
this.tabPageTest.ResumeLayout(false);
|
||||
this.tabPageF4SDAnalytics.ResumeLayout(false);
|
||||
this.tabPageCitrix.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private ctrlMainFunction ctrlMainFunction1;
|
||||
public ctrlActiveDirectory ctrlActiveDirectory1;
|
||||
private ctrlClientAgent ctrlClientAgent1;
|
||||
public ctrlTestFunctions ctrlTestFunctions1;
|
||||
public ctrlF4SDAnalytics ctrlF4SDAnalytics;
|
||||
public ctrlCitrix ctrlCitrix;
|
||||
public System.Windows.Forms.TabPage tabPageMain;
|
||||
private ctrlNexthink ctrlNexthink1;
|
||||
public System.Windows.Forms.TabControl tabControlMain;
|
||||
public System.Windows.Forms.TabPage tabPageNexthink;
|
||||
private ctrlCleanup ctrlCleanup1;
|
||||
private ctrlM42Wpm ctrlM42Wpm1;
|
||||
public System.Windows.Forms.TabPage tabPageM42WPM;
|
||||
public System.Windows.Forms.TabPage tabPageAgent;
|
||||
public System.Windows.Forms.TabPage tabPageCleanup;
|
||||
public System.Windows.Forms.TabPage tabPageActiveDirectory;
|
||||
public System.Windows.Forms.TabPage tabPageTest;
|
||||
public System.Windows.Forms.TabPage tabPageF4SDAnalytics;
|
||||
public System.Windows.Forms.TabPage tabPageCitrix;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user