475 lines
24 KiB
C#
475 lines
24 KiB
C#
namespace ResultsBrowser
|
|
{
|
|
partial class ResultsBrowserWnd
|
|
{
|
|
/// <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()
|
|
{
|
|
this.vSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.hSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.filtersGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.filtersFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.resultsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.consoleTextBox = new System.Windows.Forms.TextBox();
|
|
this.resultsListView = new System.Windows.Forms.ListView();
|
|
this.customQueryButton = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.histogramBtn = new System.Windows.Forms.Button();
|
|
this.statisticsBtn = new System.Windows.Forms.Button();
|
|
this.outputGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.exportQueryResultsBtn = new System.Windows.Forms.Button();
|
|
this.printQueryResultsBtn = new System.Windows.Forms.Button();
|
|
this.printerConfigBtn = new System.Windows.Forms.Button();
|
|
this.formatOfResultsBtn = new System.Windows.Forms.Button();
|
|
this.clearFiltersBtn = new System.Windows.Forms.Button();
|
|
this.settingsBtn = new System.Windows.Forms.Button();
|
|
this.saveConfigBtn = new System.Windows.Forms.Button();
|
|
this.loadConfigBtn = new System.Windows.Forms.Button();
|
|
this.executeQueryBtn = new System.Windows.Forms.Button();
|
|
this.addFilterBtn = new System.Windows.Forms.Button();
|
|
this.testBenchesGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.checkBox6 = new System.Windows.Forms.RadioButton();
|
|
this.checkBox5 = new System.Windows.Forms.RadioButton();
|
|
this.checkBox4 = new System.Windows.Forms.RadioButton();
|
|
this.checkBox3 = new System.Windows.Forms.RadioButton();
|
|
this.checkBox2 = new System.Windows.Forms.RadioButton();
|
|
this.checkBox1 = new System.Windows.Forms.RadioButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.vSplitContainer)).BeginInit();
|
|
this.vSplitContainer.Panel1.SuspendLayout();
|
|
this.vSplitContainer.Panel2.SuspendLayout();
|
|
this.vSplitContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.hSplitContainer)).BeginInit();
|
|
this.hSplitContainer.Panel1.SuspendLayout();
|
|
this.hSplitContainer.Panel2.SuspendLayout();
|
|
this.hSplitContainer.SuspendLayout();
|
|
this.filtersGroupBox.SuspendLayout();
|
|
this.resultsGroupBox.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.outputGroupBox.SuspendLayout();
|
|
this.testBenchesGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// vSplitContainer
|
|
//
|
|
this.vSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.vSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.vSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.vSplitContainer.Name = "vSplitContainer";
|
|
//
|
|
// vSplitContainer.Panel1
|
|
//
|
|
this.vSplitContainer.Panel1.Controls.Add(this.hSplitContainer);
|
|
this.vSplitContainer.Panel1MinSize = 100;
|
|
//
|
|
// vSplitContainer.Panel2
|
|
//
|
|
this.vSplitContainer.Panel2.Controls.Add(this.customQueryButton);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.groupBox1);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.outputGroupBox);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.printerConfigBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.formatOfResultsBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.clearFiltersBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.settingsBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.saveConfigBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.loadConfigBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.executeQueryBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.addFilterBtn);
|
|
this.vSplitContainer.Panel2.Controls.Add(this.testBenchesGroupBox);
|
|
this.vSplitContainer.Panel2MinSize = 100;
|
|
this.vSplitContainer.Size = new System.Drawing.Size(984, 712);
|
|
this.vSplitContainer.SplitterDistance = 840;
|
|
this.vSplitContainer.TabIndex = 0;
|
|
//
|
|
// hSplitContainer
|
|
//
|
|
this.hSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.hSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.hSplitContainer.Name = "hSplitContainer";
|
|
this.hSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// hSplitContainer.Panel1
|
|
//
|
|
this.hSplitContainer.Panel1.Controls.Add(this.filtersGroupBox);
|
|
//
|
|
// hSplitContainer.Panel2
|
|
//
|
|
this.hSplitContainer.Panel2.Controls.Add(this.resultsGroupBox);
|
|
this.hSplitContainer.Size = new System.Drawing.Size(840, 712);
|
|
this.hSplitContainer.SplitterDistance = 280;
|
|
this.hSplitContainer.TabIndex = 0;
|
|
//
|
|
// filtersGroupBox
|
|
//
|
|
this.filtersGroupBox.Controls.Add(this.filtersFlowLayoutPanel);
|
|
this.filtersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.filtersGroupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.filtersGroupBox.Name = "filtersGroupBox";
|
|
this.filtersGroupBox.Size = new System.Drawing.Size(840, 280);
|
|
this.filtersGroupBox.TabIndex = 1;
|
|
this.filtersGroupBox.TabStop = false;
|
|
this.filtersGroupBox.Text = "Filters";
|
|
//
|
|
// filtersFlowLayoutPanel
|
|
//
|
|
this.filtersFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.filtersFlowLayoutPanel.Location = new System.Drawing.Point(3, 16);
|
|
this.filtersFlowLayoutPanel.Name = "filtersFlowLayoutPanel";
|
|
this.filtersFlowLayoutPanel.Size = new System.Drawing.Size(834, 261);
|
|
this.filtersFlowLayoutPanel.TabIndex = 0;
|
|
//
|
|
// resultsGroupBox
|
|
//
|
|
this.resultsGroupBox.Controls.Add(this.consoleTextBox);
|
|
this.resultsGroupBox.Controls.Add(this.resultsListView);
|
|
this.resultsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.resultsGroupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.resultsGroupBox.Name = "resultsGroupBox";
|
|
this.resultsGroupBox.Size = new System.Drawing.Size(840, 428);
|
|
this.resultsGroupBox.TabIndex = 1;
|
|
this.resultsGroupBox.TabStop = false;
|
|
this.resultsGroupBox.Text = "Query results";
|
|
//
|
|
// consoleTextBox
|
|
//
|
|
this.consoleTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.consoleTextBox.Location = new System.Drawing.Point(3, 16);
|
|
this.consoleTextBox.Multiline = true;
|
|
this.consoleTextBox.Name = "consoleTextBox";
|
|
this.consoleTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.consoleTextBox.Size = new System.Drawing.Size(834, 409);
|
|
this.consoleTextBox.TabIndex = 1;
|
|
this.consoleTextBox.Visible = false;
|
|
//
|
|
// resultsListView
|
|
//
|
|
this.resultsListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.resultsListView.Location = new System.Drawing.Point(3, 16);
|
|
this.resultsListView.Name = "resultsListView";
|
|
this.resultsListView.Size = new System.Drawing.Size(834, 409);
|
|
this.resultsListView.TabIndex = 0;
|
|
this.resultsListView.UseCompatibleStateImageBehavior = false;
|
|
this.resultsListView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// customQueryButton
|
|
//
|
|
this.customQueryButton.Location = new System.Drawing.Point(31, 437);
|
|
this.customQueryButton.Name = "customQueryButton";
|
|
this.customQueryButton.Size = new System.Drawing.Size(85, 23);
|
|
this.customQueryButton.TabIndex = 14;
|
|
this.customQueryButton.Text = "Custom query";
|
|
this.customQueryButton.UseVisualStyleBackColor = true;
|
|
this.customQueryButton.Click += new System.EventHandler(this.customQueryButton_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.histogramBtn);
|
|
this.groupBox1.Controls.Add(this.statisticsBtn);
|
|
this.groupBox1.Location = new System.Drawing.Point(8, 608);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(125, 93);
|
|
this.groupBox1.TabIndex = 13;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Analysis";
|
|
//
|
|
// histogramBtn
|
|
//
|
|
this.histogramBtn.Location = new System.Drawing.Point(5, 55);
|
|
this.histogramBtn.Name = "histogramBtn";
|
|
this.histogramBtn.Size = new System.Drawing.Size(114, 32);
|
|
this.histogramBtn.TabIndex = 11;
|
|
this.histogramBtn.Text = "Histograms";
|
|
this.histogramBtn.UseVisualStyleBackColor = true;
|
|
this.histogramBtn.Click += new System.EventHandler(this.histogramBtn_Click);
|
|
//
|
|
// statisticsBtn
|
|
//
|
|
this.statisticsBtn.Location = new System.Drawing.Point(5, 18);
|
|
this.statisticsBtn.Name = "statisticsBtn";
|
|
this.statisticsBtn.Size = new System.Drawing.Size(114, 32);
|
|
this.statisticsBtn.TabIndex = 10;
|
|
this.statisticsBtn.Text = "Statistics";
|
|
this.statisticsBtn.UseVisualStyleBackColor = true;
|
|
this.statisticsBtn.Click += new System.EventHandler(this.statisticsBtn_Click);
|
|
//
|
|
// outputGroupBox
|
|
//
|
|
this.outputGroupBox.Controls.Add(this.exportQueryResultsBtn);
|
|
this.outputGroupBox.Controls.Add(this.printQueryResultsBtn);
|
|
this.outputGroupBox.Location = new System.Drawing.Point(8, 509);
|
|
this.outputGroupBox.Name = "outputGroupBox";
|
|
this.outputGroupBox.Size = new System.Drawing.Size(125, 93);
|
|
this.outputGroupBox.TabIndex = 12;
|
|
this.outputGroupBox.TabStop = false;
|
|
this.outputGroupBox.Text = "Output";
|
|
//
|
|
// exportQueryResultsBtn
|
|
//
|
|
this.exportQueryResultsBtn.Location = new System.Drawing.Point(5, 18);
|
|
this.exportQueryResultsBtn.Name = "exportQueryResultsBtn";
|
|
this.exportQueryResultsBtn.Size = new System.Drawing.Size(114, 32);
|
|
this.exportQueryResultsBtn.TabIndex = 8;
|
|
this.exportQueryResultsBtn.Text = "Export query results";
|
|
this.exportQueryResultsBtn.UseVisualStyleBackColor = true;
|
|
this.exportQueryResultsBtn.Click += new System.EventHandler(this.exportQueryResultsBtn_Click);
|
|
//
|
|
// printQueryResultsBtn
|
|
//
|
|
this.printQueryResultsBtn.Location = new System.Drawing.Point(5, 55);
|
|
this.printQueryResultsBtn.Name = "printQueryResultsBtn";
|
|
this.printQueryResultsBtn.Size = new System.Drawing.Size(113, 32);
|
|
this.printQueryResultsBtn.TabIndex = 9;
|
|
this.printQueryResultsBtn.Text = "Print query results";
|
|
this.printQueryResultsBtn.UseVisualStyleBackColor = true;
|
|
this.printQueryResultsBtn.Click += new System.EventHandler(this.printQueryResultsBtn_Click);
|
|
//
|
|
// printerConfigBtn
|
|
//
|
|
this.printerConfigBtn.Location = new System.Drawing.Point(8, 316);
|
|
this.printerConfigBtn.Name = "printerConfigBtn";
|
|
this.printerConfigBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.printerConfigBtn.TabIndex = 11;
|
|
this.printerConfigBtn.Text = "Configure printer";
|
|
this.printerConfigBtn.UseVisualStyleBackColor = true;
|
|
this.printerConfigBtn.Click += new System.EventHandler(this.printerConfigBtn_Click);
|
|
//
|
|
// formatOfResultsBtn
|
|
//
|
|
this.formatOfResultsBtn.Location = new System.Drawing.Point(8, 276);
|
|
this.formatOfResultsBtn.Name = "formatOfResultsBtn";
|
|
this.formatOfResultsBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.formatOfResultsBtn.TabIndex = 7;
|
|
this.formatOfResultsBtn.Text = "Configure output";
|
|
this.formatOfResultsBtn.UseVisualStyleBackColor = true;
|
|
this.formatOfResultsBtn.Click += new System.EventHandler(this.formatOfResultsBtn_Click);
|
|
//
|
|
// clearFiltersBtn
|
|
//
|
|
this.clearFiltersBtn.Location = new System.Drawing.Point(8, 196);
|
|
this.clearFiltersBtn.Name = "clearFiltersBtn";
|
|
this.clearFiltersBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.clearFiltersBtn.TabIndex = 2;
|
|
this.clearFiltersBtn.Text = "Clear filters";
|
|
this.clearFiltersBtn.UseVisualStyleBackColor = true;
|
|
this.clearFiltersBtn.Click += new System.EventHandler(this.clearFiltersBtn_Click);
|
|
//
|
|
// settingsBtn
|
|
//
|
|
this.settingsBtn.Location = new System.Drawing.Point(8, 12);
|
|
this.settingsBtn.Name = "settingsBtn";
|
|
this.settingsBtn.Size = new System.Drawing.Size(125, 33);
|
|
this.settingsBtn.TabIndex = 0;
|
|
this.settingsBtn.Text = "Settings";
|
|
this.settingsBtn.UseVisualStyleBackColor = true;
|
|
this.settingsBtn.Click += new System.EventHandler(this.settingsBtn_Click);
|
|
//
|
|
// saveConfigBtn
|
|
//
|
|
this.saveConfigBtn.Location = new System.Drawing.Point(8, 356);
|
|
this.saveConfigBtn.Name = "saveConfigBtn";
|
|
this.saveConfigBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.saveConfigBtn.TabIndex = 5;
|
|
this.saveConfigBtn.Text = "Save configuration";
|
|
this.saveConfigBtn.UseVisualStyleBackColor = true;
|
|
this.saveConfigBtn.Click += new System.EventHandler(this.saveConfigBtn_Click);
|
|
//
|
|
// loadConfigBtn
|
|
//
|
|
this.loadConfigBtn.Location = new System.Drawing.Point(8, 396);
|
|
this.loadConfigBtn.Name = "loadConfigBtn";
|
|
this.loadConfigBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.loadConfigBtn.TabIndex = 4;
|
|
this.loadConfigBtn.Text = "Load configuration";
|
|
this.loadConfigBtn.UseVisualStyleBackColor = true;
|
|
this.loadConfigBtn.Click += new System.EventHandler(this.loadConfigBtn_Click);
|
|
//
|
|
// executeQueryBtn
|
|
//
|
|
this.executeQueryBtn.Location = new System.Drawing.Point(8, 468);
|
|
this.executeQueryBtn.Name = "executeQueryBtn";
|
|
this.executeQueryBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.executeQueryBtn.TabIndex = 6;
|
|
this.executeQueryBtn.Text = "Execute query";
|
|
this.executeQueryBtn.UseVisualStyleBackColor = true;
|
|
this.executeQueryBtn.Click += new System.EventHandler(this.executeQueryBtn_Click);
|
|
//
|
|
// addFilterBtn
|
|
//
|
|
this.addFilterBtn.Location = new System.Drawing.Point(8, 236);
|
|
this.addFilterBtn.Name = "addFilterBtn";
|
|
this.addFilterBtn.Size = new System.Drawing.Size(125, 35);
|
|
this.addFilterBtn.TabIndex = 3;
|
|
this.addFilterBtn.Text = "Add filter";
|
|
this.addFilterBtn.UseVisualStyleBackColor = true;
|
|
this.addFilterBtn.Click += new System.EventHandler(this.addFilterBtn_Click);
|
|
//
|
|
// testBenchesGroupBox
|
|
//
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox6);
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox5);
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox4);
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox3);
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox2);
|
|
this.testBenchesGroupBox.Controls.Add(this.checkBox1);
|
|
this.testBenchesGroupBox.Location = new System.Drawing.Point(8, 54);
|
|
this.testBenchesGroupBox.Name = "testBenchesGroupBox";
|
|
this.testBenchesGroupBox.Size = new System.Drawing.Size(125, 135);
|
|
this.testBenchesGroupBox.TabIndex = 1;
|
|
this.testBenchesGroupBox.TabStop = false;
|
|
this.testBenchesGroupBox.Text = "Test benches";
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.AutoSize = true;
|
|
this.checkBox6.Location = new System.Drawing.Point(23, 110);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox6.TabIndex = 5;
|
|
this.checkBox6.TabStop = true;
|
|
this.checkBox6.Text = "radioButton6";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.AutoSize = true;
|
|
this.checkBox5.Location = new System.Drawing.Point(23, 92);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox5.TabIndex = 4;
|
|
this.checkBox5.TabStop = true;
|
|
this.checkBox5.Text = "radioButton5";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.Location = new System.Drawing.Point(23, 74);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox4.TabIndex = 3;
|
|
this.checkBox4.TabStop = true;
|
|
this.checkBox4.Text = "radioButton4";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(23, 55);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox3.TabIndex = 2;
|
|
this.checkBox3.TabStop = true;
|
|
this.checkBox3.Text = "radioButton3";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(23, 36);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox2.TabIndex = 1;
|
|
this.checkBox2.TabStop = true;
|
|
this.checkBox2.Text = "radioButton2";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(23, 17);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(85, 17);
|
|
this.checkBox1.TabIndex = 0;
|
|
this.checkBox1.TabStop = true;
|
|
this.checkBox1.Text = "radioButton1";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// ResultsBrowserWnd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(984, 712);
|
|
this.Controls.Add(this.vSplitContainer);
|
|
this.Name = "ResultsBrowserWnd";
|
|
this.Text = "Results Browser";
|
|
this.Load += new System.EventHandler(this.ResultsBrowserWnd_Load);
|
|
this.vSplitContainer.Panel1.ResumeLayout(false);
|
|
this.vSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.vSplitContainer)).EndInit();
|
|
this.vSplitContainer.ResumeLayout(false);
|
|
this.hSplitContainer.Panel1.ResumeLayout(false);
|
|
this.hSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.hSplitContainer)).EndInit();
|
|
this.hSplitContainer.ResumeLayout(false);
|
|
this.filtersGroupBox.ResumeLayout(false);
|
|
this.resultsGroupBox.ResumeLayout(false);
|
|
this.resultsGroupBox.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.outputGroupBox.ResumeLayout(false);
|
|
this.testBenchesGroupBox.ResumeLayout(false);
|
|
this.testBenchesGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer vSplitContainer;
|
|
private System.Windows.Forms.SplitContainer hSplitContainer;
|
|
private System.Windows.Forms.FlowLayoutPanel filtersFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox testBenchesGroupBox;
|
|
private System.Windows.Forms.Button saveConfigBtn;
|
|
private System.Windows.Forms.Button loadConfigBtn;
|
|
private System.Windows.Forms.Button executeQueryBtn;
|
|
private System.Windows.Forms.Button addFilterBtn;
|
|
private System.Windows.Forms.Button settingsBtn;
|
|
private System.Windows.Forms.GroupBox filtersGroupBox;
|
|
private System.Windows.Forms.GroupBox resultsGroupBox;
|
|
private System.Windows.Forms.RadioButton checkBox3;
|
|
private System.Windows.Forms.RadioButton checkBox2;
|
|
private System.Windows.Forms.RadioButton checkBox1;
|
|
private System.Windows.Forms.Button clearFiltersBtn;
|
|
private System.Windows.Forms.Button exportQueryResultsBtn;
|
|
private System.Windows.Forms.Button formatOfResultsBtn;
|
|
private System.Windows.Forms.Button printQueryResultsBtn;
|
|
private System.Windows.Forms.Button statisticsBtn;
|
|
private System.Windows.Forms.ListView resultsListView;
|
|
private System.Windows.Forms.RadioButton checkBox5;
|
|
private System.Windows.Forms.RadioButton checkBox4;
|
|
private System.Windows.Forms.Button printerConfigBtn;
|
|
private System.Windows.Forms.RadioButton checkBox6;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox outputGroupBox;
|
|
private System.Windows.Forms.Button histogramBtn;
|
|
private System.Windows.Forms.Button customQueryButton;
|
|
private System.Windows.Forms.TextBox consoleTextBox;
|
|
}
|
|
} |