tbf/TBF/UI/Process/ProcessTabPageCtrl.Designer.cs
2021-06-18 15:35:46 +02:00

136 lines
6.2 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.processListViewEx = new Common.Forms.ListViewEx();
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.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.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.processListViewEx);
this.splitContainer2.Size = new System.Drawing.Size(250, 580);
this.splitContainer2.SplitterDistance = 300;
this.splitContainer2.TabIndex = 0;
//
// processListViewEx
//
this.processListViewEx.AllowColumnReorder = true;
this.processListViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.processListViewEx.DoubleClickActivation = false;
this.processListViewEx.FullRowSelect = true;
this.processListViewEx.GridLines = true;
this.processListViewEx.Location = new System.Drawing.Point(0, 0);
this.processListViewEx.Name = "processListViewEx";
this.processListViewEx.Size = new System.Drawing.Size(250, 300);
this.processListViewEx.TabIndex = 0;
this.processListViewEx.UseCompatibleStateImageBehavior = false;
this.processListViewEx.View = System.Windows.Forms.View.Details;
//
// processDrawingCtrl
//
this.processDrawingCtrl.AltStrings = null;
this.processDrawingCtrl.BenchControlMode = false;
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);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private Common.Forms.ListViewEx processListViewEx;
private System.Windows.Forms.SplitContainer splitContainer2;
private SchematicDrawing.SchematicDrawingCtrl processDrawingCtrl;
}
}