Click here to Skip to main content
15,895,772 members
Articles / Programming Languages / C#

Reconstruction of Charts from Images

Rate me:
Please Sign up or sign in to vote.
4.92/5 (13 votes)
18 Mar 2010CPOL7 min read 38K   4.1K   42  
Usage of universal framework for chart reconstruction
namespace DataPerformerUI.UserControls
{
    partial class UserControlFormulaEditor
    {
        /// <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(UserControlFormulaEditor));
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPageFormulas = new System.Windows.Forms.TabPage();
            this.panelMain = new System.Windows.Forms.Panel();
            this.panelMainCenter = new System.Windows.Forms.Panel();
            this.panelCenterCenter = new System.Windows.Forms.Panel();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.panelTreeCenter = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panelFormula = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.buttonAcceptConst = new System.Windows.Forms.Button();
            this.buttonAcceptForm = new System.Windows.Forms.Button();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel6 = new System.Windows.Forms.Panel();
            this.buttonSetQuantity = new System.Windows.Forms.Button();
            this.numericUpDownQuantity = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.panel7 = new System.Windows.Forms.Panel();
            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.panelDesktopCenter = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.panelMea = new System.Windows.Forms.Panel();
            this.propertyGridAlias = new System.Windows.Forms.PropertyGrid();
            this.panel13 = new System.Windows.Forms.Panel();
            this.panel14 = new System.Windows.Forms.Panel();
            this.panel15 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.panel16 = new System.Windows.Forms.Panel();
            this.panelDesktopRight = new System.Windows.Forms.Panel();
            this.panelDesktopLeft = new System.Windows.Forms.Panel();
            this.checkedListBoxP = new System.Windows.Forms.CheckedListBox();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.panel11 = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.panelDesktopBottom = new System.Windows.Forms.Panel();
            this.label6 = new System.Windows.Forms.Label();
            this.comboBoxTime = new System.Windows.Forms.ComboBox();
            this.buttonAcceptPar = new System.Windows.Forms.Button();
            this.panelDesktopTop = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.panelCenterRight = new System.Windows.Forms.Panel();
            this.panelCenterLeft = new System.Windows.Forms.Panel();
            this.panelCenterBottom = new System.Windows.Forms.Panel();
            this.panelCenterTop = new System.Windows.Forms.Panel();
            this.panelCenter = new System.Windows.Forms.Panel();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.numericUpDownOrder = new System.Windows.Forms.NumericUpDown();
            this.panelTop = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panelMainBottom = new System.Windows.Forms.Panel();
            this.paneMainRight = new System.Windows.Forms.Panel();
            this.panelMainLeft = new System.Windows.Forms.Panel();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonFont = new System.Windows.Forms.ToolStripButton();
            this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.panelRight = new System.Windows.Forms.Panel();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.fileMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.toolBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.tabPageFeedback = new System.Windows.Forms.TabPage();
            this.panel17 = new System.Windows.Forms.Panel();
            this.userControlFeedBack = new DataPerformerUI.UserControls.UserControlFeedBack();
            this.panel18 = new System.Windows.Forms.Panel();
            this.panel19 = new System.Windows.Forms.Panel();
            this.panel20 = new System.Windows.Forms.Panel();
            this.panel21 = new System.Windows.Forms.Panel();
            this.buttonRefresh = new System.Windows.Forms.Button();
            this.buttonAcceptFeedback = new System.Windows.Forms.Button();
            this.tabPageComments = new System.Windows.Forms.TabPage();
            this.userControlCommentsFont = new DiagramUI.UserControls.UserControlCommentsFont();
            this.ToolTip = new System.Windows.Forms.ToolTip();
            this.openFileDialogScn = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialogScn = new System.Windows.Forms.SaveFileDialog();
            this.tabControlMain.SuspendLayout();
            this.tabPageFormulas.SuspendLayout();
            this.panelMain.SuspendLayout();
            this.panelMainCenter.SuspendLayout();
            this.panelCenterCenter.SuspendLayout();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.panelTreeCenter.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel6.SuspendLayout();
            this.panelDesktopCenter.SuspendLayout();
            this.panel8.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel15.SuspendLayout();
            this.panelDesktopLeft.SuspendLayout();
            this.panelDesktopBottom.SuspendLayout();
            this.panelDesktopTop.SuspendLayout();
            this.panelCenterTop.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.menuStrip.SuspendLayout();
            this.statusStrip.SuspendLayout();
            this.tabPageFeedback.SuspendLayout();
            this.panel17.SuspendLayout();
            this.panel21.SuspendLayout();
            this.tabPageComments.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControlMain
            // 
            this.tabControlMain.Controls.Add(this.tabPageFormulas);
            this.tabControlMain.Controls.Add(this.tabPageFeedback);
            this.tabControlMain.Controls.Add(this.tabPageComments);
            this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlMain.Location = new System.Drawing.Point(0, 0);
            this.tabControlMain.Name = "tabControlMain";
            this.tabControlMain.SelectedIndex = 0;
            this.tabControlMain.Size = new System.Drawing.Size(896, 569);
            this.tabControlMain.TabIndex = 0;
            // 
            // tabPageFormulas
            // 
            this.tabPageFormulas.Controls.Add(this.panelMain);
            this.tabPageFormulas.Controls.Add(this.panelRight);
            this.tabPageFormulas.Controls.Add(this.panelLeft);
            this.tabPageFormulas.Controls.Add(this.menuStrip);
            this.tabPageFormulas.Controls.Add(this.statusStrip);
            this.tabPageFormulas.Location = new System.Drawing.Point(4, 22);
            this.tabPageFormulas.Name = "tabPageFormulas";
            this.tabPageFormulas.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageFormulas.Size = new System.Drawing.Size(888, 543);
            this.tabPageFormulas.TabIndex = 0;
            this.tabPageFormulas.Text = "Analytical expressions";
            this.tabPageFormulas.UseVisualStyleBackColor = true;
            // 
            // panelMain
            // 
            this.panelMain.Controls.Add(this.panelMainCenter);
            this.panelMain.Controls.Add(this.panelMainBottom);
            this.panelMain.Controls.Add(this.paneMainRight);
            this.panelMain.Controls.Add(this.panelMainLeft);
            this.panelMain.Controls.Add(this.toolStrip);
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(3, 3);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(882, 515);
            this.panelMain.TabIndex = 38;
            // 
            // panelMainCenter
            // 
            this.panelMainCenter.Controls.Add(this.panelCenterCenter);
            this.panelMainCenter.Controls.Add(this.panelCenterRight);
            this.panelMainCenter.Controls.Add(this.panelCenterLeft);
            this.panelMainCenter.Controls.Add(this.panelCenterBottom);
            this.panelMainCenter.Controls.Add(this.panelCenterTop);
            this.panelMainCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMainCenter.Location = new System.Drawing.Point(1, 0);
            this.panelMainCenter.Name = "panelMainCenter";
            this.panelMainCenter.Size = new System.Drawing.Size(881, 515);
            this.panelMainCenter.TabIndex = 25;
            // 
            // panelCenterCenter
            // 
            this.panelCenterCenter.Controls.Add(this.splitContainerMain);
            this.panelCenterCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenterCenter.Location = new System.Drawing.Point(0, 47);
            this.panelCenterCenter.Name = "panelCenterCenter";
            this.panelCenterCenter.Size = new System.Drawing.Size(881, 468);
            this.panelCenterCenter.TabIndex = 10;
            // 
            // 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.panelDesktopCenter);
            this.splitContainerMain.Panel2.Controls.Add(this.panelDesktopRight);
            this.splitContainerMain.Panel2.Controls.Add(this.panelDesktopLeft);
            this.splitContainerMain.Panel2.Controls.Add(this.panelDesktopBottom);
            this.splitContainerMain.Panel2.Controls.Add(this.panelDesktopTop);
            this.splitContainerMain.Size = new System.Drawing.Size(881, 468);
            this.splitContainerMain.SplitterDistance = 590;
            this.splitContainerMain.TabIndex = 17;
            this.splitContainerMain.Text = "splitContainer1";
            // 
            // panelTreeCenter
            // 
            this.panelTreeCenter.Controls.Add(this.panel3);
            this.panelTreeCenter.Controls.Add(this.panel4);
            this.panelTreeCenter.Controls.Add(this.panel5);
            this.panelTreeCenter.Controls.Add(this.panel6);
            this.panelTreeCenter.Controls.Add(this.panel7);
            this.panelTreeCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeCenter.Location = new System.Drawing.Point(0, 0);
            this.panelTreeCenter.Name = "panelTreeCenter";
            this.panelTreeCenter.Size = new System.Drawing.Size(590, 468);
            this.panelTreeCenter.TabIndex = 4;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.panelFormula);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 35);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(590, 394);
            this.panel3.TabIndex = 9;
            // 
            // panelFormula
            // 
            this.panelFormula.AutoScroll = true;
            this.panelFormula.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelFormula.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelFormula.Location = new System.Drawing.Point(0, 0);
            this.panelFormula.Name = "panelFormula";
            this.panelFormula.Size = new System.Drawing.Size(590, 394);
            this.panelFormula.TabIndex = 4;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.buttonAcceptConst);
            this.panel4.Controls.Add(this.buttonAcceptForm);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(0, 429);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(590, 39);
            this.panel4.TabIndex = 8;
            // 
            // buttonAcceptConst
            // 
            this.buttonAcceptConst.Location = new System.Drawing.Point(289, 6);
            this.buttonAcceptConst.Name = "buttonAcceptConst";
            this.buttonAcceptConst.Size = new System.Drawing.Size(239, 23);
            this.buttonAcceptConst.TabIndex = 14;
            this.buttonAcceptConst.Text = "Accept constants";
            this.buttonAcceptConst.Click += new System.EventHandler(this.buttonAcceptConst_Click);
            // 
            // buttonAcceptForm
            // 
            this.buttonAcceptForm.Location = new System.Drawing.Point(3, 6);
            this.buttonAcceptForm.Name = "buttonAcceptForm";
            this.buttonAcceptForm.Size = new System.Drawing.Size(256, 23);
            this.buttonAcceptForm.TabIndex = 13;
            this.buttonAcceptForm.Text = "Accept formulas";
            this.buttonAcceptForm.Click += new System.EventHandler(this.buttonAcceptForm_Click);
            // 
            // panel5
            // 
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(590, 35);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(0, 433);
            this.panel5.TabIndex = 7;
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.buttonSetQuantity);
            this.panel6.Controls.Add(this.numericUpDownQuantity);
            this.panel6.Controls.Add(this.label3);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(590, 35);
            this.panel6.TabIndex = 6;
            // 
            // buttonSetQuantity
            // 
            this.buttonSetQuantity.Location = new System.Drawing.Point(239, 5);
            this.buttonSetQuantity.Name = "buttonSetQuantity";
            this.buttonSetQuantity.Size = new System.Drawing.Size(75, 23);
            this.buttonSetQuantity.TabIndex = 16;
            this.buttonSetQuantity.Text = "Set";
            this.buttonSetQuantity.Click += new System.EventHandler(this.buttonSetQuantity_Click);
            // 
            // numericUpDownQuantity
            // 
            this.numericUpDownQuantity.Location = new System.Drawing.Point(94, 6);
            this.numericUpDownQuantity.Name = "numericUpDownQuantity";
            this.numericUpDownQuantity.Size = new System.Drawing.Size(120, 20);
            this.numericUpDownQuantity.TabIndex = 15;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(6, 10);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(120, 23);
            this.label3.TabIndex = 14;
            this.label3.Text = "Dimension";
            // 
            // panel7
            // 
            this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel7.Location = new System.Drawing.Point(0, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(0, 468);
            this.panel7.TabIndex = 5;
            // 
            // panelTreeRight
            // 
            this.panelTreeRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeRight.Location = new System.Drawing.Point(0, 0);
            this.panelTreeRight.Name = "panelTreeRight";
            this.panelTreeRight.Size = new System.Drawing.Size(590, 468);
            this.panelTreeRight.TabIndex = 3;
            // 
            // panelTreeLeft
            // 
            this.panelTreeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeLeft.Location = new System.Drawing.Point(0, 0);
            this.panelTreeLeft.Name = "panelTreeLeft";
            this.panelTreeLeft.Size = new System.Drawing.Size(590, 468);
            this.panelTreeLeft.TabIndex = 2;
            // 
            // panelTreeBottom
            // 
            this.panelTreeBottom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeBottom.Location = new System.Drawing.Point(0, 0);
            this.panelTreeBottom.Name = "panelTreeBottom";
            this.panelTreeBottom.Size = new System.Drawing.Size(590, 468);
            this.panelTreeBottom.TabIndex = 1;
            // 
            // panelTreeTop
            // 
            this.panelTreeTop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeTop.Name = "panelTreeTop";
            this.panelTreeTop.Size = new System.Drawing.Size(590, 468);
            this.panelTreeTop.TabIndex = 0;
            // 
            // panelDesktopCenter
            // 
            this.panelDesktopCenter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelDesktopCenter.Controls.Add(this.panel8);
            this.panelDesktopCenter.Controls.Add(this.panel13);
            this.panelDesktopCenter.Controls.Add(this.panel14);
            this.panelDesktopCenter.Controls.Add(this.panel15);
            this.panelDesktopCenter.Controls.Add(this.panel16);
            this.panelDesktopCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDesktopCenter.Location = new System.Drawing.Point(35, 26);
            this.panelDesktopCenter.Name = "panelDesktopCenter";
            this.panelDesktopCenter.Size = new System.Drawing.Size(252, 381);
            this.panelDesktopCenter.TabIndex = 4;
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.splitContainer1);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 24);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(250, 355);
            this.panel8.TabIndex = 9;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.panelMea);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.propertyGridAlias);
            this.splitContainer1.Size = new System.Drawing.Size(250, 355);
            this.splitContainer1.SplitterDistance = 188;
            this.splitContainer1.TabIndex = 0;
            // 
            // 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(0, 0);
            this.panelMea.Name = "panelMea";
            this.panelMea.Size = new System.Drawing.Size(250, 188);
            this.panelMea.TabIndex = 4;
            this.panelMea.Resize += new System.EventHandler(this.panelMea_Resize);
            // 
            // propertyGridAlias
            // 
            this.propertyGridAlias.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGridAlias.HelpVisible = false;
            this.propertyGridAlias.Location = new System.Drawing.Point(0, 0);
            this.propertyGridAlias.Name = "propertyGridAlias";
            this.propertyGridAlias.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.propertyGridAlias.Size = new System.Drawing.Size(250, 163);
            this.propertyGridAlias.TabIndex = 2;
            this.propertyGridAlias.ToolbarVisible = false;
            // 
            // panel13
            // 
            this.panel13.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel13.Location = new System.Drawing.Point(0, 379);
            this.panel13.Name = "panel13";
            this.panel13.Size = new System.Drawing.Size(250, 0);
            this.panel13.TabIndex = 8;
            // 
            // panel14
            // 
            this.panel14.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel14.Location = new System.Drawing.Point(250, 24);
            this.panel14.Name = "panel14";
            this.panel14.Size = new System.Drawing.Size(0, 355);
            this.panel14.TabIndex = 7;
            // 
            // panel15
            // 
            this.panel15.Controls.Add(this.label1);
            this.panel15.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel15.Location = new System.Drawing.Point(0, 0);
            this.panel15.Name = "panel15";
            this.panel15.Size = new System.Drawing.Size(250, 24);
            this.panel15.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(250, 24);
            this.label1.TabIndex = 1;
            this.label1.Text = "Data-in";
            // 
            // panel16
            // 
            this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel16.Location = new System.Drawing.Point(0, 0);
            this.panel16.Name = "panel16";
            this.panel16.Size = new System.Drawing.Size(0, 379);
            this.panel16.TabIndex = 5;
            // 
            // panelDesktopRight
            // 
            this.panelDesktopRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDesktopRight.Location = new System.Drawing.Point(287, 26);
            this.panelDesktopRight.Name = "panelDesktopRight";
            this.panelDesktopRight.Size = new System.Drawing.Size(0, 381);
            this.panelDesktopRight.TabIndex = 3;
            // 
            // panelDesktopLeft
            // 
            this.panelDesktopLeft.Controls.Add(this.checkedListBoxP);
            this.panelDesktopLeft.Controls.Add(this.panel9);
            this.panelDesktopLeft.Controls.Add(this.panel10);
            this.panelDesktopLeft.Controls.Add(this.panel11);
            this.panelDesktopLeft.Controls.Add(this.panel12);
            this.panelDesktopLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDesktopLeft.Location = new System.Drawing.Point(0, 26);
            this.panelDesktopLeft.Name = "panelDesktopLeft";
            this.panelDesktopLeft.Size = new System.Drawing.Size(35, 381);
            this.panelDesktopLeft.TabIndex = 2;
            // 
            // checkedListBoxP
            // 
            this.checkedListBoxP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkedListBoxP.Location = new System.Drawing.Point(0, 0);
            this.checkedListBoxP.Name = "checkedListBoxP";
            this.checkedListBoxP.Size = new System.Drawing.Size(35, 381);
            this.checkedListBoxP.TabIndex = 9;
            // 
            // panel9
            // 
            this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel9.Location = new System.Drawing.Point(0, 381);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(35, 0);
            this.panel9.TabIndex = 8;
            // 
            // panel10
            // 
            this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel10.Location = new System.Drawing.Point(35, 0);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(0, 381);
            this.panel10.TabIndex = 7;
            // 
            // panel11
            // 
            this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel11.Location = new System.Drawing.Point(0, 0);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(35, 0);
            this.panel11.TabIndex = 6;
            // 
            // panel12
            // 
            this.panel12.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel12.Location = new System.Drawing.Point(0, 0);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(0, 381);
            this.panel12.TabIndex = 5;
            // 
            // panelDesktopBottom
            // 
            this.panelDesktopBottom.Controls.Add(this.label6);
            this.panelDesktopBottom.Controls.Add(this.comboBoxTime);
            this.panelDesktopBottom.Controls.Add(this.buttonAcceptPar);
            this.panelDesktopBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDesktopBottom.Location = new System.Drawing.Point(0, 407);
            this.panelDesktopBottom.Name = "panelDesktopBottom";
            this.panelDesktopBottom.Size = new System.Drawing.Size(287, 61);
            this.panelDesktopBottom.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(20, 8);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(30, 13);
            this.label6.TabIndex = 25;
            this.label6.Text = "Time";
            // 
            // comboBoxTime
            // 
            this.comboBoxTime.Location = new System.Drawing.Point(91, 5);
            this.comboBoxTime.Name = "comboBoxTime";
            this.comboBoxTime.Size = new System.Drawing.Size(121, 21);
            this.comboBoxTime.TabIndex = 24;
            // 
            // buttonAcceptPar
            // 
            this.buttonAcceptPar.Location = new System.Drawing.Point(6, 28);
            this.buttonAcceptPar.Name = "buttonAcceptPar";
            this.buttonAcceptPar.Size = new System.Drawing.Size(254, 23);
            this.buttonAcceptPar.TabIndex = 12;
            this.buttonAcceptPar.Text = "Accept data-in";
            this.buttonAcceptPar.Click += new System.EventHandler(this.buttonAcceptPar_Click);
            // 
            // panelDesktopTop
            // 
            this.panelDesktopTop.Controls.Add(this.label2);
            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(287, 26);
            this.panelDesktopTop.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 6);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(86, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Select constants";
            // 
            // panelCenterRight
            // 
            this.panelCenterRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelCenterRight.Location = new System.Drawing.Point(881, 47);
            this.panelCenterRight.Name = "panelCenterRight";
            this.panelCenterRight.Size = new System.Drawing.Size(0, 468);
            this.panelCenterRight.TabIndex = 9;
            // 
            // panelCenterLeft
            // 
            this.panelCenterLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelCenterLeft.Location = new System.Drawing.Point(0, 47);
            this.panelCenterLeft.Name = "panelCenterLeft";
            this.panelCenterLeft.Size = new System.Drawing.Size(0, 468);
            this.panelCenterLeft.TabIndex = 8;
            // 
            // panelCenterBottom
            // 
            this.panelCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelCenterBottom.Location = new System.Drawing.Point(0, 515);
            this.panelCenterBottom.Name = "panelCenterBottom";
            this.panelCenterBottom.Size = new System.Drawing.Size(881, 0);
            this.panelCenterBottom.TabIndex = 7;
            // 
            // panelCenterTop
            // 
            this.panelCenterTop.Controls.Add(this.panelCenter);
            this.panelCenterTop.Controls.Add(this.panelBottom);
            this.panelCenterTop.Controls.Add(this.panel1);
            this.panelCenterTop.Controls.Add(this.panelTop);
            this.panelCenterTop.Controls.Add(this.panel2);
            this.panelCenterTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelCenterTop.Location = new System.Drawing.Point(0, 0);
            this.panelCenterTop.Name = "panelCenterTop";
            this.panelCenterTop.Size = new System.Drawing.Size(881, 47);
            this.panelCenterTop.TabIndex = 2;
            // 
            // panelCenter
            // 
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(10, 10);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(637, 37);
            this.panelCenter.TabIndex = 9;
            // 
            // panelBottom
            // 
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(10, 47);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(637, 0);
            this.panelBottom.TabIndex = 8;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.numericUpDownOrder);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel1.Location = new System.Drawing.Point(647, 10);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(234, 37);
            this.panel1.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 14);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(82, 13);
            this.label4.TabIndex = 25;
            this.label4.Text = "Derivation order";
            // 
            // numericUpDownOrder
            // 
            this.numericUpDownOrder.Location = new System.Drawing.Point(168, 12);
            this.numericUpDownOrder.Name = "numericUpDownOrder";
            this.numericUpDownOrder.Size = new System.Drawing.Size(39, 20);
            this.numericUpDownOrder.TabIndex = 24;
            this.numericUpDownOrder.ValueChanged += new System.EventHandler(this.numericUpDownOrder_ValueChanged);
            // 
            // panelTop
            // 
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(10, 0);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(871, 10);
            this.panelTop.TabIndex = 6;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(10, 47);
            this.panel2.TabIndex = 5;
            // 
            // panelMainBottom
            // 
            this.panelMainBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelMainBottom.Location = new System.Drawing.Point(1, 515);
            this.panelMainBottom.Name = "panelMainBottom";
            this.panelMainBottom.Size = new System.Drawing.Size(881, 0);
            this.panelMainBottom.TabIndex = 24;
            // 
            // paneMainRight
            // 
            this.paneMainRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.paneMainRight.Location = new System.Drawing.Point(882, 0);
            this.paneMainRight.Name = "paneMainRight";
            this.paneMainRight.Size = new System.Drawing.Size(0, 515);
            this.paneMainRight.TabIndex = 23;
            // 
            // panelMainLeft
            // 
            this.panelMainLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelMainLeft.Location = new System.Drawing.Point(0, 0);
            this.panelMainLeft.Name = "panelMainLeft";
            this.panelMainLeft.Size = new System.Drawing.Size(1, 515);
            this.panelMainLeft.TabIndex = 22;
            // 
            // toolStrip
            // 
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.toolStripSeparator1,
            this.printToolStripButton,
            this.toolStripButtonFont,
            this.printPreviewToolStripButton,
            this.toolStripSeparator2,
            this.helpToolStripButton});
            this.toolStrip.Location = new System.Drawing.Point(0, 0);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(882, 25);
            this.toolStrip.Stretch = true;
            this.toolStrip.TabIndex = 21;
            this.toolStrip.Text = "ToolStrip";
            this.toolStrip.Visible = false;
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "New";
            this.newToolStripButton.Visible = false;
            // 
            // 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.Visible = false;
            // 
            // 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.Visible = false;
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "Print";
            this.printToolStripButton.Visible = false;
            // 
            // 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";
            // 
            // printPreviewToolStripButton
            // 
            this.printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
            this.printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.printPreviewToolStripButton.Name = "printPreviewToolStripButton";
            this.printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printPreviewToolStripButton.Text = "Print Preview";
            this.printPreviewToolStripButton.Visible = false;
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator2.Visible = false;
            // 
            // helpToolStripButton
            // 
            this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
            this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.helpToolStripButton.Name = "helpToolStripButton";
            this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.helpToolStripButton.Text = "Help";
            this.helpToolStripButton.Visible = false;
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(885, 3);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(0, 515);
            this.panelRight.TabIndex = 37;
            // 
            // panelLeft
            // 
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(3, 3);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(0, 515);
            this.panelLeft.TabIndex = 36;
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileMenu,
            this.viewMenu,
            this.editMenu,
            this.toolsMenu,
            this.helpMenu,
            this.fontToolStripMenuItem});
            this.menuStrip.Location = new System.Drawing.Point(3, 3);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(882, 24);
            this.menuStrip.TabIndex = 34;
            this.menuStrip.Text = "MenuStrip";
            this.menuStrip.Visible = false;
            // 
            // fileMenu
            // 
            this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator3,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator4,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.printSetupToolStripMenuItem,
            this.toolStripSeparator5,
            this.exitToolStripMenuItem});
            this.fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
            this.fileMenu.Name = "fileMenu";
            this.fileMenu.Size = new System.Drawing.Size(35, 20);
            this.fileMenu.Text = "&File";
            this.fileMenu.Visible = false;
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // 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(151, 22);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(148, 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(151, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(148, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // printSetupToolStripMenuItem
            // 
            this.printSetupToolStripMenuItem.Name = "printSetupToolStripMenuItem";
            this.printSetupToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.printSetupToolStripMenuItem.Text = "Print Setup";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(148, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            // 
            // viewMenu
            // 
            this.viewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolBarToolStripMenuItem,
            this.statusBarToolStripMenuItem});
            this.viewMenu.Name = "viewMenu";
            this.viewMenu.Size = new System.Drawing.Size(41, 20);
            this.viewMenu.Text = "&View";
            this.viewMenu.Visible = false;
            // 
            // toolBarToolStripMenuItem
            // 
            this.toolBarToolStripMenuItem.Checked = true;
            this.toolBarToolStripMenuItem.CheckOnClick = true;
            this.toolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolBarToolStripMenuItem.Name = "toolBarToolStripMenuItem";
            this.toolBarToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.toolBarToolStripMenuItem.Text = "&Toolbar";
            // 
            // statusBarToolStripMenuItem
            // 
            this.statusBarToolStripMenuItem.Checked = true;
            this.statusBarToolStripMenuItem.CheckOnClick = true;
            this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem";
            this.statusBarToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.statusBarToolStripMenuItem.Text = "&Status Bar";
            // 
            // editMenu
            // 
            this.editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator6,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem});
            this.editMenu.Name = "editMenu";
            this.editMenu.Size = new System.Drawing.Size(37, 20);
            this.editMenu.Text = "&Edit";
            this.editMenu.Visible = false;
            // 
            // 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(150, 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(150, 22);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(147, 6);
            // 
            // 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(150, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // 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(150, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // 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(150, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolsMenu
            // 
            this.toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.optionsToolStripMenuItem});
            this.toolsMenu.Name = "toolsMenu";
            this.toolsMenu.Size = new System.Drawing.Size(44, 20);
            this.toolsMenu.Text = "&Tools";
            this.toolsMenu.Visible = false;
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // helpMenu
            // 
            this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator8,
            this.aboutToolStripMenuItem});
            this.helpMenu.Name = "helpMenu";
            this.helpMenu.Size = new System.Drawing.Size(40, 20);
            this.helpMenu.Text = "&Help";
            this.helpMenu.Visible = false;
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("indexToolStripMenuItem.Image")));
            this.indexToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image")));
            this.searchToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(170, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.aboutToolStripMenuItem.Text = "&About ...";
            // 
            // fontToolStripMenuItem
            // 
            this.fontToolStripMenuItem.Name = "fontToolStripMenuItem";
            this.fontToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.fontToolStripMenuItem.Text = "Font";
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel});
            this.statusStrip.Location = new System.Drawing.Point(3, 518);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(882, 22);
            this.statusStrip.TabIndex = 35;
            this.statusStrip.Text = "StatusStrip";
            // 
            // toolStripStatusLabel
            // 
            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
            this.toolStripStatusLabel.Size = new System.Drawing.Size(38, 17);
            this.toolStripStatusLabel.Text = "Status";
            // 
            // tabPageFeedback
            // 
            this.tabPageFeedback.Controls.Add(this.panel17);
            this.tabPageFeedback.Controls.Add(this.panel18);
            this.tabPageFeedback.Controls.Add(this.panel19);
            this.tabPageFeedback.Controls.Add(this.panel20);
            this.tabPageFeedback.Controls.Add(this.panel21);
            this.tabPageFeedback.Location = new System.Drawing.Point(4, 22);
            this.tabPageFeedback.Name = "tabPageFeedback";
            this.tabPageFeedback.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageFeedback.Size = new System.Drawing.Size(888, 543);
            this.tabPageFeedback.TabIndex = 1;
            this.tabPageFeedback.Text = "Feedback";
            this.tabPageFeedback.UseVisualStyleBackColor = true;
            // 
            // panel17
            // 
            this.panel17.Controls.Add(this.userControlFeedBack);
            this.panel17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel17.Location = new System.Drawing.Point(13, 41);
            this.panel17.Name = "panel17";
            this.panel17.Size = new System.Drawing.Size(862, 457);
            this.panel17.TabIndex = 15;
            // 
            // userControlFeedBack
            // 
            this.userControlFeedBack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.userControlFeedBack.Location = new System.Drawing.Point(0, 0);
            this.userControlFeedBack.Name = "userControlFeedBack";
            this.userControlFeedBack.Size = new System.Drawing.Size(862, 457);
            this.userControlFeedBack.TabIndex = 0;
            // 
            // panel18
            // 
            this.panel18.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel18.Location = new System.Drawing.Point(875, 41);
            this.panel18.Name = "panel18";
            this.panel18.Size = new System.Drawing.Size(10, 457);
            this.panel18.TabIndex = 13;
            // 
            // panel19
            // 
            this.panel19.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel19.Location = new System.Drawing.Point(3, 41);
            this.panel19.Name = "panel19";
            this.panel19.Size = new System.Drawing.Size(10, 457);
            this.panel19.TabIndex = 12;
            // 
            // panel20
            // 
            this.panel20.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel20.Location = new System.Drawing.Point(3, 3);
            this.panel20.Name = "panel20";
            this.panel20.Size = new System.Drawing.Size(882, 38);
            this.panel20.TabIndex = 11;
            // 
            // panel21
            // 
            this.panel21.Controls.Add(this.buttonRefresh);
            this.panel21.Controls.Add(this.buttonAcceptFeedback);
            this.panel21.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel21.Location = new System.Drawing.Point(3, 498);
            this.panel21.Name = "panel21";
            this.panel21.Size = new System.Drawing.Size(882, 42);
            this.panel21.TabIndex = 14;
            // 
            // buttonRefresh
            // 
            this.buttonRefresh.Location = new System.Drawing.Point(357, 16);
            this.buttonRefresh.Name = "buttonRefresh";
            this.buttonRefresh.Size = new System.Drawing.Size(75, 23);
            this.buttonRefresh.TabIndex = 1;
            this.buttonRefresh.Text = "Refresh";
            this.buttonRefresh.UseVisualStyleBackColor = true;
            this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
            // 
            // buttonAcceptFeedback
            // 
            this.buttonAcceptFeedback.Location = new System.Drawing.Point(484, 16);
            this.buttonAcceptFeedback.Name = "buttonAcceptFeedback";
            this.buttonAcceptFeedback.Size = new System.Drawing.Size(75, 23);
            this.buttonAcceptFeedback.TabIndex = 0;
            this.buttonAcceptFeedback.Text = "Accept";
            this.buttonAcceptFeedback.UseVisualStyleBackColor = true;
            this.buttonAcceptFeedback.Click += new System.EventHandler(this.buttonAcceptFeedback_Click);
            // 
            // tabPageComments
            // 
            this.tabPageComments.Controls.Add(this.userControlCommentsFont);
            this.tabPageComments.Location = new System.Drawing.Point(4, 22);
            this.tabPageComments.Name = "tabPageComments";
            this.tabPageComments.Size = new System.Drawing.Size(888, 543);
            this.tabPageComments.TabIndex = 2;
            this.tabPageComments.Text = "Comments";
            this.tabPageComments.UseVisualStyleBackColor = true;
            // 
            // userControlCommentsFont
            // 
            this.userControlCommentsFont.AutoSave = true;
            this.userControlCommentsFont.Comments = ((System.Collections.ICollection)(resources.GetObject("userControlCommentsFont.Comments")));
            this.userControlCommentsFont.Dock = System.Windows.Forms.DockStyle.Fill;
            this.userControlCommentsFont.Location = new System.Drawing.Point(0, 0);
            this.userControlCommentsFont.Name = "userControlCommentsFont";
            this.userControlCommentsFont.Size = new System.Drawing.Size(888, 543);
            this.userControlCommentsFont.TabIndex = 0;
            this.userControlCommentsFont.AcceptComments += new DiagramUI.UserControls.AcceptComments(this.userControlCommentsFont_AcceptComments);
            // 
            // openFileDialogScn
            // 
            this.openFileDialogScn.FileName = "openFileDialogScn";
            this.openFileDialogScn.Filter = "Operand configuration files |*.cfo";
            // 
            // saveFileDialogScn
            // 
            this.saveFileDialogScn.Filter = "Operand configuration files |*.cfo";
            // 
            // UserControlFormulaEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControlMain);
            this.Name = "UserControlFormulaEditor";
            this.Size = new System.Drawing.Size(896, 569);
            this.tabControlMain.ResumeLayout(false);
            this.tabPageFormulas.ResumeLayout(false);
            this.tabPageFormulas.PerformLayout();
            this.panelMain.ResumeLayout(false);
            this.panelMain.PerformLayout();
            this.panelMainCenter.ResumeLayout(false);
            this.panelCenterCenter.ResumeLayout(false);
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            this.splitContainerMain.ResumeLayout(false);
            this.panelTreeCenter.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.panelDesktopCenter.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel15.ResumeLayout(false);
            this.panelDesktopLeft.ResumeLayout(false);
            this.panelDesktopBottom.ResumeLayout(false);
            this.panelDesktopBottom.PerformLayout();
            this.panelDesktopTop.ResumeLayout(false);
            this.panelDesktopTop.PerformLayout();
            this.panelCenterTop.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.tabPageFeedback.ResumeLayout(false);
            this.panel17.ResumeLayout(false);
            this.panel21.ResumeLayout(false);
            this.tabPageComments.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControlMain;
        private System.Windows.Forms.TabPage tabPageFormulas;
        private System.Windows.Forms.TabPage tabPageFeedback;
        private System.Windows.Forms.Panel panelMain;
        private System.Windows.Forms.Panel panelMainCenter;
        private System.Windows.Forms.Panel panelCenterCenter;
        private System.Windows.Forms.SplitContainer splitContainerMain;
        private System.Windows.Forms.Panel panelTreeCenter;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panelFormula;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Button buttonAcceptConst;
        private System.Windows.Forms.Button buttonAcceptForm;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Button buttonSetQuantity;
        private System.Windows.Forms.NumericUpDown numericUpDownQuantity;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Panel panel7;
        private System.Windows.Forms.Panel panelTreeRight;
        private System.Windows.Forms.Panel panelTreeLeft;
        private System.Windows.Forms.Panel panelTreeBottom;
        private System.Windows.Forms.Panel panelTreeTop;
        private System.Windows.Forms.Panel panelDesktopCenter;
        private System.Windows.Forms.Panel panel8;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.Panel panelMea;
        private System.Windows.Forms.PropertyGrid propertyGridAlias;
        private System.Windows.Forms.Panel panel13;
        private System.Windows.Forms.Panel panel14;
        private System.Windows.Forms.Panel panel15;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel panel16;
        private System.Windows.Forms.Panel panelDesktopRight;
        private System.Windows.Forms.Panel panelDesktopLeft;
        private System.Windows.Forms.CheckedListBox checkedListBoxP;
        private System.Windows.Forms.Panel panel9;
        private System.Windows.Forms.Panel panel10;
        private System.Windows.Forms.Panel panel11;
        private System.Windows.Forms.Panel panel12;
        private System.Windows.Forms.Panel panelDesktopBottom;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox comboBoxTime;
        private System.Windows.Forms.Button buttonAcceptPar;
        private System.Windows.Forms.Panel panelDesktopTop;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Panel panelCenterRight;
        private System.Windows.Forms.Panel panelCenterLeft;
        private System.Windows.Forms.Panel panelCenterBottom;
        private System.Windows.Forms.Panel panelCenterTop;
        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown numericUpDownOrder;
        private System.Windows.Forms.Panel panelTop;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panelMainBottom;
        private System.Windows.Forms.Panel paneMainRight;
        private System.Windows.Forms.Panel panelMainLeft;
        private System.Windows.Forms.ToolStrip toolStrip;
        private System.Windows.Forms.ToolStripButton newToolStripButton;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton printToolStripButton;
        private System.Windows.Forms.ToolStripButton toolStripButtonFont;
        private System.Windows.Forms.ToolStripButton printPreviewToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton helpToolStripButton;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.ToolStripMenuItem fileMenu;
        private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem printSetupToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem viewMenu;
        private System.Windows.Forms.ToolStripMenuItem toolBarToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem statusBarToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem editMenu;
        private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolsMenu;
        private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpMenu;
        private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fontToolStripMenuItem;
        private System.Windows.Forms.StatusStrip statusStrip;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
        private System.Windows.Forms.ToolTip ToolTip;
        private System.Windows.Forms.OpenFileDialog openFileDialogScn;
        private System.Windows.Forms.SaveFileDialog saveFileDialogScn;
        private System.Windows.Forms.Panel panel17;
        private UserControlFeedBack userControlFeedBack;
        private System.Windows.Forms.Panel panel18;
        private System.Windows.Forms.Panel panel19;
        private System.Windows.Forms.Panel panel20;
        private System.Windows.Forms.Panel panel21;
        private System.Windows.Forms.Button buttonAcceptFeedback;
        private System.Windows.Forms.Button buttonRefresh;
        private System.Windows.Forms.TabPage tabPageComments;
        private DiagramUI.UserControls.UserControlCommentsFont userControlCommentsFont;
    }
}

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