tbf/TBF/UI/Process/ProcessTabPageCtrl.Designer.cs

204 lines
10 KiB
C#

namespace TBF.UI.Process
{
partial class ProcessTabPageCtrl
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.testDataListView = new System.Windows.Forms.ListView();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.metersListView = new System.Windows.Forms.ListView();
this.compoundDetectionTextBox = new System.Windows.Forms.TextBox();
this.processDrawingCtrl = new SchematicDrawing.SchematicDrawingCtrl();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.processDrawingCtrl);
this.splitContainer1.Size = new System.Drawing.Size(1012, 580);
this.splitContainer1.SplitterDistance = 250;
this.splitContainer1.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.testDataListView);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer2.Size = new System.Drawing.Size(250, 580);
this.splitContainer2.SplitterDistance = 200;
this.splitContainer2.SplitterWidth = 15;
this.splitContainer2.TabIndex = 0;
//
// testDataListView
//
this.testDataListView.AllowColumnReorder = true;
this.testDataListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.testDataListView.FullRowSelect = true;
this.testDataListView.GridLines = true;
this.testDataListView.Location = new System.Drawing.Point(0, 0);
this.testDataListView.Name = "testDataListView";
this.testDataListView.Size = new System.Drawing.Size(250, 200);
this.testDataListView.TabIndex = 0;
this.testDataListView.UseCompatibleStateImageBehavior = false;
this.testDataListView.View = System.Windows.Forms.View.Details;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer3.IsSplitterFixed = true;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.metersListView);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.compoundDetectionTextBox);
this.splitContainer3.Size = new System.Drawing.Size(250, 365);
this.splitContainer3.SplitterDistance = 200;
this.splitContainer3.TabIndex = 0;
//
// metersListView
//
this.metersListView.AllowColumnReorder = true;
this.metersListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.metersListView.FullRowSelect = true;
this.metersListView.GridLines = true;
this.metersListView.Location = new System.Drawing.Point(0, 0);
this.metersListView.Name = "metersListView";
this.metersListView.Size = new System.Drawing.Size(250, 200);
this.metersListView.TabIndex = 0;
this.metersListView.UseCompatibleStateImageBehavior = false;
this.metersListView.View = System.Windows.Forms.View.Details;
//
// compoundDetectionTextBox
//
this.compoundDetectionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.compoundDetectionTextBox.Location = new System.Drawing.Point(0, 0);
this.compoundDetectionTextBox.Multiline = true;
this.compoundDetectionTextBox.Name = "compoundDetectionTextBox";
this.compoundDetectionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.compoundDetectionTextBox.Size = new System.Drawing.Size(250, 161);
this.compoundDetectionTextBox.TabIndex = 0;
this.compoundDetectionTextBox.Visible = false;
//
// processDrawingCtrl
//
this.processDrawingCtrl.AltStrings = null;
this.processDrawingCtrl.BenchControlMode = false;
this.processDrawingCtrl.CustomBitmaps = null;
this.processDrawingCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.processDrawingCtrl.EditMode = false;
this.processDrawingCtrl.Location = new System.Drawing.Point(0, 0);
this.processDrawingCtrl.MeasuredValues = null;
this.processDrawingCtrl.MsrmntAvailableFlags = null;
this.processDrawingCtrl.Name = "processDrawingCtrl";
this.processDrawingCtrl.PipesL = new string[0];
this.processDrawingCtrl.PipesM = new string[0];
this.processDrawingCtrl.PipesS = new string[0];
this.processDrawingCtrl.PipesXL = new string[0];
this.processDrawingCtrl.SelectedElement = SchematicDrawing.Element.None;
this.processDrawingCtrl.SelectedItem = null;
this.processDrawingCtrl.Setpoints = null;
this.processDrawingCtrl.Size = new System.Drawing.Size(758, 580);
this.processDrawingCtrl.SupressRedraws = false;
this.processDrawingCtrl.TabIndex = 0;
//
// ProcessTabPageCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "ProcessTabPageCtrl";
this.Size = new System.Drawing.Size(1012, 580);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
this.splitContainer3.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ListView metersListView;
private System.Windows.Forms.SplitContainer splitContainer2;
private SchematicDrawing.SchematicDrawingCtrl processDrawingCtrl;
private System.Windows.Forms.ListView testDataListView;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.TextBox compoundDetectionTextBox;
}
}