Click here to Skip to main content
15,884,628 members
Articles / Programming Languages / C#

Universal Framework for Science and Engineering - Part 6: Determination of Orbits of Artificial Satellites

Rate me:
Please Sign up or sign in to vote.
4.88/5 (28 votes)
8 Jul 2011CPOL19 min read 82.4K   6.6K   82  
An article on framework applications to determine the orbits of artificial satellites
namespace DataPerformerUI.UserControls
{
    partial class UserControlGraph
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControlGraph));
            this.panelBottom = new System.Windows.Forms.Panel();
            this.panelCenter = new System.Windows.Forms.Panel();
            this.panelDraw = new System.Windows.Forms.Panel();
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPageGraph = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.splitContainerGraph = new System.Windows.Forms.SplitContainer();
            this.panelGraph = new System.Windows.Forms.Panel();
            this.panelMeaRight = new System.Windows.Forms.Panel();
            this.panelMeaBottom = new System.Windows.Forms.Panel();
            this.panelMea = new System.Windows.Forms.Panel();
            this.panelMeaLeft = new System.Windows.Forms.Panel();
            this.panelMeaTop = new System.Windows.Forms.Panel();
            this.label5 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.comboBoxStepCount = new System.Windows.Forms.ComboBox();
            this.comboBoxStep = new System.Windows.Forms.ComboBox();
            this.comboBoxStart = new System.Windows.Forms.ComboBox();
            this.calculatorBoxStep = new System.Windows.Forms.TextBox();
            this.calculatorBoxStart = new System.Windows.Forms.TextBox();
            this.labelY = new System.Windows.Forms.Label();
            this.labelX = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxStepCount = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBoxArg = new System.Windows.Forms.ComboBox();
            this.panelIntLeft = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.tabPageText = new System.Windows.Forms.TabPage();
            this.panelText = new System.Windows.Forms.Panel();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel7 = new System.Windows.Forms.Panel();
            this.panelTextBottom = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.comboBoxCond = new System.Windows.Forms.ComboBox();
            this.panel11 = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.panel14 = new System.Windows.Forms.Panel();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonRefresh = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonStart = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton();
            this.toolStripComboBoxPoints = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonClearAll = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonType = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripButtonSeries = new System.Windows.Forms.ToolStripComboBox();
            this.panelRight = new System.Windows.Forms.Panel();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.saveFileDialogXml = new System.Windows.Forms.SaveFileDialog();
            this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
            this.backgroundWorkerText = new System.ComponentModel.BackgroundWorker();
            this.panelCenter.SuspendLayout();
            this.panelDraw.SuspendLayout();
            this.tabControlMain.SuspendLayout();
            this.tabPageGraph.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerGraph)).BeginInit();
            this.splitContainerGraph.Panel1.SuspendLayout();
            this.splitContainerGraph.Panel2.SuspendLayout();
            this.splitContainerGraph.SuspendLayout();
            this.panelMeaTop.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tabPageText.SuspendLayout();
            this.panel8.SuspendLayout();
            this.panel10.SuspendLayout();
            this.panel12.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelBottom
            // 
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 452);
            this.panelBottom.Margin = new System.Windows.Forms.Padding(4);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(637, 1);
            this.panelBottom.TabIndex = 9;
            // 
            // panelCenter
            // 
            this.panelCenter.Controls.Add(this.panelDraw);
            this.panelCenter.Controls.Add(this.panelRight);
            this.panelCenter.Controls.Add(this.panelLeft);
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(0, 0);
            this.panelCenter.Margin = new System.Windows.Forms.Padding(4);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(637, 453);
            this.panelCenter.TabIndex = 10;
            // 
            // panelDraw
            // 
            this.panelDraw.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelDraw.Controls.Add(this.tabControlMain);
            this.panelDraw.Controls.Add(this.toolStripMain);
            this.panelDraw.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDraw.Location = new System.Drawing.Point(1, 0);
            this.panelDraw.Margin = new System.Windows.Forms.Padding(4);
            this.panelDraw.Name = "panelDraw";
            this.panelDraw.Size = new System.Drawing.Size(635, 453);
            this.panelDraw.TabIndex = 3;
            // 
            // tabControlMain
            // 
            this.tabControlMain.Controls.Add(this.tabPageGraph);
            this.tabControlMain.Controls.Add(this.tabPageText);
            this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlMain.Location = new System.Drawing.Point(0, 26);
            this.tabControlMain.Margin = new System.Windows.Forms.Padding(4);
            this.tabControlMain.Name = "tabControlMain";
            this.tabControlMain.SelectedIndex = 0;
            this.tabControlMain.Size = new System.Drawing.Size(631, 423);
            this.tabControlMain.TabIndex = 31;
            // 
            // tabPageGraph
            // 
            this.tabPageGraph.Controls.Add(this.panel1);
            this.tabPageGraph.Controls.Add(this.panel2);
            this.tabPageGraph.Controls.Add(this.panel3);
            this.tabPageGraph.Controls.Add(this.panel5);
            this.tabPageGraph.Location = new System.Drawing.Point(4, 25);
            this.tabPageGraph.Margin = new System.Windows.Forms.Padding(4);
            this.tabPageGraph.Name = "tabPageGraph";
            this.tabPageGraph.Padding = new System.Windows.Forms.Padding(4);
            this.tabPageGraph.Size = new System.Drawing.Size(623, 394);
            this.tabPageGraph.TabIndex = 0;
            this.tabPageGraph.Text = "Chart";
            this.tabPageGraph.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(5, 4);
            this.panel1.Margin = new System.Windows.Forms.Padding(4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(613, 1);
            this.panel1.TabIndex = 32;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(4, 4);
            this.panel2.Margin = new System.Windows.Forms.Padding(4);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1, 386);
            this.panel2.TabIndex = 28;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.splitContainerGraph);
            this.panel3.Controls.Add(this.panel4);
            this.panel3.Controls.Add(this.panelIntLeft);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(4, 4);
            this.panel3.Margin = new System.Windows.Forms.Padding(4);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(614, 386);
            this.panel3.TabIndex = 31;
            // 
            // splitContainerGraph
            // 
            this.splitContainerGraph.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerGraph.Location = new System.Drawing.Point(1, 0);
            this.splitContainerGraph.Margin = new System.Windows.Forms.Padding(4);
            this.splitContainerGraph.Name = "splitContainerGraph";
            // 
            // splitContainerGraph.Panel1
            // 
            this.splitContainerGraph.Panel1.Controls.Add(this.panelGraph);
            // 
            // splitContainerGraph.Panel2
            // 
            this.splitContainerGraph.Panel2.Controls.Add(this.panelMeaRight);
            this.splitContainerGraph.Panel2.Controls.Add(this.panelMeaBottom);
            this.splitContainerGraph.Panel2.Controls.Add(this.panelMea);
            this.splitContainerGraph.Panel2.Controls.Add(this.panelMeaLeft);
            this.splitContainerGraph.Panel2.Controls.Add(this.panelMeaTop);
            this.splitContainerGraph.Size = new System.Drawing.Size(613, 286);
            this.splitContainerGraph.SplitterDistance = 365;
            this.splitContainerGraph.SplitterWidth = 5;
            this.splitContainerGraph.TabIndex = 28;
            // 
            // panelGraph
            // 
            this.panelGraph.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.panelGraph.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelGraph.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelGraph.Location = new System.Drawing.Point(0, 0);
            this.panelGraph.Margin = new System.Windows.Forms.Padding(4);
            this.panelGraph.Name = "panelGraph";
            this.panelGraph.Size = new System.Drawing.Size(365, 286);
            this.panelGraph.TabIndex = 3;
            // 
            // panelMeaRight
            // 
            this.panelMeaRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelMeaRight.Location = new System.Drawing.Point(242, 59);
            this.panelMeaRight.Margin = new System.Windows.Forms.Padding(4);
            this.panelMeaRight.Name = "panelMeaRight";
            this.panelMeaRight.Size = new System.Drawing.Size(1, 226);
            this.panelMeaRight.TabIndex = 29;
            // 
            // panelMeaBottom
            // 
            this.panelMeaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelMeaBottom.Location = new System.Drawing.Point(1, 285);
            this.panelMeaBottom.Margin = new System.Windows.Forms.Padding(4);
            this.panelMeaBottom.Name = "panelMeaBottom";
            this.panelMeaBottom.Size = new System.Drawing.Size(242, 1);
            this.panelMeaBottom.TabIndex = 30;
            // 
            // panelMea
            // 
            this.panelMea.AutoScroll = true;
            this.panelMea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelMea.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMea.Location = new System.Drawing.Point(1, 59);
            this.panelMea.Margin = new System.Windows.Forms.Padding(4);
            this.panelMea.Name = "panelMea";
            this.panelMea.Size = new System.Drawing.Size(242, 227);
            this.panelMea.TabIndex = 26;
            // 
            // panelMeaLeft
            // 
            this.panelMeaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelMeaLeft.Location = new System.Drawing.Point(0, 59);
            this.panelMeaLeft.Margin = new System.Windows.Forms.Padding(4);
            this.panelMeaLeft.Name = "panelMeaLeft";
            this.panelMeaLeft.Size = new System.Drawing.Size(1, 227);
            this.panelMeaLeft.TabIndex = 28;
            // 
            // panelMeaTop
            // 
            this.panelMeaTop.Controls.Add(this.label5);
            this.panelMeaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelMeaTop.Location = new System.Drawing.Point(0, 0);
            this.panelMeaTop.Margin = new System.Windows.Forms.Padding(4);
            this.panelMeaTop.Name = "panelMeaTop";
            this.panelMeaTop.Size = new System.Drawing.Size(243, 59);
            this.panelMeaTop.TabIndex = 27;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(4, 5);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(225, 39);
            this.label5.TabIndex = 21;
            this.label5.Text = "Data sources";
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.comboBoxStepCount);
            this.panel4.Controls.Add(this.comboBoxStep);
            this.panel4.Controls.Add(this.comboBoxStart);
            this.panel4.Controls.Add(this.calculatorBoxStep);
            this.panel4.Controls.Add(this.calculatorBoxStart);
            this.panel4.Controls.Add(this.labelY);
            this.panel4.Controls.Add(this.labelX);
            this.panel4.Controls.Add(this.label4);
            this.panel4.Controls.Add(this.textBoxStepCount);
            this.panel4.Controls.Add(this.label3);
            this.panel4.Controls.Add(this.label1);
            this.panel4.Controls.Add(this.label2);
            this.panel4.Controls.Add(this.comboBoxArg);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(1, 286);
            this.panel4.Margin = new System.Windows.Forms.Padding(4);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(613, 100);
            this.panel4.TabIndex = 27;
            // 
            // comboBoxStepCount
            // 
            this.comboBoxStepCount.FormattingEnabled = true;
            this.comboBoxStepCount.Location = new System.Drawing.Point(476, 69);
            this.comboBoxStepCount.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxStepCount.Name = "comboBoxStepCount";
            this.comboBoxStepCount.Size = new System.Drawing.Size(120, 24);
            this.comboBoxStepCount.TabIndex = 35;
            // 
            // comboBoxStep
            // 
            this.comboBoxStep.FormattingEnabled = true;
            this.comboBoxStep.Location = new System.Drawing.Point(329, 69);
            this.comboBoxStep.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxStep.Name = "comboBoxStep";
            this.comboBoxStep.Size = new System.Drawing.Size(137, 24);
            this.comboBoxStep.TabIndex = 34;
            // 
            // comboBoxStart
            // 
            this.comboBoxStart.FormattingEnabled = true;
            this.comboBoxStart.Location = new System.Drawing.Point(181, 70);
            this.comboBoxStart.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxStart.Name = "comboBoxStart";
            this.comboBoxStart.Size = new System.Drawing.Size(137, 24);
            this.comboBoxStart.TabIndex = 33;
            // 
            // calculatorBoxStep
            // 
            this.calculatorBoxStep.Location = new System.Drawing.Point(329, 43);
            this.calculatorBoxStep.Margin = new System.Windows.Forms.Padding(4);
            this.calculatorBoxStep.Name = "calculatorBoxStep";
            this.calculatorBoxStep.Size = new System.Drawing.Size(139, 22);
            this.calculatorBoxStep.TabIndex = 32;
            this.calculatorBoxStep.Text = "0";
            // 
            // calculatorBoxStart
            // 
            this.calculatorBoxStart.Location = new System.Drawing.Point(181, 43);
            this.calculatorBoxStart.Margin = new System.Windows.Forms.Padding(4);
            this.calculatorBoxStart.Name = "calculatorBoxStart";
            this.calculatorBoxStart.Size = new System.Drawing.Size(139, 22);
            this.calculatorBoxStart.TabIndex = 31;
            this.calculatorBoxStart.Text = "0";
            // 
            // labelY
            // 
            this.labelY.AutoSize = true;
            this.labelY.Location = new System.Drawing.Point(216, 4);
            this.labelY.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.labelY.Name = "labelY";
            this.labelY.Size = new System.Drawing.Size(33, 17);
            this.labelY.TabIndex = 30;
            this.labelY.Text = "Y = ";
            this.labelY.Visible = false;
            // 
            // labelX
            // 
            this.labelX.AutoSize = true;
            this.labelX.Location = new System.Drawing.Point(11, 4);
            this.labelX.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.labelX.Name = "labelX";
            this.labelX.Size = new System.Drawing.Size(33, 17);
            this.labelX.TabIndex = 29;
            this.labelX.Text = "X = ";
            this.labelX.Visible = false;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(201, 21);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(75, 28);
            this.label4.TabIndex = 27;
            this.label4.Text = "Start";
            // 
            // textBoxStepCount
            // 
            this.textBoxStepCount.Location = new System.Drawing.Point(476, 43);
            this.textBoxStepCount.Margin = new System.Windows.Forms.Padding(4);
            this.textBoxStepCount.Name = "textBoxStepCount";
            this.textBoxStepCount.Size = new System.Drawing.Size(120, 22);
            this.textBoxStepCount.TabIndex = 23;
            this.textBoxStepCount.Text = "2";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(465, 21);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(132, 27);
            this.label3.TabIndex = 24;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(29, 21);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 18);
            this.label1.TabIndex = 20;
            this.label1.Text = "Argument";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(321, 22);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 28);
            this.label2.TabIndex = 22;
            this.label2.Text = "Step";
            // 
            // comboBoxArg
            // 
            this.comboBoxArg.FormattingEnabled = true;
            this.comboBoxArg.ItemHeight = 16;
            this.comboBoxArg.Location = new System.Drawing.Point(12, 43);
            this.comboBoxArg.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxArg.Name = "comboBoxArg";
            this.comboBoxArg.Size = new System.Drawing.Size(160, 24);
            this.comboBoxArg.TabIndex = 19;
            this.comboBoxArg.Text = "Time";
            // 
            // panelIntLeft
            // 
            this.panelIntLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelIntLeft.Location = new System.Drawing.Point(0, 0);
            this.panelIntLeft.Margin = new System.Windows.Forms.Padding(4);
            this.panelIntLeft.Name = "panelIntLeft";
            this.panelIntLeft.Size = new System.Drawing.Size(1, 386);
            this.panelIntLeft.TabIndex = 26;
            // 
            // panel5
            // 
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(618, 4);
            this.panel5.Margin = new System.Windows.Forms.Padding(4);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(1, 386);
            this.panel5.TabIndex = 30;
            // 
            // tabPageText
            // 
            this.tabPageText.Controls.Add(this.panelText);
            this.tabPageText.Controls.Add(this.panel9);
            this.tabPageText.Controls.Add(this.panel7);
            this.tabPageText.Controls.Add(this.panelTextBottom);
            this.tabPageText.Controls.Add(this.panel8);
            this.tabPageText.Location = new System.Drawing.Point(4, 25);
            this.tabPageText.Margin = new System.Windows.Forms.Padding(4);
            this.tabPageText.Name = "tabPageText";
            this.tabPageText.Padding = new System.Windows.Forms.Padding(4);
            this.tabPageText.Size = new System.Drawing.Size(623, 394);
            this.tabPageText.TabIndex = 1;
            this.tabPageText.Text = "Text";
            this.tabPageText.UseVisualStyleBackColor = true;
            // 
            // panelText
            // 
            this.panelText.AutoScroll = true;
            this.panelText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelText.Location = new System.Drawing.Point(5, 47);
            this.panelText.Margin = new System.Windows.Forms.Padding(4);
            this.panelText.Name = "panelText";
            this.panelText.Size = new System.Drawing.Size(608, 335);
            this.panelText.TabIndex = 11;
            // 
            // panel9
            // 
            this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel9.Location = new System.Drawing.Point(613, 47);
            this.panel9.Margin = new System.Windows.Forms.Padding(4);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(1, 335);
            this.panel9.TabIndex = 10;
            // 
            // panel7
            // 
            this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel7.Location = new System.Drawing.Point(4, 47);
            this.panel7.Margin = new System.Windows.Forms.Padding(4);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(1, 335);
            this.panel7.TabIndex = 9;
            // 
            // panelTextBottom
            // 
            this.panelTextBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTextBottom.Location = new System.Drawing.Point(4, 382);
            this.panelTextBottom.Margin = new System.Windows.Forms.Padding(4);
            this.panelTextBottom.Name = "panelTextBottom";
            this.panelTextBottom.Size = new System.Drawing.Size(611, 0);
            this.panelTextBottom.TabIndex = 8;
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.panel10);
            this.panel8.Controls.Add(this.panel11);
            this.panel8.Controls.Add(this.panel12);
            this.panel8.Controls.Add(this.panel14);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel8.Location = new System.Drawing.Point(4, 4);
            this.panel8.Margin = new System.Windows.Forms.Padding(4);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(611, 43);
            this.panel8.TabIndex = 6;
            // 
            // panel10
            // 
            this.panel10.Controls.Add(this.comboBoxCond);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel10.Location = new System.Drawing.Point(191, 6);
            this.panel10.Margin = new System.Windows.Forms.Padding(4);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(407, 37);
            this.panel10.TabIndex = 23;
            // 
            // comboBoxCond
            // 
            this.comboBoxCond.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxCond.FormattingEnabled = true;
            this.comboBoxCond.Location = new System.Drawing.Point(0, 0);
            this.comboBoxCond.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxCond.Name = "comboBoxCond";
            this.comboBoxCond.Size = new System.Drawing.Size(407, 24);
            this.comboBoxCond.TabIndex = 0;
            // 
            // panel11
            // 
            this.panel11.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel11.Location = new System.Drawing.Point(597, 6);
            this.panel11.Margin = new System.Windows.Forms.Padding(4);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(13, 37);
            this.panel11.TabIndex = 22;
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.label7);
            this.panel12.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel12.Location = new System.Drawing.Point(0, 6);
            this.panel12.Margin = new System.Windows.Forms.Padding(4);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(191, 37);
            this.panel12.TabIndex = 21;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(19, 6);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(112, 17);
            this.label7.TabIndex = 0;
            this.label7.Text = "Output condition";
            // 
            // panel14
            // 
            this.panel14.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel14.Location = new System.Drawing.Point(0, 0);
            this.panel14.Margin = new System.Windows.Forms.Padding(4);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(611, 6);
            this.panel14.TabIndex = 20;
            // 
            // toolStripMain
            // 
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonRefresh,
            this.toolStripButtonStart,
            this.toolStripButtonStop,
            this.toolStripComboBoxPoints,
            this.toolStripButtonAdd,
            this.toolStripButtonClearAll,
            this.toolStripButtonType,
            this.toolStripButtonSeries});
            this.toolStripMain.Location = new System.Drawing.Point(0, 0);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(631, 26);
            this.toolStripMain.TabIndex = 30;
            this.toolStripMain.Text = "toolStrip1";
            // 
            // 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, 23);
            this.toolStripButtonRefresh.Text = "toolStripButton1";
            this.toolStripButtonRefresh.ToolTipText = "Refresh";
            this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
            // 
            // toolStripButtonStart
            // 
            this.toolStripButtonStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonStart.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStart.Image")));
            this.toolStripButtonStart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonStart.Name = "toolStripButtonStart";
            this.toolStripButtonStart.Size = new System.Drawing.Size(23, 23);
            this.toolStripButtonStart.Text = "Start";
            this.toolStripButtonStart.Click += new System.EventHandler(this.toolStripButtonStart_Click);
            // 
            // toolStripButtonStop
            // 
            this.toolStripButtonStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonStop.Enabled = false;
            this.toolStripButtonStop.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonStop.Image")));
            this.toolStripButtonStop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonStop.Name = "toolStripButtonStop";
            this.toolStripButtonStop.Size = new System.Drawing.Size(23, 23);
            this.toolStripButtonStop.Text = "Stop";
            this.toolStripButtonStop.Click += new System.EventHandler(this.toolStripButtonStop_Click);
            // 
            // toolStripComboBoxPoints
            // 
            this.toolStripComboBoxPoints.Name = "toolStripComboBoxPoints";
            this.toolStripComboBoxPoints.Size = new System.Drawing.Size(160, 26);
            this.toolStripComboBoxPoints.Text = "<Points>";
            // 
            // toolStripButtonAdd
            // 
            this.toolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
            this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAdd.Name = "toolStripButtonAdd";
            this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 23);
            this.toolStripButtonAdd.Text = "Add";
            this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
            // 
            // toolStripButtonClearAll
            // 
            this.toolStripButtonClearAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonClearAll.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClearAll.Image")));
            this.toolStripButtonClearAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonClearAll.Name = "toolStripButtonClearAll";
            this.toolStripButtonClearAll.Size = new System.Drawing.Size(23, 23);
            this.toolStripButtonClearAll.Text = "Clear all";
            // 
            // toolStripButtonType
            // 
            this.toolStripButtonType.Name = "toolStripButtonType";
            this.toolStripButtonType.Size = new System.Drawing.Size(160, 26);
            this.toolStripButtonType.Text = "<Series type>";
            // 
            // toolStripButtonSeries
            // 
            this.toolStripButtonSeries.Name = "toolStripButtonSeries";
            this.toolStripButtonSeries.Size = new System.Drawing.Size(121, 26);
            this.toolStripButtonSeries.Text = "<Series>";
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(636, 0);
            this.panelRight.Margin = new System.Windows.Forms.Padding(4);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(1, 453);
            this.panelRight.TabIndex = 2;
            // 
            // panelLeft
            // 
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 0);
            this.panelLeft.Margin = new System.Windows.Forms.Padding(4);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(1, 453);
            this.panelLeft.TabIndex = 1;
            // 
            // saveFileDialogXml
            // 
            this.saveFileDialogXml.Filter = "XML files |*.xml";
            // 
            // backgroundWorker
            // 
            this.backgroundWorker.WorkerSupportsCancellation = true;
            this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork);
            this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
            // 
            // backgroundWorkerText
            // 
            this.backgroundWorkerText.WorkerSupportsCancellation = true;
            this.backgroundWorkerText.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerText_DoWork);
            this.backgroundWorkerText.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerText_RunWorkerCompleted);
            // 
            // UserControlGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.panelCenter);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "UserControlGraph";
            this.Size = new System.Drawing.Size(637, 453);
            this.panelCenter.ResumeLayout(false);
            this.panelDraw.ResumeLayout(false);
            this.panelDraw.PerformLayout();
            this.tabControlMain.ResumeLayout(false);
            this.tabPageGraph.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.splitContainerGraph.Panel1.ResumeLayout(false);
            this.splitContainerGraph.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerGraph)).EndInit();
            this.splitContainerGraph.ResumeLayout(false);
            this.panelMeaTop.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.tabPageText.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.panel10.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            this.panel12.PerformLayout();
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.Panel panelDraw;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.TabControl tabControlMain;
        private System.Windows.Forms.TabPage tabPageGraph;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.SplitContainer splitContainerGraph;
        private System.Windows.Forms.Panel panelGraph;
        private System.Windows.Forms.Panel panelMeaRight;
        private System.Windows.Forms.Panel panelMeaBottom;
        private System.Windows.Forms.Panel panelMea;
        private System.Windows.Forms.Panel panelMeaLeft;
        private System.Windows.Forms.Panel panelMeaTop;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBoxStepCount;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox comboBoxArg;
        private System.Windows.Forms.Panel panelIntLeft;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.TabPage tabPageText;
        private System.Windows.Forms.Panel panelTextBottom;
        private System.Windows.Forms.Panel panel8;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.ToolStripButton toolStripButtonAdd;
        private System.Windows.Forms.ToolStripButton toolStripButtonClearAll;
        private System.Windows.Forms.ToolStripComboBox toolStripButtonType;
        private System.Windows.Forms.ToolStripComboBox toolStripButtonSeries;
        private System.Windows.Forms.SaveFileDialog saveFileDialogXml;
        private System.Windows.Forms.ToolStripButton toolStripButtonRefresh;
        private System.Windows.Forms.Panel panelText;
        private System.Windows.Forms.Panel panel9;
        private System.Windows.Forms.Panel panel7;
        private System.Windows.Forms.Label labelY;
        private System.Windows.Forms.Label labelX;
        private System.Windows.Forms.TextBox calculatorBoxStep;
        private System.Windows.Forms.TextBox calculatorBoxStart;
        private System.Windows.Forms.ComboBox comboBoxStepCount;
        private System.Windows.Forms.ComboBox comboBoxStep;
        private System.Windows.Forms.ComboBox comboBoxStart;
        private System.Windows.Forms.Panel panel10;
        private System.Windows.Forms.ComboBox comboBoxCond;
        private System.Windows.Forms.Panel panel11;
        private System.Windows.Forms.Panel panel12;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Panel panel14;
        private System.Windows.Forms.ToolStripButton toolStripButtonStart;
        private System.Windows.Forms.ToolStripButton toolStripButtonStop;
        private System.ComponentModel.BackgroundWorker backgroundWorker;
        private System.ComponentModel.BackgroundWorker backgroundWorkerText;
        private System.Windows.Forms.ToolStripComboBox toolStripComboBoxPoints;
    }
}

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


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