Click here to Skip to main content
15,885,537 members
Articles / Desktop Programming / WPF

Integration: Kinematics + Digital Image Processing + 3D Graphics

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
9 Sep 2012CPOL12 min read 25.4K   3.4K   18  
Further promotion of integration ideas
namespace DataPerformerUI
{
    partial class FormIteratorFilter
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormIteratorFilter));
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panelCenter = new System.Windows.Forms.Panel();
            this.panelChart = new System.Windows.Forms.Panel();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.splitContainerMea = new System.Windows.Forms.SplitContainer();
            this.panelMeaCenter = new System.Windows.Forms.Panel();
            this.panelBootomRight = new System.Windows.Forms.Panel();
            this.panelMeaBottom = new System.Windows.Forms.Panel();
            this.label6 = new System.Windows.Forms.Label();
            this.comboBoxTime = new System.Windows.Forms.ComboBox();
            this.panelMeaLeft = new System.Windows.Forms.Panel();
            this.panelMeaTop = new System.Windows.Forms.Panel();
            this.dataGridViewConst = new System.Windows.Forms.DataGridView();
            this.panelConst = new System.Windows.Forms.Panel();
            this.checkedListBoxConst = new System.Windows.Forms.CheckedListBox();
            this.panelConstTop = new System.Windows.Forms.Panel();
            this.panelRightRight = new System.Windows.Forms.Panel();
            this.panelBottomBottom = new System.Windows.Forms.Panel();
            this.panelTopTop = new System.Windows.Forms.Panel();
            this.panelLeftLeft = new System.Windows.Forms.Panel();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.buttonAcceptForm = new System.Windows.Forms.Button();
            this.buttonAcceptPar = new System.Windows.Forms.Button();
            this.buttonAcceptValues = new System.Windows.Forms.Button();
            this.buttonAcceptConst = new System.Windows.Forms.Button();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton();
            this.panelRight = new System.Windows.Forms.Panel();
            this.dataSetConst = new System.Data.DataSet();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn2 = new System.Data.DataColumn();
            this.panelCenter.SuspendLayout();
            this.panelChart.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.splitContainerMea.Panel1.SuspendLayout();
            this.splitContainerMea.Panel2.SuspendLayout();
            this.splitContainerMea.SuspendLayout();
            this.panelMeaBottom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConst)).BeginInit();
            this.panelConst.SuspendLayout();
            this.panelBottom.SuspendLayout();
            this.menuStripMain.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataSetConst)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            this.SuspendLayout();
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            // 
            // panelCenter
            // 
            this.panelCenter.Controls.Add(this.panelChart);
            this.panelCenter.Controls.Add(this.panelRightRight);
            this.panelCenter.Controls.Add(this.panelBottomBottom);
            this.panelCenter.Controls.Add(this.panelTopTop);
            this.panelCenter.Controls.Add(this.panelLeftLeft);
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(10, 49);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(1201, 532);
            this.panelCenter.TabIndex = 21;
            // 
            // panelChart
            // 
            this.panelChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelChart.Controls.Add(this.splitContainerMain);
            this.panelChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelChart.Location = new System.Drawing.Point(10, 8);
            this.panelChart.Name = "panelChart";
            this.panelChart.Size = new System.Drawing.Size(1181, 516);
            this.panelChart.TabIndex = 4;
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerMain.Name = "splitContainerMain";
            this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.splitContainerMea);
            this.splitContainerMain.Panel2.Controls.Add(this.panelConst);
            this.splitContainerMain.Size = new System.Drawing.Size(1179, 514);
            this.splitContainerMain.SplitterDistance = 169;
            this.splitContainerMain.TabIndex = 0;
            // 
            // splitContainerMea
            // 
            this.splitContainerMea.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMea.Location = new System.Drawing.Point(215, 0);
            this.splitContainerMea.Name = "splitContainerMea";
            // 
            // splitContainerMea.Panel1
            // 
            this.splitContainerMea.Panel1.Controls.Add(this.panelMeaCenter);
            this.splitContainerMea.Panel1.Controls.Add(this.panelBootomRight);
            this.splitContainerMea.Panel1.Controls.Add(this.panelMeaBottom);
            this.splitContainerMea.Panel1.Controls.Add(this.panelMeaLeft);
            this.splitContainerMea.Panel1.Controls.Add(this.panelMeaTop);
            // 
            // splitContainerMea.Panel2
            // 
            this.splitContainerMea.Panel2.Controls.Add(this.dataGridViewConst);
            this.splitContainerMea.Size = new System.Drawing.Size(964, 341);
            this.splitContainerMea.SplitterDistance = 414;
            this.splitContainerMea.TabIndex = 2;
            // 
            // panelMeaCenter
            // 
            this.panelMeaCenter.AutoScroll = true;
            this.panelMeaCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMeaCenter.Location = new System.Drawing.Point(8, 59);
            this.panelMeaCenter.Name = "panelMeaCenter";
            this.panelMeaCenter.Size = new System.Drawing.Size(398, 235);
            this.panelMeaCenter.TabIndex = 4;
            // 
            // panelBootomRight
            // 
            this.panelBootomRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelBootomRight.Location = new System.Drawing.Point(406, 59);
            this.panelBootomRight.Name = "panelBootomRight";
            this.panelBootomRight.Size = new System.Drawing.Size(8, 235);
            this.panelBootomRight.TabIndex = 3;
            // 
            // panelMeaBottom
            // 
            this.panelMeaBottom.Controls.Add(this.label6);
            this.panelMeaBottom.Controls.Add(this.comboBoxTime);
            this.panelMeaBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelMeaBottom.Location = new System.Drawing.Point(8, 294);
            this.panelMeaBottom.Name = "panelMeaBottom";
            this.panelMeaBottom.Size = new System.Drawing.Size(406, 47);
            this.panelMeaBottom.TabIndex = 2;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(154, 24);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(30, 13);
            this.label6.TabIndex = 24;
            this.label6.Text = "Time";
            // 
            // comboBoxTime
            // 
            this.comboBoxTime.Location = new System.Drawing.Point(265, 16);
            this.comboBoxTime.Name = "comboBoxTime";
            this.comboBoxTime.Size = new System.Drawing.Size(121, 21);
            this.comboBoxTime.TabIndex = 23;
            // 
            // panelMeaLeft
            // 
            this.panelMeaLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelMeaLeft.Location = new System.Drawing.Point(0, 59);
            this.panelMeaLeft.Name = "panelMeaLeft";
            this.panelMeaLeft.Size = new System.Drawing.Size(8, 282);
            this.panelMeaLeft.TabIndex = 1;
            // 
            // panelMeaTop
            // 
            this.panelMeaTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelMeaTop.Location = new System.Drawing.Point(0, 0);
            this.panelMeaTop.Name = "panelMeaTop";
            this.panelMeaTop.Size = new System.Drawing.Size(414, 59);
            this.panelMeaTop.TabIndex = 0;
            // 
            // dataGridViewConst
            // 
            this.dataGridViewConst.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewConst.Location = new System.Drawing.Point(25, 59);
            this.dataGridViewConst.Name = "dataGridViewConst";
            this.dataGridViewConst.Size = new System.Drawing.Size(398, 150);
            this.dataGridViewConst.TabIndex = 0;
            // 
            // panelConst
            // 
            this.panelConst.Controls.Add(this.checkedListBoxConst);
            this.panelConst.Controls.Add(this.panelConstTop);
            this.panelConst.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelConst.Location = new System.Drawing.Point(0, 0);
            this.panelConst.Name = "panelConst";
            this.panelConst.Size = new System.Drawing.Size(215, 341);
            this.panelConst.TabIndex = 1;
            // 
            // checkedListBoxConst
            // 
            this.checkedListBoxConst.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkedListBoxConst.FormattingEnabled = true;
            this.checkedListBoxConst.Location = new System.Drawing.Point(0, 57);
            this.checkedListBoxConst.Name = "checkedListBoxConst";
            this.checkedListBoxConst.Size = new System.Drawing.Size(215, 274);
            this.checkedListBoxConst.TabIndex = 1;
            // 
            // panelConstTop
            // 
            this.panelConstTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelConstTop.Location = new System.Drawing.Point(0, 0);
            this.panelConstTop.Name = "panelConstTop";
            this.panelConstTop.Size = new System.Drawing.Size(215, 57);
            this.panelConstTop.TabIndex = 0;
            // 
            // panelRightRight
            // 
            this.panelRightRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRightRight.Location = new System.Drawing.Point(1191, 8);
            this.panelRightRight.Name = "panelRightRight";
            this.panelRightRight.Size = new System.Drawing.Size(10, 516);
            this.panelRightRight.TabIndex = 3;
            // 
            // panelBottomBottom
            // 
            this.panelBottomBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottomBottom.Location = new System.Drawing.Point(10, 524);
            this.panelBottomBottom.Name = "panelBottomBottom";
            this.panelBottomBottom.Size = new System.Drawing.Size(1191, 8);
            this.panelBottomBottom.TabIndex = 2;
            // 
            // panelTopTop
            // 
            this.panelTopTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTopTop.Location = new System.Drawing.Point(10, 0);
            this.panelTopTop.Name = "panelTopTop";
            this.panelTopTop.Size = new System.Drawing.Size(1191, 8);
            this.panelTopTop.TabIndex = 1;
            // 
            // panelLeftLeft
            // 
            this.panelLeftLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeftLeft.Location = new System.Drawing.Point(0, 0);
            this.panelLeftLeft.Name = "panelLeftLeft";
            this.panelLeftLeft.Size = new System.Drawing.Size(10, 532);
            this.panelLeftLeft.TabIndex = 0;
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // panelBottom
            // 
            this.panelBottom.Controls.Add(this.buttonAcceptForm);
            this.panelBottom.Controls.Add(this.buttonAcceptPar);
            this.panelBottom.Controls.Add(this.buttonAcceptValues);
            this.panelBottom.Controls.Add(this.buttonAcceptConst);
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(10, 581);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(1201, 83);
            this.panelBottom.TabIndex = 20;
            // 
            // buttonAcceptForm
            // 
            this.buttonAcceptForm.Location = new System.Drawing.Point(139, 37);
            this.buttonAcceptForm.Name = "buttonAcceptForm";
            this.buttonAcceptForm.Size = new System.Drawing.Size(216, 23);
            this.buttonAcceptForm.TabIndex = 16;
            this.buttonAcceptForm.Text = "Accept formulas";
            this.buttonAcceptForm.Click += new System.EventHandler(this.buttonAcceptForm_Click);
            // 
            // buttonAcceptPar
            // 
            this.buttonAcceptPar.Location = new System.Drawing.Point(669, 37);
            this.buttonAcceptPar.Name = "buttonAcceptPar";
            this.buttonAcceptPar.Size = new System.Drawing.Size(264, 23);
            this.buttonAcceptPar.TabIndex = 15;
            this.buttonAcceptPar.Text = "Accept input parameters";
            this.buttonAcceptPar.Click += new System.EventHandler(this.buttonAcceptPar_Click);
            // 
            // buttonAcceptValues
            // 
            this.buttonAcceptValues.Location = new System.Drawing.Point(977, 37);
            this.buttonAcceptValues.Name = "buttonAcceptValues";
            this.buttonAcceptValues.Size = new System.Drawing.Size(208, 23);
            this.buttonAcceptValues.TabIndex = 14;
            this.buttonAcceptValues.Text = "Accept values";
            this.buttonAcceptValues.Click += new System.EventHandler(this.buttonAcceptValues_Click);
            // 
            // buttonAcceptConst
            // 
            this.buttonAcceptConst.Location = new System.Drawing.Point(420, 37);
            this.buttonAcceptConst.Name = "buttonAcceptConst";
            this.buttonAcceptConst.Size = new System.Drawing.Size(200, 23);
            this.buttonAcceptConst.TabIndex = 13;
            this.buttonAcceptConst.Text = "Accept constants";
            this.buttonAcceptConst.Click += new System.EventHandler(this.buttonAcceptConst_Click);
            // 
            // panelLeft
            // 
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 49);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(10, 615);
            this.panelLeft.TabIndex = 18;
            // 
            // menuStripMain
            // 
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStripMain.Location = new System.Drawing.Point(0, 25);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Size = new System.Drawing.Size(1211, 24);
            this.menuStripMain.TabIndex = 16;
            this.menuStripMain.Text = "menuStripMain";
            // 
            // toolStripMain
            // 
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonClear});
            this.toolStripMain.Location = new System.Drawing.Point(0, 0);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(1211, 25);
            this.toolStripMain.TabIndex = 17;
            this.toolStripMain.Text = "toolStripMain";
            // 
            // toolStripButtonClear
            // 
            this.toolStripButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClear.Image")));
            this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonClear.Name = "toolStripButtonClear";
            this.toolStripButtonClear.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonClear.Text = "Clear";
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(1211, 0);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(10, 664);
            this.panelRight.TabIndex = 19;
            // 
            // dataSetConst
            // 
            this.dataSetConst.DataSetName = "DataSetMatrix";
            this.dataSetConst.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable1});
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2});
            this.dataTable1.TableName = "Table1";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "";
            this.dataColumn1.ColumnName = " Parameter";
            this.dataColumn1.ReadOnly = true;
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "X";
            this.dataColumn2.ColumnName = "Value";
            this.dataColumn2.DataType = typeof(double);
            // 
            // FormIteratorFilter
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1221, 664);
            this.Controls.Add(this.panelCenter);
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.menuStripMain);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.panelRight);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormIteratorFilter";
            this.Text = "FormIteratorFilter";
            this.panelCenter.ResumeLayout(false);
            this.panelChart.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            this.splitContainerMain.ResumeLayout(false);
            this.splitContainerMea.Panel1.ResumeLayout(false);
            this.splitContainerMea.Panel2.ResumeLayout(false);
            this.splitContainerMea.ResumeLayout(false);
            this.panelMeaBottom.ResumeLayout(false);
            this.panelMeaBottom.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConst)).EndInit();
            this.panelConst.ResumeLayout(false);
            this.panelBottom.ResumeLayout(false);
            this.menuStripMain.ResumeLayout(false);
            this.menuStripMain.PerformLayout();
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataSetConst)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.Panel panelChart;
        private System.Windows.Forms.Panel panelRightRight;
        private System.Windows.Forms.Panel panelBottomBottom;
        private System.Windows.Forms.Panel panelTopTop;
        private System.Windows.Forms.Panel panelLeftLeft;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.MenuStrip menuStripMain;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.ToolStripButton toolStripButtonClear;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.SplitContainer splitContainerMain;
        private System.Windows.Forms.Panel panelConst;
        private System.Windows.Forms.Panel panelConstTop;
        private System.Windows.Forms.SplitContainer splitContainerMea;
        private System.Windows.Forms.Panel panelMeaBottom;
        private System.Windows.Forms.Panel panelMeaLeft;
        private System.Windows.Forms.Panel panelMeaTop;
        private System.Windows.Forms.CheckedListBox checkedListBoxConst;
        private System.Windows.Forms.Panel panelBootomRight;
        private System.Windows.Forms.Panel panelMeaCenter;
        private System.Windows.Forms.Button buttonAcceptForm;
        private System.Windows.Forms.Button buttonAcceptPar;
        private System.Windows.Forms.Button buttonAcceptValues;
        private System.Windows.Forms.Button buttonAcceptConst;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox comboBoxTime;
        private System.Windows.Forms.DataGridView dataGridViewConst;
        private System.Data.DataSet dataSetConst;
        private System.Data.DataTable dataTable1;
        private System.Data.DataColumn dataColumn1;
        private System.Data.DataColumn dataColumn2;
    }
}

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