/// <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(EyeTrackerPluginControl));
            Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
            this.positionPanel = new Chimera.GUI.VectorPanel();
            this.orientationPanel = new Chimera.GUI.RotationPanel();
            this.controlXBox = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // positionPanel
            // 
            this.positionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.positionPanel.Location = new System.Drawing.Point(3, 0);
            this.positionPanel.Max = 5000F;
            this.positionPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MaxV")));
            this.positionPanel.Min = -5000F;
            this.positionPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.positionPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MinV")));
            this.positionPanel.Name = "positionPanel";
            this.positionPanel.Size = new System.Drawing.Size(354, 95);
            this.positionPanel.TabIndex = 0;
            this.positionPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.Value")));
            this.positionPanel.X = 0F;
            this.positionPanel.Y = 0F;
            this.positionPanel.Z = 0F;
            this.positionPanel.ValueChanged += new System.EventHandler(this.positionPanel_ValueChanged);
            // 
            // orientationPanel
            // 
            this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.orientationPanel.Location = new System.Drawing.Point(3, 101);
            this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
            this.orientationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.orientationPanel.Name = "orientationPanel";
            this.orientationPanel.Pitch = 0D;
            this.orientationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
            this.orientationPanel.Size = new System.Drawing.Size(351, 95);
            this.orientationPanel.TabIndex = 1;
            rotation1.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
            rotation1.Pitch = 0D;
            rotation1.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
            rotation1.Yaw = 0D;
            this.orientationPanel.Value = rotation1;
            this.orientationPanel.Yaw = 0D;
            // 
            // controlXBox
            // 
            this.controlXBox.AutoSize = true;
            this.controlXBox.Location = new System.Drawing.Point(4, 191);
            this.controlXBox.Name = "controlXBox";
            this.controlXBox.Size = new System.Drawing.Size(69, 17);
            this.controlXBox.TabIndex = 2;
            this.controlXBox.Text = "Control X";
            this.controlXBox.UseVisualStyleBackColor = true;
            this.controlXBox.CheckedChanged += new System.EventHandler(this.controlXBox_CheckedChanged);
            // 
            // EyeTrackerPluginControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.controlXBox);
            this.Controls.Add(this.orientationPanel);
            this.Controls.Add(this.positionPanel);
            this.Name = "EyeTrackerPluginControl";
            this.Size = new System.Drawing.Size(357, 268);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 2
0
 /// <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(EyeTrackerPluginControl));
     Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
     this.positionPanel    = new Chimera.GUI.VectorPanel();
     this.orientationPanel = new Chimera.GUI.RotationPanel();
     this.controlXBox      = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // positionPanel
     //
     this.positionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.positionPanel.Location      = new System.Drawing.Point(3, 0);
     this.positionPanel.Max           = 5000F;
     this.positionPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MaxV")));
     this.positionPanel.Min           = -5000F;
     this.positionPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.positionPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MinV")));
     this.positionPanel.Name          = "positionPanel";
     this.positionPanel.Size          = new System.Drawing.Size(354, 95);
     this.positionPanel.TabIndex      = 0;
     this.positionPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.Value")));
     this.positionPanel.X             = 0F;
     this.positionPanel.Y             = 0F;
     this.positionPanel.Z             = 0F;
     this.positionPanel.ValueChanged += new System.EventHandler(this.positionPanel_ValueChanged);
     //
     // orientationPanel
     //
     this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.orientationPanel.Location     = new System.Drawing.Point(3, 101);
     this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
     this.orientationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.orientationPanel.Name         = "orientationPanel";
     this.orientationPanel.Pitch        = 0D;
     this.orientationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
     this.orientationPanel.Size         = new System.Drawing.Size(351, 95);
     this.orientationPanel.TabIndex     = 1;
     rotation1.LookAtVector             = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
     rotation1.Pitch             = 0D;
     rotation1.Quaternion        = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
     rotation1.Yaw               = 0D;
     this.orientationPanel.Value = rotation1;
     this.orientationPanel.Yaw   = 0D;
     //
     // controlXBox
     //
     this.controlXBox.AutoSize = true;
     this.controlXBox.Location = new System.Drawing.Point(4, 191);
     this.controlXBox.Name     = "controlXBox";
     this.controlXBox.Size     = new System.Drawing.Size(69, 17);
     this.controlXBox.TabIndex = 2;
     this.controlXBox.Text     = "Control X";
     this.controlXBox.UseVisualStyleBackColor = true;
     this.controlXBox.CheckedChanged         += new System.EventHandler(this.controlXBox_CheckedChanged);
     //
     // EyeTrackerPluginControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.controlXBox);
     this.Controls.Add(this.orientationPanel);
     this.Controls.Add(this.positionPanel);
     this.Name = "EyeTrackerPluginControl";
     this.Size = new System.Drawing.Size(357, 268);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 /// <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(ProjectorPanel));
     Chimera.Util.Rotation rotation2 = new Chimera.Util.Rotation();
     this.aspectRatioSplit = new System.Windows.Forms.SplitContainer();
     this.projectorNativeAspectPulldown = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.projectorAspectPulldown = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.projectorDrawLabelsCheck = new System.Windows.Forms.CheckBox();
     this.projectorDrawCheck       = new System.Windows.Forms.CheckBox();
     this.label17            = new System.Windows.Forms.Label();
     this.label16            = new System.Windows.Forms.Label();
     this.lockWidthButton    = new System.Windows.Forms.RadioButton();
     this.lockHeightButton   = new System.Windows.Forms.RadioButton();
     this.label1             = new System.Windows.Forms.Label();
     this.upsideDownCheck    = new System.Windows.Forms.CheckBox();
     this.vOffsetPanel       = new Chimera.GUI.ScalarPanel();
     this.wallDistancePanel  = new Chimera.GUI.ScalarPanel();
     this.orientationPanel   = new Chimera.GUI.RotationPanel();
     this.throwRatioPanel    = new Chimera.GUI.ScalarPanel();
     this.positionPanel      = new Chimera.GUI.VectorPanel();
     this.lockBox            = new System.Windows.Forms.GroupBox();
     this.noLockButton       = new System.Windows.Forms.RadioButton();
     this.lockPositionButton = new System.Windows.Forms.RadioButton();
     this.wallDistanceLabel  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioSplit)).BeginInit();
     this.aspectRatioSplit.Panel1.SuspendLayout();
     this.aspectRatioSplit.Panel2.SuspendLayout();
     this.aspectRatioSplit.SuspendLayout();
     this.lockBox.SuspendLayout();
     this.SuspendLayout();
     //
     // aspectRatioSplit
     //
     this.aspectRatioSplit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.aspectRatioSplit.IsSplitterFixed = true;
     this.aspectRatioSplit.Location        = new System.Drawing.Point(0, 217);
     this.aspectRatioSplit.Name            = "aspectRatioSplit";
     //
     // aspectRatioSplit.Panel1
     //
     this.aspectRatioSplit.Panel1.Controls.Add(this.projectorNativeAspectPulldown);
     this.aspectRatioSplit.Panel1.Controls.Add(this.label13);
     //
     // aspectRatioSplit.Panel2
     //
     this.aspectRatioSplit.Panel2.Controls.Add(this.projectorAspectPulldown);
     this.aspectRatioSplit.Panel2.Controls.Add(this.label14);
     this.aspectRatioSplit.Size             = new System.Drawing.Size(425, 34);
     this.aspectRatioSplit.SplitterDistance = 210;
     this.aspectRatioSplit.TabIndex         = 56;
     //
     // projectorNativeAspectPulldown
     //
     this.projectorNativeAspectPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.projectorNativeAspectPulldown.FormattingEnabled = true;
     this.projectorNativeAspectPulldown.Location          = new System.Drawing.Point(114, 8);
     this.projectorNativeAspectPulldown.Name                  = "projectorNativeAspectPulldown";
     this.projectorNativeAspectPulldown.Size                  = new System.Drawing.Size(93, 21);
     this.projectorNativeAspectPulldown.TabIndex              = 27;
     this.projectorNativeAspectPulldown.SelectedIndexChanged += new System.EventHandler(this.projectorNativeAspectPulldown_SelectedIndexChanged);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(6, 11);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(102, 13);
     this.label13.TabIndex = 26;
     this.label13.Text     = "Native Aspect Ratio";
     //
     // projectorAspectPulldown
     //
     this.projectorAspectPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.projectorAspectPulldown.FormattingEnabled = true;
     this.projectorAspectPulldown.Location          = new System.Drawing.Point(114, 8);
     this.projectorAspectPulldown.Name                  = "projectorAspectPulldown";
     this.projectorAspectPulldown.Size                  = new System.Drawing.Size(94, 21);
     this.projectorAspectPulldown.TabIndex              = 28;
     this.projectorAspectPulldown.SelectedIndexChanged += new System.EventHandler(this.projectorAspectPulldown_SelectedIndexChanged);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(3, 11);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(105, 13);
     this.label14.TabIndex = 42;
     this.label14.Text     = "Current Aspect Ratio";
     //
     // projectorDrawLabelsCheck
     //
     this.projectorDrawLabelsCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.projectorDrawLabelsCheck.AutoSize = true;
     this.projectorDrawLabelsCheck.Location = new System.Drawing.Point(271, 325);
     this.projectorDrawLabelsCheck.Name     = "projectorDrawLabelsCheck";
     this.projectorDrawLabelsCheck.Size     = new System.Drawing.Size(85, 17);
     this.projectorDrawLabelsCheck.TabIndex = 54;
     this.projectorDrawLabelsCheck.Text     = "Draw Labels";
     this.projectorDrawLabelsCheck.UseVisualStyleBackColor = true;
     this.projectorDrawLabelsCheck.CheckedChanged         += new System.EventHandler(this.projectorDrawLabelsCheck_CheckedChanged);
     //
     // projectorDrawCheck
     //
     this.projectorDrawCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.projectorDrawCheck.AutoSize = true;
     this.projectorDrawCheck.Location = new System.Drawing.Point(271, 306);
     this.projectorDrawCheck.Name     = "projectorDrawCheck";
     this.projectorDrawCheck.Size     = new System.Drawing.Size(51, 17);
     this.projectorDrawCheck.TabIndex = 50;
     this.projectorDrawCheck.Text     = "Draw";
     this.projectorDrawCheck.UseVisualStyleBackColor = true;
     this.projectorDrawCheck.CheckedChanged         += new System.EventHandler(this.projectorDrawCheck_CheckedChanged);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(0, 90);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(99, 13);
     this.label17.TabIndex = 49;
     this.label17.Text     = "Wall  Distance (cm)";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(-1, 254);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(65, 13);
     this.label16.TabIndex = 47;
     this.label16.Text     = "Throw Ratio";
     //
     // lockWidthButton
     //
     this.lockWidthButton.AutoSize = true;
     this.lockWidthButton.Location = new System.Drawing.Point(6, 19);
     this.lockWidthButton.Name     = "lockWidthButton";
     this.lockWidthButton.Size     = new System.Drawing.Size(53, 17);
     this.lockWidthButton.TabIndex = 57;
     this.lockWidthButton.Text     = "Width";
     this.lockWidthButton.UseVisualStyleBackColor = true;
     this.lockWidthButton.CheckedChanged         += new System.EventHandler(this.lockWidthButton_CheckedChanged);
     //
     // lockHeightButton
     //
     this.lockHeightButton.AutoSize = true;
     this.lockHeightButton.Location = new System.Drawing.Point(65, 19);
     this.lockHeightButton.Name     = "lockHeightButton";
     this.lockHeightButton.Size     = new System.Drawing.Size(56, 17);
     this.lockHeightButton.TabIndex = 58;
     this.lockHeightButton.TabStop  = true;
     this.lockHeightButton.Text     = "Height";
     this.lockHeightButton.UseVisualStyleBackColor = true;
     this.lockHeightButton.CheckedChanged         += new System.EventHandler(this.lockHeightButton_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(0, 280);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 13);
     this.label1.TabIndex = 60;
     this.label1.Text     = "VOffset (%W)";
     //
     // upsideDownCheck
     //
     this.upsideDownCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.upsideDownCheck.AutoSize = true;
     this.upsideDownCheck.Location = new System.Drawing.Point(328, 306);
     this.upsideDownCheck.Name     = "upsideDownCheck";
     this.upsideDownCheck.Size     = new System.Drawing.Size(90, 17);
     this.upsideDownCheck.TabIndex = 61;
     this.upsideDownCheck.Text     = "Upside Down";
     this.upsideDownCheck.UseVisualStyleBackColor = true;
     this.upsideDownCheck.CheckedChanged         += new System.EventHandler(this.upsideDownCheck_CheckedChanged);
     //
     // vOffsetPanel
     //
     this.vOffsetPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.vOffsetPanel.Location      = new System.Drawing.Point(73, 280);
     this.vOffsetPanel.Max           = 1F;
     this.vOffsetPanel.Min           = -1F;
     this.vOffsetPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.vOffsetPanel.Name          = "vOffsetPanel";
     this.vOffsetPanel.Size          = new System.Drawing.Size(349, 20);
     this.vOffsetPanel.TabIndex      = 59;
     this.vOffsetPanel.Value         = 0F;
     this.vOffsetPanel.ValueChanged += new System.Action <float>(this.vOffsetPanel_ValueChanged);
     //
     // wallDistancePanel
     //
     this.wallDistancePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.wallDistancePanel.Location      = new System.Drawing.Point(105, 90);
     this.wallDistancePanel.Max           = 10000F;
     this.wallDistancePanel.Min           = 0F;
     this.wallDistancePanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.wallDistancePanel.Name          = "wallDistancePanel";
     this.wallDistancePanel.Size          = new System.Drawing.Size(320, 20);
     this.wallDistancePanel.TabIndex      = 48;
     this.wallDistancePanel.Value         = 0F;
     this.wallDistancePanel.ValueChanged += new System.Action <float>(this.wallDistancePanel_ValueChanged);
     //
     // orientationPanel
     //
     this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.orientationPanel.Location     = new System.Drawing.Point(0, 116);
     this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
     this.orientationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.orientationPanel.Name         = "orientationPanel";
     this.orientationPanel.Pitch        = 0D;
     this.orientationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
     this.orientationPanel.Size         = new System.Drawing.Size(425, 95);
     this.orientationPanel.TabIndex     = 46;
     rotation2.LookAtVector             = ((OpenMetaverse.Vector3)(resources.GetObject("rotation2.LookAtVector")));
     rotation2.Pitch             = 0D;
     rotation2.Quaternion        = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation2.Quaternion")));
     rotation2.Yaw               = 0D;
     this.orientationPanel.Value = rotation2;
     this.orientationPanel.Yaw   = 0D;
     //
     // throwRatioPanel
     //
     this.throwRatioPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.throwRatioPanel.Location      = new System.Drawing.Point(73, 254);
     this.throwRatioPanel.Max           = 3F;
     this.throwRatioPanel.Min           = 0F;
     this.throwRatioPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.throwRatioPanel.Name          = "throwRatioPanel";
     this.throwRatioPanel.Size          = new System.Drawing.Size(351, 20);
     this.throwRatioPanel.TabIndex      = 45;
     this.throwRatioPanel.Value         = 0F;
     this.throwRatioPanel.ValueChanged += new System.Action <float>(this.throwRatioPanel_ValueChanged);
     //
     // positionPanel
     //
     this.positionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.positionPanel.Location      = new System.Drawing.Point(0, 0);
     this.positionPanel.Max           = 5000F;
     this.positionPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MaxV")));
     this.positionPanel.Min           = -5000F;
     this.positionPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.positionPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MinV")));
     this.positionPanel.Name          = "positionPanel";
     this.positionPanel.Size          = new System.Drawing.Size(425, 95);
     this.positionPanel.TabIndex      = 44;
     this.positionPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.Value")));
     this.positionPanel.X             = 0F;
     this.positionPanel.Y             = 0F;
     this.positionPanel.Z             = 0F;
     this.positionPanel.ValueChanged += new System.EventHandler(this.projectorPositionPanel_ValueChanged);
     //
     // lockBox
     //
     this.lockBox.Controls.Add(this.noLockButton);
     this.lockBox.Controls.Add(this.lockPositionButton);
     this.lockBox.Controls.Add(this.lockHeightButton);
     this.lockBox.Controls.Add(this.lockWidthButton);
     this.lockBox.Location = new System.Drawing.Point(0, 306);
     this.lockBox.Name     = "lockBox";
     this.lockBox.Size     = new System.Drawing.Size(265, 49);
     this.lockBox.TabIndex = 63;
     this.lockBox.TabStop  = false;
     this.lockBox.Text     = "Lock";
     //
     // noLockButton
     //
     this.noLockButton.AutoSize = true;
     this.noLockButton.Checked  = true;
     this.noLockButton.Location = new System.Drawing.Point(195, 19);
     this.noLockButton.Name     = "noLockButton";
     this.noLockButton.Size     = new System.Drawing.Size(62, 17);
     this.noLockButton.TabIndex = 60;
     this.noLockButton.TabStop  = true;
     this.noLockButton.Text     = "Nothing";
     this.noLockButton.UseVisualStyleBackColor = true;
     this.noLockButton.CheckedChanged         += new System.EventHandler(this.noLockButton_CheckedChanged);
     //
     // lockPositionButton
     //
     this.lockPositionButton.AutoSize = true;
     this.lockPositionButton.Location = new System.Drawing.Point(127, 19);
     this.lockPositionButton.Name     = "lockPositionButton";
     this.lockPositionButton.Size     = new System.Drawing.Size(62, 17);
     this.lockPositionButton.TabIndex = 59;
     this.lockPositionButton.Text     = "Position";
     this.lockPositionButton.UseVisualStyleBackColor = true;
     this.lockPositionButton.CheckedChanged         += new System.EventHandler(this.lockPositionButton_CheckedChanged);
     //
     // wallDistanceLabel
     //
     this.wallDistanceLabel.AutoSize = true;
     this.wallDistanceLabel.Location = new System.Drawing.Point(0, 90);
     this.wallDistanceLabel.Name     = "wallDistanceLabel";
     this.wallDistanceLabel.Size     = new System.Drawing.Size(99, 13);
     this.wallDistanceLabel.TabIndex = 49;
     this.wallDistanceLabel.Text     = "Wall  Distance (cm)";
     //
     // ProjectorPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.upsideDownCheck);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.vOffsetPanel);
     this.Controls.Add(this.aspectRatioSplit);
     this.Controls.Add(this.projectorDrawLabelsCheck);
     this.Controls.Add(this.projectorDrawCheck);
     this.Controls.Add(this.wallDistanceLabel);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.wallDistancePanel);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.orientationPanel);
     this.Controls.Add(this.throwRatioPanel);
     this.Controls.Add(this.positionPanel);
     this.Controls.Add(this.lockBox);
     this.MinimumSize = new System.Drawing.Size(425, 358);
     this.Name        = "ProjectorPanel";
     this.Size        = new System.Drawing.Size(425, 358);
     this.aspectRatioSplit.Panel1.ResumeLayout(false);
     this.aspectRatioSplit.Panel1.PerformLayout();
     this.aspectRatioSplit.Panel2.ResumeLayout(false);
     this.aspectRatioSplit.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioSplit)).EndInit();
     this.aspectRatioSplit.ResumeLayout(false);
     this.lockBox.ResumeLayout(false);
     this.lockBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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(FramePanel));
            Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
            this.mainTab = new System.Windows.Forms.TabControl();
            this.configTab = new System.Windows.Forms.TabPage();
            this.restartButton = new System.Windows.Forms.Button();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.drawCheck = new System.Windows.Forms.CheckBox();
            this.aspectRatioButton = new System.Windows.Forms.Button();
            this.drawEyeCheck = new System.Windows.Forms.CheckBox();
            this.diagonalPanel = new Chimera.GUI.ScalarPanel();
            this.label12 = new System.Windows.Forms.Label();
            this.linkFOVCheck = new System.Windows.Forms.CheckBox();
            this.anchorBox = new System.Windows.Forms.GroupBox();
            this.centreAnchorButton = new System.Windows.Forms.RadioButton();
            this.topLeftAnchorButton = new System.Windows.Forms.RadioButton();
            this.widthPanel = new Chimera.GUI.ScalarPanel();
            this.projectionGroup = new System.Windows.Forms.GroupBox();
            this.calculatedProjectionButton = new System.Windows.Forms.RadioButton();
            this.simpleProjectionButton = new System.Windows.Forms.RadioButton();
            this.label11 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.monitorPulldown = new System.Windows.Forms.ComboBox();
            this.heightPanel = new Chimera.GUI.ScalarPanel();
            this.label10 = new System.Windows.Forms.Label();
            this.fovVPanel = new Chimera.GUI.ScalarPanel();
            this.distancePanel = new Chimera.GUI.ScalarPanel();
            this.label6 = new System.Windows.Forms.Label();
            this.skewHPanel = new Chimera.GUI.ScalarPanel();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.vSkewPanel = new Chimera.GUI.ScalarPanel();
            this.aspectRatioWValue = new System.Windows.Forms.NumericUpDown();
            this.label9 = new System.Windows.Forms.Label();
            this.aspectRatioValue = new System.Windows.Forms.NumericUpDown();
            this.fovHPanel = new Chimera.GUI.ScalarPanel();
            this.aspectRatioHValue = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.orientationPanel = new Chimera.GUI.RotationPanel();
            this.centrePanel = new Chimera.GUI.VectorPanel();
            this.topLeftPanel = new Chimera.GUI.VectorPanel();
            this.farClipPanel = new Chimera.GUI.ScalarPanel();
            this.label7 = new System.Windows.Forms.Label();
            this.mainTab.SuspendLayout();
            this.configTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.anchorBox.SuspendLayout();
            this.projectionGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioWValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioHValue)).BeginInit();
            this.SuspendLayout();
            // 
            // mainTab
            // 
            this.mainTab.Controls.Add(this.configTab);
            this.mainTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTab.Location = new System.Drawing.Point(0, 0);
            this.mainTab.Name = "mainTab";
            this.mainTab.SelectedIndex = 0;
            this.mainTab.Size = new System.Drawing.Size(841, 625);
            this.mainTab.TabIndex = 0;
            this.mainTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mainTab_KeyDown);
            this.mainTab.KeyUp += new System.Windows.Forms.KeyEventHandler(this.mainTab_KeyUp);
            // 
            // configTab
            // 
            this.configTab.Controls.Add(this.restartButton);
            this.configTab.Controls.Add(this.splitContainer1);
            this.configTab.Location = new System.Drawing.Point(4, 22);
            this.configTab.Name = "configTab";
            this.configTab.Padding = new System.Windows.Forms.Padding(3);
            this.configTab.Size = new System.Drawing.Size(833, 599);
            this.configTab.TabIndex = 0;
            this.configTab.Text = "Configuration";
            this.configTab.UseVisualStyleBackColor = true;
            // 
            // restartButton
            // 
            this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.restartButton.BackColor = System.Drawing.Color.Red;
            this.restartButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.restartButton.Location = new System.Drawing.Point(3, 313);
            this.restartButton.Name = "restartButton";
            this.restartButton.Size = new System.Drawing.Size(827, 283);
            this.restartButton.TabIndex = 7;
            this.restartButton.Text = "Restart";
            this.restartButton.UseVisualStyleBackColor = false;
            this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(3, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.drawCheck);
            this.splitContainer1.Panel1.Controls.Add(this.aspectRatioButton);
            this.splitContainer1.Panel1.Controls.Add(this.drawEyeCheck);
            this.splitContainer1.Panel1.Controls.Add(this.diagonalPanel);
            this.splitContainer1.Panel1.Controls.Add(this.label12);
            this.splitContainer1.Panel1.Controls.Add(this.linkFOVCheck);
            this.splitContainer1.Panel1.Controls.Add(this.anchorBox);
            this.splitContainer1.Panel1.Controls.Add(this.widthPanel);
            this.splitContainer1.Panel1.Controls.Add(this.projectionGroup);
            this.splitContainer1.Panel1.Controls.Add(this.label11);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.monitorPulldown);
            this.splitContainer1.Panel1.Controls.Add(this.heightPanel);
            this.splitContainer1.Panel1.Controls.Add(this.label10);
            this.splitContainer1.Panel1.Controls.Add(this.fovVPanel);
            this.splitContainer1.Panel1.Controls.Add(this.distancePanel);
            this.splitContainer1.Panel1.Controls.Add(this.label6);
            this.splitContainer1.Panel1.Controls.Add(this.skewHPanel);
            this.splitContainer1.Panel1.Controls.Add(this.label2);
            this.splitContainer1.Panel1.Controls.Add(this.label5);
            this.splitContainer1.Panel1.Controls.Add(this.label3);
            this.splitContainer1.Panel1.Controls.Add(this.vSkewPanel);
            this.splitContainer1.Panel1.Controls.Add(this.aspectRatioWValue);
            this.splitContainer1.Panel1.Controls.Add(this.label9);
            this.splitContainer1.Panel1.Controls.Add(this.aspectRatioValue);
            this.splitContainer1.Panel1.Controls.Add(this.fovHPanel);
            this.splitContainer1.Panel1.Controls.Add(this.aspectRatioHValue);
            this.splitContainer1.Panel1.Controls.Add(this.label4);
            this.splitContainer1.Panel1.Controls.Add(this.label8);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.label7);
            this.splitContainer1.Panel2.Controls.Add(this.farClipPanel);
            this.splitContainer1.Panel2.Controls.Add(this.orientationPanel);
            this.splitContainer1.Panel2.Controls.Add(this.centrePanel);
            this.splitContainer1.Panel2.Controls.Add(this.topLeftPanel);
            this.splitContainer1.Size = new System.Drawing.Size(830, 311);
            this.splitContainer1.SplitterDistance = 465;
            this.splitContainer1.TabIndex = 8;
            // 
            // drawCheck
            // 
            this.drawCheck.AutoSize = true;
            this.drawCheck.Location = new System.Drawing.Point(162, 270);
            this.drawCheck.Name = "drawCheck";
            this.drawCheck.Size = new System.Drawing.Size(51, 17);
            this.drawCheck.TabIndex = 39;
            this.drawCheck.Text = "Draw";
            this.drawCheck.UseVisualStyleBackColor = true;
            this.drawCheck.CheckedChanged += new System.EventHandler(this.drawCheck_CheckedChanged);
            // 
            // aspectRatioButton
            // 
            this.aspectRatioButton.Location = new System.Drawing.Point(193, 186);
            this.aspectRatioButton.Name = "aspectRatioButton";
            this.aspectRatioButton.Size = new System.Drawing.Size(39, 23);
            this.aspectRatioButton.TabIndex = 38;
            this.aspectRatioButton.Text = "=";
            this.aspectRatioButton.UseVisualStyleBackColor = true;
            this.aspectRatioButton.Click += new System.EventHandler(this.aspectRatioButton_Click);
            // 
            // drawEyeCheck
            // 
            this.drawEyeCheck.AutoSize = true;
            this.drawEyeCheck.Location = new System.Drawing.Point(162, 291);
            this.drawEyeCheck.Name = "drawEyeCheck";
            this.drawEyeCheck.Size = new System.Drawing.Size(72, 17);
            this.drawEyeCheck.TabIndex = 37;
            this.drawEyeCheck.Text = "Draw Eye";
            this.drawEyeCheck.UseVisualStyleBackColor = true;
            this.drawEyeCheck.CheckedChanged += new System.EventHandler(this.drawEyeCheck_CheckedChanged);
            // 
            // diagonalPanel
            // 
            this.diagonalPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.diagonalPanel.Location = new System.Drawing.Point(78, 163);
            this.diagonalPanel.Max = 500F;
            this.diagonalPanel.Min = 0F;
            this.diagonalPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.diagonalPanel.Name = "diagonalPanel";
            this.diagonalPanel.Size = new System.Drawing.Size(382, 20);
            this.diagonalPanel.TabIndex = 35;
            this.diagonalPanel.Value = 0F;
            this.diagonalPanel.ValueChanged += new System.Action<float>(this.diagonalPanel_ValueChanged);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(4, 166);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(72, 13);
            this.label12.TabIndex = 36;
            this.label12.Text = "Diagonal (cm)";
            // 
            // linkFOVCheck
            // 
            this.linkFOVCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.linkFOVCheck.AutoSize = true;
            this.linkFOVCheck.Location = new System.Drawing.Point(409, 231);
            this.linkFOVCheck.Name = "linkFOVCheck";
            this.linkFOVCheck.Size = new System.Drawing.Size(46, 17);
            this.linkFOVCheck.TabIndex = 34;
            this.linkFOVCheck.Text = "Link";
            this.linkFOVCheck.UseVisualStyleBackColor = true;
            this.linkFOVCheck.CheckedChanged += new System.EventHandler(this.linkFOVCheck_CheckedChanged);
            // 
            // anchorBox
            // 
            this.anchorBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.anchorBox.Controls.Add(this.centreAnchorButton);
            this.anchorBox.Controls.Add(this.topLeftAnchorButton);
            this.anchorBox.Location = new System.Drawing.Point(321, 266);
            this.anchorBox.Name = "anchorBox";
            this.anchorBox.Size = new System.Drawing.Size(139, 41);
            this.anchorBox.TabIndex = 33;
            this.anchorBox.TabStop = false;
            this.anchorBox.Text = "Position Anchor";
            // 
            // centreAnchorButton
            // 
            this.centreAnchorButton.AutoSize = true;
            this.centreAnchorButton.Location = new System.Drawing.Point(77, 19);
            this.centreAnchorButton.Name = "centreAnchorButton";
            this.centreAnchorButton.Size = new System.Drawing.Size(56, 17);
            this.centreAnchorButton.TabIndex = 1;
            this.centreAnchorButton.TabStop = true;
            this.centreAnchorButton.Text = "Centre";
            this.centreAnchorButton.UseVisualStyleBackColor = true;
            this.centreAnchorButton.CheckedChanged += new System.EventHandler(this.AnchorButton_CheckedChanged);
            // 
            // topLeftAnchorButton
            // 
            this.topLeftAnchorButton.AutoSize = true;
            this.topLeftAnchorButton.Location = new System.Drawing.Point(6, 19);
            this.topLeftAnchorButton.Name = "topLeftAnchorButton";
            this.topLeftAnchorButton.Size = new System.Drawing.Size(65, 17);
            this.topLeftAnchorButton.TabIndex = 0;
            this.topLeftAnchorButton.TabStop = true;
            this.topLeftAnchorButton.Text = "Top Left";
            this.topLeftAnchorButton.UseVisualStyleBackColor = true;
            this.topLeftAnchorButton.CheckedChanged += new System.EventHandler(this.AnchorButton_CheckedChanged);
            // 
            // widthPanel
            // 
            this.widthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.widthPanel.Location = new System.Drawing.Point(78, 111);
            this.widthPanel.Max = 500F;
            this.widthPanel.Min = 1F;
            this.widthPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.widthPanel.Name = "widthPanel";
            this.widthPanel.Size = new System.Drawing.Size(382, 20);
            this.widthPanel.TabIndex = 2;
            this.widthPanel.Value = 1F;
            this.widthPanel.ValueChanged += new System.Action<float>(this.widthPanel_Changed);
            // 
            // projectionGroup
            // 
            this.projectionGroup.Controls.Add(this.calculatedProjectionButton);
            this.projectionGroup.Controls.Add(this.simpleProjectionButton);
            this.projectionGroup.Location = new System.Drawing.Point(8, 266);
            this.projectionGroup.Name = "projectionGroup";
            this.projectionGroup.Size = new System.Drawing.Size(148, 41);
            this.projectionGroup.TabIndex = 32;
            this.projectionGroup.TabStop = false;
            this.projectionGroup.Text = "Projection";
            // 
            // calculatedProjectionButton
            // 
            this.calculatedProjectionButton.AutoSize = true;
            this.calculatedProjectionButton.Location = new System.Drawing.Point(71, 19);
            this.calculatedProjectionButton.Name = "calculatedProjectionButton";
            this.calculatedProjectionButton.Size = new System.Drawing.Size(75, 17);
            this.calculatedProjectionButton.TabIndex = 2;
            this.calculatedProjectionButton.TabStop = true;
            this.calculatedProjectionButton.Text = "Calculated";
            this.calculatedProjectionButton.UseVisualStyleBackColor = true;
            this.calculatedProjectionButton.CheckedChanged += new System.EventHandler(this.ProjectionButton_CheckedChanged);
            // 
            // simpleProjectionButton
            // 
            this.simpleProjectionButton.AutoSize = true;
            this.simpleProjectionButton.Location = new System.Drawing.Point(6, 19);
            this.simpleProjectionButton.Name = "simpleProjectionButton";
            this.simpleProjectionButton.Size = new System.Drawing.Size(51, 17);
            this.simpleProjectionButton.TabIndex = 0;
            this.simpleProjectionButton.TabStop = true;
            this.simpleProjectionButton.Text = "Ortho";
            this.simpleProjectionButton.UseVisualStyleBackColor = true;
            this.simpleProjectionButton.CheckedChanged += new System.EventHandler(this.ProjectionButton_CheckedChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(5, 9);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(42, 13);
            this.label11.TabIndex = 31;
            this.label11.Text = "Monitor";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 113);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(58, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Width (cm)";
            // 
            // monitorPulldown
            // 
            this.monitorPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.monitorPulldown.DisplayMember = "DeviceName";
            this.monitorPulldown.FormattingEnabled = true;
            this.monitorPulldown.Location = new System.Drawing.Point(78, 6);
            this.monitorPulldown.Name = "monitorPulldown";
            this.monitorPulldown.Size = new System.Drawing.Size(382, 21);
            this.monitorPulldown.TabIndex = 6;
            this.monitorPulldown.SelectedIndexChanged += new System.EventHandler(this.monitorPulldown_SelectedIndexChanged);
            // 
            // heightPanel
            // 
            this.heightPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.heightPanel.Location = new System.Drawing.Point(78, 137);
            this.heightPanel.Max = 500F;
            this.heightPanel.Min = 1F;
            this.heightPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.heightPanel.Name = "heightPanel";
            this.heightPanel.Size = new System.Drawing.Size(382, 20);
            this.heightPanel.TabIndex = 3;
            this.heightPanel.Value = 1F;
            this.heightPanel.ValueChanged += new System.Action<float>(this.heightPanel_Changed);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(4, 36);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(69, 13);
            this.label10.TabIndex = 30;
            this.label10.Text = "Distance(cm)";
            // 
            // fovVPanel
            // 
            this.fovVPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.fovVPanel.Location = new System.Drawing.Point(79, 244);
            this.fovVPanel.Max = 179.9F;
            this.fovVPanel.Min = 0.1F;
            this.fovVPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.fovVPanel.Name = "fovVPanel";
            this.fovVPanel.Size = new System.Drawing.Size(381, 20);
            this.fovVPanel.TabIndex = 8;
            this.fovVPanel.Value = 90F;
            this.fovVPanel.ValueChanged += new System.Action<float>(this.fovVPanel_ValueChanged);
            // 
            // distancePanel
            // 
            this.distancePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.distancePanel.Location = new System.Drawing.Point(78, 33);
            this.distancePanel.Max = 1000F;
            this.distancePanel.Min = 0F;
            this.distancePanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.distancePanel.Name = "distancePanel";
            this.distancePanel.Size = new System.Drawing.Size(382, 20);
            this.distancePanel.TabIndex = 29;
            this.distancePanel.Value = 0F;
            this.distancePanel.ValueChanged += new System.Action<float>(this.distancePanel_ValueChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(4, 191);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(68, 13);
            this.label6.TabIndex = 20;
            this.label6.Text = "Aspect(W:H)";
            // 
            // skewHPanel
            // 
            this.skewHPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.skewHPanel.Location = new System.Drawing.Point(78, 59);
            this.skewHPanel.Max = 1000F;
            this.skewHPanel.Min = -1000F;
            this.skewHPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.skewHPanel.Name = "skewHPanel";
            this.skewHPanel.Size = new System.Drawing.Size(382, 20);
            this.skewHPanel.TabIndex = 25;
            this.skewHPanel.Value = 0F;
            this.skewHPanel.ValueChanged += new System.Action<float>(this.skewHPanel_ValueChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 140);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(61, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "Height (cm)";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(4, 88);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(64, 13);
            this.label5.TabIndex = 28;
            this.label5.Text = "Skew V(cm)";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(4, 244);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(69, 13);
            this.label3.TabIndex = 7;
            this.label3.Text = "FoV - V (deg)";
            // 
            // vSkewPanel
            // 
            this.vSkewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.vSkewPanel.Location = new System.Drawing.Point(78, 85);
            this.vSkewPanel.Max = 1000F;
            this.vSkewPanel.Min = -1000F;
            this.vSkewPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.vSkewPanel.Name = "vSkewPanel";
            this.vSkewPanel.Size = new System.Drawing.Size(382, 20);
            this.vSkewPanel.TabIndex = 26;
            this.vSkewPanel.Value = 0F;
            this.vSkewPanel.ValueChanged += new System.Action<float>(this.skewVPanel_ValueChanged);
            // 
            // aspectRatioWValue
            // 
            this.aspectRatioWValue.Location = new System.Drawing.Point(78, 189);
            this.aspectRatioWValue.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.aspectRatioWValue.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.aspectRatioWValue.Name = "aspectRatioWValue";
            this.aspectRatioWValue.Size = new System.Drawing.Size(51, 20);
            this.aspectRatioWValue.TabIndex = 19;
            this.aspectRatioWValue.Value = new decimal(new int[] {
            16,
            0,
            0,
            0});
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(4, 61);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 13);
            this.label9.TabIndex = 27;
            this.label9.Text = "Skew H(cm)";
            // 
            // aspectRatioValue
            // 
            this.aspectRatioValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.aspectRatioValue.DecimalPlaces = 4;
            this.aspectRatioValue.Location = new System.Drawing.Point(238, 189);
            this.aspectRatioValue.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.aspectRatioValue.Name = "aspectRatioValue";
            this.aspectRatioValue.Size = new System.Drawing.Size(222, 20);
            this.aspectRatioValue.TabIndex = 22;
            this.aspectRatioValue.ValueChanged += new System.EventHandler(this.aspectRatioValue_ValueChanged);
            // 
            // fovHPanel
            // 
            this.fovHPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.fovHPanel.Location = new System.Drawing.Point(79, 215);
            this.fovHPanel.Max = 179.9F;
            this.fovHPanel.Min = 0.1F;
            this.fovHPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.fovHPanel.Name = "fovHPanel";
            this.fovHPanel.Size = new System.Drawing.Size(381, 20);
            this.fovHPanel.TabIndex = 1;
            this.fovHPanel.Value = 90F;
            this.fovHPanel.ValueChanged += new System.Action<float>(this.fovHPanel_ValueChanged);
            // 
            // aspectRatioHValue
            // 
            this.aspectRatioHValue.Location = new System.Drawing.Point(135, 189);
            this.aspectRatioHValue.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.aspectRatioHValue.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.aspectRatioHValue.Name = "aspectRatioHValue";
            this.aspectRatioHValue.Size = new System.Drawing.Size(52, 20);
            this.aspectRatioHValue.TabIndex = 21;
            this.aspectRatioHValue.Value = new decimal(new int[] {
            9,
            0,
            0,
            0});
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(4, 217);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(70, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "FoV - H (deg)";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(123, 191);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(19, 13);
            this.label8.TabIndex = 24;
            this.label8.Text = " : ";
            // 
            // orientationPanel
            // 
            this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.orientationPanel.Location = new System.Drawing.Point(6, 191);
            this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
            this.orientationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.orientationPanel.Name = "orientationPanel";
            this.orientationPanel.Pitch = 0D;
            this.orientationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
            this.orientationPanel.Size = new System.Drawing.Size(352, 95);
            this.orientationPanel.TabIndex = 1;
            rotation1.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
            rotation1.Pitch = 0D;
            rotation1.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
            rotation1.Yaw = 0D;
            this.orientationPanel.Value = rotation1;
            this.orientationPanel.Yaw = 0D;
            // 
            // centrePanel
            // 
            this.centrePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.centrePanel.Location = new System.Drawing.Point(6, 3);
            this.centrePanel.Max = 1024F;
            this.centrePanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.MaxV")));
            this.centrePanel.Min = -1024F;
            this.centrePanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.centrePanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.MinV")));
            this.centrePanel.Name = "centrePanel";
            this.centrePanel.Size = new System.Drawing.Size(349, 95);
            this.centrePanel.TabIndex = 1;
            this.centrePanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.Value")));
            this.centrePanel.X = 0F;
            this.centrePanel.Y = 0F;
            this.centrePanel.Z = 0F;
            this.centrePanel.ValueChanged += new System.EventHandler(this.centrePanel_ValueChanged);
            // 
            // topLeftPanel
            // 
            this.topLeftPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.topLeftPanel.Location = new System.Drawing.Point(6, 102);
            this.topLeftPanel.Max = 1024F;
            this.topLeftPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.MaxV")));
            this.topLeftPanel.Min = -1024F;
            this.topLeftPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.topLeftPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.MinV")));
            this.topLeftPanel.Name = "topLeftPanel";
            this.topLeftPanel.Size = new System.Drawing.Size(349, 95);
            this.topLeftPanel.TabIndex = 0;
            this.topLeftPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.Value")));
            this.topLeftPanel.X = 0F;
            this.topLeftPanel.Y = 0F;
            this.topLeftPanel.Z = 0F;
            this.topLeftPanel.ValueChanged += new System.EventHandler(this.topLeftPanel_ValueChanged);
            // 
            // farClipPanel
            // 
            this.farClipPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.farClipPanel.Location = new System.Drawing.Point(51, 287);
            this.farClipPanel.Max = 4096F;
            this.farClipPanel.Min = 128F;
            this.farClipPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.farClipPanel.Name = "farClipPanel";
            this.farClipPanel.Size = new System.Drawing.Size(304, 20);
            this.farClipPanel.TabIndex = 40;
            this.farClipPanel.Value = 1024F;
            this.farClipPanel.ValueChanged += new System.Action<float>(this.farClipPanel_ValueChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(3, 292);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(42, 13);
            this.label7.TabIndex = 41;
            this.label7.Text = "Far Clip";
            // 
            // FramePanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainTab);
            this.Name = "FramePanel";
            this.Size = new System.Drawing.Size(841, 625);
            this.mainTab.ResumeLayout(false);
            this.configTab.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.anchorBox.ResumeLayout(false);
            this.anchorBox.PerformLayout();
            this.projectionGroup.ResumeLayout(false);
            this.projectionGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioWValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioHValue)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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(CoordinatorForm));
            Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
            this.hSplit = new System.Windows.Forms.SplitContainer();
            this.diagramWorldSplit = new System.Windows.Forms.SplitContainer();
            this.diagSplit = new System.Windows.Forms.SplitContainer();
            this.realSpaceGroup = new System.Windows.Forms.GroupBox();
            this.yPerspectiveButton = new System.Windows.Forms.RadioButton();
            this.zPerspectiveButton = new System.Windows.Forms.RadioButton();
            this.xPerspectiveButton = new System.Windows.Forms.RadioButton();
            this.button1 = new System.Windows.Forms.Button();
            this.testButton = new System.Windows.Forms.Button();
            this.realSpacePanel = new System.Windows.Forms.PictureBox();
            this.realSpaceScale = new System.Windows.Forms.TrackBar();
            this.virtualSpaceGroup = new System.Windows.Forms.GroupBox();
            this.heightmapPanel = new System.Windows.Forms.PictureBox();
            this.heightmapScale = new System.Windows.Forms.TrackBar();
            this.globalBox = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tickLengthPanel = new Chimera.GUI.ScalarPanel();
            this.enableUpdates = new System.Windows.Forms.CheckBox();
            this.deltaModeButton = new System.Windows.Forms.RadioButton();
            this.absoluteModeButton = new System.Windows.Forms.RadioButton();
            this.eyePositionPanel = new Chimera.GUI.VectorPanel();
            this.virtualOrientationPanel = new Chimera.GUI.RotationPanel();
            this.virtualPositionPanel = new Chimera.GUI.VectorPanel();
            this.windowsPluginsSplit = new System.Windows.Forms.SplitContainer();
            this.windowsGroup = new System.Windows.Forms.GroupBox();
            this.windowsTab = new System.Windows.Forms.TabControl();
            this.inputsGroup = new System.Windows.Forms.GroupBox();
            this.pluginsTab = new System.Windows.Forms.TabControl();
            this.overlayStatsBox = new System.Windows.Forms.RichTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.hSplit)).BeginInit();
            this.hSplit.Panel1.SuspendLayout();
            this.hSplit.Panel2.SuspendLayout();
            this.hSplit.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.diagramWorldSplit)).BeginInit();
            this.diagramWorldSplit.Panel1.SuspendLayout();
            this.diagramWorldSplit.Panel2.SuspendLayout();
            this.diagramWorldSplit.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.diagSplit)).BeginInit();
            this.diagSplit.Panel1.SuspendLayout();
            this.diagSplit.Panel2.SuspendLayout();
            this.diagSplit.SuspendLayout();
            this.realSpaceGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.realSpacePanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.realSpaceScale)).BeginInit();
            this.virtualSpaceGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.heightmapPanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.heightmapScale)).BeginInit();
            this.globalBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.windowsPluginsSplit)).BeginInit();
            this.windowsPluginsSplit.Panel1.SuspendLayout();
            this.windowsPluginsSplit.Panel2.SuspendLayout();
            this.windowsPluginsSplit.SuspendLayout();
            this.windowsGroup.SuspendLayout();
            this.inputsGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // hSplit
            // 
            this.hSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.hSplit.Location = new System.Drawing.Point(0, 0);
            this.hSplit.MinimumSize = new System.Drawing.Size(858, 581);
            this.hSplit.Name = "hSplit";
            this.hSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // hSplit.Panel1
            // 
            this.hSplit.Panel1.Controls.Add(this.diagramWorldSplit);
            // 
            // hSplit.Panel2
            // 
            this.hSplit.Panel2.Controls.Add(this.windowsPluginsSplit);
            this.hSplit.Size = new System.Drawing.Size(911, 822);
            this.hSplit.SplitterDistance = 319;
            this.hSplit.TabIndex = 0;
            this.hSplit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
            this.hSplit.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
            // 
            // diagramWorldSplit
            // 
            this.diagramWorldSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.diagramWorldSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.diagramWorldSplit.Location = new System.Drawing.Point(0, 0);
            this.diagramWorldSplit.Name = "diagramWorldSplit";
            // 
            // diagramWorldSplit.Panel1
            // 
            this.diagramWorldSplit.Panel1.Controls.Add(this.diagSplit);
            // 
            // diagramWorldSplit.Panel2
            // 
            this.diagramWorldSplit.Panel2.AutoScroll = true;
            this.diagramWorldSplit.Panel2.Controls.Add(this.globalBox);
            this.diagramWorldSplit.Size = new System.Drawing.Size(911, 319);
            this.diagramWorldSplit.SplitterDistance = 646;
            this.diagramWorldSplit.TabIndex = 0;
            // 
            // diagSplit
            // 
            this.diagSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.diagSplit.Location = new System.Drawing.Point(0, 0);
            this.diagSplit.Name = "diagSplit";
            // 
            // diagSplit.Panel1
            // 
            this.diagSplit.Panel1.Controls.Add(this.realSpaceGroup);
            // 
            // diagSplit.Panel2
            // 
            this.diagSplit.Panel2.Controls.Add(this.virtualSpaceGroup);
            this.diagSplit.Size = new System.Drawing.Size(646, 319);
            this.diagSplit.SplitterDistance = 361;
            this.diagSplit.TabIndex = 1;
            // 
            // realSpaceGroup
            // 
            this.realSpaceGroup.Controls.Add(this.yPerspectiveButton);
            this.realSpaceGroup.Controls.Add(this.zPerspectiveButton);
            this.realSpaceGroup.Controls.Add(this.xPerspectiveButton);
            this.realSpaceGroup.Controls.Add(this.button1);
            this.realSpaceGroup.Controls.Add(this.testButton);
            this.realSpaceGroup.Controls.Add(this.realSpacePanel);
            this.realSpaceGroup.Controls.Add(this.realSpaceScale);
            this.realSpaceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.realSpaceGroup.Location = new System.Drawing.Point(0, 0);
            this.realSpaceGroup.Name = "realSpaceGroup";
            this.realSpaceGroup.Size = new System.Drawing.Size(361, 319);
            this.realSpaceGroup.TabIndex = 0;
            this.realSpaceGroup.TabStop = false;
            this.realSpaceGroup.Text = "Real Space";
            // 
            // yPerspectiveButton
            // 
            this.yPerspectiveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.yPerspectiveButton.AutoSize = true;
            this.yPerspectiveButton.Location = new System.Drawing.Point(284, 265);
            this.yPerspectiveButton.Name = "yPerspectiveButton";
            this.yPerspectiveButton.Size = new System.Drawing.Size(32, 17);
            this.yPerspectiveButton.TabIndex = 6;
            this.yPerspectiveButton.Text = "Y";
            this.yPerspectiveButton.UseVisualStyleBackColor = true;
            this.yPerspectiveButton.CheckedChanged += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
            // 
            // zPerspectiveButton
            // 
            this.zPerspectiveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.zPerspectiveButton.AutoSize = true;
            this.zPerspectiveButton.Checked = true;
            this.zPerspectiveButton.Location = new System.Drawing.Point(322, 265);
            this.zPerspectiveButton.Name = "zPerspectiveButton";
            this.zPerspectiveButton.Size = new System.Drawing.Size(32, 17);
            this.zPerspectiveButton.TabIndex = 5;
            this.zPerspectiveButton.TabStop = true;
            this.zPerspectiveButton.Text = "Z";
            this.zPerspectiveButton.UseVisualStyleBackColor = true;
            this.zPerspectiveButton.CheckedChanged += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
            // 
            // xPerspectiveButton
            // 
            this.xPerspectiveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.xPerspectiveButton.AutoSize = true;
            this.xPerspectiveButton.Location = new System.Drawing.Point(246, 265);
            this.xPerspectiveButton.Name = "xPerspectiveButton";
            this.xPerspectiveButton.Size = new System.Drawing.Size(32, 17);
            this.xPerspectiveButton.TabIndex = 4;
            this.xPerspectiveButton.Text = "X";
            this.xPerspectiveButton.UseVisualStyleBackColor = true;
            this.xPerspectiveButton.CheckedChanged += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(6, 48);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(91, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "Crash - Thread";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // testButton
            // 
            this.testButton.Location = new System.Drawing.Point(6, 19);
            this.testButton.Name = "testButton";
            this.testButton.Size = new System.Drawing.Size(91, 23);
            this.testButton.TabIndex = 1;
            this.testButton.Text = "Crash - GUI";
            this.testButton.UseVisualStyleBackColor = true;
            this.testButton.Click += new System.EventHandler(this.testButton_Click);
            // 
            // realSpacePanel
            // 
            this.realSpacePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.realSpacePanel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.realSpacePanel.Location = new System.Drawing.Point(3, 16);
            this.realSpacePanel.Name = "realSpacePanel";
            this.realSpacePanel.Size = new System.Drawing.Size(355, 274);
            this.realSpacePanel.TabIndex = 3;
            this.realSpacePanel.TabStop = false;
            this.realSpacePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.realSpacePanel_Paint);
            this.realSpacePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseDown);
            this.realSpacePanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseMove);
            this.realSpacePanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseUp);
            this.realSpacePanel.Resize += new System.EventHandler(this.realSpacePanel_Resize);
            // 
            // realSpaceScale
            // 
            this.realSpaceScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.realSpaceScale.Location = new System.Drawing.Point(5, 291);
            this.realSpaceScale.Maximum = 1000;
            this.realSpaceScale.Minimum = 1;
            this.realSpaceScale.Name = "realSpaceScale";
            this.realSpaceScale.Size = new System.Drawing.Size(353, 45);
            this.realSpaceScale.TabIndex = 3;
            this.realSpaceScale.TickStyle = System.Windows.Forms.TickStyle.None;
            this.realSpaceScale.Value = 1000;
            this.realSpaceScale.Scroll += new System.EventHandler(this.realSpaceScale_Scroll);
            // 
            // virtualSpaceGroup
            // 
            this.virtualSpaceGroup.Controls.Add(this.heightmapPanel);
            this.virtualSpaceGroup.Controls.Add(this.heightmapScale);
            this.virtualSpaceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.virtualSpaceGroup.Location = new System.Drawing.Point(0, 0);
            this.virtualSpaceGroup.Name = "virtualSpaceGroup";
            this.virtualSpaceGroup.Size = new System.Drawing.Size(281, 319);
            this.virtualSpaceGroup.TabIndex = 0;
            this.virtualSpaceGroup.TabStop = false;
            this.virtualSpaceGroup.Text = "Virtual Space";
            // 
            // heightmapPanel
            // 
            this.heightmapPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.heightmapPanel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.heightmapPanel.Location = new System.Drawing.Point(3, 16);
            this.heightmapPanel.Name = "heightmapPanel";
            this.heightmapPanel.Size = new System.Drawing.Size(275, 275);
            this.heightmapPanel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.heightmapPanel.TabIndex = 1;
            this.heightmapPanel.TabStop = false;
            this.heightmapPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.heightmapPanel_Paint);
            this.heightmapPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseDown);
            this.heightmapPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseMove);
            this.heightmapPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseUp);
            // 
            // heightmapScale
            // 
            this.heightmapScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.heightmapScale.Location = new System.Drawing.Point(3, 291);
            this.heightmapScale.Maximum = 16000;
            this.heightmapScale.Minimum = 1000;
            this.heightmapScale.Name = "heightmapScale";
            this.heightmapScale.Size = new System.Drawing.Size(275, 45);
            this.heightmapScale.TabIndex = 2;
            this.heightmapScale.TickStyle = System.Windows.Forms.TickStyle.None;
            this.heightmapScale.Value = 1000;
            this.heightmapScale.Scroll += new System.EventHandler(this.virtualZoom_Scroll);
            // 
            // globalBox
            // 
            this.globalBox.Controls.Add(this.label1);
            this.globalBox.Controls.Add(this.tickLengthPanel);
            this.globalBox.Controls.Add(this.enableUpdates);
            this.globalBox.Controls.Add(this.deltaModeButton);
            this.globalBox.Controls.Add(this.absoluteModeButton);
            this.globalBox.Controls.Add(this.eyePositionPanel);
            this.globalBox.Controls.Add(this.virtualOrientationPanel);
            this.globalBox.Controls.Add(this.virtualPositionPanel);
            this.globalBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.globalBox.Location = new System.Drawing.Point(0, 0);
            this.globalBox.MinimumSize = new System.Drawing.Size(261, 290);
            this.globalBox.Name = "globalBox";
            this.globalBox.Size = new System.Drawing.Size(261, 319);
            this.globalBox.TabIndex = 0;
            this.globalBox.TabStop = false;
            this.globalBox.Text = "Global";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(191, 277);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 13);
            this.label1.TabIndex = 8;
            this.label1.Text = "Tick Length";
            // 
            // tickLengthPanel
            // 
            this.tickLengthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tickLengthPanel.Location = new System.Drawing.Point(104, 291);
            this.tickLengthPanel.Max = 500F;
            this.tickLengthPanel.Min = 0F;
            this.tickLengthPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.tickLengthPanel.Name = "tickLengthPanel";
            this.tickLengthPanel.Size = new System.Drawing.Size(151, 20);
            this.tickLengthPanel.TabIndex = 7;
            this.tickLengthPanel.Value = 0F;
            this.tickLengthPanel.ValueChanged += new System.Action<float>(this.tickLengthPanel_ValueChanged);
            // 
            // enableUpdates
            // 
            this.enableUpdates.AutoSize = true;
            this.enableUpdates.Location = new System.Drawing.Point(6, 291);
            this.enableUpdates.Name = "enableUpdates";
            this.enableUpdates.Size = new System.Drawing.Size(101, 17);
            this.enableUpdates.TabIndex = 6;
            this.enableUpdates.Text = "Control Enabled";
            this.enableUpdates.UseVisualStyleBackColor = true;
            this.enableUpdates.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // deltaModeButton
            // 
            this.deltaModeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.deltaModeButton.AutoSize = true;
            this.deltaModeButton.Location = new System.Drawing.Point(199, 12);
            this.deltaModeButton.Name = "deltaModeButton";
            this.deltaModeButton.Size = new System.Drawing.Size(50, 17);
            this.deltaModeButton.TabIndex = 5;
            this.deltaModeButton.TabStop = true;
            this.deltaModeButton.Text = "Delta";
            this.deltaModeButton.UseVisualStyleBackColor = true;
            this.deltaModeButton.CheckedChanged += new System.EventHandler(this.deltaModeButton_CheckedChanged);
            // 
            // absoluteModeButton
            // 
            this.absoluteModeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.absoluteModeButton.AutoSize = true;
            this.absoluteModeButton.Location = new System.Drawing.Point(127, 12);
            this.absoluteModeButton.Name = "absoluteModeButton";
            this.absoluteModeButton.Size = new System.Drawing.Size(66, 17);
            this.absoluteModeButton.TabIndex = 4;
            this.absoluteModeButton.TabStop = true;
            this.absoluteModeButton.Text = "Absolute";
            this.absoluteModeButton.UseVisualStyleBackColor = true;
            this.absoluteModeButton.CheckedChanged += new System.EventHandler(this.absoluteModeButton_CheckedChanged);
            // 
            // eyePositionPanel
            // 
            this.eyePositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.eyePositionPanel.Location = new System.Drawing.Point(3, 195);
            this.eyePositionPanel.Max = 5000F;
            this.eyePositionPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.MaxV")));
            this.eyePositionPanel.Min = -5000F;
            this.eyePositionPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.eyePositionPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.MinV")));
            this.eyePositionPanel.Name = "eyePositionPanel";
            this.eyePositionPanel.Size = new System.Drawing.Size(255, 95);
            this.eyePositionPanel.TabIndex = 1;
            this.eyePositionPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.Value")));
            this.eyePositionPanel.X = 0F;
            this.eyePositionPanel.Y = 0F;
            this.eyePositionPanel.Z = 0F;
            this.eyePositionPanel.ValueChanged += new System.EventHandler(this.eyePositionPanel_OnChange);
            // 
            // virtualOrientationPanel
            // 
            this.virtualOrientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.virtualOrientationPanel.Location = new System.Drawing.Point(3, 105);
            this.virtualOrientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("virtualOrientationPanel.LookAtVector")));
            this.virtualOrientationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.virtualOrientationPanel.Name = "virtualOrientationPanel";
            this.virtualOrientationPanel.Pitch = 0D;
            this.virtualOrientationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("virtualOrientationPanel.Quaternion")));
            this.virtualOrientationPanel.Size = new System.Drawing.Size(255, 95);
            this.virtualOrientationPanel.TabIndex = 2;
            rotation1.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
            rotation1.Pitch = 0D;
            rotation1.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
            rotation1.Yaw = 0D;
            this.virtualOrientationPanel.Value = rotation1;
            this.virtualOrientationPanel.Yaw = 0D;
            this.virtualOrientationPanel.OnChange += new System.EventHandler(this.virtualRotation_OnChange);
            // 
            // virtualPositionPanel
            // 
            this.virtualPositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.virtualPositionPanel.Location = new System.Drawing.Point(3, 12);
            this.virtualPositionPanel.Max = 1024F;
            this.virtualPositionPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.MaxV")));
            this.virtualPositionPanel.Min = -1024F;
            this.virtualPositionPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.virtualPositionPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.MinV")));
            this.virtualPositionPanel.Name = "virtualPositionPanel";
            this.virtualPositionPanel.Size = new System.Drawing.Size(255, 95);
            this.virtualPositionPanel.TabIndex = 0;
            this.virtualPositionPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.Value")));
            this.virtualPositionPanel.X = 0F;
            this.virtualPositionPanel.Y = 0F;
            this.virtualPositionPanel.Z = 0F;
            this.virtualPositionPanel.ValueChanged += new System.EventHandler(this.virtualPositionPanel_OnChange);
            // 
            // windowsPluginsSplit
            // 
            this.windowsPluginsSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowsPluginsSplit.Location = new System.Drawing.Point(0, 0);
            this.windowsPluginsSplit.Name = "windowsPluginsSplit";
            // 
            // windowsPluginsSplit.Panel1
            // 
            this.windowsPluginsSplit.Panel1.Controls.Add(this.windowsGroup);
            // 
            // windowsPluginsSplit.Panel2
            // 
            this.windowsPluginsSplit.Panel2.Controls.Add(this.inputsGroup);
            this.windowsPluginsSplit.Size = new System.Drawing.Size(911, 499);
            this.windowsPluginsSplit.SplitterDistance = 445;
            this.windowsPluginsSplit.TabIndex = 0;
            this.windowsPluginsSplit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
            this.windowsPluginsSplit.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
            // 
            // windowsGroup
            // 
            this.windowsGroup.Controls.Add(this.windowsTab);
            this.windowsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowsGroup.Location = new System.Drawing.Point(0, 0);
            this.windowsGroup.Name = "windowsGroup";
            this.windowsGroup.Size = new System.Drawing.Size(445, 499);
            this.windowsGroup.TabIndex = 0;
            this.windowsGroup.TabStop = false;
            this.windowsGroup.Text = "Frames";
            // 
            // windowsTab
            // 
            this.windowsTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.windowsTab.Location = new System.Drawing.Point(3, 16);
            this.windowsTab.Name = "windowsTab";
            this.windowsTab.SelectedIndex = 0;
            this.windowsTab.Size = new System.Drawing.Size(439, 480);
            this.windowsTab.TabIndex = 0;
            this.windowsTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
            this.windowsTab.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
            // 
            // inputsGroup
            // 
            this.inputsGroup.Controls.Add(this.pluginsTab);
            this.inputsGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inputsGroup.Location = new System.Drawing.Point(0, 0);
            this.inputsGroup.Name = "inputsGroup";
            this.inputsGroup.Size = new System.Drawing.Size(462, 499);
            this.inputsGroup.TabIndex = 0;
            this.inputsGroup.TabStop = false;
            this.inputsGroup.Text = "Plugins";
            // 
            // pluginsTab
            // 
            this.pluginsTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pluginsTab.Location = new System.Drawing.Point(3, 16);
            this.pluginsTab.Name = "pluginsTab";
            this.pluginsTab.SelectedIndex = 0;
            this.pluginsTab.Size = new System.Drawing.Size(456, 480);
            this.pluginsTab.TabIndex = 0;
            this.pluginsTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
            this.pluginsTab.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
            // 
            // overlayStatsBox
            // 
            this.overlayStatsBox.Location = new System.Drawing.Point(0, 0);
            this.overlayStatsBox.Name = "overlayStatsBox";
            this.overlayStatsBox.Size = new System.Drawing.Size(100, 96);
            this.overlayStatsBox.TabIndex = 0;
            this.overlayStatsBox.Text = "";
            // 
            // CoordinatorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(911, 822);
            this.Controls.Add(this.hSplit);
            this.Name = "CoordinatorForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Caen Control Panel";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CoordinatorForm_FormClosing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
            this.hSplit.Panel1.ResumeLayout(false);
            this.hSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hSplit)).EndInit();
            this.hSplit.ResumeLayout(false);
            this.diagramWorldSplit.Panel1.ResumeLayout(false);
            this.diagramWorldSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.diagramWorldSplit)).EndInit();
            this.diagramWorldSplit.ResumeLayout(false);
            this.diagSplit.Panel1.ResumeLayout(false);
            this.diagSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.diagSplit)).EndInit();
            this.diagSplit.ResumeLayout(false);
            this.realSpaceGroup.ResumeLayout(false);
            this.realSpaceGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.realSpacePanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.realSpaceScale)).EndInit();
            this.virtualSpaceGroup.ResumeLayout(false);
            this.virtualSpaceGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.heightmapPanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.heightmapScale)).EndInit();
            this.globalBox.ResumeLayout(false);
            this.globalBox.PerformLayout();
            this.windowsPluginsSplit.Panel1.ResumeLayout(false);
            this.windowsPluginsSplit.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.windowsPluginsSplit)).EndInit();
            this.windowsPluginsSplit.ResumeLayout(false);
            this.windowsGroup.ResumeLayout(false);
            this.inputsGroup.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlythroughPanel));
     Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
     this.saveSequenceDialog      = new System.Windows.Forms.SaveFileDialog();
     this.eventsList              = new System.Windows.Forms.ListBox();
     this.eventsContextMenu       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadSequenceDialog      = new System.Windows.Forms.OpenFileDialog();
     this.loadButton              = new System.Windows.Forms.Button();
     this.saveButton              = new System.Windows.Forms.Button();
     this.loopCheck  = new System.Windows.Forms.CheckBox();
     this.playButton = new System.Windows.Forms.Button();
     this.eventPanel = new System.Windows.Forms.Panel();
     this.startPanel = new System.Windows.Forms.Panel();
     this.takeCurrentCameraButton = new System.Windows.Forms.Button();
     this.takeOrientationButton   = new System.Windows.Forms.Button();
     this.currentPositionButton   = new System.Windows.Forms.Button();
     this.startPositionPanel      = new Chimera.GUI.VectorPanel();
     this.startOrientationPanel   = new Chimera.GUI.RotationPanel();
     this.autoStepCheck           = new System.Windows.Forms.CheckBox();
     this.timeSlider        = new System.Windows.Forms.TrackBar();
     this.lengthLabel       = new System.Windows.Forms.Label();
     this.timeLabel         = new System.Windows.Forms.Label();
     this.startButton       = new System.Windows.Forms.Button();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.stepBackButton    = new System.Windows.Forms.Button();
     this.stepForwardButton = new System.Windows.Forms.Button();
     this.stepButton        = new System.Windows.Forms.Button();
     this.synchBoxCheck     = new System.Windows.Forms.CheckBox();
     this.speedScroll       = new System.Windows.Forms.TrackBar();
     this.speedLabel        = new System.Windows.Forms.Label();
     this.eventsContextMenu.SuspendLayout();
     this.eventPanel.SuspendLayout();
     this.startPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timeSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.speedScroll)).BeginInit();
     this.SuspendLayout();
     //
     // eventsList
     //
     this.eventsList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.eventsList.ContextMenuStrip  = this.eventsContextMenu;
     this.eventsList.DisplayMember     = "Name";
     this.eventsList.FormattingEnabled = true;
     this.eventsList.Location          = new System.Drawing.Point(3, 3);
     this.eventsList.Name                  = "eventsList";
     this.eventsList.Size                  = new System.Drawing.Size(120, 381);
     this.eventsList.TabIndex              = 9;
     this.eventsList.SelectedValueChanged += new System.EventHandler(this.eventsList_SelectedValueChanged);
     this.eventsList.DoubleClick          += new System.EventHandler(this.eventsList_DoubleClick);
     //
     // eventsContextMenu
     //
     this.eventsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.removeToolStripMenuItem,
         this.moveUpToolStripMenuItem
     });
     this.eventsContextMenu.Name = "eventsContextMenu";
     this.eventsContextMenu.Size = new System.Drawing.Size(114, 70);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.addToolStripMenuItem.Text   = "Add";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.Name   = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.removeToolStripMenuItem.Text   = "Remove";
     this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
     //
     // moveUpToolStripMenuItem
     //
     this.moveUpToolStripMenuItem.Name   = "moveUpToolStripMenuItem";
     this.moveUpToolStripMenuItem.Size   = new System.Drawing.Size(113, 22);
     this.moveUpToolStripMenuItem.Text   = "MoveUp";
     this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
     //
     // loadSequenceDialog
     //
     this.loadSequenceDialog.FileName = "loadSequenceDialog";
     //
     // loadButton
     //
     this.loadButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.loadButton.Location = new System.Drawing.Point(540, 389);
     this.loadButton.Name     = "loadButton";
     this.loadButton.Size     = new System.Drawing.Size(40, 23);
     this.loadButton.TabIndex = 10;
     this.loadButton.Text     = "Load";
     this.loadButton.UseVisualStyleBackColor = true;
     this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
     //
     // saveButton
     //
     this.saveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.Location = new System.Drawing.Point(586, 389);
     this.saveButton.Name     = "saveButton";
     this.saveButton.Size     = new System.Drawing.Size(40, 23);
     this.saveButton.TabIndex = 11;
     this.saveButton.Text     = "Save";
     this.saveButton.UseVisualStyleBackColor = true;
     this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
     //
     // loopCheck
     //
     this.loopCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.loopCheck.AutoSize = true;
     this.loopCheck.Location = new System.Drawing.Point(674, 424);
     this.loopCheck.Name     = "loopCheck";
     this.loopCheck.Size     = new System.Drawing.Size(50, 17);
     this.loopCheck.TabIndex = 12;
     this.loopCheck.Text     = "Loop";
     this.loopCheck.UseVisualStyleBackColor = true;
     this.loopCheck.CheckedChanged         += new System.EventHandler(this.loopCheck_CheckedChanged);
     //
     // playButton
     //
     this.playButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.playButton.Location = new System.Drawing.Point(632, 389);
     this.playButton.Name     = "playButton";
     this.playButton.Size     = new System.Drawing.Size(45, 23);
     this.playButton.TabIndex = 13;
     this.playButton.Text     = "Play";
     this.playButton.UseVisualStyleBackColor = true;
     this.playButton.Click += new System.EventHandler(this.playButton_Click);
     //
     // eventPanel
     //
     this.eventPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.eventPanel.Controls.Add(this.startPanel);
     this.eventPanel.Location = new System.Drawing.Point(129, 0);
     this.eventPanel.Name     = "eventPanel";
     this.eventPanel.Size     = new System.Drawing.Size(594, 359);
     this.eventPanel.TabIndex = 14;
     //
     // startPanel
     //
     this.startPanel.AutoScroll = true;
     this.startPanel.Controls.Add(this.takeCurrentCameraButton);
     this.startPanel.Controls.Add(this.takeOrientationButton);
     this.startPanel.Controls.Add(this.currentPositionButton);
     this.startPanel.Controls.Add(this.startPositionPanel);
     this.startPanel.Controls.Add(this.startOrientationPanel);
     this.startPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.startPanel.Location = new System.Drawing.Point(0, 0);
     this.startPanel.Name     = "startPanel";
     this.startPanel.Size     = new System.Drawing.Size(594, 359);
     this.startPanel.TabIndex = 0;
     //
     // takeCurrentCameraButton
     //
     this.takeCurrentCameraButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.takeCurrentCameraButton.Location = new System.Drawing.Point(0, 263);
     this.takeCurrentCameraButton.Name     = "takeCurrentCameraButton";
     this.takeCurrentCameraButton.Size     = new System.Drawing.Size(594, 23);
     this.takeCurrentCameraButton.TabIndex = 4;
     this.takeCurrentCameraButton.Text     = "Take Current Camera";
     this.takeCurrentCameraButton.UseVisualStyleBackColor = true;
     this.takeCurrentCameraButton.Click += new System.EventHandler(this.takeCurrentCameraButton_Click);
     //
     // takeOrientationButton
     //
     this.takeOrientationButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.takeOrientationButton.Location = new System.Drawing.Point(0, 234);
     this.takeOrientationButton.Name     = "takeOrientationButton";
     this.takeOrientationButton.Size     = new System.Drawing.Size(594, 23);
     this.takeOrientationButton.TabIndex = 3;
     this.takeOrientationButton.Text     = "Take Current Orientation";
     this.takeOrientationButton.UseVisualStyleBackColor = true;
     this.takeOrientationButton.Click += new System.EventHandler(this.takeOrientationButton_Click);
     //
     // currentPositionButton
     //
     this.currentPositionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.currentPositionButton.Location = new System.Drawing.Point(0, 104);
     this.currentPositionButton.Name     = "currentPositionButton";
     this.currentPositionButton.Size     = new System.Drawing.Size(594, 23);
     this.currentPositionButton.TabIndex = 2;
     this.currentPositionButton.Text     = "Take Current Position";
     this.currentPositionButton.UseVisualStyleBackColor = true;
     this.currentPositionButton.Click += new System.EventHandler(this.currentPositionButton_Click);
     //
     // startPositionPanel
     //
     this.startPositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.startPositionPanel.Location      = new System.Drawing.Point(0, 3);
     this.startPositionPanel.Max           = 1024F;
     this.startPositionPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.MaxV")));
     this.startPositionPanel.Min           = -1024F;
     this.startPositionPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.startPositionPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.MinV")));
     this.startPositionPanel.Name          = "startPositionPanel";
     this.startPositionPanel.Size          = new System.Drawing.Size(591, 95);
     this.startPositionPanel.TabIndex      = 0;
     this.startPositionPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.Value")));
     this.startPositionPanel.X             = 0F;
     this.startPositionPanel.Y             = 0F;
     this.startPositionPanel.Z             = 0F;
     this.startPositionPanel.ValueChanged += new System.EventHandler(this.startPositionPanel_OnChange);
     //
     // startOrientationPanel
     //
     this.startOrientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.startOrientationPanel.Location     = new System.Drawing.Point(0, 133);
     this.startOrientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("startOrientationPanel.LookAtVector")));
     this.startOrientationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.startOrientationPanel.Name         = "startOrientationPanel";
     this.startOrientationPanel.Pitch        = 0D;
     this.startOrientationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("startOrientationPanel.Quaternion")));
     this.startOrientationPanel.Size         = new System.Drawing.Size(594, 95);
     this.startOrientationPanel.TabIndex     = 1;
     rotation1.LookAtVector               = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
     rotation1.Pitch                      = 0D;
     rotation1.Quaternion                 = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
     rotation1.Yaw                        = 0D;
     this.startOrientationPanel.Value     = rotation1;
     this.startOrientationPanel.Yaw       = 0D;
     this.startOrientationPanel.OnChange += new System.EventHandler(this.startOrientationPanel_OnChange);
     //
     // autoStepCheck
     //
     this.autoStepCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.autoStepCheck.AutoSize = true;
     this.autoStepCheck.Location = new System.Drawing.Point(595, 423);
     this.autoStepCheck.Name     = "autoStepCheck";
     this.autoStepCheck.Size     = new System.Drawing.Size(73, 17);
     this.autoStepCheck.TabIndex = 15;
     this.autoStepCheck.Text     = "Auto Step";
     this.autoStepCheck.UseVisualStyleBackColor = true;
     this.autoStepCheck.CheckedChanged         += new System.EventHandler(this.autoStepBox_CheckedChanged);
     //
     // timeSlider
     //
     this.timeSlider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.timeSlider.Location = new System.Drawing.Point(138, 360);
     this.timeSlider.Maximum  = 0;
     this.timeSlider.Name     = "timeSlider";
     this.timeSlider.Size     = new System.Drawing.Size(572, 42);
     //Which position is better?
     //this.timeSlider.Location = new System.Drawing.Point(138, 288);
     //this.timeSlider.Size = new System.Drawing.Size(234, 42);
     this.timeSlider.TabIndex  = 0;
     this.timeSlider.TickStyle = System.Windows.Forms.TickStyle.None;
     this.timeSlider.Scroll   += new System.EventHandler(this.timeSlider_Scroll);
     //
     // lengthLabel
     //
     this.lengthLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lengthLabel.AutoSize = true;
     this.lengthLabel.Location = new System.Drawing.Point(3, 424);
     this.lengthLabel.Name     = "lengthLabel";
     this.lengthLabel.Size     = new System.Drawing.Size(40, 13);
     this.lengthLabel.TabIndex = 0;
     this.lengthLabel.Text     = "Length";
     //
     // timeLabel
     //
     this.timeLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.timeLabel.AutoSize = true;
     this.timeLabel.Location = new System.Drawing.Point(87, 423);
     this.timeLabel.Name     = "timeLabel";
     this.timeLabel.Size     = new System.Drawing.Size(30, 13);
     this.timeLabel.TabIndex = 16;
     this.timeLabel.Text     = "Time";
     //
     // startButton
     //
     this.startButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.startButton.Location = new System.Drawing.Point(497, 389);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(37, 23);
     this.startButton.TabIndex = 17;
     this.startButton.Text     = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "loadSequenceDialog";
     //
     // stepBackButton
     //
     this.stepBackButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.stepBackButton.Location = new System.Drawing.Point(129, 360);
     this.stepBackButton.Name     = "stepBackButton";
     this.stepBackButton.Size     = new System.Drawing.Size(14, 23);
     this.stepBackButton.TabIndex = 2;
     this.stepBackButton.Text     = "<";
     this.stepBackButton.UseVisualStyleBackColor = true;
     this.stepBackButton.Click += new System.EventHandler(this.stepBackButton_Click);
     //
     // stepForwardButton
     //
     this.stepForwardButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.stepForwardButton.Location = new System.Drawing.Point(706, 360);
     this.stepForwardButton.Name     = "stepForwardButton";
     this.stepForwardButton.Size     = new System.Drawing.Size(14, 23);
     this.stepForwardButton.TabIndex = 18;
     this.stepForwardButton.Text     = ">";
     this.stepForwardButton.UseVisualStyleBackColor = true;
     this.stepForwardButton.Click += new System.EventHandler(this.stepForwardButton_Click);
     //
     // stepButton
     //
     this.stepButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.stepButton.Location = new System.Drawing.Point(683, 389);
     this.stepButton.Name     = "stepButton";
     this.stepButton.Size     = new System.Drawing.Size(37, 23);
     this.stepButton.TabIndex = 19;
     this.stepButton.Text     = "Step";
     this.stepButton.UseVisualStyleBackColor = true;
     this.stepButton.Click += new System.EventHandler(this.stepButton_Click);
     //
     // synchBoxCheck
     //
     this.synchBoxCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.synchBoxCheck.AutoSize = true;
     this.synchBoxCheck.Location = new System.Drawing.Point(497, 424);
     this.synchBoxCheck.Name     = "synchBoxCheck";
     this.synchBoxCheck.Size     = new System.Drawing.Size(97, 17);
     this.synchBoxCheck.TabIndex = 20;
     this.synchBoxCheck.Text     = "Synch Streams";
     this.synchBoxCheck.UseVisualStyleBackColor = true;
     this.synchBoxCheck.CheckedChanged         += new System.EventHandler(this.synchLengthsCheck_CheckedChanged);
     //
     // speedScroll
     //
     this.speedScroll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.speedScroll.Location    = new System.Drawing.Point(6, 397);
     this.speedScroll.Maximum     = 199;
     this.speedScroll.Name        = "speedScroll";
     this.speedScroll.Size        = new System.Drawing.Size(485, 42);
     this.speedScroll.LargeChange = 10;
     //Merge conflict - which position is better?
     //this.speedScroll.Location = new System.Drawing.Point(6, 325);
     //this.speedScroll.Size = new System.Drawing.Size(147, 42);
     this.speedScroll.TabIndex      = 21;
     this.speedScroll.Value         = 100;
     this.speedScroll.ValueChanged += new System.EventHandler(this.speedScroll_Scroll);
     //
     // speedLabel
     //
     this.speedLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.speedLabel.AutoSize = true;
     this.speedLabel.Location = new System.Drawing.Point(3, 389);
     //Merge conflict - which position is better?
     //this.speedLabel.Location = new System.Drawing.Point(3, 317);
     this.speedLabel.Name     = "speedLabel";
     this.speedLabel.Size     = new System.Drawing.Size(38, 13);
     this.speedLabel.TabIndex = 22;
     this.speedLabel.Text     = "Speed";
     //
     // FlythroughPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.stepForwardButton);
     this.Controls.Add(this.synchBoxCheck);
     this.Controls.Add(this.speedLabel);
     this.Controls.Add(this.timeLabel);
     this.Controls.Add(this.playButton);
     this.Controls.Add(this.stepBackButton);
     this.Controls.Add(this.loadButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.lengthLabel);
     this.Controls.Add(this.stepButton);
     this.Controls.Add(this.eventPanel);
     this.Controls.Add(this.eventsList);
     this.Controls.Add(this.startButton);
     this.Controls.Add(this.autoStepCheck);
     this.Controls.Add(this.loopCheck);
     this.Controls.Add(this.speedScroll);
     this.Controls.Add(this.timeSlider);
     this.Name  = "FlythroughPanel";
     this.Size  = new System.Drawing.Size(723, 445);
     this.Load += new System.EventHandler(this.FlythroughPanel_Load);
     this.eventsContextMenu.ResumeLayout(false);
     this.eventPanel.ResumeLayout(false);
     this.startPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.timeSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.speedScroll)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlythroughPanel));
            Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
            this.saveSequenceDialog = new System.Windows.Forms.SaveFileDialog();
            this.eventsList = new System.Windows.Forms.ListBox();
            this.eventsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.loadSequenceDialog = new System.Windows.Forms.OpenFileDialog();
            this.loadButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.loopCheck = new System.Windows.Forms.CheckBox();
            this.playButton = new System.Windows.Forms.Button();
            this.eventPanel = new System.Windows.Forms.Panel();
            this.startPanel = new System.Windows.Forms.Panel();
            this.takeCurrentCameraButton = new System.Windows.Forms.Button();
            this.takeOrientationButton = new System.Windows.Forms.Button();
            this.currentPositionButton = new System.Windows.Forms.Button();
            this.startPositionPanel = new Chimera.GUI.VectorPanel();
            this.startOrientationPanel = new Chimera.GUI.RotationPanel();
            this.autoStepCheck = new System.Windows.Forms.CheckBox();
            this.timeSlider = new System.Windows.Forms.TrackBar();
            this.lengthLabel = new System.Windows.Forms.Label();
            this.timeLabel = new System.Windows.Forms.Label();
            this.startButton = new System.Windows.Forms.Button();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.stepBackButton = new System.Windows.Forms.Button();
            this.stepForwardButton = new System.Windows.Forms.Button();
            this.stepButton = new System.Windows.Forms.Button();
            this.synchBoxCheck = new System.Windows.Forms.CheckBox();
            this.speedScroll = new System.Windows.Forms.TrackBar();
            this.speedLabel = new System.Windows.Forms.Label();
            this.eventsContextMenu.SuspendLayout();
            this.eventPanel.SuspendLayout();
            this.startPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.timeSlider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.speedScroll)).BeginInit();
            this.SuspendLayout();
            // 
            // eventsList
            // 
            this.eventsList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.eventsList.ContextMenuStrip = this.eventsContextMenu;
            this.eventsList.DisplayMember = "Name";
            this.eventsList.FormattingEnabled = true;
            this.eventsList.Location = new System.Drawing.Point(3, 3);
            this.eventsList.Name = "eventsList";
            this.eventsList.Size = new System.Drawing.Size(120, 381);
            this.eventsList.TabIndex = 9;
            this.eventsList.SelectedValueChanged += new System.EventHandler(this.eventsList_SelectedValueChanged);
            this.eventsList.DoubleClick += new System.EventHandler(this.eventsList_DoubleClick);
            // 
            // eventsContextMenu
            // 
            this.eventsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.removeToolStripMenuItem,
            this.moveUpToolStripMenuItem});
            this.eventsContextMenu.Name = "eventsContextMenu";
            this.eventsContextMenu.Size = new System.Drawing.Size(114, 70);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.addToolStripMenuItem.Text = "Add";
            this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // removeToolStripMenuItem
            // 
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.removeToolStripMenuItem.Text = "Remove";
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
            // 
            // moveUpToolStripMenuItem
            // 
            this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem";
            this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.moveUpToolStripMenuItem.Text = "MoveUp";
            this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click);
            // 
            // loadSequenceDialog
            // 
            this.loadSequenceDialog.FileName = "loadSequenceDialog";
            // 
            // loadButton
            // 
            this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.loadButton.Location = new System.Drawing.Point(540, 389);
            this.loadButton.Name = "loadButton";
            this.loadButton.Size = new System.Drawing.Size(40, 23);
            this.loadButton.TabIndex = 10;
            this.loadButton.Text = "Load";
            this.loadButton.UseVisualStyleBackColor = true;
            this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
            // 
            // saveButton
            // 
            this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.saveButton.Location = new System.Drawing.Point(586, 389);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(40, 23);
            this.saveButton.TabIndex = 11;
            this.saveButton.Text = "Save";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
            // 
            // loopCheck
            // 
            this.loopCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.loopCheck.AutoSize = true;
            this.loopCheck.Location = new System.Drawing.Point(674, 424);
            this.loopCheck.Name = "loopCheck";
            this.loopCheck.Size = new System.Drawing.Size(50, 17);
            this.loopCheck.TabIndex = 12;
            this.loopCheck.Text = "Loop";
            this.loopCheck.UseVisualStyleBackColor = true;
            this.loopCheck.CheckedChanged += new System.EventHandler(this.loopCheck_CheckedChanged);
            // 
            // playButton
            // 
            this.playButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.playButton.Location = new System.Drawing.Point(632, 389);
            this.playButton.Name = "playButton";
            this.playButton.Size = new System.Drawing.Size(45, 23);
            this.playButton.TabIndex = 13;
            this.playButton.Text = "Play";
            this.playButton.UseVisualStyleBackColor = true;
            this.playButton.Click += new System.EventHandler(this.playButton_Click);
            // 
            // eventPanel
            // 
            this.eventPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.eventPanel.Controls.Add(this.startPanel);
            this.eventPanel.Location = new System.Drawing.Point(129, 0);
            this.eventPanel.Name = "eventPanel";
            this.eventPanel.Size = new System.Drawing.Size(594, 359);
            this.eventPanel.TabIndex = 14;
            // 
            // startPanel
            // 
            this.startPanel.AutoScroll = true;
            this.startPanel.Controls.Add(this.takeCurrentCameraButton);
            this.startPanel.Controls.Add(this.takeOrientationButton);
            this.startPanel.Controls.Add(this.currentPositionButton);
            this.startPanel.Controls.Add(this.startPositionPanel);
            this.startPanel.Controls.Add(this.startOrientationPanel);
            this.startPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.startPanel.Location = new System.Drawing.Point(0, 0);
            this.startPanel.Name = "startPanel";
            this.startPanel.Size = new System.Drawing.Size(594, 359);
            this.startPanel.TabIndex = 0;
            // 
            // takeCurrentCameraButton
            // 
            this.takeCurrentCameraButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.takeCurrentCameraButton.Location = new System.Drawing.Point(0, 263);
            this.takeCurrentCameraButton.Name = "takeCurrentCameraButton";
            this.takeCurrentCameraButton.Size = new System.Drawing.Size(594, 23);
            this.takeCurrentCameraButton.TabIndex = 4;
            this.takeCurrentCameraButton.Text = "Take Current Camera";
            this.takeCurrentCameraButton.UseVisualStyleBackColor = true;
            this.takeCurrentCameraButton.Click += new System.EventHandler(this.takeCurrentCameraButton_Click);
            // 
            // takeOrientationButton
            // 
            this.takeOrientationButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.takeOrientationButton.Location = new System.Drawing.Point(0, 234);
            this.takeOrientationButton.Name = "takeOrientationButton";
            this.takeOrientationButton.Size = new System.Drawing.Size(594, 23);
            this.takeOrientationButton.TabIndex = 3;
            this.takeOrientationButton.Text = "Take Current Orientation";
            this.takeOrientationButton.UseVisualStyleBackColor = true;
            this.takeOrientationButton.Click += new System.EventHandler(this.takeOrientationButton_Click);
            // 
            // currentPositionButton
            // 
            this.currentPositionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.currentPositionButton.Location = new System.Drawing.Point(0, 104);
            this.currentPositionButton.Name = "currentPositionButton";
            this.currentPositionButton.Size = new System.Drawing.Size(594, 23);
            this.currentPositionButton.TabIndex = 2;
            this.currentPositionButton.Text = "Take Current Position";
            this.currentPositionButton.UseVisualStyleBackColor = true;
            this.currentPositionButton.Click += new System.EventHandler(this.currentPositionButton_Click);
            // 
            // startPositionPanel
            // 
            this.startPositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.startPositionPanel.Location = new System.Drawing.Point(0, 3);
            this.startPositionPanel.Max = 1024F;
            this.startPositionPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.MaxV")));
            this.startPositionPanel.Min = -1024F;
            this.startPositionPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.startPositionPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.MinV")));
            this.startPositionPanel.Name = "startPositionPanel";
            this.startPositionPanel.Size = new System.Drawing.Size(591, 95);
            this.startPositionPanel.TabIndex = 0;
            this.startPositionPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("startPositionPanel.Value")));
            this.startPositionPanel.X = 0F;
            this.startPositionPanel.Y = 0F;
            this.startPositionPanel.Z = 0F;
            this.startPositionPanel.ValueChanged += new System.EventHandler(this.startPositionPanel_OnChange);
            // 
            // startOrientationPanel
            // 
            this.startOrientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.startOrientationPanel.Location = new System.Drawing.Point(0, 133);
            this.startOrientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("startOrientationPanel.LookAtVector")));
            this.startOrientationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.startOrientationPanel.Name = "startOrientationPanel";
            this.startOrientationPanel.Pitch = 0D;
            this.startOrientationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("startOrientationPanel.Quaternion")));
            this.startOrientationPanel.Size = new System.Drawing.Size(594, 95);
            this.startOrientationPanel.TabIndex = 1;
            rotation1.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
            rotation1.Pitch = 0D;
            rotation1.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
            rotation1.Yaw = 0D;
            this.startOrientationPanel.Value = rotation1;
            this.startOrientationPanel.Yaw = 0D;
            this.startOrientationPanel.OnChange += new System.EventHandler(this.startOrientationPanel_OnChange);
            // 
            // autoStepCheck
            // 
            this.autoStepCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.autoStepCheck.AutoSize = true;
            this.autoStepCheck.Location = new System.Drawing.Point(595, 423);
            this.autoStepCheck.Name = "autoStepCheck";
            this.autoStepCheck.Size = new System.Drawing.Size(73, 17);
            this.autoStepCheck.TabIndex = 15;
            this.autoStepCheck.Text = "Auto Step";
            this.autoStepCheck.UseVisualStyleBackColor = true;
            this.autoStepCheck.CheckedChanged += new System.EventHandler(this.autoStepBox_CheckedChanged);
            // 
            // timeSlider
            // 
            this.timeSlider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.timeSlider.Location = new System.Drawing.Point(138, 360);
            this.timeSlider.Maximum = 0;
            this.timeSlider.Name = "timeSlider";
            this.timeSlider.Size = new System.Drawing.Size(572, 42);
	    //Which position is better?
            //this.timeSlider.Location = new System.Drawing.Point(138, 288);
            //this.timeSlider.Size = new System.Drawing.Size(234, 42);
            this.timeSlider.TabIndex = 0;
            this.timeSlider.TickStyle = System.Windows.Forms.TickStyle.None;
            this.timeSlider.Scroll += new System.EventHandler(this.timeSlider_Scroll);
            // 
            // lengthLabel
            // 
            this.lengthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lengthLabel.AutoSize = true;
            this.lengthLabel.Location = new System.Drawing.Point(3, 424);
            this.lengthLabel.Name = "lengthLabel";
            this.lengthLabel.Size = new System.Drawing.Size(40, 13);
            this.lengthLabel.TabIndex = 0;
            this.lengthLabel.Text = "Length";
            // 
            // timeLabel
            // 
            this.timeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.timeLabel.AutoSize = true;
            this.timeLabel.Location = new System.Drawing.Point(87, 423);
            this.timeLabel.Name = "timeLabel";
            this.timeLabel.Size = new System.Drawing.Size(30, 13);
            this.timeLabel.TabIndex = 16;
            this.timeLabel.Text = "Time";
            // 
            // startButton
            // 
            this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.startButton.Location = new System.Drawing.Point(497, 389);
            this.startButton.Name = "startButton";
            this.startButton.Size = new System.Drawing.Size(37, 23);
            this.startButton.TabIndex = 17;
            this.startButton.Text = "Start";
            this.startButton.UseVisualStyleBackColor = true;
            this.startButton.Click += new System.EventHandler(this.startButton_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "loadSequenceDialog";
            // 
            // stepBackButton
            // 
            this.stepBackButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.stepBackButton.Location = new System.Drawing.Point(129, 360);
            this.stepBackButton.Name = "stepBackButton";
            this.stepBackButton.Size = new System.Drawing.Size(14, 23);
            this.stepBackButton.TabIndex = 2;
            this.stepBackButton.Text = "<";
            this.stepBackButton.UseVisualStyleBackColor = true;
            this.stepBackButton.Click += new System.EventHandler(this.stepBackButton_Click);
            // 
            // stepForwardButton
            // 
            this.stepForwardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.stepForwardButton.Location = new System.Drawing.Point(706, 360);
            this.stepForwardButton.Name = "stepForwardButton";
            this.stepForwardButton.Size = new System.Drawing.Size(14, 23);
            this.stepForwardButton.TabIndex = 18;
            this.stepForwardButton.Text = ">";
            this.stepForwardButton.UseVisualStyleBackColor = true;
            this.stepForwardButton.Click += new System.EventHandler(this.stepForwardButton_Click);
            // 
            // stepButton
            // 
            this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.stepButton.Location = new System.Drawing.Point(683, 389);
            this.stepButton.Name = "stepButton";
            this.stepButton.Size = new System.Drawing.Size(37, 23);
            this.stepButton.TabIndex = 19;
            this.stepButton.Text = "Step";
            this.stepButton.UseVisualStyleBackColor = true;
            this.stepButton.Click += new System.EventHandler(this.stepButton_Click);
            // 
            // synchBoxCheck
            // 
            this.synchBoxCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.synchBoxCheck.AutoSize = true;
            this.synchBoxCheck.Location = new System.Drawing.Point(497, 424);
            this.synchBoxCheck.Name = "synchBoxCheck";
            this.synchBoxCheck.Size = new System.Drawing.Size(97, 17);
            this.synchBoxCheck.TabIndex = 20;
            this.synchBoxCheck.Text = "Synch Streams";
            this.synchBoxCheck.UseVisualStyleBackColor = true;
            this.synchBoxCheck.CheckedChanged += new System.EventHandler(this.synchLengthsCheck_CheckedChanged);
            // 
            // speedScroll
            // 
            this.speedScroll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.speedScroll.Location = new System.Drawing.Point(6, 397);
            this.speedScroll.Maximum = 199;
            this.speedScroll.Name = "speedScroll";
            this.speedScroll.Size = new System.Drawing.Size(485, 42);
            this.speedScroll.LargeChange = 10;
            //Merge conflict - which position is better?
            //this.speedScroll.Location = new System.Drawing.Point(6, 325);
            //this.speedScroll.Size = new System.Drawing.Size(147, 42);
            this.speedScroll.TabIndex = 21;
            this.speedScroll.Value = 100;
            this.speedScroll.ValueChanged += new System.EventHandler(this.speedScroll_Scroll);
            // 
            // speedLabel
            // 
            this.speedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.speedLabel.AutoSize = true;
            this.speedLabel.Location = new System.Drawing.Point(3, 389);
            //Merge conflict - which position is better?
            //this.speedLabel.Location = new System.Drawing.Point(3, 317);
            this.speedLabel.Name = "speedLabel";
            this.speedLabel.Size = new System.Drawing.Size(38, 13);
            this.speedLabel.TabIndex = 22;
            this.speedLabel.Text = "Speed";
            // 
            // FlythroughPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.stepForwardButton);
            this.Controls.Add(this.synchBoxCheck);
            this.Controls.Add(this.speedLabel);
            this.Controls.Add(this.timeLabel);
            this.Controls.Add(this.playButton);
            this.Controls.Add(this.stepBackButton);
            this.Controls.Add(this.loadButton);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.lengthLabel);
            this.Controls.Add(this.stepButton);
            this.Controls.Add(this.eventPanel);
            this.Controls.Add(this.eventsList);
            this.Controls.Add(this.startButton);
            this.Controls.Add(this.autoStepCheck);
            this.Controls.Add(this.loopCheck);
            this.Controls.Add(this.speedScroll);
            this.Controls.Add(this.timeSlider);
            this.Name = "FlythroughPanel";
            this.Size = new System.Drawing.Size(723, 445);
            this.Load += new System.EventHandler(this.FlythroughPanel_Load);
            this.eventsContextMenu.ResumeLayout(false);
            this.eventPanel.ResumeLayout(false);
            this.startPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.timeSlider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.speedScroll)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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(ProjectorPanel));
            Chimera.Util.Rotation rotation2 = new Chimera.Util.Rotation();
            this.aspectRatioSplit = new System.Windows.Forms.SplitContainer();
            this.projectorNativeAspectPulldown = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.projectorAspectPulldown = new System.Windows.Forms.ComboBox();
            this.label14 = new System.Windows.Forms.Label();
            this.projectorDrawLabelsCheck = new System.Windows.Forms.CheckBox();
            this.projectorDrawCheck = new System.Windows.Forms.CheckBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lockWidthButton = new System.Windows.Forms.RadioButton();
            this.lockHeightButton = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.upsideDownCheck = new System.Windows.Forms.CheckBox();
            this.vOffsetPanel = new Chimera.GUI.ScalarPanel();
            this.wallDistancePanel = new Chimera.GUI.ScalarPanel();
            this.orientationPanel = new Chimera.GUI.RotationPanel();
            this.throwRatioPanel = new Chimera.GUI.ScalarPanel();
            this.positionPanel = new Chimera.GUI.VectorPanel();
            this.lockBox = new System.Windows.Forms.GroupBox();
            this.noLockButton = new System.Windows.Forms.RadioButton();
            this.lockPositionButton = new System.Windows.Forms.RadioButton();
            this.wallDistanceLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioSplit)).BeginInit();
            this.aspectRatioSplit.Panel1.SuspendLayout();
            this.aspectRatioSplit.Panel2.SuspendLayout();
            this.aspectRatioSplit.SuspendLayout();
            this.lockBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // aspectRatioSplit
            // 
            this.aspectRatioSplit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.aspectRatioSplit.IsSplitterFixed = true;
            this.aspectRatioSplit.Location = new System.Drawing.Point(0, 217);
            this.aspectRatioSplit.Name = "aspectRatioSplit";
            // 
            // aspectRatioSplit.Panel1
            // 
            this.aspectRatioSplit.Panel1.Controls.Add(this.projectorNativeAspectPulldown);
            this.aspectRatioSplit.Panel1.Controls.Add(this.label13);
            // 
            // aspectRatioSplit.Panel2
            // 
            this.aspectRatioSplit.Panel2.Controls.Add(this.projectorAspectPulldown);
            this.aspectRatioSplit.Panel2.Controls.Add(this.label14);
            this.aspectRatioSplit.Size = new System.Drawing.Size(425, 34);
            this.aspectRatioSplit.SplitterDistance = 210;
            this.aspectRatioSplit.TabIndex = 56;
            // 
            // projectorNativeAspectPulldown
            // 
            this.projectorNativeAspectPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.projectorNativeAspectPulldown.FormattingEnabled = true;
            this.projectorNativeAspectPulldown.Location = new System.Drawing.Point(114, 8);
            this.projectorNativeAspectPulldown.Name = "projectorNativeAspectPulldown";
            this.projectorNativeAspectPulldown.Size = new System.Drawing.Size(93, 21);
            this.projectorNativeAspectPulldown.TabIndex = 27;
            this.projectorNativeAspectPulldown.SelectedIndexChanged += new System.EventHandler(this.projectorNativeAspectPulldown_SelectedIndexChanged);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(6, 11);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(102, 13);
            this.label13.TabIndex = 26;
            this.label13.Text = "Native Aspect Ratio";
            // 
            // projectorAspectPulldown
            // 
            this.projectorAspectPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.projectorAspectPulldown.FormattingEnabled = true;
            this.projectorAspectPulldown.Location = new System.Drawing.Point(114, 8);
            this.projectorAspectPulldown.Name = "projectorAspectPulldown";
            this.projectorAspectPulldown.Size = new System.Drawing.Size(94, 21);
            this.projectorAspectPulldown.TabIndex = 28;
            this.projectorAspectPulldown.SelectedIndexChanged += new System.EventHandler(this.projectorAspectPulldown_SelectedIndexChanged);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(3, 11);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(105, 13);
            this.label14.TabIndex = 42;
            this.label14.Text = "Current Aspect Ratio";
            // 
            // projectorDrawLabelsCheck
            // 
            this.projectorDrawLabelsCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.projectorDrawLabelsCheck.AutoSize = true;
            this.projectorDrawLabelsCheck.Location = new System.Drawing.Point(271, 325);
            this.projectorDrawLabelsCheck.Name = "projectorDrawLabelsCheck";
            this.projectorDrawLabelsCheck.Size = new System.Drawing.Size(85, 17);
            this.projectorDrawLabelsCheck.TabIndex = 54;
            this.projectorDrawLabelsCheck.Text = "Draw Labels";
            this.projectorDrawLabelsCheck.UseVisualStyleBackColor = true;
            this.projectorDrawLabelsCheck.CheckedChanged += new System.EventHandler(this.projectorDrawLabelsCheck_CheckedChanged);
            // 
            // projectorDrawCheck
            // 
            this.projectorDrawCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.projectorDrawCheck.AutoSize = true;
            this.projectorDrawCheck.Location = new System.Drawing.Point(271, 306);
            this.projectorDrawCheck.Name = "projectorDrawCheck";
            this.projectorDrawCheck.Size = new System.Drawing.Size(51, 17);
            this.projectorDrawCheck.TabIndex = 50;
            this.projectorDrawCheck.Text = "Draw";
            this.projectorDrawCheck.UseVisualStyleBackColor = true;
            this.projectorDrawCheck.CheckedChanged += new System.EventHandler(this.projectorDrawCheck_CheckedChanged);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(0, 90);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(99, 13);
            this.label17.TabIndex = 49;
            this.label17.Text = "Wall  Distance (cm)";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(-1, 254);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(65, 13);
            this.label16.TabIndex = 47;
            this.label16.Text = "Throw Ratio";
            // 
            // lockWidthButton
            // 
            this.lockWidthButton.AutoSize = true;
            this.lockWidthButton.Location = new System.Drawing.Point(6, 19);
            this.lockWidthButton.Name = "lockWidthButton";
            this.lockWidthButton.Size = new System.Drawing.Size(53, 17);
            this.lockWidthButton.TabIndex = 57;
            this.lockWidthButton.Text = "Width";
            this.lockWidthButton.UseVisualStyleBackColor = true;
            this.lockWidthButton.CheckedChanged += new System.EventHandler(this.lockWidthButton_CheckedChanged);
            // 
            // lockHeightButton
            // 
            this.lockHeightButton.AutoSize = true;
            this.lockHeightButton.Location = new System.Drawing.Point(65, 19);
            this.lockHeightButton.Name = "lockHeightButton";
            this.lockHeightButton.Size = new System.Drawing.Size(56, 17);
            this.lockHeightButton.TabIndex = 58;
            this.lockHeightButton.TabStop = true;
            this.lockHeightButton.Text = "Height";
            this.lockHeightButton.UseVisualStyleBackColor = true;
            this.lockHeightButton.CheckedChanged += new System.EventHandler(this.lockHeightButton_CheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(0, 280);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(70, 13);
            this.label1.TabIndex = 60;
            this.label1.Text = "VOffset (%W)";
            // 
            // upsideDownCheck
            // 
            this.upsideDownCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.upsideDownCheck.AutoSize = true;
            this.upsideDownCheck.Location = new System.Drawing.Point(328, 306);
            this.upsideDownCheck.Name = "upsideDownCheck";
            this.upsideDownCheck.Size = new System.Drawing.Size(90, 17);
            this.upsideDownCheck.TabIndex = 61;
            this.upsideDownCheck.Text = "Upside Down";
            this.upsideDownCheck.UseVisualStyleBackColor = true;
            this.upsideDownCheck.CheckedChanged += new System.EventHandler(this.upsideDownCheck_CheckedChanged);
            // 
            // vOffsetPanel
            // 
            this.vOffsetPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.vOffsetPanel.Location = new System.Drawing.Point(73, 280);
            this.vOffsetPanel.Max = 1F;
            this.vOffsetPanel.Min = -1F;
            this.vOffsetPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.vOffsetPanel.Name = "vOffsetPanel";
            this.vOffsetPanel.Size = new System.Drawing.Size(349, 20);
            this.vOffsetPanel.TabIndex = 59;
            this.vOffsetPanel.Value = 0F;
            this.vOffsetPanel.ValueChanged += new System.Action<float>(this.vOffsetPanel_ValueChanged);
            // 
            // wallDistancePanel
            // 
            this.wallDistancePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.wallDistancePanel.Location = new System.Drawing.Point(105, 90);
            this.wallDistancePanel.Max = 10000F;
            this.wallDistancePanel.Min = 0F;
            this.wallDistancePanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.wallDistancePanel.Name = "wallDistancePanel";
            this.wallDistancePanel.Size = new System.Drawing.Size(320, 20);
            this.wallDistancePanel.TabIndex = 48;
            this.wallDistancePanel.Value = 0F;
            this.wallDistancePanel.ValueChanged += new System.Action<float>(this.wallDistancePanel_ValueChanged);
            // 
            // orientationPanel
            // 
            this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.orientationPanel.Location = new System.Drawing.Point(0, 116);
            this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
            this.orientationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.orientationPanel.Name = "orientationPanel";
            this.orientationPanel.Pitch = 0D;
            this.orientationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
            this.orientationPanel.Size = new System.Drawing.Size(425, 95);
            this.orientationPanel.TabIndex = 46;
            rotation2.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation2.LookAtVector")));
            rotation2.Pitch = 0D;
            rotation2.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation2.Quaternion")));
            rotation2.Yaw = 0D;
            this.orientationPanel.Value = rotation2;
            this.orientationPanel.Yaw = 0D;
            // 
            // throwRatioPanel
            // 
            this.throwRatioPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.throwRatioPanel.Location = new System.Drawing.Point(73, 254);
            this.throwRatioPanel.Max = 3F;
            this.throwRatioPanel.Min = 0F;
            this.throwRatioPanel.MinimumSize = new System.Drawing.Size(95, 20);
            this.throwRatioPanel.Name = "throwRatioPanel";
            this.throwRatioPanel.Size = new System.Drawing.Size(351, 20);
            this.throwRatioPanel.TabIndex = 45;
            this.throwRatioPanel.Value = 0F;
            this.throwRatioPanel.ValueChanged += new System.Action<float>(this.throwRatioPanel_ValueChanged);
            // 
            // positionPanel
            // 
            this.positionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.positionPanel.Location = new System.Drawing.Point(0, 0);
            this.positionPanel.Max = 5000F;
            this.positionPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MaxV")));
            this.positionPanel.Min = -5000F;
            this.positionPanel.MinimumSize = new System.Drawing.Size(103, 95);
            this.positionPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.MinV")));
            this.positionPanel.Name = "positionPanel";
            this.positionPanel.Size = new System.Drawing.Size(425, 95);
            this.positionPanel.TabIndex = 44;
            this.positionPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("positionPanel.Value")));
            this.positionPanel.X = 0F;
            this.positionPanel.Y = 0F;
            this.positionPanel.Z = 0F;
            this.positionPanel.ValueChanged += new System.EventHandler(this.projectorPositionPanel_ValueChanged);
            // 
            // lockBox
            // 
            this.lockBox.Controls.Add(this.noLockButton);
            this.lockBox.Controls.Add(this.lockPositionButton);
            this.lockBox.Controls.Add(this.lockHeightButton);
            this.lockBox.Controls.Add(this.lockWidthButton);
            this.lockBox.Location = new System.Drawing.Point(0, 306);
            this.lockBox.Name = "lockBox";
            this.lockBox.Size = new System.Drawing.Size(265, 49);
            this.lockBox.TabIndex = 63;
            this.lockBox.TabStop = false;
            this.lockBox.Text = "Lock";
            // 
            // noLockButton
            // 
            this.noLockButton.AutoSize = true;
            this.noLockButton.Checked = true;
            this.noLockButton.Location = new System.Drawing.Point(195, 19);
            this.noLockButton.Name = "noLockButton";
            this.noLockButton.Size = new System.Drawing.Size(62, 17);
            this.noLockButton.TabIndex = 60;
            this.noLockButton.TabStop = true;
            this.noLockButton.Text = "Nothing";
            this.noLockButton.UseVisualStyleBackColor = true;
            this.noLockButton.CheckedChanged += new System.EventHandler(this.noLockButton_CheckedChanged);
            // 
            // lockPositionButton
            // 
            this.lockPositionButton.AutoSize = true;
            this.lockPositionButton.Location = new System.Drawing.Point(127, 19);
            this.lockPositionButton.Name = "lockPositionButton";
            this.lockPositionButton.Size = new System.Drawing.Size(62, 17);
            this.lockPositionButton.TabIndex = 59;
            this.lockPositionButton.Text = "Position";
            this.lockPositionButton.UseVisualStyleBackColor = true;
            this.lockPositionButton.CheckedChanged += new System.EventHandler(this.lockPositionButton_CheckedChanged);
            // 
            // wallDistanceLabel
            // 
            this.wallDistanceLabel.AutoSize = true;
            this.wallDistanceLabel.Location = new System.Drawing.Point(0, 90);
            this.wallDistanceLabel.Name = "wallDistanceLabel";
            this.wallDistanceLabel.Size = new System.Drawing.Size(99, 13);
            this.wallDistanceLabel.TabIndex = 49;
            this.wallDistanceLabel.Text = "Wall  Distance (cm)";
            // 
            // ProjectorPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.upsideDownCheck);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.vOffsetPanel);
            this.Controls.Add(this.aspectRatioSplit);
            this.Controls.Add(this.projectorDrawLabelsCheck);
            this.Controls.Add(this.projectorDrawCheck);
            this.Controls.Add(this.wallDistanceLabel);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.wallDistancePanel);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.orientationPanel);
            this.Controls.Add(this.throwRatioPanel);
            this.Controls.Add(this.positionPanel);
            this.Controls.Add(this.lockBox);
            this.MinimumSize = new System.Drawing.Size(425, 358);
            this.Name = "ProjectorPanel";
            this.Size = new System.Drawing.Size(425, 358);
            this.aspectRatioSplit.Panel1.ResumeLayout(false);
            this.aspectRatioSplit.Panel1.PerformLayout();
            this.aspectRatioSplit.Panel2.ResumeLayout(false);
            this.aspectRatioSplit.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.aspectRatioSplit)).EndInit();
            this.aspectRatioSplit.ResumeLayout(false);
            this.lockBox.ResumeLayout(false);
            this.lockBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 9
0
 /// <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(RotateToPanel));
     Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
     this.rotateToTakeCurrentButton = new System.Windows.Forms.Button();
     this.lengthValue   = new System.Windows.Forms.NumericUpDown();
     this.Length        = new System.Windows.Forms.Label();
     this.progressBar   = new System.Windows.Forms.ProgressBar();
     this.rotationPanel = new Chimera.GUI.RotationPanel();
     ((System.ComponentModel.ISupportInitialize)(this.lengthValue)).BeginInit();
     this.SuspendLayout();
     //
     // rotateToTakeCurrentButton
     //
     this.rotateToTakeCurrentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.rotateToTakeCurrentButton.Location = new System.Drawing.Point(0, 125);
     this.rotateToTakeCurrentButton.Name     = "rotateToTakeCurrentButton";
     this.rotateToTakeCurrentButton.Size     = new System.Drawing.Size(133, 23);
     this.rotateToTakeCurrentButton.TabIndex = 20;
     this.rotateToTakeCurrentButton.Text     = "Take Current";
     this.rotateToTakeCurrentButton.UseVisualStyleBackColor = true;
     this.rotateToTakeCurrentButton.Click += new System.EventHandler(this.rotateToTakeCurrentButton_Click);
     //
     // lengthValue
     //
     this.lengthValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lengthValue.Increment = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.lengthValue.Location = new System.Drawing.Point(68, 99);
     this.lengthValue.Maximum  = new decimal(new int[] {
         60000,
         0,
         0,
         0
     });
     this.lengthValue.Name     = "lengthValue";
     this.lengthValue.Size     = new System.Drawing.Size(65, 20);
     this.lengthValue.TabIndex = 22;
     this.lengthValue.Value    = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.lengthValue.ValueChanged += new System.EventHandler(this.lengthValue_ValueChanged);
     //
     // Length
     //
     this.Length.AutoSize = true;
     this.Length.Location = new System.Drawing.Point(3, 99);
     this.Length.Name     = "Length";
     this.Length.Size     = new System.Drawing.Size(59, 13);
     this.Length.TabIndex = 21;
     this.Length.Text     = "Length(ms)";
     //
     // progressBar
     //
     this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar.Location = new System.Drawing.Point(0, 156);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(133, 23);
     this.progressBar.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar.TabIndex = 23;
     //
     // rotationPanel
     //
     this.rotationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.rotationPanel.Location     = new System.Drawing.Point(0, 0);
     this.rotationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotationPanel.LookAtVector")));
     this.rotationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.rotationPanel.Name         = "rotationPanel";
     this.rotationPanel.Pitch        = 0D;
     this.rotationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("rotationPanel.Quaternion")));
     this.rotationPanel.Size         = new System.Drawing.Size(252, 95);
     this.rotationPanel.TabIndex     = 24;
     rotation1.LookAtVector          = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
     rotation1.Pitch          = 0D;
     rotation1.Quaternion     = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
     rotation1.Yaw            = 0D;
     this.rotationPanel.Value = rotation1;
     this.rotationPanel.Yaw   = 0D;
     //
     // RotateToPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.rotationPanel);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.lengthValue);
     this.Controls.Add(this.Length);
     this.Controls.Add(this.rotateToTakeCurrentButton);
     this.MinimumSize     = new System.Drawing.Size(133, 179);
     this.Name            = "RotateToPanel";
     this.Size            = new System.Drawing.Size(133, 179);
     this.VisibleChanged += new System.EventHandler(this.RotateToPanel_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.lengthValue)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 10
0
 /// <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(CoordinatorForm));
     Chimera.Util.Rotation rotation2 = new Chimera.Util.Rotation();
     this.hSplit                  = new System.Windows.Forms.SplitContainer();
     this.diagramWorldSplit       = new System.Windows.Forms.SplitContainer();
     this.diagSplit               = new System.Windows.Forms.SplitContainer();
     this.realSpaceGroup          = new System.Windows.Forms.GroupBox();
     this.yPerspectiveButton      = new System.Windows.Forms.RadioButton();
     this.zPerspectiveButton      = new System.Windows.Forms.RadioButton();
     this.xPerspectiveButton      = new System.Windows.Forms.RadioButton();
     this.button1                 = new System.Windows.Forms.Button();
     this.testButton              = new System.Windows.Forms.Button();
     this.realSpacePanel          = new System.Windows.Forms.PictureBox();
     this.realSpaceScale          = new System.Windows.Forms.TrackBar();
     this.virtualSpaceGroup       = new System.Windows.Forms.GroupBox();
     this.heightmapPanel          = new System.Windows.Forms.PictureBox();
     this.heightmapScale          = new System.Windows.Forms.TrackBar();
     this.globalBox               = new System.Windows.Forms.GroupBox();
     this.InputUpdatesCheck       = new System.Windows.Forms.CheckBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.tickLengthPanel         = new Chimera.GUI.ScalarPanel();
     this.enableUpdates           = new System.Windows.Forms.CheckBox();
     this.deltaModeButton         = new System.Windows.Forms.RadioButton();
     this.absoluteModeButton      = new System.Windows.Forms.RadioButton();
     this.eyePositionPanel        = new Chimera.GUI.VectorPanel();
     this.virtualOrientationPanel = new Chimera.GUI.RotationPanel();
     this.virtualPositionPanel    = new Chimera.GUI.VectorPanel();
     this.windowsPluginsSplit     = new System.Windows.Forms.SplitContainer();
     this.windowsGroup            = new System.Windows.Forms.GroupBox();
     this.windowsTab              = new System.Windows.Forms.TabControl();
     this.inputsGroup             = new System.Windows.Forms.GroupBox();
     this.pluginsTab              = new System.Windows.Forms.TabControl();
     this.overlayStatsBox         = new System.Windows.Forms.RichTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.hSplit)).BeginInit();
     this.hSplit.Panel1.SuspendLayout();
     this.hSplit.Panel2.SuspendLayout();
     this.hSplit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.diagramWorldSplit)).BeginInit();
     this.diagramWorldSplit.Panel1.SuspendLayout();
     this.diagramWorldSplit.Panel2.SuspendLayout();
     this.diagramWorldSplit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.diagSplit)).BeginInit();
     this.diagSplit.Panel1.SuspendLayout();
     this.diagSplit.Panel2.SuspendLayout();
     this.diagSplit.SuspendLayout();
     this.realSpaceGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.realSpacePanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.realSpaceScale)).BeginInit();
     this.virtualSpaceGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.heightmapPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.heightmapScale)).BeginInit();
     this.globalBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.windowsPluginsSplit)).BeginInit();
     this.windowsPluginsSplit.Panel1.SuspendLayout();
     this.windowsPluginsSplit.Panel2.SuspendLayout();
     this.windowsPluginsSplit.SuspendLayout();
     this.windowsGroup.SuspendLayout();
     this.inputsGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // hSplit
     //
     this.hSplit.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.hSplit.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.hSplit.Location    = new System.Drawing.Point(0, 0);
     this.hSplit.MinimumSize = new System.Drawing.Size(858, 581);
     this.hSplit.Name        = "hSplit";
     this.hSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // hSplit.Panel1
     //
     this.hSplit.Panel1.Controls.Add(this.diagramWorldSplit);
     //
     // hSplit.Panel2
     //
     this.hSplit.Panel2.Controls.Add(this.windowsPluginsSplit);
     this.hSplit.Size             = new System.Drawing.Size(911, 822);
     this.hSplit.SplitterDistance = 330;
     this.hSplit.TabIndex         = 0;
     this.hSplit.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
     this.hSplit.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
     //
     // diagramWorldSplit
     //
     this.diagramWorldSplit.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.diagramWorldSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.diagramWorldSplit.Location   = new System.Drawing.Point(0, 0);
     this.diagramWorldSplit.Name       = "diagramWorldSplit";
     //
     // diagramWorldSplit.Panel1
     //
     this.diagramWorldSplit.Panel1.Controls.Add(this.diagSplit);
     //
     // diagramWorldSplit.Panel2
     //
     this.diagramWorldSplit.Panel2.AutoScroll = true;
     this.diagramWorldSplit.Panel2.Controls.Add(this.globalBox);
     this.diagramWorldSplit.Size             = new System.Drawing.Size(911, 330);
     this.diagramWorldSplit.SplitterDistance = 646;
     this.diagramWorldSplit.TabIndex         = 0;
     //
     // diagSplit
     //
     this.diagSplit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.diagSplit.Location = new System.Drawing.Point(0, 0);
     this.diagSplit.Name     = "diagSplit";
     //
     // diagSplit.Panel1
     //
     this.diagSplit.Panel1.Controls.Add(this.realSpaceGroup);
     //
     // diagSplit.Panel2
     //
     this.diagSplit.Panel2.Controls.Add(this.virtualSpaceGroup);
     this.diagSplit.Size             = new System.Drawing.Size(646, 330);
     this.diagSplit.SplitterDistance = 361;
     this.diagSplit.TabIndex         = 1;
     //
     // realSpaceGroup
     //
     this.realSpaceGroup.Controls.Add(this.yPerspectiveButton);
     this.realSpaceGroup.Controls.Add(this.zPerspectiveButton);
     this.realSpaceGroup.Controls.Add(this.xPerspectiveButton);
     this.realSpaceGroup.Controls.Add(this.button1);
     this.realSpaceGroup.Controls.Add(this.testButton);
     this.realSpaceGroup.Controls.Add(this.realSpacePanel);
     this.realSpaceGroup.Controls.Add(this.realSpaceScale);
     this.realSpaceGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.realSpaceGroup.Location = new System.Drawing.Point(0, 0);
     this.realSpaceGroup.Name     = "realSpaceGroup";
     this.realSpaceGroup.Size     = new System.Drawing.Size(361, 330);
     this.realSpaceGroup.TabIndex = 0;
     this.realSpaceGroup.TabStop  = false;
     this.realSpaceGroup.Text     = "Real Space";
     //
     // yPerspectiveButton
     //
     this.yPerspectiveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.yPerspectiveButton.AutoSize = true;
     this.yPerspectiveButton.Location = new System.Drawing.Point(284, 276);
     this.yPerspectiveButton.Name     = "yPerspectiveButton";
     this.yPerspectiveButton.Size     = new System.Drawing.Size(32, 17);
     this.yPerspectiveButton.TabIndex = 6;
     this.yPerspectiveButton.Text     = "Y";
     this.yPerspectiveButton.UseVisualStyleBackColor = true;
     this.yPerspectiveButton.CheckedChanged         += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
     //
     // zPerspectiveButton
     //
     this.zPerspectiveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.zPerspectiveButton.AutoSize = true;
     this.zPerspectiveButton.Checked  = true;
     this.zPerspectiveButton.Location = new System.Drawing.Point(322, 276);
     this.zPerspectiveButton.Name     = "zPerspectiveButton";
     this.zPerspectiveButton.Size     = new System.Drawing.Size(32, 17);
     this.zPerspectiveButton.TabIndex = 5;
     this.zPerspectiveButton.TabStop  = true;
     this.zPerspectiveButton.Text     = "Z";
     this.zPerspectiveButton.UseVisualStyleBackColor = true;
     this.zPerspectiveButton.CheckedChanged         += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
     //
     // xPerspectiveButton
     //
     this.xPerspectiveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.xPerspectiveButton.AutoSize = true;
     this.xPerspectiveButton.Location = new System.Drawing.Point(246, 276);
     this.xPerspectiveButton.Name     = "xPerspectiveButton";
     this.xPerspectiveButton.Size     = new System.Drawing.Size(32, 17);
     this.xPerspectiveButton.TabIndex = 4;
     this.xPerspectiveButton.Text     = "X";
     this.xPerspectiveButton.UseVisualStyleBackColor = true;
     this.xPerspectiveButton.CheckedChanged         += new System.EventHandler(this.PerspectiveButton_CheckedChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(6, 48);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(91, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Crash - Thread";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // testButton
     //
     this.testButton.Location = new System.Drawing.Point(6, 19);
     this.testButton.Name     = "testButton";
     this.testButton.Size     = new System.Drawing.Size(91, 23);
     this.testButton.TabIndex = 1;
     this.testButton.Text     = "Crash - GUI";
     this.testButton.UseVisualStyleBackColor = true;
     this.testButton.Click += new System.EventHandler(this.testButton_Click);
     //
     // realSpacePanel
     //
     this.realSpacePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.realSpacePanel.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.realSpacePanel.Location   = new System.Drawing.Point(3, 16);
     this.realSpacePanel.Name       = "realSpacePanel";
     this.realSpacePanel.Size       = new System.Drawing.Size(355, 285);
     this.realSpacePanel.TabIndex   = 3;
     this.realSpacePanel.TabStop    = false;
     this.realSpacePanel.Paint     += new System.Windows.Forms.PaintEventHandler(this.realSpacePanel_Paint);
     this.realSpacePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseDown);
     this.realSpacePanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseMove);
     this.realSpacePanel.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.realSpacePanel_MouseUp);
     this.realSpacePanel.Resize    += new System.EventHandler(this.realSpacePanel_Resize);
     //
     // realSpaceScale
     //
     this.realSpaceScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.realSpaceScale.Location = new System.Drawing.Point(5, 302);
     //Merge -Dunno which location is better
     //this.realSpaceScale.Location = new System.Drawing.Point(5, 291);
     this.realSpaceScale.Maximum   = 1000;
     this.realSpaceScale.Minimum   = 1;
     this.realSpaceScale.Name      = "realSpaceScale";
     this.realSpaceScale.Size      = new System.Drawing.Size(353, 42);
     this.realSpaceScale.TabIndex  = 3;
     this.realSpaceScale.TickStyle = System.Windows.Forms.TickStyle.None;
     this.realSpaceScale.Value     = 1000;
     this.realSpaceScale.Scroll   += new System.EventHandler(this.realSpaceScale_Scroll);
     //
     // virtualSpaceGroup
     //
     this.virtualSpaceGroup.Controls.Add(this.heightmapPanel);
     this.virtualSpaceGroup.Controls.Add(this.heightmapScale);
     this.virtualSpaceGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.virtualSpaceGroup.Location = new System.Drawing.Point(0, 0);
     this.virtualSpaceGroup.Name     = "virtualSpaceGroup";
     this.virtualSpaceGroup.Size     = new System.Drawing.Size(281, 330);
     this.virtualSpaceGroup.TabIndex = 0;
     this.virtualSpaceGroup.TabStop  = false;
     this.virtualSpaceGroup.Text     = "Virtual Space";
     //
     // heightmapPanel
     //
     this.heightmapPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.heightmapPanel.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.heightmapPanel.Location   = new System.Drawing.Point(3, 16);
     this.heightmapPanel.Name       = "heightmapPanel";
     this.heightmapPanel.Size       = new System.Drawing.Size(275, 286);
     this.heightmapPanel.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.heightmapPanel.TabIndex   = 1;
     this.heightmapPanel.TabStop    = false;
     this.heightmapPanel.Paint     += new System.Windows.Forms.PaintEventHandler(this.heightmapPanel_Paint);
     this.heightmapPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseDown);
     this.heightmapPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseMove);
     this.heightmapPanel.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.heightmapPanel_MouseUp);
     //
     // heightmapScale
     //
     this.heightmapScale.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     //Merge -Dunno which location is better
     this.heightmapScale.Location = new System.Drawing.Point(3, 302);
     //this.heightmapScale.Location = new System.Drawing.Point(3, 291);
     this.heightmapScale.Maximum   = 16000;
     this.heightmapScale.Minimum   = 1000;
     this.heightmapScale.Name      = "heightmapScale";
     this.heightmapScale.Size      = new System.Drawing.Size(275, 42);
     this.heightmapScale.TabIndex  = 2;
     this.heightmapScale.TickStyle = System.Windows.Forms.TickStyle.None;
     this.heightmapScale.Value     = 1000;
     this.heightmapScale.Scroll   += new System.EventHandler(this.virtualZoom_Scroll);
     //
     // globalBox
     //
     this.globalBox.Controls.Add(this.InputUpdatesCheck);
     this.globalBox.Controls.Add(this.label1);
     this.globalBox.Controls.Add(this.tickLengthPanel);
     this.globalBox.Controls.Add(this.enableUpdates);
     this.globalBox.Controls.Add(this.deltaModeButton);
     this.globalBox.Controls.Add(this.absoluteModeButton);
     this.globalBox.Controls.Add(this.eyePositionPanel);
     this.globalBox.Controls.Add(this.virtualOrientationPanel);
     this.globalBox.Controls.Add(this.virtualPositionPanel);
     this.globalBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.globalBox.Location    = new System.Drawing.Point(0, 0);
     this.globalBox.MinimumSize = new System.Drawing.Size(261, 290);
     this.globalBox.Name        = "globalBox";
     this.globalBox.Size        = new System.Drawing.Size(261, 330);
     this.globalBox.TabIndex    = 0;
     this.globalBox.TabStop     = false;
     this.globalBox.Text        = "Global";
     //
     // InputUpdatesCheck
     //
     this.InputUpdatesCheck.AutoSize = true;
     this.InputUpdatesCheck.Location = new System.Drawing.Point(6, 307);
     this.InputUpdatesCheck.Name     = "InputUpdatesCheck";
     this.InputUpdatesCheck.Size     = new System.Drawing.Size(128, 17);
     this.InputUpdatesCheck.TabIndex = 9;
     this.InputUpdatesCheck.Text     = "Input Control Enabled";
     this.InputUpdatesCheck.UseVisualStyleBackColor = true;
     this.InputUpdatesCheck.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged_1);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(191, 277);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Tick Length";
     //
     // tickLengthPanel
     //
     this.tickLengthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.tickLengthPanel.Location      = new System.Drawing.Point(104, 291);
     this.tickLengthPanel.Max           = 500F;
     this.tickLengthPanel.Min           = 0F;
     this.tickLengthPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.tickLengthPanel.Name          = "tickLengthPanel";
     this.tickLengthPanel.Size          = new System.Drawing.Size(151, 20);
     this.tickLengthPanel.TabIndex      = 7;
     this.tickLengthPanel.Value         = 0F;
     this.tickLengthPanel.ValueChanged += new System.Action <float>(this.tickLengthPanel_ValueChanged);
     //
     // enableUpdates
     //
     this.enableUpdates.AutoSize = true;
     this.enableUpdates.Location = new System.Drawing.Point(6, 291);
     this.enableUpdates.Name     = "enableUpdates";
     this.enableUpdates.Size     = new System.Drawing.Size(101, 17);
     this.enableUpdates.TabIndex = 6;
     this.enableUpdates.Text     = "Control Enabled";
     this.enableUpdates.UseVisualStyleBackColor = true;
     this.enableUpdates.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // deltaModeButton
     //
     this.deltaModeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deltaModeButton.AutoSize = true;
     this.deltaModeButton.Location = new System.Drawing.Point(199, 12);
     this.deltaModeButton.Name     = "deltaModeButton";
     this.deltaModeButton.Size     = new System.Drawing.Size(50, 17);
     this.deltaModeButton.TabIndex = 5;
     this.deltaModeButton.TabStop  = true;
     this.deltaModeButton.Text     = "Delta";
     this.deltaModeButton.UseVisualStyleBackColor = true;
     this.deltaModeButton.CheckedChanged         += new System.EventHandler(this.deltaModeButton_CheckedChanged);
     //
     // absoluteModeButton
     //
     this.absoluteModeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.absoluteModeButton.AutoSize = true;
     this.absoluteModeButton.Location = new System.Drawing.Point(127, 12);
     this.absoluteModeButton.Name     = "absoluteModeButton";
     this.absoluteModeButton.Size     = new System.Drawing.Size(66, 17);
     this.absoluteModeButton.TabIndex = 4;
     this.absoluteModeButton.TabStop  = true;
     this.absoluteModeButton.Text     = "Absolute";
     this.absoluteModeButton.UseVisualStyleBackColor = true;
     this.absoluteModeButton.CheckedChanged         += new System.EventHandler(this.absoluteModeButton_CheckedChanged);
     //
     // eyePositionPanel
     //
     this.eyePositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.eyePositionPanel.Location      = new System.Drawing.Point(3, 195);
     this.eyePositionPanel.Max           = 5000F;
     this.eyePositionPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.MaxV")));
     this.eyePositionPanel.Min           = -5000F;
     this.eyePositionPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.eyePositionPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.MinV")));
     this.eyePositionPanel.Name          = "eyePositionPanel";
     this.eyePositionPanel.Size          = new System.Drawing.Size(255, 95);
     this.eyePositionPanel.TabIndex      = 1;
     this.eyePositionPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("eyePositionPanel.Value")));
     this.eyePositionPanel.X             = 0F;
     this.eyePositionPanel.Y             = 0F;
     this.eyePositionPanel.Z             = 0F;
     this.eyePositionPanel.ValueChanged += new System.EventHandler(this.eyePositionPanel_OnChange);
     //
     // virtualOrientationPanel
     //
     this.virtualOrientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.virtualOrientationPanel.Location     = new System.Drawing.Point(3, 105);
     this.virtualOrientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("virtualOrientationPanel.LookAtVector")));
     this.virtualOrientationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.virtualOrientationPanel.Name         = "virtualOrientationPanel";
     this.virtualOrientationPanel.Pitch        = 0D;
     this.virtualOrientationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("virtualOrientationPanel.Quaternion")));
     this.virtualOrientationPanel.Size         = new System.Drawing.Size(255, 95);
     this.virtualOrientationPanel.TabIndex     = 2;
     rotation2.LookAtVector                 = ((OpenMetaverse.Vector3)(resources.GetObject("rotation2.LookAtVector")));
     rotation2.Pitch                        = 0D;
     rotation2.Quaternion                   = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation2.Quaternion")));
     rotation2.Yaw                          = 0D;
     this.virtualOrientationPanel.Value     = rotation2;
     this.virtualOrientationPanel.Yaw       = 0D;
     this.virtualOrientationPanel.OnChange += new System.EventHandler(this.virtualRotation_OnChange);
     //
     // virtualPositionPanel
     //
     this.virtualPositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.virtualPositionPanel.Location      = new System.Drawing.Point(3, 12);
     this.virtualPositionPanel.Max           = 1024F;
     this.virtualPositionPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.MaxV")));
     this.virtualPositionPanel.Min           = -1024F;
     this.virtualPositionPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.virtualPositionPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.MinV")));
     this.virtualPositionPanel.Name          = "virtualPositionPanel";
     this.virtualPositionPanel.Size          = new System.Drawing.Size(255, 95);
     this.virtualPositionPanel.TabIndex      = 0;
     this.virtualPositionPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("virtualPositionPanel.Value")));
     this.virtualPositionPanel.X             = 0F;
     this.virtualPositionPanel.Y             = 0F;
     this.virtualPositionPanel.Z             = 0F;
     this.virtualPositionPanel.ValueChanged += new System.EventHandler(this.virtualPositionPanel_OnChange);
     //
     // windowsPluginsSplit
     //
     this.windowsPluginsSplit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.windowsPluginsSplit.Location = new System.Drawing.Point(0, 0);
     this.windowsPluginsSplit.Name     = "windowsPluginsSplit";
     //
     // windowsPluginsSplit.Panel1
     //
     this.windowsPluginsSplit.Panel1.Controls.Add(this.windowsGroup);
     //
     // windowsPluginsSplit.Panel2
     //
     this.windowsPluginsSplit.Panel2.Controls.Add(this.inputsGroup);
     this.windowsPluginsSplit.Size             = new System.Drawing.Size(911, 488);
     this.windowsPluginsSplit.SplitterDistance = 445;
     this.windowsPluginsSplit.TabIndex         = 0;
     this.windowsPluginsSplit.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
     this.windowsPluginsSplit.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
     //
     // windowsGroup
     //
     this.windowsGroup.Controls.Add(this.windowsTab);
     this.windowsGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.windowsGroup.Location = new System.Drawing.Point(0, 0);
     this.windowsGroup.Name     = "windowsGroup";
     this.windowsGroup.Size     = new System.Drawing.Size(445, 488);
     this.windowsGroup.TabIndex = 0;
     this.windowsGroup.TabStop  = false;
     this.windowsGroup.Text     = "Frames";
     //
     // windowsTab
     //
     this.windowsTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.windowsTab.Location      = new System.Drawing.Point(3, 16);
     this.windowsTab.Name          = "windowsTab";
     this.windowsTab.SelectedIndex = 0;
     this.windowsTab.Size          = new System.Drawing.Size(439, 469);
     this.windowsTab.TabIndex      = 0;
     this.windowsTab.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
     this.windowsTab.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
     //
     // inputsGroup
     //
     this.inputsGroup.Controls.Add(this.pluginsTab);
     this.inputsGroup.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.inputsGroup.Location = new System.Drawing.Point(0, 0);
     this.inputsGroup.Name     = "inputsGroup";
     this.inputsGroup.Size     = new System.Drawing.Size(462, 488);
     this.inputsGroup.TabIndex = 0;
     this.inputsGroup.TabStop  = false;
     this.inputsGroup.Text     = "Plugins";
     //
     // pluginsTab
     //
     this.pluginsTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.pluginsTab.Location      = new System.Drawing.Point(3, 16);
     this.pluginsTab.Name          = "pluginsTab";
     this.pluginsTab.SelectedIndex = 0;
     this.pluginsTab.Size          = new System.Drawing.Size(456, 469);
     this.pluginsTab.TabIndex      = 0;
     this.pluginsTab.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
     this.pluginsTab.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
     //
     // overlayStatsBox
     //
     this.overlayStatsBox.Location = new System.Drawing.Point(0, 0);
     this.overlayStatsBox.Name     = "overlayStatsBox";
     this.overlayStatsBox.Size     = new System.Drawing.Size(100, 96);
     this.overlayStatsBox.TabIndex = 0;
     this.overlayStatsBox.Text     = "";
     //
     // CoordinatorForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(911, 822);
     this.Controls.Add(this.hSplit);
     this.Name          = "CoordinatorForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Caen Control Panel";
     this.WindowState   = System.Windows.Forms.FormWindowState.Minimized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.CoordinatorForm_FormClosing);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyDown);
     this.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.CoordinatorForm_KeyUp);
     this.hSplit.Panel1.ResumeLayout(false);
     this.hSplit.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hSplit)).EndInit();
     this.hSplit.ResumeLayout(false);
     this.diagramWorldSplit.Panel1.ResumeLayout(false);
     this.diagramWorldSplit.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.diagramWorldSplit)).EndInit();
     this.diagramWorldSplit.ResumeLayout(false);
     this.diagSplit.Panel1.ResumeLayout(false);
     this.diagSplit.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.diagSplit)).EndInit();
     this.diagSplit.ResumeLayout(false);
     this.realSpaceGroup.ResumeLayout(false);
     this.realSpaceGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.realSpacePanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.realSpaceScale)).EndInit();
     this.virtualSpaceGroup.ResumeLayout(false);
     this.virtualSpaceGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.heightmapPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.heightmapScale)).EndInit();
     this.globalBox.ResumeLayout(false);
     this.globalBox.PerformLayout();
     this.windowsPluginsSplit.Panel1.ResumeLayout(false);
     this.windowsPluginsSplit.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.windowsPluginsSplit)).EndInit();
     this.windowsPluginsSplit.ResumeLayout(false);
     this.windowsGroup.ResumeLayout(false);
     this.inputsGroup.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <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(RotateToPanel));
            Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
            this.rotateToTakeCurrentButton = new System.Windows.Forms.Button();
            this.lengthValue = new System.Windows.Forms.NumericUpDown();
            this.Length = new System.Windows.Forms.Label();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.rotationPanel = new Chimera.GUI.RotationPanel();
            ((System.ComponentModel.ISupportInitialize)(this.lengthValue)).BeginInit();
            this.SuspendLayout();
            // 
            // rotateToTakeCurrentButton
            // 
            this.rotateToTakeCurrentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.rotateToTakeCurrentButton.Location = new System.Drawing.Point(0, 125);
            this.rotateToTakeCurrentButton.Name = "rotateToTakeCurrentButton";
            this.rotateToTakeCurrentButton.Size = new System.Drawing.Size(133, 23);
            this.rotateToTakeCurrentButton.TabIndex = 20;
            this.rotateToTakeCurrentButton.Text = "Take Current";
            this.rotateToTakeCurrentButton.UseVisualStyleBackColor = true;
            this.rotateToTakeCurrentButton.Click += new System.EventHandler(this.rotateToTakeCurrentButton_Click);
            // 
            // lengthValue
            // 
            this.lengthValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lengthValue.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.lengthValue.Location = new System.Drawing.Point(68, 99);
            this.lengthValue.Maximum = new decimal(new int[] {
            60000,
            0,
            0,
            0});
            this.lengthValue.Name = "lengthValue";
            this.lengthValue.Size = new System.Drawing.Size(65, 20);
            this.lengthValue.TabIndex = 22;
            this.lengthValue.Value = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.lengthValue.ValueChanged += new System.EventHandler(this.lengthValue_ValueChanged);
            // 
            // Length
            // 
            this.Length.AutoSize = true;
            this.Length.Location = new System.Drawing.Point(3, 99);
            this.Length.Name = "Length";
            this.Length.Size = new System.Drawing.Size(59, 13);
            this.Length.TabIndex = 21;
            this.Length.Text = "Length(ms)";
            // 
            // progressBar
            // 
            this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar.Location = new System.Drawing.Point(0, 156);
            this.progressBar.Name = "progressBar";
            this.progressBar.Size = new System.Drawing.Size(133, 23);
            this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.progressBar.TabIndex = 23;
            // 
            // rotationPanel
            // 
            this.rotationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.rotationPanel.Location = new System.Drawing.Point(0, 0);
            this.rotationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotationPanel.LookAtVector")));
            this.rotationPanel.MinimumSize = new System.Drawing.Size(252, 95);
            this.rotationPanel.Name = "rotationPanel";
            this.rotationPanel.Pitch = 0D;
            this.rotationPanel.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotationPanel.Quaternion")));
            this.rotationPanel.Size = new System.Drawing.Size(252, 95);
            this.rotationPanel.TabIndex = 24;
            rotation1.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
            rotation1.Pitch = 0D;
            rotation1.Quaternion = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
            rotation1.Yaw = 0D;
            this.rotationPanel.Value = rotation1;
            this.rotationPanel.Yaw = 0D;
            // 
            // RotateToPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.rotationPanel);
            this.Controls.Add(this.progressBar);
            this.Controls.Add(this.lengthValue);
            this.Controls.Add(this.Length);
            this.Controls.Add(this.rotateToTakeCurrentButton);
            this.MinimumSize = new System.Drawing.Size(133, 179);
            this.Name = "RotateToPanel";
            this.Size = new System.Drawing.Size(133, 179);
            this.VisibleChanged += new System.EventHandler(this.RotateToPanel_VisibleChanged);
            ((System.ComponentModel.ISupportInitialize)(this.lengthValue)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 12
0
 /// <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(FramePanel));
     Chimera.Util.Rotation rotation1 = new Chimera.Util.Rotation();
     this.mainTab                    = new System.Windows.Forms.TabControl();
     this.configTab                  = new System.Windows.Forms.TabPage();
     this.restartButton              = new System.Windows.Forms.Button();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.drawCheck                  = new System.Windows.Forms.CheckBox();
     this.aspectRatioButton          = new System.Windows.Forms.Button();
     this.drawEyeCheck               = new System.Windows.Forms.CheckBox();
     this.diagonalPanel              = new Chimera.GUI.ScalarPanel();
     this.label12                    = new System.Windows.Forms.Label();
     this.linkFOVCheck               = new System.Windows.Forms.CheckBox();
     this.anchorBox                  = new System.Windows.Forms.GroupBox();
     this.centreAnchorButton         = new System.Windows.Forms.RadioButton();
     this.topLeftAnchorButton        = new System.Windows.Forms.RadioButton();
     this.widthPanel                 = new Chimera.GUI.ScalarPanel();
     this.projectionGroup            = new System.Windows.Forms.GroupBox();
     this.calculatedProjectionButton = new System.Windows.Forms.RadioButton();
     this.simpleProjectionButton     = new System.Windows.Forms.RadioButton();
     this.label11                    = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.monitorPulldown   = new System.Windows.Forms.ComboBox();
     this.heightPanel       = new Chimera.GUI.ScalarPanel();
     this.label10           = new System.Windows.Forms.Label();
     this.fovVPanel         = new Chimera.GUI.ScalarPanel();
     this.distancePanel     = new Chimera.GUI.ScalarPanel();
     this.label6            = new System.Windows.Forms.Label();
     this.skewHPanel        = new Chimera.GUI.ScalarPanel();
     this.label2            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.vSkewPanel        = new Chimera.GUI.ScalarPanel();
     this.aspectRatioWValue = new System.Windows.Forms.NumericUpDown();
     this.label9            = new System.Windows.Forms.Label();
     this.aspectRatioValue  = new System.Windows.Forms.NumericUpDown();
     this.fovHPanel         = new Chimera.GUI.ScalarPanel();
     this.aspectRatioHValue = new System.Windows.Forms.NumericUpDown();
     this.label4            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.orientationPanel  = new Chimera.GUI.RotationPanel();
     this.centrePanel       = new Chimera.GUI.VectorPanel();
     this.topLeftPanel      = new Chimera.GUI.VectorPanel();
     this.farClipPanel      = new Chimera.GUI.ScalarPanel();
     this.label7            = new System.Windows.Forms.Label();
     this.mainTab.SuspendLayout();
     this.configTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.anchorBox.SuspendLayout();
     this.projectionGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioWValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioHValue)).BeginInit();
     this.SuspendLayout();
     //
     // mainTab
     //
     this.mainTab.Controls.Add(this.configTab);
     this.mainTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.mainTab.Location      = new System.Drawing.Point(0, 0);
     this.mainTab.Name          = "mainTab";
     this.mainTab.SelectedIndex = 0;
     this.mainTab.Size          = new System.Drawing.Size(841, 625);
     this.mainTab.TabIndex      = 0;
     this.mainTab.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.mainTab_KeyDown);
     this.mainTab.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.mainTab_KeyUp);
     //
     // configTab
     //
     this.configTab.Controls.Add(this.restartButton);
     this.configTab.Controls.Add(this.splitContainer1);
     this.configTab.Location = new System.Drawing.Point(4, 22);
     this.configTab.Name     = "configTab";
     this.configTab.Padding  = new System.Windows.Forms.Padding(3);
     this.configTab.Size     = new System.Drawing.Size(833, 599);
     this.configTab.TabIndex = 0;
     this.configTab.Text     = "Configuration";
     this.configTab.UseVisualStyleBackColor = true;
     //
     // restartButton
     //
     this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.restartButton.BackColor = System.Drawing.Color.Red;
     this.restartButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.restartButton.Location  = new System.Drawing.Point(3, 313);
     this.restartButton.Name      = "restartButton";
     this.restartButton.Size      = new System.Drawing.Size(827, 283);
     this.restartButton.TabIndex  = 7;
     this.restartButton.Text      = "Restart";
     this.restartButton.UseVisualStyleBackColor = false;
     this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location   = new System.Drawing.Point(3, 0);
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.drawCheck);
     this.splitContainer1.Panel1.Controls.Add(this.aspectRatioButton);
     this.splitContainer1.Panel1.Controls.Add(this.drawEyeCheck);
     this.splitContainer1.Panel1.Controls.Add(this.diagonalPanel);
     this.splitContainer1.Panel1.Controls.Add(this.label12);
     this.splitContainer1.Panel1.Controls.Add(this.linkFOVCheck);
     this.splitContainer1.Panel1.Controls.Add(this.anchorBox);
     this.splitContainer1.Panel1.Controls.Add(this.widthPanel);
     this.splitContainer1.Panel1.Controls.Add(this.projectionGroup);
     this.splitContainer1.Panel1.Controls.Add(this.label11);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.monitorPulldown);
     this.splitContainer1.Panel1.Controls.Add(this.heightPanel);
     this.splitContainer1.Panel1.Controls.Add(this.label10);
     this.splitContainer1.Panel1.Controls.Add(this.fovVPanel);
     this.splitContainer1.Panel1.Controls.Add(this.distancePanel);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     this.splitContainer1.Panel1.Controls.Add(this.skewHPanel);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     this.splitContainer1.Panel1.Controls.Add(this.vSkewPanel);
     this.splitContainer1.Panel1.Controls.Add(this.aspectRatioWValue);
     this.splitContainer1.Panel1.Controls.Add(this.label9);
     this.splitContainer1.Panel1.Controls.Add(this.aspectRatioValue);
     this.splitContainer1.Panel1.Controls.Add(this.fovHPanel);
     this.splitContainer1.Panel1.Controls.Add(this.aspectRatioHValue);
     this.splitContainer1.Panel1.Controls.Add(this.label4);
     this.splitContainer1.Panel1.Controls.Add(this.label8);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.label7);
     this.splitContainer1.Panel2.Controls.Add(this.farClipPanel);
     this.splitContainer1.Panel2.Controls.Add(this.orientationPanel);
     this.splitContainer1.Panel2.Controls.Add(this.centrePanel);
     this.splitContainer1.Panel2.Controls.Add(this.topLeftPanel);
     this.splitContainer1.Size             = new System.Drawing.Size(830, 311);
     this.splitContainer1.SplitterDistance = 465;
     this.splitContainer1.TabIndex         = 8;
     //
     // drawCheck
     //
     this.drawCheck.AutoSize = true;
     this.drawCheck.Location = new System.Drawing.Point(162, 270);
     this.drawCheck.Name     = "drawCheck";
     this.drawCheck.Size     = new System.Drawing.Size(51, 17);
     this.drawCheck.TabIndex = 39;
     this.drawCheck.Text     = "Draw";
     this.drawCheck.UseVisualStyleBackColor = true;
     this.drawCheck.CheckedChanged         += new System.EventHandler(this.drawCheck_CheckedChanged);
     //
     // aspectRatioButton
     //
     this.aspectRatioButton.Location = new System.Drawing.Point(193, 186);
     this.aspectRatioButton.Name     = "aspectRatioButton";
     this.aspectRatioButton.Size     = new System.Drawing.Size(39, 23);
     this.aspectRatioButton.TabIndex = 38;
     this.aspectRatioButton.Text     = "=";
     this.aspectRatioButton.UseVisualStyleBackColor = true;
     this.aspectRatioButton.Click += new System.EventHandler(this.aspectRatioButton_Click);
     //
     // drawEyeCheck
     //
     this.drawEyeCheck.AutoSize = true;
     this.drawEyeCheck.Location = new System.Drawing.Point(162, 291);
     this.drawEyeCheck.Name     = "drawEyeCheck";
     this.drawEyeCheck.Size     = new System.Drawing.Size(72, 17);
     this.drawEyeCheck.TabIndex = 37;
     this.drawEyeCheck.Text     = "Draw Eye";
     this.drawEyeCheck.UseVisualStyleBackColor = true;
     this.drawEyeCheck.CheckedChanged         += new System.EventHandler(this.drawEyeCheck_CheckedChanged);
     //
     // diagonalPanel
     //
     this.diagonalPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.diagonalPanel.Location      = new System.Drawing.Point(78, 163);
     this.diagonalPanel.Max           = 500F;
     this.diagonalPanel.Min           = 0F;
     this.diagonalPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.diagonalPanel.Name          = "diagonalPanel";
     this.diagonalPanel.Size          = new System.Drawing.Size(382, 20);
     this.diagonalPanel.TabIndex      = 35;
     this.diagonalPanel.Value         = 0F;
     this.diagonalPanel.ValueChanged += new System.Action <float>(this.diagonalPanel_ValueChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(4, 166);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(72, 13);
     this.label12.TabIndex = 36;
     this.label12.Text     = "Diagonal (cm)";
     //
     // linkFOVCheck
     //
     this.linkFOVCheck.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.linkFOVCheck.AutoSize = true;
     this.linkFOVCheck.Location = new System.Drawing.Point(409, 231);
     this.linkFOVCheck.Name     = "linkFOVCheck";
     this.linkFOVCheck.Size     = new System.Drawing.Size(46, 17);
     this.linkFOVCheck.TabIndex = 34;
     this.linkFOVCheck.Text     = "Link";
     this.linkFOVCheck.UseVisualStyleBackColor = true;
     this.linkFOVCheck.CheckedChanged         += new System.EventHandler(this.linkFOVCheck_CheckedChanged);
     //
     // anchorBox
     //
     this.anchorBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.anchorBox.Controls.Add(this.centreAnchorButton);
     this.anchorBox.Controls.Add(this.topLeftAnchorButton);
     this.anchorBox.Location = new System.Drawing.Point(321, 266);
     this.anchorBox.Name     = "anchorBox";
     this.anchorBox.Size     = new System.Drawing.Size(139, 41);
     this.anchorBox.TabIndex = 33;
     this.anchorBox.TabStop  = false;
     this.anchorBox.Text     = "Position Anchor";
     //
     // centreAnchorButton
     //
     this.centreAnchorButton.AutoSize = true;
     this.centreAnchorButton.Location = new System.Drawing.Point(77, 19);
     this.centreAnchorButton.Name     = "centreAnchorButton";
     this.centreAnchorButton.Size     = new System.Drawing.Size(56, 17);
     this.centreAnchorButton.TabIndex = 1;
     this.centreAnchorButton.TabStop  = true;
     this.centreAnchorButton.Text     = "Centre";
     this.centreAnchorButton.UseVisualStyleBackColor = true;
     this.centreAnchorButton.CheckedChanged         += new System.EventHandler(this.AnchorButton_CheckedChanged);
     //
     // topLeftAnchorButton
     //
     this.topLeftAnchorButton.AutoSize = true;
     this.topLeftAnchorButton.Location = new System.Drawing.Point(6, 19);
     this.topLeftAnchorButton.Name     = "topLeftAnchorButton";
     this.topLeftAnchorButton.Size     = new System.Drawing.Size(65, 17);
     this.topLeftAnchorButton.TabIndex = 0;
     this.topLeftAnchorButton.TabStop  = true;
     this.topLeftAnchorButton.Text     = "Top Left";
     this.topLeftAnchorButton.UseVisualStyleBackColor = true;
     this.topLeftAnchorButton.CheckedChanged         += new System.EventHandler(this.AnchorButton_CheckedChanged);
     //
     // widthPanel
     //
     this.widthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.widthPanel.Location      = new System.Drawing.Point(78, 111);
     this.widthPanel.Max           = 500F;
     this.widthPanel.Min           = 1F;
     this.widthPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.widthPanel.Name          = "widthPanel";
     this.widthPanel.Size          = new System.Drawing.Size(382, 20);
     this.widthPanel.TabIndex      = 2;
     this.widthPanel.Value         = 1F;
     this.widthPanel.ValueChanged += new System.Action <float>(this.widthPanel_Changed);
     //
     // projectionGroup
     //
     this.projectionGroup.Controls.Add(this.calculatedProjectionButton);
     this.projectionGroup.Controls.Add(this.simpleProjectionButton);
     this.projectionGroup.Location = new System.Drawing.Point(8, 266);
     this.projectionGroup.Name     = "projectionGroup";
     this.projectionGroup.Size     = new System.Drawing.Size(148, 41);
     this.projectionGroup.TabIndex = 32;
     this.projectionGroup.TabStop  = false;
     this.projectionGroup.Text     = "Projection";
     //
     // calculatedProjectionButton
     //
     this.calculatedProjectionButton.AutoSize = true;
     this.calculatedProjectionButton.Location = new System.Drawing.Point(71, 19);
     this.calculatedProjectionButton.Name     = "calculatedProjectionButton";
     this.calculatedProjectionButton.Size     = new System.Drawing.Size(75, 17);
     this.calculatedProjectionButton.TabIndex = 2;
     this.calculatedProjectionButton.TabStop  = true;
     this.calculatedProjectionButton.Text     = "Calculated";
     this.calculatedProjectionButton.UseVisualStyleBackColor = true;
     this.calculatedProjectionButton.CheckedChanged         += new System.EventHandler(this.ProjectionButton_CheckedChanged);
     //
     // simpleProjectionButton
     //
     this.simpleProjectionButton.AutoSize = true;
     this.simpleProjectionButton.Location = new System.Drawing.Point(6, 19);
     this.simpleProjectionButton.Name     = "simpleProjectionButton";
     this.simpleProjectionButton.Size     = new System.Drawing.Size(51, 17);
     this.simpleProjectionButton.TabIndex = 0;
     this.simpleProjectionButton.TabStop  = true;
     this.simpleProjectionButton.Text     = "Ortho";
     this.simpleProjectionButton.UseVisualStyleBackColor = true;
     this.simpleProjectionButton.CheckedChanged         += new System.EventHandler(this.ProjectionButton_CheckedChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(5, 9);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(42, 13);
     this.label11.TabIndex = 31;
     this.label11.Text     = "Monitor";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 113);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Width (cm)";
     //
     // monitorPulldown
     //
     this.monitorPulldown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.monitorPulldown.DisplayMember     = "DeviceName";
     this.monitorPulldown.FormattingEnabled = true;
     this.monitorPulldown.Location          = new System.Drawing.Point(78, 6);
     this.monitorPulldown.Name                  = "monitorPulldown";
     this.monitorPulldown.Size                  = new System.Drawing.Size(382, 21);
     this.monitorPulldown.TabIndex              = 6;
     this.monitorPulldown.SelectedIndexChanged += new System.EventHandler(this.monitorPulldown_SelectedIndexChanged);
     //
     // heightPanel
     //
     this.heightPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.heightPanel.Location      = new System.Drawing.Point(78, 137);
     this.heightPanel.Max           = 500F;
     this.heightPanel.Min           = 1F;
     this.heightPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.heightPanel.Name          = "heightPanel";
     this.heightPanel.Size          = new System.Drawing.Size(382, 20);
     this.heightPanel.TabIndex      = 3;
     this.heightPanel.Value         = 1F;
     this.heightPanel.ValueChanged += new System.Action <float>(this.heightPanel_Changed);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(4, 36);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(69, 13);
     this.label10.TabIndex = 30;
     this.label10.Text     = "Distance(cm)";
     //
     // fovVPanel
     //
     this.fovVPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.fovVPanel.Location      = new System.Drawing.Point(79, 244);
     this.fovVPanel.Max           = 179.9F;
     this.fovVPanel.Min           = 0.1F;
     this.fovVPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.fovVPanel.Name          = "fovVPanel";
     this.fovVPanel.Size          = new System.Drawing.Size(381, 20);
     this.fovVPanel.TabIndex      = 8;
     this.fovVPanel.Value         = 90F;
     this.fovVPanel.ValueChanged += new System.Action <float>(this.fovVPanel_ValueChanged);
     //
     // distancePanel
     //
     this.distancePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.distancePanel.Location      = new System.Drawing.Point(78, 33);
     this.distancePanel.Max           = 1000F;
     this.distancePanel.Min           = 0F;
     this.distancePanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.distancePanel.Name          = "distancePanel";
     this.distancePanel.Size          = new System.Drawing.Size(382, 20);
     this.distancePanel.TabIndex      = 29;
     this.distancePanel.Value         = 0F;
     this.distancePanel.ValueChanged += new System.Action <float>(this.distancePanel_ValueChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(4, 191);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(68, 13);
     this.label6.TabIndex = 20;
     this.label6.Text     = "Aspect(W:H)";
     //
     // skewHPanel
     //
     this.skewHPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.skewHPanel.Location      = new System.Drawing.Point(78, 59);
     this.skewHPanel.Max           = 1000F;
     this.skewHPanel.Min           = -1000F;
     this.skewHPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.skewHPanel.Name          = "skewHPanel";
     this.skewHPanel.Size          = new System.Drawing.Size(382, 20);
     this.skewHPanel.TabIndex      = 25;
     this.skewHPanel.Value         = 0F;
     this.skewHPanel.ValueChanged += new System.Action <float>(this.skewHPanel_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 140);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Height (cm)";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(4, 88);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(64, 13);
     this.label5.TabIndex = 28;
     this.label5.Text     = "Skew V(cm)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 244);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "FoV - V (deg)";
     //
     // vSkewPanel
     //
     this.vSkewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.vSkewPanel.Location      = new System.Drawing.Point(78, 85);
     this.vSkewPanel.Max           = 1000F;
     this.vSkewPanel.Min           = -1000F;
     this.vSkewPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.vSkewPanel.Name          = "vSkewPanel";
     this.vSkewPanel.Size          = new System.Drawing.Size(382, 20);
     this.vSkewPanel.TabIndex      = 26;
     this.vSkewPanel.Value         = 0F;
     this.vSkewPanel.ValueChanged += new System.Action <float>(this.skewVPanel_ValueChanged);
     //
     // aspectRatioWValue
     //
     this.aspectRatioWValue.Location = new System.Drawing.Point(78, 189);
     this.aspectRatioWValue.Maximum  = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.aspectRatioWValue.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.aspectRatioWValue.Name     = "aspectRatioWValue";
     this.aspectRatioWValue.Size     = new System.Drawing.Size(51, 20);
     this.aspectRatioWValue.TabIndex = 19;
     this.aspectRatioWValue.Value    = new decimal(new int[] {
         16,
         0,
         0,
         0
     });
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(4, 61);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(65, 13);
     this.label9.TabIndex = 27;
     this.label9.Text     = "Skew H(cm)";
     //
     // aspectRatioValue
     //
     this.aspectRatioValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.aspectRatioValue.DecimalPlaces = 4;
     this.aspectRatioValue.Location      = new System.Drawing.Point(238, 189);
     this.aspectRatioValue.Maximum       = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.aspectRatioValue.Name          = "aspectRatioValue";
     this.aspectRatioValue.Size          = new System.Drawing.Size(222, 20);
     this.aspectRatioValue.TabIndex      = 22;
     this.aspectRatioValue.ValueChanged += new System.EventHandler(this.aspectRatioValue_ValueChanged);
     //
     // fovHPanel
     //
     this.fovHPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.fovHPanel.Location      = new System.Drawing.Point(79, 215);
     this.fovHPanel.Max           = 179.9F;
     this.fovHPanel.Min           = 0.1F;
     this.fovHPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.fovHPanel.Name          = "fovHPanel";
     this.fovHPanel.Size          = new System.Drawing.Size(381, 20);
     this.fovHPanel.TabIndex      = 1;
     this.fovHPanel.Value         = 90F;
     this.fovHPanel.ValueChanged += new System.Action <float>(this.fovHPanel_ValueChanged);
     //
     // aspectRatioHValue
     //
     this.aspectRatioHValue.Location = new System.Drawing.Point(135, 189);
     this.aspectRatioHValue.Maximum  = new decimal(new int[] {
         10000000,
         0,
         0,
         0
     });
     this.aspectRatioHValue.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.aspectRatioHValue.Name     = "aspectRatioHValue";
     this.aspectRatioHValue.Size     = new System.Drawing.Size(52, 20);
     this.aspectRatioHValue.TabIndex = 21;
     this.aspectRatioHValue.Value    = new decimal(new int[] {
         9,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(4, 217);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "FoV - H (deg)";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(123, 191);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(19, 13);
     this.label8.TabIndex = 24;
     this.label8.Text     = " : ";
     //
     // orientationPanel
     //
     this.orientationPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.orientationPanel.Location     = new System.Drawing.Point(6, 191);
     this.orientationPanel.LookAtVector = ((OpenMetaverse.Vector3)(resources.GetObject("orientationPanel.LookAtVector")));
     this.orientationPanel.MinimumSize  = new System.Drawing.Size(252, 95);
     this.orientationPanel.Name         = "orientationPanel";
     this.orientationPanel.Pitch        = 0D;
     this.orientationPanel.Quaternion   = ((OpenMetaverse.Quaternion)(resources.GetObject("orientationPanel.Quaternion")));
     this.orientationPanel.Size         = new System.Drawing.Size(352, 95);
     this.orientationPanel.TabIndex     = 1;
     rotation1.LookAtVector             = ((OpenMetaverse.Vector3)(resources.GetObject("rotation1.LookAtVector")));
     rotation1.Pitch             = 0D;
     rotation1.Quaternion        = ((OpenMetaverse.Quaternion)(resources.GetObject("rotation1.Quaternion")));
     rotation1.Yaw               = 0D;
     this.orientationPanel.Value = rotation1;
     this.orientationPanel.Yaw   = 0D;
     //
     // centrePanel
     //
     this.centrePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.centrePanel.Location      = new System.Drawing.Point(6, 3);
     this.centrePanel.Max           = 1024F;
     this.centrePanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.MaxV")));
     this.centrePanel.Min           = -1024F;
     this.centrePanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.centrePanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.MinV")));
     this.centrePanel.Name          = "centrePanel";
     this.centrePanel.Size          = new System.Drawing.Size(349, 95);
     this.centrePanel.TabIndex      = 1;
     this.centrePanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("centrePanel.Value")));
     this.centrePanel.X             = 0F;
     this.centrePanel.Y             = 0F;
     this.centrePanel.Z             = 0F;
     this.centrePanel.ValueChanged += new System.EventHandler(this.centrePanel_ValueChanged);
     //
     // topLeftPanel
     //
     this.topLeftPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.topLeftPanel.Location      = new System.Drawing.Point(6, 102);
     this.topLeftPanel.Max           = 1024F;
     this.topLeftPanel.MaxV          = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.MaxV")));
     this.topLeftPanel.Min           = -1024F;
     this.topLeftPanel.MinimumSize   = new System.Drawing.Size(103, 95);
     this.topLeftPanel.MinV          = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.MinV")));
     this.topLeftPanel.Name          = "topLeftPanel";
     this.topLeftPanel.Size          = new System.Drawing.Size(349, 95);
     this.topLeftPanel.TabIndex      = 0;
     this.topLeftPanel.Value         = ((OpenMetaverse.Vector3)(resources.GetObject("topLeftPanel.Value")));
     this.topLeftPanel.X             = 0F;
     this.topLeftPanel.Y             = 0F;
     this.topLeftPanel.Z             = 0F;
     this.topLeftPanel.ValueChanged += new System.EventHandler(this.topLeftPanel_ValueChanged);
     //
     // farClipPanel
     //
     this.farClipPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.farClipPanel.Location      = new System.Drawing.Point(51, 287);
     this.farClipPanel.Max           = 4096F;
     this.farClipPanel.Min           = 128F;
     this.farClipPanel.MinimumSize   = new System.Drawing.Size(95, 20);
     this.farClipPanel.Name          = "farClipPanel";
     this.farClipPanel.Size          = new System.Drawing.Size(304, 20);
     this.farClipPanel.TabIndex      = 40;
     this.farClipPanel.Value         = 1024F;
     this.farClipPanel.ValueChanged += new System.Action <float>(this.farClipPanel_ValueChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 292);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(42, 13);
     this.label7.TabIndex = 41;
     this.label7.Text     = "Far Clip";
     //
     // FramePanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.mainTab);
     this.Name = "FramePanel";
     this.Size = new System.Drawing.Size(841, 625);
     this.mainTab.ResumeLayout(false);
     this.configTab.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.anchorBox.ResumeLayout(false);
     this.anchorBox.PerformLayout();
     this.projectionGroup.ResumeLayout(false);
     this.projectionGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioWValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aspectRatioHValue)).EndInit();
     this.ResumeLayout(false);
 }