namespace MgTestAdmin
{
partial class DbControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbControl));
this.mainToolstrip = new System.Windows.Forms.ToolStrip();
this.btnExportDump = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dbTree = new System.Windows.Forms.TreeView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabTestManager = new System.Windows.Forms.TabPage();
this.tabParameterSets = new System.Windows.Forms.TabPage();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.tslName = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.testManagerControl = new MgTestAdmin.TestManagerControl();
this.parameterSetManager = new MgTestAdmin.ParameterSetManager();
this.mainToolstrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabTestManager.SuspendLayout();
this.tabParameterSets.SuspendLayout();
this.SuspendLayout();
//
// mainToolstrip
//
this.mainToolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslName,
this.toolStripSeparator1,
this.btnExportDump});
this.mainToolstrip.Location = new System.Drawing.Point(0, 0);
this.mainToolstrip.Name = "mainToolstrip";
this.mainToolstrip.Size = new System.Drawing.Size(925, 25);
this.mainToolstrip.TabIndex = 0;
this.mainToolstrip.Text = "toolStrip1";
//
// btnExportDump
//
this.btnExportDump.Image = ((System.Drawing.Image)(resources.GetObject("btnExportDump.Image")));
this.btnExportDump.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnExportDump.Name = "btnExportDump";
this.btnExportDump.Size = new System.Drawing.Size(96, 22);
this.btnExportDump.Text = "Export Dump";
this.btnExportDump.Click += new System.EventHandler(this.btnExportDump_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 25);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dbTree);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(925, 436);
this.splitContainer1.SplitterDistance = 172;
this.splitContainer1.TabIndex = 1;
//
// dbTree
//
this.dbTree.Dock = System.Windows.Forms.DockStyle.Fill;
this.dbTree.Location = new System.Drawing.Point(0, 0);
this.dbTree.Name = "dbTree";
this.dbTree.Size = new System.Drawing.Size(172, 436);
this.dbTree.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabTestManager);
this.tabControl1.Controls.Add(this.tabParameterSets);
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(749, 436);
this.tabControl1.TabIndex = 0;
//
// tabTestManager
//
this.tabTestManager.Controls.Add(this.testManagerControl);
this.tabTestManager.Location = new System.Drawing.Point(4, 22);
this.tabTestManager.Name = "tabTestManager";
this.tabTestManager.Padding = new System.Windows.Forms.Padding(3);
this.tabTestManager.Size = new System.Drawing.Size(741, 410);
this.tabTestManager.TabIndex = 0;
this.tabTestManager.Text = "Test Manager";
this.tabTestManager.UseVisualStyleBackColor = true;
//
// tabParameterSets
//
this.tabParameterSets.Controls.Add(this.parameterSetManager);
this.tabParameterSets.Location = new System.Drawing.Point(4, 22);
this.tabParameterSets.Name = "tabParameterSets";
this.tabParameterSets.Size = new System.Drawing.Size(670, 410);
this.tabParameterSets.TabIndex = 1;
this.tabParameterSets.Text = "Parameter Sets";
this.tabParameterSets.UseVisualStyleBackColor = true;
//
// tslName
//
this.tslName.Name = "tslName";
this.tslName.Size = new System.Drawing.Size(0, 22);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// testManagerControl
//
this.testManagerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.testManagerControl.Location = new System.Drawing.Point(3, 3);
this.testManagerControl.Name = "testManagerControl";
this.testManagerControl.Size = new System.Drawing.Size(735, 404);
this.testManagerControl.TabIndex = 0;
//
// parameterSetManager
//
this.parameterSetManager.Dock = System.Windows.Forms.DockStyle.Fill;
this.parameterSetManager.Location = new System.Drawing.Point(0, 0);
this.parameterSetManager.Name = "parameterSetManager";
this.parameterSetManager.Size = new System.Drawing.Size(670, 410);
this.parameterSetManager.TabIndex = 0;
//
// DbControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.mainToolstrip);
this.Name = "DbControl";
this.Size = new System.Drawing.Size(925, 461);
this.mainToolstrip.ResumeLayout(false);
this.mainToolstrip.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabTestManager.ResumeLayout(false);
this.tabParameterSets.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip mainToolstrip;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabTestManager;
private TestManagerControl testManagerControl;
private System.Windows.Forms.TabPage tabParameterSets;
private System.Windows.Forms.TreeView dbTree;
private System.Windows.Forms.ToolStripButton btnExportDump;
private ParameterSetManager parameterSetManager;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.ToolStripLabel tslName;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
}
}