Click here to Skip to main content
15,878,970 members
Articles / Programming Languages / C#

Universal Framework for Science and Engineering - Part 4: Space elevator

Rate me:
Please Sign up or sign in to vote.
4.56/5 (6 votes)
14 Aug 20066 min read 36.6K   2.2K   37  
An article on framework applications to the space elevator.
namespace Astronomy.UI
{
    partial class FormMain
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.panelLeft = new System.Windows.Forms.Panel();
            this.panelRight = new System.Windows.Forms.Panel();
            this.panelTop = new System.Windows.Forms.Panel();
            this.tabControlControls = new System.Windows.Forms.TabControl();
            this.tabPageObjects = new System.Windows.Forms.TabPage();
            this.tabPageArrows = new System.Windows.Forms.TabPage();
            this.panelToolBottom = new System.Windows.Forms.Panel();
            this.panelToolTop = new System.Windows.Forms.Panel();
            this.panelToolLeft = new System.Windows.Forms.Panel();
            this.panelTopLeft = new System.Windows.Forms.Panel();
            this.panelTopRight = new System.Windows.Forms.Panel();
            this.panelTopBottom = new System.Windows.Forms.Panel();
            this.panelTopTop = new System.Windows.Forms.Panel();
            this.panelToolRight = new System.Windows.Forms.Panel();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.panelCenter = new System.Windows.Forms.Panel();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.panelTreeCenter = new System.Windows.Forms.Panel();
            this.treeViewObjects = new System.Windows.Forms.TreeView();
            this.panelTreeRight = new System.Windows.Forms.Panel();
            this.panelTreeLeft = new System.Windows.Forms.Panel();
            this.panelTreeBottom = new System.Windows.Forms.Panel();
            this.panelTreeTop = new System.Windows.Forms.Panel();
            this.panelDesktop = new System.Windows.Forms.Panel();
            this.panelDesktopCenter = new System.Windows.Forms.Panel();
            this.panelDesktopRight = new System.Windows.Forms.Panel();
            this.textBoxStartStep = new System.Windows.Forms.TextBox();
            this.textBoxSteps = new System.Windows.Forms.TextBox();
            this.textBoxPause = new System.Windows.Forms.TextBox();
            this.textBoxStep = new System.Windows.Forms.TextBox();
            this.textBoxStart = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.buttonSetThread = new System.Windows.Forms.Button();
            this.buttonStart = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panelDesktopLeft = new System.Windows.Forms.Panel();
            this.panelDesktopBottom = new System.Windows.Forms.Panel();
            this.panelDesktopTop = new System.Windows.Forms.Panel();
            this.openFileDialogScn = new System.Windows.Forms.OpenFileDialog();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLoadFromDatabase = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonRefresh = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonToolBox = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonFont = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSync = new System.Windows.Forms.ToolStripButton();
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadfromdatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.savetodatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deletecommentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearselectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeorderofselectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.containerDesignerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.derivationCalculatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialogScn = new System.Windows.Forms.SaveFileDialog();
            this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
            this.panelTop.SuspendLayout();
            this.tabControlControls.SuspendLayout();
            this.panelTopTop.SuspendLayout();
            this.panelCenter.SuspendLayout();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.panelTreeCenter.SuspendLayout();
            this.panelDesktop.SuspendLayout();
            this.panelDesktopRight.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            this.menuStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelLeft
            // 
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 49);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(10, 537);
            this.panelLeft.TabIndex = 0;
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(1030, 49);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(1, 537);
            this.panelRight.TabIndex = 1;
            // 
            // panelTop
            // 
            this.panelTop.Controls.Add(this.tabControlControls);
            this.panelTop.Controls.Add(this.panelToolBottom);
            this.panelTop.Controls.Add(this.panelToolTop);
            this.panelTop.Controls.Add(this.panelToolLeft);
            this.panelTop.Controls.Add(this.panelTopLeft);
            this.panelTop.Controls.Add(this.panelTopRight);
            this.panelTop.Controls.Add(this.panelTopBottom);
            this.panelTop.Controls.Add(this.panelTopTop);
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(10, 49);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(1020, 83);
            this.panelTop.TabIndex = 2;
            // 
            // tabControlControls
            // 
            this.tabControlControls.Controls.Add(this.tabPageObjects);
            this.tabControlControls.Controls.Add(this.tabPageArrows);
            this.tabControlControls.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlControls.Location = new System.Drawing.Point(72, 11);
            this.tabControlControls.Name = "tabControlControls";
            this.tabControlControls.SelectedIndex = 0;
            this.tabControlControls.Size = new System.Drawing.Size(938, 66);
            this.tabControlControls.TabIndex = 7;
            // 
            // tabPageObjects
            // 
            this.tabPageObjects.Location = new System.Drawing.Point(4, 22);
            this.tabPageObjects.Name = "tabPageObjects";
            this.tabPageObjects.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageObjects.Size = new System.Drawing.Size(930, 40);
            this.tabPageObjects.TabIndex = 0;
            this.tabPageObjects.Text = "Objects";
            // 
            // tabPageArrows
            // 
            this.tabPageArrows.Location = new System.Drawing.Point(4, 22);
            this.tabPageArrows.Name = "tabPageArrows";
            this.tabPageArrows.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageArrows.Size = new System.Drawing.Size(930, 40);
            this.tabPageArrows.TabIndex = 1;
            this.tabPageArrows.Text = "Arrows";
            // 
            // panelToolBottom
            // 
            this.panelToolBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelToolBottom.Location = new System.Drawing.Point(72, 77);
            this.panelToolBottom.Name = "panelToolBottom";
            this.panelToolBottom.Size = new System.Drawing.Size(938, 5);
            this.panelToolBottom.TabIndex = 6;
            // 
            // panelToolTop
            // 
            this.panelToolTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelToolTop.Location = new System.Drawing.Point(72, 1);
            this.panelToolTop.Name = "panelToolTop";
            this.panelToolTop.Size = new System.Drawing.Size(938, 10);
            this.panelToolTop.TabIndex = 5;
            // 
            // panelToolLeft
            // 
            this.panelToolLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelToolLeft.Location = new System.Drawing.Point(10, 1);
            this.panelToolLeft.Name = "panelToolLeft";
            this.panelToolLeft.Size = new System.Drawing.Size(62, 81);
            this.panelToolLeft.TabIndex = 4;
            // 
            // panelTopLeft
            // 
            this.panelTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelTopLeft.Location = new System.Drawing.Point(0, 1);
            this.panelTopLeft.Name = "panelTopLeft";
            this.panelTopLeft.Size = new System.Drawing.Size(10, 81);
            this.panelTopLeft.TabIndex = 3;
            // 
            // panelTopRight
            // 
            this.panelTopRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTopRight.Location = new System.Drawing.Point(1010, 1);
            this.panelTopRight.Name = "panelTopRight";
            this.panelTopRight.Size = new System.Drawing.Size(10, 81);
            this.panelTopRight.TabIndex = 2;
            // 
            // panelTopBottom
            // 
            this.panelTopBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTopBottom.Location = new System.Drawing.Point(0, 82);
            this.panelTopBottom.Name = "panelTopBottom";
            this.panelTopBottom.Size = new System.Drawing.Size(1020, 1);
            this.panelTopBottom.TabIndex = 1;
            // 
            // panelTopTop
            // 
            this.panelTopTop.Controls.Add(this.panelToolRight);
            this.panelTopTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTopTop.Location = new System.Drawing.Point(0, 0);
            this.panelTopTop.Name = "panelTopTop";
            this.panelTopTop.Size = new System.Drawing.Size(1020, 1);
            this.panelTopTop.TabIndex = 0;
            // 
            // panelToolRight
            // 
            this.panelToolRight.Location = new System.Drawing.Point(809, 7);
            this.panelToolRight.Name = "panelToolRight";
            this.panelToolRight.Size = new System.Drawing.Size(16, 80);
            this.panelToolRight.TabIndex = 5;
            // 
            // panelBottom
            // 
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(10, 585);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(1020, 1);
            this.panelBottom.TabIndex = 3;
            // 
            // panelCenter
            // 
            this.panelCenter.Controls.Add(this.splitContainerMain);
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(10, 132);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(1020, 453);
            this.panelCenter.TabIndex = 4;
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerMain.Name = "splitContainerMain";
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeCenter);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeRight);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeLeft);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeBottom);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeTop);
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.panelDesktop);
            this.splitContainerMain.Size = new System.Drawing.Size(1020, 453);
            this.splitContainerMain.SplitterDistance = 165;
            this.splitContainerMain.TabIndex = 0;
            this.splitContainerMain.Text = "splitContainer1";
            // 
            // panelTreeCenter
            // 
            this.panelTreeCenter.Controls.Add(this.treeViewObjects);
            this.panelTreeCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeCenter.Location = new System.Drawing.Point(1, 10);
            this.panelTreeCenter.Name = "panelTreeCenter";
            this.panelTreeCenter.Size = new System.Drawing.Size(163, 433);
            this.panelTreeCenter.TabIndex = 4;
            // 
            // treeViewObjects
            // 
            this.treeViewObjects.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeViewObjects.Location = new System.Drawing.Point(0, 0);
            this.treeViewObjects.Name = "treeViewObjects";
            this.treeViewObjects.Size = new System.Drawing.Size(163, 433);
            this.treeViewObjects.TabIndex = 0;
            // 
            // panelTreeRight
            // 
            this.panelTreeRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTreeRight.Location = new System.Drawing.Point(164, 10);
            this.panelTreeRight.Name = "panelTreeRight";
            this.panelTreeRight.Size = new System.Drawing.Size(1, 433);
            this.panelTreeRight.TabIndex = 3;
            // 
            // panelTreeLeft
            // 
            this.panelTreeLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelTreeLeft.Location = new System.Drawing.Point(0, 10);
            this.panelTreeLeft.Name = "panelTreeLeft";
            this.panelTreeLeft.Size = new System.Drawing.Size(1, 433);
            this.panelTreeLeft.TabIndex = 2;
            // 
            // panelTreeBottom
            // 
            this.panelTreeBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTreeBottom.Location = new System.Drawing.Point(0, 443);
            this.panelTreeBottom.Name = "panelTreeBottom";
            this.panelTreeBottom.Size = new System.Drawing.Size(165, 10);
            this.panelTreeBottom.TabIndex = 1;
            // 
            // panelTreeTop
            // 
            this.panelTreeTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTreeTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeTop.Name = "panelTreeTop";
            this.panelTreeTop.Size = new System.Drawing.Size(165, 10);
            this.panelTreeTop.TabIndex = 0;
            // 
            // panelDesktop
            // 
            this.panelDesktop.Controls.Add(this.panelDesktopCenter);
            this.panelDesktop.Controls.Add(this.panelDesktopRight);
            this.panelDesktop.Controls.Add(this.panelDesktopLeft);
            this.panelDesktop.Controls.Add(this.panelDesktopBottom);
            this.panelDesktop.Controls.Add(this.panelDesktopTop);
            this.panelDesktop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDesktop.Location = new System.Drawing.Point(0, 0);
            this.panelDesktop.Name = "panelDesktop";
            this.panelDesktop.Size = new System.Drawing.Size(851, 453);
            this.panelDesktop.TabIndex = 0;
            // 
            // panelDesktopCenter
            // 
            this.panelDesktopCenter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelDesktopCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDesktopCenter.Location = new System.Drawing.Point(1, 10);
            this.panelDesktopCenter.Name = "panelDesktopCenter";
            this.panelDesktopCenter.Size = new System.Drawing.Size(641, 433);
            this.panelDesktopCenter.TabIndex = 4;
            // 
            // panelDesktopRight
            // 
            this.panelDesktopRight.Controls.Add(this.textBoxStartStep);
            this.panelDesktopRight.Controls.Add(this.textBoxSteps);
            this.panelDesktopRight.Controls.Add(this.textBoxPause);
            this.panelDesktopRight.Controls.Add(this.textBoxStep);
            this.panelDesktopRight.Controls.Add(this.textBoxStart);
            this.panelDesktopRight.Controls.Add(this.label5);
            this.panelDesktopRight.Controls.Add(this.buttonSetThread);
            this.panelDesktopRight.Controls.Add(this.buttonStart);
            this.panelDesktopRight.Controls.Add(this.label4);
            this.panelDesktopRight.Controls.Add(this.label3);
            this.panelDesktopRight.Controls.Add(this.label2);
            this.panelDesktopRight.Controls.Add(this.label1);
            this.panelDesktopRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDesktopRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.panelDesktopRight.Location = new System.Drawing.Point(642, 10);
            this.panelDesktopRight.Name = "panelDesktopRight";
            this.panelDesktopRight.Size = new System.Drawing.Size(209, 433);
            this.panelDesktopRight.TabIndex = 3;
            // 
            // textBoxStartStep
            // 
            this.textBoxStartStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxStartStep.Location = new System.Drawing.Point(98, 150);
            this.textBoxStartStep.Name = "textBoxStartStep";
            this.textBoxStartStep.Size = new System.Drawing.Size(100, 20);
            this.textBoxStartStep.TabIndex = 43;
            this.textBoxStartStep.Text = "0";
            // 
            // textBoxSteps
            // 
            this.textBoxSteps.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxSteps.Location = new System.Drawing.Point(98, 198);
            this.textBoxSteps.Name = "textBoxSteps";
            this.textBoxSteps.Size = new System.Drawing.Size(100, 20);
            this.textBoxSteps.TabIndex = 38;
            this.textBoxSteps.Text = "10";
            // 
            // textBoxPause
            // 
            this.textBoxPause.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxPause.Location = new System.Drawing.Point(98, 102);
            this.textBoxPause.Name = "textBoxPause";
            this.textBoxPause.Size = new System.Drawing.Size(100, 20);
            this.textBoxPause.TabIndex = 36;
            this.textBoxPause.Text = "0";
            // 
            // textBoxStep
            // 
            this.textBoxStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxStep.Location = new System.Drawing.Point(98, 62);
            this.textBoxStep.Name = "textBoxStep";
            this.textBoxStep.Size = new System.Drawing.Size(100, 20);
            this.textBoxStep.TabIndex = 34;
            // 
            // textBoxStart
            // 
            this.textBoxStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.textBoxStart.Location = new System.Drawing.Point(98, 22);
            this.textBoxStart.Name = "textBoxStart";
            this.textBoxStart.Size = new System.Drawing.Size(100, 20);
            this.textBoxStart.TabIndex = 32;
            this.textBoxStart.Text = "0";
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label5.Location = new System.Drawing.Point(10, 150);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(64, 23);
            this.label5.TabIndex = 42;
            this.label5.Text = "Start step";
            // 
            // buttonSetThread
            // 
            this.buttonSetThread.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.buttonSetThread.Location = new System.Drawing.Point(98, 256);
            this.buttonSetThread.Name = "buttonSetThread";
            this.buttonSetThread.Size = new System.Drawing.Size(100, 23);
            this.buttonSetThread.TabIndex = 41;
            this.buttonSetThread.Text = "Set";
            this.buttonSetThread.Click += new System.EventHandler(this.buttonSetThread_Click);
            // 
            // buttonStart
            // 
            this.buttonStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.buttonStart.Location = new System.Drawing.Point(98, 285);
            this.buttonStart.Name = "buttonStart";
            this.buttonStart.Size = new System.Drawing.Size(100, 23);
            this.buttonStart.TabIndex = 40;
            this.buttonStart.Text = "Start";
            this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label4.Location = new System.Drawing.Point(10, 190);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(80, 32);
            this.label4.TabIndex = 39;
            this.label4.Text = "Step Count";
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label3.Location = new System.Drawing.Point(10, 102);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(72, 23);
            this.label3.TabIndex = 37;
            this.label3.Text = "Pause";
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.Location = new System.Drawing.Point(10, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 24);
            this.label2.TabIndex = 35;
            this.label2.Text = "Step";
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(10, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 24);
            this.label1.TabIndex = 33;
            this.label1.Text = "Start time";
            // 
            // panelDesktopLeft
            // 
            this.panelDesktopLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDesktopLeft.Location = new System.Drawing.Point(0, 10);
            this.panelDesktopLeft.Name = "panelDesktopLeft";
            this.panelDesktopLeft.Size = new System.Drawing.Size(1, 433);
            this.panelDesktopLeft.TabIndex = 2;
            // 
            // panelDesktopBottom
            // 
            this.panelDesktopBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDesktopBottom.Location = new System.Drawing.Point(0, 443);
            this.panelDesktopBottom.Name = "panelDesktopBottom";
            this.panelDesktopBottom.Size = new System.Drawing.Size(851, 10);
            this.panelDesktopBottom.TabIndex = 1;
            // 
            // panelDesktopTop
            // 
            this.panelDesktopTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelDesktopTop.Location = new System.Drawing.Point(0, 0);
            this.panelDesktopTop.Name = "panelDesktopTop";
            this.panelDesktopTop.Size = new System.Drawing.Size(851, 10);
            this.panelDesktopTop.TabIndex = 0;
            // 
            // openFileDialogScn
            // 
            this.openFileDialogScn.Filter = "Astronomy configuration files |*.cfa";
            // 
            // toolStripMain
            // 
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripButton,
            this.toolStripButtonLoadFromDatabase,
            this.saveToolStripButton,
            this.toolStripButtonClear,
            this.toolStripButtonRefresh,
            this.toolStripButtonToolBox,
            this.toolStripButtonFont,
            this.toolStripButtonSync});
            this.toolStripMain.Location = new System.Drawing.Point(0, 24);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(1031, 25);
            this.toolStripMain.TabIndex = 5;
            this.toolStripMain.Text = "toolStrip1";
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "Open";
            this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
            // 
            // toolStripButtonLoadFromDatabase
            // 
            this.toolStripButtonLoadFromDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLoadFromDatabase.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLoadFromDatabase.Image")));
            this.toolStripButtonLoadFromDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLoadFromDatabase.Name = "toolStripButtonLoadFromDatabase";
            this.toolStripButtonLoadFromDatabase.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLoadFromDatabase.Text = "Load from database";
            this.toolStripButtonLoadFromDatabase.Click += new System.EventHandler(this.toolStripButtonLoadFromDatabase_Click);
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
            // 
            // toolStripButtonClear
            // 
            this.toolStripButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClear.Image")));
            this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonClear.Name = "toolStripButtonClear";
            this.toolStripButtonClear.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonClear.Text = "toolStripButtonClear";
            this.toolStripButtonClear.Click += new System.EventHandler(this.toolStripButtonClear_Click);
            // 
            // toolStripButtonRefresh
            // 
            this.toolStripButtonRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRefresh.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRefresh.Image")));
            this.toolStripButtonRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRefresh.Name = "toolStripButtonRefresh";
            this.toolStripButtonRefresh.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonRefresh.Text = "toolStripButton2";
            this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
            // 
            // toolStripButtonToolBox
            // 
            this.toolStripButtonToolBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonToolBox.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonToolBox.Image")));
            this.toolStripButtonToolBox.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonToolBox.Name = "toolStripButtonToolBox";
            this.toolStripButtonToolBox.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonToolBox.Text = "toolStripButton1";
            this.toolStripButtonToolBox.Click += new System.EventHandler(this.toolStripButtonToolBox_Click);
            // 
            // toolStripButtonFont
            // 
            this.toolStripButtonFont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonFont.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFont.Image")));
            this.toolStripButtonFont.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonFont.Name = "toolStripButtonFont";
            this.toolStripButtonFont.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonFont.Text = "toolStripButton1";
            this.toolStripButtonFont.Click += new System.EventHandler(this.toolStripButtonFont_Click);
            // 
            // toolStripButtonSync
            // 
            this.toolStripButtonSync.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSync.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSync.Image")));
            this.toolStripButtonSync.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSync.Name = "toolStripButtonSync";
            this.toolStripButtonSync.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonSync.Text = "Sync";
            this.toolStripButtonSync.Click += new System.EventHandler(this.toolStripButtonSync_Click);
            // 
            // menuStripMain
            // 
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.databaseToolStripMenuItem,
            this.updateToolStripMenuItem});
            this.menuStripMain.Location = new System.Drawing.Point(0, 0);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Size = new System.Drawing.Size(1031, 24);
            this.menuStripMain.TabIndex = 6;
            this.menuStripMain.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.loadfromdatabaseToolStripMenuItem,
            this.toolStripSeparator1,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.savetodatabaseToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.openToolStripMenuItem.Text = "&Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // loadfromdatabaseToolStripMenuItem
            // 
            this.loadfromdatabaseToolStripMenuItem.Name = "loadfromdatabaseToolStripMenuItem";
            this.loadfromdatabaseToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.loadfromdatabaseToolStripMenuItem.Text = "Load from database";
            this.loadfromdatabaseToolStripMenuItem.Click += new System.EventHandler(this.loadfromdatabaseToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(178, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveasToolStripMenuItem_Click);
            // 
            // savetodatabaseToolStripMenuItem
            // 
            this.savetodatabaseToolStripMenuItem.Name = "savetodatabaseToolStripMenuItem";
            this.savetodatabaseToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.savetodatabaseToolStripMenuItem.Text = "Save to database";
            this.savetodatabaseToolStripMenuItem.Click += new System.EventHandler(this.savetodatabaseToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.cutToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.deletecommentsToolStripMenuItem,
            this.clearselectedToolStripMenuItem,
            this.clearallToolStripMenuItem,
            this.changeorderofselectedToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.editToolStripMenuItem.Text = "Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
            this.undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
            this.redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // deletecommentsToolStripMenuItem
            // 
            this.deletecommentsToolStripMenuItem.Name = "deletecommentsToolStripMenuItem";
            this.deletecommentsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.deletecommentsToolStripMenuItem.Text = "Delete comments";
            this.deletecommentsToolStripMenuItem.Click += new System.EventHandler(this.deletecommentsToolStripMenuItem_Click);
            // 
            // clearselectedToolStripMenuItem
            // 
            this.clearselectedToolStripMenuItem.Name = "clearselectedToolStripMenuItem";
            this.clearselectedToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.clearselectedToolStripMenuItem.Text = "Clear selected";
            this.clearselectedToolStripMenuItem.Visible = false;
            this.clearselectedToolStripMenuItem.Click += new System.EventHandler(this.clearselectedToolStripMenuItem_Click);
            // 
            // clearallToolStripMenuItem
            // 
            this.clearallToolStripMenuItem.Name = "clearallToolStripMenuItem";
            this.clearallToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.clearallToolStripMenuItem.Text = "Clear all";
            this.clearallToolStripMenuItem.Click += new System.EventHandler(this.clearallToolStripMenuItem_Click);
            // 
            // changeorderofselectedToolStripMenuItem
            // 
            this.changeorderofselectedToolStripMenuItem.Name = "changeorderofselectedToolStripMenuItem";
            this.changeorderofselectedToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.changeorderofselectedToolStripMenuItem.Text = "Change order of selected";
            this.changeorderofselectedToolStripMenuItem.Click += new System.EventHandler(this.changeorderofselectedToolStripMenuItem_Click);
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.containerDesignerToolStripMenuItem,
            this.derivationCalculatorToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // containerDesignerToolStripMenuItem
            // 
            this.containerDesignerToolStripMenuItem.Name = "containerDesignerToolStripMenuItem";
            this.containerDesignerToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.containerDesignerToolStripMenuItem.Text = "Container designer";
            this.containerDesignerToolStripMenuItem.Click += new System.EventHandler(this.containerDesignerToolStripMenuItem_Click);
            // 
            // derivationCalculatorToolStripMenuItem
            // 
            this.derivationCalculatorToolStripMenuItem.Name = "derivationCalculatorToolStripMenuItem";
            this.derivationCalculatorToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
            this.derivationCalculatorToolStripMenuItem.Text = "Derivation calculator";
            this.derivationCalculatorToolStripMenuItem.Click += new System.EventHandler(this.derivationCalculatorToolStripMenuItem_Click);
            // 
            // databaseToolStripMenuItem
            // 
            this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
            this.databaseToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.databaseToolStripMenuItem.Text = "Database";
            this.databaseToolStripMenuItem.Click += new System.EventHandler(this.databaseToolStripMenuItem_Click);
            // 
            // updateToolStripMenuItem
            // 
            this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
            this.updateToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
            this.updateToolStripMenuItem.Text = "Update";
            this.updateToolStripMenuItem.Click += new System.EventHandler(this.updateToolStripMenuItem_Click);
            // 
            // saveFileDialogScn
            // 
            this.saveFileDialogScn.Filter = "Astronomy configuration files |*.cfa";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1031, 586);
            this.Controls.Add(this.panelCenter);
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.panelTop);
            this.Controls.Add(this.panelRight);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.menuStripMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormMain";
            this.Text = "Astronomy";
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.panelTop.ResumeLayout(false);
            this.tabControlControls.ResumeLayout(false);
            this.panelTopTop.ResumeLayout(false);
            this.panelCenter.ResumeLayout(false);
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            this.splitContainerMain.ResumeLayout(false);
            this.panelTreeCenter.ResumeLayout(false);
            this.panelDesktop.ResumeLayout(false);
            this.panelDesktopRight.ResumeLayout(false);
            this.panelDesktopRight.PerformLayout();
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.menuStripMain.ResumeLayout(false);
            this.menuStripMain.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.Panel panelTop;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.SplitContainer splitContainerMain;
        private System.Windows.Forms.Panel panelTreeTop;
        private System.Windows.Forms.Panel panelTreeBottom;
        private System.Windows.Forms.Panel panelTreeLeft;
        private System.Windows.Forms.Panel panelTreeRight;
        private System.Windows.Forms.Panel panelTreeCenter;
        private System.Windows.Forms.TreeView treeViewObjects;
        private System.Windows.Forms.Panel panelDesktop;
        private System.Windows.Forms.Panel panelDesktopTop;
        private System.Windows.Forms.Panel panelDesktopBottom;
        private System.Windows.Forms.Panel panelDesktopLeft;
        private System.Windows.Forms.Panel panelDesktopRight;
        private System.Windows.Forms.Panel panelDesktopCenter;
        private System.Windows.Forms.Panel panelTopTop;
        private System.Windows.Forms.Panel panelTopBottom;
        private System.Windows.Forms.Panel panelTopRight;
        private System.Windows.Forms.Panel panelTopLeft;
        private System.Windows.Forms.OpenFileDialog openFileDialogScn;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.MenuStrip menuStripMain;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
        private System.Windows.Forms.SaveFileDialog saveFileDialogScn;
        private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem clearallToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem clearselectedToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem deletecommentsToolStripMenuItem;
        private System.Windows.Forms.Panel panelToolLeft;
        private System.Windows.Forms.Panel panelToolRight;
        private System.Windows.Forms.Panel panelToolTop;
        private System.Windows.Forms.Panel panelToolBottom;
        private System.Windows.Forms.TabControl tabControlControls;
        private System.Windows.Forms.TabPage tabPageObjects;
        private System.Windows.Forms.TabPage tabPageArrows;
        private System.Windows.Forms.ToolStripButton toolStripButtonRefresh;
        private System.Windows.Forms.ToolStripButton toolStripButtonToolBox;
        private System.Windows.Forms.ToolStripButton toolStripButtonFont;
        private System.Windows.Forms.ToolStripButton toolStripButtonClear;
        private System.Windows.Forms.ToolStripMenuItem loadfromdatabaseToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem savetodatabaseToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButtonLoadFromDatabase;
        private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem changeorderofselectedToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButtonSync;
        private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
        private System.Windows.Forms.TextBox textBoxStartStep;
        private System.Windows.Forms.TextBox textBoxSteps;
        private System.Windows.Forms.TextBox textBoxPause;
        private System.Windows.Forms.TextBox textBoxStep;
        private System.Windows.Forms.TextBox textBoxStart;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button buttonSetThread;
        private System.Windows.Forms.Button buttonStart;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem derivationCalculatorToolStripMenuItem;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
        private System.Windows.Forms.ToolStripMenuItem containerDesignerToolStripMenuItem;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect
Russian Federation Russian Federation
Ph. D. Petr Ivankov worked as scientific researcher at Russian Mission Control Centre since 1978 up to 2000. Now he is engaged by Aviation training simulators http://dinamika-avia.com/ . His additional interests are:

1) Noncommutative geometry

http://front.math.ucdavis.edu/author/P.Ivankov

2) Literary work (Russian only)

http://zhurnal.lib.ru/editors/3/3d_m/

3) Scientific articles
http://arxiv.org/find/all/1/au:+Ivankov_Petr/0/1/0/all/0/1

Comments and Discussions