149 lines
6.4 KiB
C#
149 lines
6.4 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Screens
|
|
{
|
|
partial class ResultsTabPageCtrl
|
|
{
|
|
/// <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 Component 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.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.reloadPreviousResultsButton = new System.Windows.Forms.Button();
|
|
this.columnWidthsButton = new System.Windows.Forms.Button();
|
|
this.showPreviousResultsButton = new System.Windows.Forms.Button();
|
|
this.configureButton = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer.IsSplitterFixed = true;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer.Name = "splitContainer";
|
|
this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.splitContainer.Panel1.Controls.Add(this.reloadPreviousResultsButton);
|
|
this.splitContainer.Panel1.Controls.Add(this.columnWidthsButton);
|
|
this.splitContainer.Panel1.Controls.Add(this.showPreviousResultsButton);
|
|
this.splitContainer.Panel1.Controls.Add(this.configureButton);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.flowLayoutPanel);
|
|
this.splitContainer.Size = new System.Drawing.Size(1057, 706);
|
|
this.splitContainer.SplitterDistance = 42;
|
|
this.splitContainer.TabIndex = 0;
|
|
//
|
|
// reloadPreviousResultsButton
|
|
//
|
|
this.reloadPreviousResultsButton.Enabled = false;
|
|
this.reloadPreviousResultsButton.Location = new System.Drawing.Point(405, 10);
|
|
this.reloadPreviousResultsButton.Name = "reloadPreviousResultsButton";
|
|
this.reloadPreviousResultsButton.Size = new System.Drawing.Size(147, 30);
|
|
this.reloadPreviousResultsButton.TabIndex = 3;
|
|
this.reloadPreviousResultsButton.Text = "Reload previous results";
|
|
this.reloadPreviousResultsButton.UseVisualStyleBackColor = true;
|
|
this.reloadPreviousResultsButton.Click += new System.EventHandler(this.reloadPreviousResultsButton_Click);
|
|
//
|
|
// columnWidthsButton
|
|
//
|
|
this.columnWidthsButton.Location = new System.Drawing.Point(126, 10);
|
|
this.columnWidthsButton.Name = "columnWidthsButton";
|
|
this.columnWidthsButton.Size = new System.Drawing.Size(120, 30);
|
|
this.columnWidthsButton.TabIndex = 1;
|
|
this.columnWidthsButton.Text = "Save column widths";
|
|
this.columnWidthsButton.UseVisualStyleBackColor = true;
|
|
this.columnWidthsButton.Click += new System.EventHandler(this.columnWidthsButton_Click);
|
|
//
|
|
// showPreviousResultsButton
|
|
//
|
|
this.showPreviousResultsButton.Location = new System.Drawing.Point(252, 10);
|
|
this.showPreviousResultsButton.Name = "showPreviousResultsButton";
|
|
this.showPreviousResultsButton.Size = new System.Drawing.Size(147, 30);
|
|
this.showPreviousResultsButton.TabIndex = 2;
|
|
this.showPreviousResultsButton.Text = "Show previous results";
|
|
this.showPreviousResultsButton.UseVisualStyleBackColor = true;
|
|
this.showPreviousResultsButton.Click += new System.EventHandler(this.showPreviousResultsButton_Click);
|
|
//
|
|
// configureButton
|
|
//
|
|
this.configureButton.Location = new System.Drawing.Point(20, 10);
|
|
this.configureButton.Name = "configureButton";
|
|
this.configureButton.Size = new System.Drawing.Size(100, 30);
|
|
this.configureButton.TabIndex = 0;
|
|
this.configureButton.Text = "Configure";
|
|
this.configureButton.UseVisualStyleBackColor = true;
|
|
this.configureButton.Click += new System.EventHandler(this.configureButton_Click);
|
|
//
|
|
// flowLayoutPanel
|
|
//
|
|
this.flowLayoutPanel.AutoScroll = true;
|
|
this.flowLayoutPanel.BackColor = System.Drawing.SystemColors.Control;
|
|
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.flowLayoutPanel.Name = "flowLayoutPanel";
|
|
this.flowLayoutPanel.Size = new System.Drawing.Size(1057, 660);
|
|
this.flowLayoutPanel.TabIndex = 0;
|
|
//
|
|
// ResultsTabPageCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Silver;
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.Name = "ResultsTabPageCtrl";
|
|
this.Size = new System.Drawing.Size(1057, 706);
|
|
this.Load += new System.EventHandler(this.ResultsTabPageCtrl_Load);
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private System.Windows.Forms.Button configureButton;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
|
private System.Windows.Forms.Button columnWidthsButton;
|
|
private System.Windows.Forms.Button showPreviousResultsButton;
|
|
private System.Windows.Forms.Button reloadPreviousResultsButton;
|
|
}
|
|
}
|