Click here to Skip to main content
15,891,951 members
Articles / Multimedia / OpenGL

Universal Framework for Science and Engineering - Part 7: Virtual Reality at Once

Rate me:
Please Sign up or sign in to vote.
4.96/5 (105 votes)
19 Nov 2010CPOL25 min read 187.5K   14.4K   212  
An article on framework applications to virtual reality
namespace DataPerformerUI.UserControls
{
    partial class UserControlSeriesTab
    {
        /// <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(UserControlSeriesTab));
            this.panelCenter = new System.Windows.Forms.Panel();
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPageChart = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.userControlSeries = new DataPerformerUI.UserControls.UserControlSeries();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panelTop = new System.Windows.Forms.Panel();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusCoord = new System.Windows.Forms.ToolStripStatusLabel();
            this.tabPageTable = new System.Windows.Forms.TabPage();
            this.panelTable = new System.Windows.Forms.Panel();
            this.userControlSeriesTable = new DataPerformerUI.UserControls.UserControlSeriesTable();
            this.panelRightTable = new System.Windows.Forms.Panel();
            this.panelLeftTable = new System.Windows.Forms.Panel();
            this.panelTopTable = new System.Windows.Forms.Panel();
            this.panelBottomTable = new System.Windows.Forms.Panel();
            this.labelCount = new System.Windows.Forms.Label();
            this.checkBoxShow = new System.Windows.Forms.CheckBox();
            this.buttonUpdate = new System.Windows.Forms.Button();
            this.tabPageComments = new System.Windows.Forms.TabPage();
            this.userControlCommentsFont = new DiagramUI.UserControls.UserControlCommentsFont();
            this.panelRight = new System.Windows.Forms.Panel();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonRefresh = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonType = new System.Windows.Forms.ToolStripComboBox();
            this.pic = new OfficePickers.ColorPicker.ToolStripColorPicker();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.panelCenter.SuspendLayout();
            this.tabControlMain.SuspendLayout();
            this.tabPageChart.SuspendLayout();
            this.statusStrip.SuspendLayout();
            this.tabPageTable.SuspendLayout();
            this.panelTable.SuspendLayout();
            this.panelBottomTable.SuspendLayout();
            this.tabPageComments.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelCenter
            // 
            this.panelCenter.Controls.Add(this.tabControlMain);
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(0, 26);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(407, 293);
            this.panelCenter.TabIndex = 15;
            // 
            // tabControlMain
            // 
            this.tabControlMain.Controls.Add(this.tabPageChart);
            this.tabControlMain.Controls.Add(this.tabPageTable);
            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(407, 293);
            this.tabControlMain.TabIndex = 0;
            // 
            // tabPageChart
            // 
            this.tabPageChart.Controls.Add(this.panel1);
            this.tabPageChart.Controls.Add(this.panel2);
            this.tabPageChart.Controls.Add(this.panel3);
            this.tabPageChart.Controls.Add(this.panelTop);
            this.tabPageChart.Controls.Add(this.statusStrip);
            this.tabPageChart.Location = new System.Drawing.Point(4, 22);
            this.tabPageChart.Name = "tabPageChart";
            this.tabPageChart.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageChart.Size = new System.Drawing.Size(399, 267);
            this.tabPageChart.TabIndex = 0;
            this.tabPageChart.Text = "Chart";
            this.tabPageChart.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.userControlSeries);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(393, 239);
            this.panel1.TabIndex = 20;
            // 
            // userControlSeries
            // 
            this.userControlSeries.Comments = new System.Collections.ICollection[0];
            this.userControlSeries.Dock = System.Windows.Forms.DockStyle.Fill;
            this.userControlSeries.Location = new System.Drawing.Point(0, 0);
            this.userControlSeries.Name = "userControlSeries";
            this.userControlSeries.Size = new System.Drawing.Size(393, 239);
            this.userControlSeries.TabIndex = 0;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(396, 3);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(0, 239);
            this.panel2.TabIndex = 18;
            // 
            // panel3
            // 
            this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel3.Location = new System.Drawing.Point(3, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(0, 239);
            this.panel3.TabIndex = 17;
            // 
            // panelTop
            // 
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(3, 3);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(393, 0);
            this.panelTop.TabIndex = 16;
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusCoord});
            this.statusStrip.Location = new System.Drawing.Point(3, 242);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(393, 22);
            this.statusStrip.TabIndex = 19;
            // 
            // toolStripStatusCoord
            // 
            this.toolStripStatusCoord.Name = "toolStripStatusCoord";
            this.toolStripStatusCoord.Size = new System.Drawing.Size(0, 17);
            // 
            // tabPageTable
            // 
            this.tabPageTable.Controls.Add(this.panelTable);
            this.tabPageTable.Controls.Add(this.panelRightTable);
            this.tabPageTable.Controls.Add(this.panelLeftTable);
            this.tabPageTable.Controls.Add(this.panelTopTable);
            this.tabPageTable.Controls.Add(this.panelBottomTable);
            this.tabPageTable.Location = new System.Drawing.Point(4, 22);
            this.tabPageTable.Name = "tabPageTable";
            this.tabPageTable.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTable.Size = new System.Drawing.Size(399, 267);
            this.tabPageTable.TabIndex = 1;
            this.tabPageTable.Text = "Table";
            this.tabPageTable.UseVisualStyleBackColor = true;
            // 
            // panelTable
            // 
            this.panelTable.Controls.Add(this.userControlSeriesTable);
            this.panelTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTable.Location = new System.Drawing.Point(3, 3);
            this.panelTable.Name = "panelTable";
            this.panelTable.Size = new System.Drawing.Size(393, 221);
            this.panelTable.TabIndex = 15;
            // 
            // userControlSeriesTable
            // 
            this.userControlSeriesTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.userControlSeriesTable.Location = new System.Drawing.Point(0, 0);
            this.userControlSeriesTable.Name = "userControlSeriesTable";
            this.userControlSeriesTable.Series = null;
            this.userControlSeriesTable.Size = new System.Drawing.Size(393, 221);
            this.userControlSeriesTable.TabIndex = 0;
            this.userControlSeriesTable.Update += new System.Action(this.userControlSeriesTable_Update);
            // 
            // panelRightTable
            // 
            this.panelRightTable.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRightTable.Location = new System.Drawing.Point(396, 3);
            this.panelRightTable.Name = "panelRightTable";
            this.panelRightTable.Size = new System.Drawing.Size(0, 221);
            this.panelRightTable.TabIndex = 13;
            // 
            // panelLeftTable
            // 
            this.panelLeftTable.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeftTable.Location = new System.Drawing.Point(3, 3);
            this.panelLeftTable.Name = "panelLeftTable";
            this.panelLeftTable.Size = new System.Drawing.Size(0, 221);
            this.panelLeftTable.TabIndex = 12;
            // 
            // panelTopTable
            // 
            this.panelTopTable.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTopTable.Location = new System.Drawing.Point(3, 3);
            this.panelTopTable.Name = "panelTopTable";
            this.panelTopTable.Size = new System.Drawing.Size(393, 0);
            this.panelTopTable.TabIndex = 11;
            // 
            // panelBottomTable
            // 
            this.panelBottomTable.Controls.Add(this.labelCount);
            this.panelBottomTable.Controls.Add(this.checkBoxShow);
            this.panelBottomTable.Controls.Add(this.buttonUpdate);
            this.panelBottomTable.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottomTable.Location = new System.Drawing.Point(3, 224);
            this.panelBottomTable.Name = "panelBottomTable";
            this.panelBottomTable.Size = new System.Drawing.Size(393, 40);
            this.panelBottomTable.TabIndex = 14;
            // 
            // labelCount
            // 
            this.labelCount.AutoSize = true;
            this.labelCount.Location = new System.Drawing.Point(208, 7);
            this.labelCount.Name = "labelCount";
            this.labelCount.Size = new System.Drawing.Size(35, 13);
            this.labelCount.TabIndex = 2;
            this.labelCount.Text = "label1";
            // 
            // checkBoxShow
            // 
            this.checkBoxShow.AutoSize = true;
            this.checkBoxShow.Location = new System.Drawing.Point(106, 7);
            this.checkBoxShow.Name = "checkBoxShow";
            this.checkBoxShow.Size = new System.Drawing.Size(79, 17);
            this.checkBoxShow.TabIndex = 1;
            this.checkBoxShow.Text = "Show table";
            this.checkBoxShow.UseVisualStyleBackColor = true;
            this.checkBoxShow.CheckedChanged += new System.EventHandler(this.checkBoxShow_CheckedChanged);
            // 
            // buttonUpdate
            // 
            this.buttonUpdate.Location = new System.Drawing.Point(14, 7);
            this.buttonUpdate.Name = "buttonUpdate";
            this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
            this.buttonUpdate.TabIndex = 0;
            this.buttonUpdate.Text = "Update";
            this.buttonUpdate.UseVisualStyleBackColor = true;
            this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_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(399, 267);
            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(399, 283);
            this.userControlCommentsFont.TabIndex = 0;
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(407, 26);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(0, 293);
            this.panelRight.TabIndex = 13;
            // 
            // panelLeft
            // 
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 26);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(0, 293);
            this.panelLeft.TabIndex = 12;
            // 
            // toolStripMain
            // 
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripButton,
            this.saveToolStripButton,
            this.toolStripButtonRefresh,
            this.toolStripButtonType,
            this.pic});
            this.toolStripMain.Location = new System.Drawing.Point(0, 0);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(407, 26);
            this.toolStripMain.TabIndex = 11;
            // 
            // 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, 23);
            this.openToolStripButton.Text = "Open";
            this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 23);
            this.saveToolStripButton.Text = "Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
            // 
            // toolStripButtonRefresh
            // 
            this.toolStripButtonRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRefresh.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRefresh.Image")));
            this.toolStripButtonRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRefresh.Name = "toolStripButtonRefresh";
            this.toolStripButtonRefresh.Size = new System.Drawing.Size(23, 23);
            this.toolStripButtonRefresh.Text = "Refresh";
            this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
            // 
            // toolStripButtonType
            // 
            this.toolStripButtonType.Name = "toolStripButtonType";
            this.toolStripButtonType.Size = new System.Drawing.Size(121, 26);
            // 
            // pic
            // 
            this.pic.AutoSize = false;
            this.pic.ButtonDisplayStyle = OfficePickers.ColorPicker.ToolStripColorPickerDisplayType.UnderLineAndImage;
            this.pic.Color = System.Drawing.Color.Black;
            this.pic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pic.Image = ((System.Drawing.Image)(resources.GetObject("pic.Image")));
            this.pic.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pic.Name = "pic";
            this.pic.Size = new System.Drawing.Size(30, 23);
            this.pic.Text = "Color";
            this.pic.ToolTipText = "";
            // 
            // panelBottom
            // 
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 319);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(407, 0);
            this.panelBottom.TabIndex = 14;
            // 
            // UserControlSeriesTab
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelCenter);
            this.Controls.Add(this.panelRight);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.panelBottom);
            this.Name = "UserControlSeriesTab";
            this.Size = new System.Drawing.Size(407, 319);
            this.panelCenter.ResumeLayout(false);
            this.tabControlMain.ResumeLayout(false);
            this.tabPageChart.ResumeLayout(false);
            this.tabPageChart.PerformLayout();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.tabPageTable.ResumeLayout(false);
            this.panelTable.ResumeLayout(false);
            this.panelBottomTable.ResumeLayout(false);
            this.panelBottomTable.PerformLayout();
            this.tabPageComments.ResumeLayout(false);
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.TabControl tabControlMain;
        private System.Windows.Forms.TabPage tabPageChart;
        private System.Windows.Forms.TabPage tabPageTable;
        private System.Windows.Forms.Panel panelTable;
        private UserControlSeriesTable userControlSeriesTable;
        private System.Windows.Forms.Panel panelRightTable;
        private System.Windows.Forms.Panel panelLeftTable;
        private System.Windows.Forms.Panel panelTopTable;
        private System.Windows.Forms.Panel panelBottomTable;
        private System.Windows.Forms.CheckBox checkBoxShow;
        private System.Windows.Forms.Button buttonUpdate;
        private System.Windows.Forms.Label labelCount;
        private System.Windows.Forms.TabPage tabPageComments;
        private DiagramUI.UserControls.UserControlCommentsFont userControlCommentsFont;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.ToolStripButton toolStripButtonRefresh;
        private System.Windows.Forms.ToolStripComboBox toolStripButtonType;
        private OfficePickers.ColorPicker.ToolStripColorPicker pic;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panelTop;
        private System.Windows.Forms.StatusStrip statusStrip;
        private UserControlSeries userControlSeries;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusCoord;
     }
}

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