472 lines
24 KiB
C#
472 lines
24 KiB
C#
namespace TBF.UI.Bench.EditSchDrawing
|
|
{
|
|
partial class EditSchDrawingDlg
|
|
{
|
|
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.drawingCtrl = new SchematicDrawing.SchematicDrawingCtrl();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.isLargeStepLabel = new System.Windows.Forms.Label();
|
|
this.radioButton9 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton8 = new System.Windows.Forms.RadioButton();
|
|
this.deletePipeButton = new System.Windows.Forms.Button();
|
|
this.radioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.sizeButton = new System.Windows.Forms.Button();
|
|
this.mirrorButton = new System.Windows.Forms.Button();
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.ccwButton = new System.Windows.Forms.Button();
|
|
this.cwButton = new System.Windows.Forms.Button();
|
|
this.leftButton = new System.Windows.Forms.Button();
|
|
this.rightButton = new System.Windows.Forms.Button();
|
|
this.downButton = new System.Windows.Forms.Button();
|
|
this.upButton = new System.Windows.Forms.Button();
|
|
this.itemsListBox = new System.Windows.Forms.ListBox();
|
|
((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.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.drawingCtrl);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Size = new System.Drawing.Size(735, 435);
|
|
this.splitContainer1.SplitterDistance = 610;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// drawingCtrl
|
|
//
|
|
this.drawingCtrl.AltStrings = null;
|
|
this.drawingCtrl.BenchControlMode = false;
|
|
this.drawingCtrl.CustomBitmaps = null;
|
|
this.drawingCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.drawingCtrl.EditMode = false;
|
|
this.drawingCtrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.drawingCtrl.Location = new System.Drawing.Point(0, 0);
|
|
this.drawingCtrl.MeasuredValues = null;
|
|
this.drawingCtrl.MsrmntAvailableFlags = null;
|
|
this.drawingCtrl.Name = "drawingCtrl";
|
|
this.drawingCtrl.PipesL = new string[0];
|
|
this.drawingCtrl.PipesM = new string[0];
|
|
this.drawingCtrl.PipesS = new string[0];
|
|
this.drawingCtrl.PipesXL = new string[0];
|
|
this.drawingCtrl.SelectedElement = SchematicDrawing.Element.None;
|
|
this.drawingCtrl.SelectedItem = null;
|
|
this.drawingCtrl.Setpoints = null;
|
|
this.drawingCtrl.Size = new System.Drawing.Size(610, 435);
|
|
this.drawingCtrl.SupressRedraws = false;
|
|
this.drawingCtrl.TabIndex = 0;
|
|
this.drawingCtrl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.drawingCtrl_MouseClick);
|
|
this.drawingCtrl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.drawingCtrl_MouseDown);
|
|
this.drawingCtrl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.drawingCtrl_MouseUp);
|
|
//
|
|
// 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.sharedButtons);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
|
|
this.splitContainer2.Size = new System.Drawing.Size(121, 435);
|
|
this.splitContainer2.SplitterDistance = 195;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// sharedButtons
|
|
//
|
|
this.sharedButtons.Location = new System.Drawing.Point(3, 3);
|
|
this.sharedButtons.Name = "sharedButtons";
|
|
this.sharedButtons.Size = new System.Drawing.Size(100, 908);
|
|
this.sharedButtons.TabIndex = 0;
|
|
//
|
|
// 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.isLargeStepLabel);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton9);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton8);
|
|
this.splitContainer3.Panel1.Controls.Add(this.deletePipeButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton7);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton6);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton5);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton4);
|
|
this.splitContainer3.Panel1.Controls.Add(this.sizeButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.mirrorButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton3);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton2);
|
|
this.splitContainer3.Panel1.Controls.Add(this.radioButton1);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ccwButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.cwButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.leftButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.rightButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.downButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.upButton);
|
|
//
|
|
// splitContainer3.Panel2
|
|
//
|
|
this.splitContainer3.Panel2.Controls.Add(this.itemsListBox);
|
|
this.splitContainer3.Size = new System.Drawing.Size(121, 236);
|
|
this.splitContainer3.SplitterDistance = 138;
|
|
this.splitContainer3.TabIndex = 0;
|
|
//
|
|
// isLargeStepLabel
|
|
//
|
|
this.isLargeStepLabel.AutoSize = true;
|
|
this.isLargeStepLabel.BackColor = System.Drawing.Color.DarkOrchid;
|
|
this.isLargeStepLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.isLargeStepLabel.ForeColor = System.Drawing.Color.Snow;
|
|
this.isLargeStepLabel.Location = new System.Drawing.Point(33, 29);
|
|
this.isLargeStepLabel.Name = "isLargeStepLabel";
|
|
this.isLargeStepLabel.Size = new System.Drawing.Size(14, 13);
|
|
this.isLargeStepLabel.TabIndex = 17;
|
|
this.isLargeStepLabel.Text = "L";
|
|
this.isLargeStepLabel.Visible = false;
|
|
//
|
|
// radioButton9
|
|
//
|
|
this.radioButton9.AutoSize = true;
|
|
this.radioButton9.Enabled = false;
|
|
this.radioButton9.Location = new System.Drawing.Point(78, 123);
|
|
this.radioButton9.Name = "radioButton9";
|
|
this.radioButton9.Size = new System.Drawing.Size(38, 17);
|
|
this.radioButton9.TabIndex = 16;
|
|
this.radioButton9.TabStop = true;
|
|
this.radioButton9.Text = "XL";
|
|
this.radioButton9.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton8
|
|
//
|
|
this.radioButton8.AutoSize = true;
|
|
this.radioButton8.Enabled = false;
|
|
this.radioButton8.Location = new System.Drawing.Point(78, 108);
|
|
this.radioButton8.Name = "radioButton8";
|
|
this.radioButton8.Size = new System.Drawing.Size(31, 17);
|
|
this.radioButton8.TabIndex = 15;
|
|
this.radioButton8.TabStop = true;
|
|
this.radioButton8.Text = "L";
|
|
this.radioButton8.UseVisualStyleBackColor = true;
|
|
//
|
|
// deletePipeButton
|
|
//
|
|
this.deletePipeButton.Enabled = false;
|
|
this.deletePipeButton.Location = new System.Drawing.Point(5, 118);
|
|
this.deletePipeButton.Name = "deletePipeButton";
|
|
this.deletePipeButton.Size = new System.Drawing.Size(68, 20);
|
|
this.deletePipeButton.TabIndex = 11;
|
|
this.deletePipeButton.Text = "Delete ed.";
|
|
this.deletePipeButton.UseVisualStyleBackColor = true;
|
|
this.deletePipeButton.Click += new System.EventHandler(this.deletePipeButton_Click);
|
|
//
|
|
// radioButton7
|
|
//
|
|
this.radioButton7.AutoSize = true;
|
|
this.radioButton7.Enabled = false;
|
|
this.radioButton7.Location = new System.Drawing.Point(78, 93);
|
|
this.radioButton7.Name = "radioButton7";
|
|
this.radioButton7.Size = new System.Drawing.Size(34, 17);
|
|
this.radioButton7.TabIndex = 14;
|
|
this.radioButton7.TabStop = true;
|
|
this.radioButton7.Text = "M";
|
|
this.radioButton7.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton6
|
|
//
|
|
this.radioButton6.AutoSize = true;
|
|
this.radioButton6.Enabled = false;
|
|
this.radioButton6.Location = new System.Drawing.Point(78, 78);
|
|
this.radioButton6.Name = "radioButton6";
|
|
this.radioButton6.Size = new System.Drawing.Size(32, 17);
|
|
this.radioButton6.TabIndex = 13;
|
|
this.radioButton6.TabStop = true;
|
|
this.radioButton6.Text = "S";
|
|
this.radioButton6.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton5
|
|
//
|
|
this.radioButton5.AutoSize = true;
|
|
this.radioButton5.Enabled = false;
|
|
this.radioButton5.Location = new System.Drawing.Point(78, 63);
|
|
this.radioButton5.Name = "radioButton5";
|
|
this.radioButton5.Size = new System.Drawing.Size(45, 17);
|
|
this.radioButton5.TabIndex = 12;
|
|
this.radioButton5.TabStop = true;
|
|
this.radioButton5.Text = "setp";
|
|
this.radioButton5.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton4
|
|
//
|
|
this.radioButton4.AutoSize = true;
|
|
this.radioButton4.Enabled = false;
|
|
this.radioButton4.Location = new System.Drawing.Point(78, 48);
|
|
this.radioButton4.Name = "radioButton4";
|
|
this.radioButton4.Size = new System.Drawing.Size(47, 17);
|
|
this.radioButton4.TabIndex = 11;
|
|
this.radioButton4.TabStop = true;
|
|
this.radioButton4.Text = "msrd";
|
|
this.radioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// sizeButton
|
|
//
|
|
this.sizeButton.Enabled = false;
|
|
this.sizeButton.Location = new System.Drawing.Point(42, 94);
|
|
this.sizeButton.Name = "sizeButton";
|
|
this.sizeButton.Size = new System.Drawing.Size(31, 23);
|
|
this.sizeButton.TabIndex = 10;
|
|
this.sizeButton.Text = "sz";
|
|
this.sizeButton.UseVisualStyleBackColor = true;
|
|
this.sizeButton.Click += new System.EventHandler(this.sizeButton_Click);
|
|
//
|
|
// mirrorButton
|
|
//
|
|
this.mirrorButton.Enabled = false;
|
|
this.mirrorButton.Location = new System.Drawing.Point(5, 94);
|
|
this.mirrorButton.Name = "mirrorButton";
|
|
this.mirrorButton.Size = new System.Drawing.Size(31, 23);
|
|
this.mirrorButton.TabIndex = 9;
|
|
this.mirrorButton.Text = "%";
|
|
this.mirrorButton.UseVisualStyleBackColor = true;
|
|
this.mirrorButton.Click += new System.EventHandler(this.mirrorButton_Click);
|
|
//
|
|
// radioButton3
|
|
//
|
|
this.radioButton3.AutoSize = true;
|
|
this.radioButton3.Enabled = false;
|
|
this.radioButton3.Location = new System.Drawing.Point(78, 33);
|
|
this.radioButton3.Name = "radioButton3";
|
|
this.radioButton3.Size = new System.Drawing.Size(35, 17);
|
|
this.radioButton3.TabIndex = 8;
|
|
this.radioButton3.TabStop = true;
|
|
this.radioButton3.Text = "lbl";
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton2
|
|
//
|
|
this.radioButton2.AutoSize = true;
|
|
this.radioButton2.Enabled = false;
|
|
this.radioButton2.Location = new System.Drawing.Point(78, 18);
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.Size = new System.Drawing.Size(48, 17);
|
|
this.radioButton2.TabIndex = 7;
|
|
this.radioButton2.TabStop = true;
|
|
this.radioButton2.Text = "body";
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton1
|
|
//
|
|
this.radioButton1.AutoSize = true;
|
|
this.radioButton1.Enabled = false;
|
|
this.radioButton1.Location = new System.Drawing.Point(78, 3);
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.Size = new System.Drawing.Size(46, 17);
|
|
this.radioButton1.TabIndex = 6;
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.Text = "auto";
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// ccwButton
|
|
//
|
|
this.ccwButton.Enabled = false;
|
|
this.ccwButton.Location = new System.Drawing.Point(5, 70);
|
|
this.ccwButton.Name = "ccwButton";
|
|
this.ccwButton.Size = new System.Drawing.Size(31, 23);
|
|
this.ccwButton.TabIndex = 5;
|
|
this.ccwButton.Text = "@";
|
|
this.ccwButton.UseVisualStyleBackColor = true;
|
|
this.ccwButton.Click += new System.EventHandler(this.ccwButton_Click);
|
|
//
|
|
// cwButton
|
|
//
|
|
this.cwButton.Enabled = false;
|
|
this.cwButton.Location = new System.Drawing.Point(42, 70);
|
|
this.cwButton.Name = "cwButton";
|
|
this.cwButton.Size = new System.Drawing.Size(31, 23);
|
|
this.cwButton.TabIndex = 4;
|
|
this.cwButton.Text = "cw";
|
|
this.cwButton.UseVisualStyleBackColor = true;
|
|
this.cwButton.Click += new System.EventHandler(this.cwButton_Click);
|
|
//
|
|
// leftButton
|
|
//
|
|
this.leftButton.Enabled = false;
|
|
this.leftButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.leftButton.Location = new System.Drawing.Point(5, 24);
|
|
this.leftButton.Name = "leftButton";
|
|
this.leftButton.Size = new System.Drawing.Size(24, 23);
|
|
this.leftButton.TabIndex = 3;
|
|
this.leftButton.Text = "←";
|
|
this.leftButton.UseVisualStyleBackColor = true;
|
|
this.leftButton.Click += new System.EventHandler(this.leftButton_Click);
|
|
//
|
|
// rightButton
|
|
//
|
|
this.rightButton.Enabled = false;
|
|
this.rightButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.rightButton.Location = new System.Drawing.Point(49, 24);
|
|
this.rightButton.Name = "rightButton";
|
|
this.rightButton.Size = new System.Drawing.Size(24, 23);
|
|
this.rightButton.TabIndex = 2;
|
|
this.rightButton.Text = "→";
|
|
this.rightButton.UseVisualStyleBackColor = true;
|
|
this.rightButton.Click += new System.EventHandler(this.rightButton_Click);
|
|
//
|
|
// downButton
|
|
//
|
|
this.downButton.Enabled = false;
|
|
this.downButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.downButton.Location = new System.Drawing.Point(27, 45);
|
|
this.downButton.Name = "downButton";
|
|
this.downButton.Size = new System.Drawing.Size(24, 23);
|
|
this.downButton.TabIndex = 1;
|
|
this.downButton.Text = "↓";
|
|
this.downButton.UseVisualStyleBackColor = true;
|
|
this.downButton.Click += new System.EventHandler(this.downButton_Click);
|
|
//
|
|
// upButton
|
|
//
|
|
this.upButton.Enabled = false;
|
|
this.upButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.upButton.Location = new System.Drawing.Point(27, 3);
|
|
this.upButton.Name = "upButton";
|
|
this.upButton.Size = new System.Drawing.Size(24, 23);
|
|
this.upButton.TabIndex = 0;
|
|
this.upButton.Text = "↑";
|
|
this.upButton.UseVisualStyleBackColor = true;
|
|
this.upButton.Click += new System.EventHandler(this.upButton_Click);
|
|
//
|
|
// itemsListBox
|
|
//
|
|
this.itemsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.itemsListBox.FormattingEnabled = true;
|
|
this.itemsListBox.Location = new System.Drawing.Point(0, 0);
|
|
this.itemsListBox.Name = "itemsListBox";
|
|
this.itemsListBox.Size = new System.Drawing.Size(121, 94);
|
|
this.itemsListBox.TabIndex = 0;
|
|
this.itemsListBox.SelectedIndexChanged += new System.EventHandler(this.itemsListBox_SelectedIndexChanged);
|
|
//
|
|
// EditSchDrawingDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(735, 435);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.KeyPreview = true;
|
|
this.Name = "EditSchDrawingDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Schematic drawing";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditSchDrawingDlg_FormClosing);
|
|
this.Load += new System.EventHandler(this.EditSchDrawingDlg_Load);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.drawingCtrl_MouseDown);
|
|
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.Panel1.PerformLayout();
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private SchematicDrawing.SchematicDrawingCtrl drawingCtrl;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private Shared.SharedButtons sharedButtons;
|
|
private System.Windows.Forms.ListBox itemsListBox;
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
private System.Windows.Forms.Button ccwButton;
|
|
private System.Windows.Forms.Button cwButton;
|
|
private System.Windows.Forms.Button leftButton;
|
|
private System.Windows.Forms.Button rightButton;
|
|
private System.Windows.Forms.Button downButton;
|
|
private System.Windows.Forms.Button upButton;
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
private System.Windows.Forms.Button sizeButton;
|
|
private System.Windows.Forms.Button mirrorButton;
|
|
private System.Windows.Forms.Button deletePipeButton;
|
|
private System.Windows.Forms.RadioButton radioButton7;
|
|
private System.Windows.Forms.RadioButton radioButton6;
|
|
private System.Windows.Forms.RadioButton radioButton5;
|
|
private System.Windows.Forms.RadioButton radioButton4;
|
|
private System.Windows.Forms.RadioButton radioButton8;
|
|
private System.Windows.Forms.RadioButton radioButton9;
|
|
private System.Windows.Forms.Label isLargeStepLabel;
|
|
}
|
|
} |