Пример #1
0
        private string DataToString(TreelistView.TreeListColumn column, object data)
        {
            if (column.Fieldname == "Duration")
            {
                double f = (double)data;
                if (f < 0.0)
                {
                    return("");
                }

                if (m_Core.Config.EventBrowser_TimeUnit != m_TimeUnit)
                {
                    UpdateDurationColumn();
                }

                if (m_Core.Config.EventBrowser_TimeUnit == PersistantConfig.TimeUnit.Milliseconds)
                {
                    f *= 1000.0;
                }
                else if (m_Core.Config.EventBrowser_TimeUnit == PersistantConfig.TimeUnit.Microseconds)
                {
                    f *= 1000000.0;
                }
                else if (m_Core.Config.EventBrowser_TimeUnit == PersistantConfig.TimeUnit.Nanoseconds)
                {
                    f *= 1000000000.0;
                }

                return(Formatter.Format(f));
            }

            return(data.ToString());
        }
Пример #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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.GroupBox         basicConfigBox;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         opsBox;
     System.Windows.Forms.Label            label2;
     TreelistView.TreeListColumn           treeListColumn5 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("hostname", "Hostname")));
     TreelistView.TreeListColumn           treeListColumn6 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("running", "Running")));
     this.hostname            = new System.Windows.Forms.TextBox();
     this.runCommand          = new System.Windows.Forms.TextBox();
     this.addUpdateHost       = new System.Windows.Forms.Button();
     this.deleteHost          = new System.Windows.Forms.Button();
     this.refreshOne          = new System.Windows.Forms.Button();
     this.connect             = new System.Windows.Forms.Button();
     this.refreshAll          = new System.Windows.Forms.Button();
     this.lookupsProgressFlow = new System.Windows.Forms.FlowLayoutPanel();
     this.progressPicture     = new System.Windows.Forms.PictureBox();
     this.remoteCountLabel    = new System.Windows.Forms.Label();
     this.hosts        = new TreelistView.TreeListView();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     basicConfigBox    = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label3            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     opsBox            = new System.Windows.Forms.GroupBox();
     label2            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     basicConfigBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     opsBox.SuspendLayout();
     this.lookupsProgressFlow.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
     tableLayoutPanel1.Controls.Add(basicConfigBox, 0, 2);
     tableLayoutPanel1.Controls.Add(opsBox, 1, 2);
     tableLayoutPanel1.Controls.Add(this.lookupsProgressFlow, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(602, 460);
     tableLayoutPanel1.TabIndex = 2;
     //
     // basicConfigBox
     //
     basicConfigBox.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)));
     basicConfigBox.Controls.Add(tableLayoutPanel2);
     basicConfigBox.Location = new System.Drawing.Point(3, 319);
     basicConfigBox.Name     = "basicConfigBox";
     basicConfigBox.Size     = new System.Drawing.Size(476, 138);
     basicConfigBox.TabIndex = 7;
     basicConfigBox.TabStop  = false;
     basicConfigBox.Text     = "Host configuration";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.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)));
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(this.hostname, 0, 1);
     tableLayoutPanel2.Controls.Add(this.runCommand, 0, 3);
     tableLayoutPanel2.Controls.Add(label3, 0, 2);
     tableLayoutPanel2.Controls.Add(this.addUpdateHost, 1, 1);
     tableLayoutPanel2.Controls.Add(label1, 0, 0);
     tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.51515F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.48485F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(464, 112);
     tableLayoutPanel2.TabIndex = 0;
     //
     // hostname
     //
     this.hostname.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.hostname.Location     = new System.Drawing.Point(3, 23);
     this.hostname.Name         = "hostname";
     this.hostname.Size         = new System.Drawing.Size(395, 20);
     this.hostname.TabIndex     = 1;
     this.hostname.TextChanged += new System.EventHandler(this.hostname_TextChanged);
     this.hostname.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // runCommand
     //
     this.runCommand.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.runCommand.Location  = new System.Drawing.Point(3, 89);
     this.runCommand.Name      = "runCommand";
     this.runCommand.Size      = new System.Drawing.Size(395, 20);
     this.runCommand.TabIndex  = 4;
     this.runCommand.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // label3
     //
     label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(3, 57);
     label3.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 3);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(386, 26);
     label3.TabIndex = 3;
     label3.Text     = "Run Command: Configure a command to run that launches the remote server on this h" +
                       "ost.";
     //
     // addUpdateHost
     //
     this.addUpdateHost.Location = new System.Drawing.Point(404, 23);
     this.addUpdateHost.Name     = "addUpdateHost";
     this.addUpdateHost.Size     = new System.Drawing.Size(57, 21);
     this.addUpdateHost.TabIndex = 6;
     this.addUpdateHost.Text     = "Add";
     this.addUpdateHost.UseVisualStyleBackColor = true;
     this.addUpdateHost.Click += new System.EventHandler(this.addUpdateHost_Click);
     //
     // label1
     //
     label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label1.AutoSize    = true;
     label1.Location    = new System.Drawing.Point(3, 0);
     label1.MinimumSize = new System.Drawing.Size(0, 20);
     label1.Name        = "label1";
     label1.Size        = new System.Drawing.Size(58, 20);
     label1.TabIndex    = 0;
     label1.Text        = "Hostname:";
     label1.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     //
     // opsBox
     //
     opsBox.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)));
     opsBox.Controls.Add(this.deleteHost);
     opsBox.Controls.Add(this.refreshOne);
     opsBox.Controls.Add(this.connect);
     opsBox.Controls.Add(this.refreshAll);
     opsBox.Location = new System.Drawing.Point(485, 319);
     opsBox.Name     = "opsBox";
     opsBox.Size     = new System.Drawing.Size(114, 138);
     opsBox.TabIndex = 8;
     opsBox.TabStop  = false;
     opsBox.Text     = "Operations";
     //
     // deleteHost
     //
     this.deleteHost.Enabled  = false;
     this.deleteHost.Location = new System.Drawing.Point(6, 106);
     this.deleteHost.Name     = "deleteHost";
     this.deleteHost.Size     = new System.Drawing.Size(101, 23);
     this.deleteHost.TabIndex = 6;
     this.deleteHost.Text     = "Delete";
     this.deleteHost.UseVisualStyleBackColor = true;
     this.deleteHost.Click += new System.EventHandler(this.deleteHost_Click);
     //
     // refreshOne
     //
     this.refreshOne.Location = new System.Drawing.Point(6, 19);
     this.refreshOne.Name     = "refreshOne";
     this.refreshOne.Size     = new System.Drawing.Size(101, 23);
     this.refreshOne.TabIndex = 5;
     this.refreshOne.Text     = "Refresh Selected";
     this.refreshOne.UseVisualStyleBackColor = true;
     this.refreshOne.Click += new System.EventHandler(this.refreshOne_Click);
     //
     // connect
     //
     this.connect.Enabled  = false;
     this.connect.Location = new System.Drawing.Point(6, 77);
     this.connect.Name     = "connect";
     this.connect.Size     = new System.Drawing.Size(101, 23);
     this.connect.TabIndex = 5;
     this.connect.Text     = "Connect to App";
     this.connect.UseVisualStyleBackColor = true;
     this.connect.Click += new System.EventHandler(this.connect_Click);
     //
     // refreshAll
     //
     this.refreshAll.Location = new System.Drawing.Point(6, 48);
     this.refreshAll.Name     = "refreshAll";
     this.refreshAll.Size     = new System.Drawing.Size(101, 23);
     this.refreshAll.TabIndex = 4;
     this.refreshAll.Text     = "Refresh All";
     this.refreshAll.UseVisualStyleBackColor = true;
     this.refreshAll.Click += new System.EventHandler(this.refreshAll_Click);
     //
     // lookupsProgressFlow
     //
     this.lookupsProgressFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     tableLayoutPanel1.SetColumnSpan(this.lookupsProgressFlow, 2);
     this.lookupsProgressFlow.Controls.Add(this.progressPicture);
     this.lookupsProgressFlow.Controls.Add(label2);
     this.lookupsProgressFlow.Controls.Add(this.remoteCountLabel);
     this.lookupsProgressFlow.Location    = new System.Drawing.Point(3, 289);
     this.lookupsProgressFlow.MinimumSize = new System.Drawing.Size(0, 24);
     this.lookupsProgressFlow.Name        = "lookupsProgressFlow";
     this.lookupsProgressFlow.Size        = new System.Drawing.Size(596, 24);
     this.lookupsProgressFlow.TabIndex    = 9;
     this.lookupsProgressFlow.Visible     = false;
     //
     // progressPicture
     //
     this.progressPicture.Location = new System.Drawing.Point(3, 3);
     this.progressPicture.Name     = "progressPicture";
     this.progressPicture.Size     = new System.Drawing.Size(100, 16);
     this.progressPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.progressPicture.TabIndex = 0;
     this.progressPicture.TabStop  = false;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.Dock      = System.Windows.Forms.DockStyle.Left;
     label2.Location  = new System.Drawing.Point(109, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(228, 22);
     label2.TabIndex  = 1;
     label2.Text      = "Remote connections in progress. Please wait...";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // remoteCountLabel
     //
     this.remoteCountLabel.AutoSize  = true;
     this.remoteCountLabel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.remoteCountLabel.Location  = new System.Drawing.Point(343, 0);
     this.remoteCountLabel.Name      = "remoteCountLabel";
     this.remoteCountLabel.Size      = new System.Drawing.Size(118, 22);
     this.remoteCountLabel.TabIndex  = 2;
     this.remoteCountLabel.Text      = "999 connections active";
     this.remoteCountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // hosts
     //
     this.hosts.AlwaysDisplayVScroll = true;
     treeListColumn5.AutoSize        = true;
     treeListColumn5.AutoSizeMinSize = 15;
     treeListColumn5.Width           = 48;
     treeListColumn6.AutoSizeMinSize = 0;
     treeListColumn6.Width           = 250;
     this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn5,
         treeListColumn6
     });
     tableLayoutPanel1.SetColumnSpan(this.hosts, 2);
     this.hosts.Cursor                          = System.Windows.Forms.Cursors.Arrow;
     this.hosts.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.hosts.Location                        = new System.Drawing.Point(3, 3);
     this.hosts.MultiSelect                     = false;
     this.hosts.Name                            = "hosts";
     this.hosts.RowOptions.ShowHeader           = false;
     this.hosts.Size                            = new System.Drawing.Size(596, 280);
     this.hosts.TabIndex                        = 1;
     this.hosts.ViewOptions.HoverHandTreeColumn = false;
     this.hosts.ViewOptions.Indent              = 12;
     this.hosts.AfterSelect                    += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
     this.hosts.NodeDoubleClicked              += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
     this.hosts.KeyDown                        += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
     //
     // RemoteManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(602, 460);
     this.Controls.Add(tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RemoteManager";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Remote Host Manager";
     this.Load           += new System.EventHandler(this.RemoteManager_Load);
     tableLayoutPanel1.ResumeLayout(false);
     basicConfigBox.ResumeLayout(false);
     basicConfigBox.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     opsBox.ResumeLayout(false);
     this.lookupsProgressFlow.ResumeLayout(false);
     this.lookupsProgressFlow.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Modification", "Modification")));
     TreelistView.TreeListColumn           treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
     System.Windows.Forms.GroupBox         groupBox2;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.Button           ok;
     System.Windows.Forms.Button           cancel;
     this.variables        = new TreelistView.TreeListView();
     this.varValue         = new System.Windows.Forms.TextBox();
     this.varName          = new System.Windows.Forms.TextBox();
     this.pendSeparator    = new System.Windows.Forms.ComboBox();
     this.prependType      = new System.Windows.Forms.RadioButton();
     this.appendType       = new System.Windows.Forms.RadioButton();
     this.setType          = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.addUpdate        = new System.Windows.Forms.Button();
     this.delete           = new System.Windows.Forms.Button();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     groupBox2             = new System.Windows.Forms.GroupBox();
     label2    = new System.Windows.Forms.Label();
     label1    = new System.Windows.Forms.Label();
     groupBox1 = new System.Windows.Forms.GroupBox();
     ok        = new System.Windows.Forms.Button();
     cancel    = new System.Windows.Forms.Button();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
     groupBox2.SuspendLayout();
     groupBox1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Controls.Add(this.variables, 0, 0);
     tableLayoutPanel1.Controls.Add(groupBox2, 0, 1);
     tableLayoutPanel1.Controls.Add(groupBox1, 1, 1);
     tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 2);
     tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 3);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 4;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(673, 474);
     tableLayoutPanel1.TabIndex = 2;
     //
     // variables
     //
     treeListColumn1.AutoSizeMinSize = 0;
     treeListColumn1.Width           = 160;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 170;
     treeListColumn3.AutoSize        = true;
     treeListColumn3.AutoSizeMinSize = 100;
     treeListColumn3.Width           = 50;
     this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3
     });
     this.variables.ColumnsOptions.LeftMargin = 0;
     tableLayoutPanel1.SetColumnSpan(this.variables, 2);
     this.variables.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.variables.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.variables.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.variables.Location = new System.Drawing.Point(3, 3);
     this.variables.Name     = "variables";
     this.variables.RowOptions.ShowHeader = false;
     this.variables.Size     = new System.Drawing.Size(667, 257);
     this.variables.TabIndex = 11;
     this.variables.Text     = "treeListView1";
     this.variables.ViewOptions.HoverHandTreeColumn = false;
     this.variables.ViewOptions.PadForPlusMinus     = false;
     this.variables.ViewOptions.ShowLine            = false;
     this.variables.ViewOptions.ShowPlusMinus       = false;
     this.variables.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.variables_AfterSelect);
     this.variables.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
     //
     // groupBox2
     //
     groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox2.Controls.Add(label2);
     groupBox2.Controls.Add(this.varValue);
     groupBox2.Controls.Add(label1);
     groupBox2.Controls.Add(this.varName);
     groupBox2.Location = new System.Drawing.Point(3, 266);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(489, 122);
     groupBox2.TabIndex = 4;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Environment Variable";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(9, 68);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(34, 13);
     label2.TabIndex = 3;
     label2.Text     = "Value";
     //
     // varValue
     //
     this.varValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.varValue.Location  = new System.Drawing.Point(9, 84);
     this.varValue.Name      = "varValue";
     this.varValue.Size      = new System.Drawing.Size(473, 20);
     this.varValue.TabIndex  = 2;
     this.varValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(9, 16);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(35, 13);
     label1.TabIndex = 1;
     label1.Text     = "Name";
     //
     // varName
     //
     this.varName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.varName.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.varName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.varName.Location           = new System.Drawing.Point(9, 32);
     this.varName.Name         = "varName";
     this.varName.Size         = new System.Drawing.Size(473, 20);
     this.varName.TabIndex     = 1;
     this.varName.TextChanged += new System.EventHandler(this.varName_TextChanged);
     this.varName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.varField_KeyPress);
     //
     // groupBox1
     //
     groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     groupBox1.Controls.Add(this.pendSeparator);
     groupBox1.Controls.Add(this.prependType);
     groupBox1.Controls.Add(this.appendType);
     groupBox1.Controls.Add(this.setType);
     groupBox1.Location = new System.Drawing.Point(498, 266);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(172, 122);
     groupBox1.TabIndex = 2;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Modification type";
     //
     // pendSeparator
     //
     this.pendSeparator.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.pendSeparator.FormattingEnabled = true;
     this.pendSeparator.Location          = new System.Drawing.Point(7, 92);
     this.pendSeparator.Name     = "pendSeparator";
     this.pendSeparator.Size     = new System.Drawing.Size(121, 21);
     this.pendSeparator.TabIndex = 6;
     //
     // prependType
     //
     this.prependType.AutoSize = true;
     this.prependType.Location = new System.Drawing.Point(7, 68);
     this.prependType.Name     = "prependType";
     this.prependType.Size     = new System.Drawing.Size(95, 17);
     this.prependType.TabIndex = 5;
     this.prependType.TabStop  = true;
     this.prependType.Text     = "Prepend Value";
     this.prependType.UseVisualStyleBackColor = true;
     this.prependType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // appendType
     //
     this.appendType.AutoSize = true;
     this.appendType.Location = new System.Drawing.Point(7, 44);
     this.appendType.Name     = "appendType";
     this.appendType.Size     = new System.Drawing.Size(92, 17);
     this.appendType.TabIndex = 4;
     this.appendType.TabStop  = true;
     this.appendType.Text     = "Append Value";
     this.appendType.UseVisualStyleBackColor = true;
     this.appendType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // setType
     //
     this.setType.AutoSize = true;
     this.setType.Location = new System.Drawing.Point(7, 20);
     this.setType.Name     = "setType";
     this.setType.Size     = new System.Drawing.Size(71, 17);
     this.setType.TabIndex = 3;
     this.setType.TabStop  = true;
     this.setType.Text     = "Set Value";
     this.setType.UseVisualStyleBackColor = true;
     this.setType.CheckedChanged         += new System.EventHandler(this.modification_CheckedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.Controls.Add(this.addUpdate);
     this.flowLayoutPanel1.Controls.Add(this.delete);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(498, 391);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(172, 28);
     this.flowLayoutPanel1.TabIndex = 9;
     //
     // addUpdate
     //
     this.addUpdate.Location = new System.Drawing.Point(3, 3);
     this.addUpdate.Name     = "addUpdate";
     this.addUpdate.Size     = new System.Drawing.Size(80, 23);
     this.addUpdate.TabIndex = 7;
     this.addUpdate.Text     = "Add / Update";
     this.addUpdate.UseVisualStyleBackColor = true;
     this.addUpdate.Click += new System.EventHandler(this.addUpdate_Click);
     //
     // delete
     //
     this.delete.Location = new System.Drawing.Point(89, 3);
     this.delete.Name     = "delete";
     this.delete.Size     = new System.Drawing.Size(80, 23);
     this.delete.TabIndex = 8;
     this.delete.Text     = "Delete";
     this.delete.UseVisualStyleBackColor = true;
     this.delete.Click += new System.EventHandler(this.delete_Click);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel2.Controls.Add(ok);
     this.flowLayoutPanel2.Controls.Add(cancel);
     this.flowLayoutPanel2.Location = new System.Drawing.Point(498, 445);
     this.flowLayoutPanel2.Margin   = new System.Windows.Forms.Padding(3, 26, 3, 3);
     this.flowLayoutPanel2.Name     = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size     = new System.Drawing.Size(172, 26);
     this.flowLayoutPanel2.TabIndex = 10;
     //
     // ok
     //
     ok.DialogResult            = System.Windows.Forms.DialogResult.OK;
     ok.Location                = new System.Drawing.Point(3, 3);
     ok.Name                    = "ok";
     ok.Size                    = new System.Drawing.Size(80, 23);
     ok.TabIndex                = 9;
     ok.Text                    = "OK";
     ok.UseVisualStyleBackColor = true;
     //
     // cancel
     //
     cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancel.Location                = new System.Drawing.Point(89, 3);
     cancel.Name                    = "cancel";
     cancel.Size                    = new System.Drawing.Size(80, 23);
     cancel.TabIndex                = 10;
     cancel.Text                    = "Cancel";
     cancel.UseVisualStyleBackColor = true;
     //
     // EnvironmentEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = cancel;
     this.ClientSize          = new System.Drawing.Size(673, 474);
     this.Controls.Add(tableLayoutPanel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "EnvironmentEditor";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Capture Environment Editor";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.EnvironmentEditor_FormClosing);
     this.Load         += new System.EventHandler(this.EnvironmentEditor_Load);
     tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.variables)).EndInit();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #4
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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.GroupBox groupBox1;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label4;
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label2;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.GroupBox groupBox2;
            System.Windows.Forms.Label label10;
            System.Windows.Forms.GroupBox groupBox3;
            System.Windows.Forms.Label label12;
            System.Windows.Forms.GroupBox groupBox4;
            System.Windows.Forms.Label label8;
            System.Windows.Forms.Label label9;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Section", "Section");
            System.Windows.Forms.Label label11;
            this.settingsTabs = new renderdocui.Controls.TablessControl();
            this.generalTab = new System.Windows.Forms.TabPage();
            this.Formatter_PosExp = new System.Windows.Forms.NumericUpDown();
            this.Formatter_NegExp = new System.Windows.Forms.NumericUpDown();
            this.rdcAssoc = new System.Windows.Forms.Button();
            this.capAssoc = new System.Windows.Forms.Button();
            this.Formatter_MaxFigures = new System.Windows.Forms.NumericUpDown();
            this.Formatter_MinFigures = new System.Windows.Forms.NumericUpDown();
            this.CheckUpdate_AllowChecks = new System.Windows.Forms.CheckBox();
            this.texViewTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.TextureViewer_ResetRange = new System.Windows.Forms.CheckBox();
            this.shadViewTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.ShaderViewer_FriendlyNaming = new System.Windows.Forms.CheckBox();
            this.eventTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.EventBrowser_TimeUnit = new System.Windows.Forms.ComboBox();
            this.EventBrowser_HideEmpty = new System.Windows.Forms.CheckBox();
            this.pagesTree = new TreelistView.TreeListView();
            this.ok = new System.Windows.Forms.Button();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.browseCaptureDirectory = new System.Windows.Forms.Button();
            this.browserCaptureDialog = new System.Windows.Forms.FolderBrowserDialog();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            groupBox1 = new System.Windows.Forms.GroupBox();
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            label6 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            groupBox2 = new System.Windows.Forms.GroupBox();
            label10 = new System.Windows.Forms.Label();
            groupBox3 = new System.Windows.Forms.GroupBox();
            label12 = new System.Windows.Forms.Label();
            groupBox4 = new System.Windows.Forms.GroupBox();
            label8 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            tableLayoutPanel1.SuspendLayout();
            this.settingsTabs.SuspendLayout();
            this.generalTab.SuspendLayout();
            groupBox1.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).BeginInit();
            this.texViewTab.SuspendLayout();
            groupBox2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.shadViewTab.SuspendLayout();
            groupBox3.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.eventTab.SuspendLayout();
            groupBox4.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            tableLayoutPanel1.Controls.Add(this.settingsTabs, 1, 0);
            tableLayoutPanel1.Controls.Add(this.pagesTree, 0, 0);
            tableLayoutPanel1.Controls.Add(this.ok, 1, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(580, 353);
            tableLayoutPanel1.TabIndex = 1;
            // 
            // settingsTabs
            // 
            this.settingsTabs.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.settingsTabs.Controls.Add(this.generalTab);
            this.settingsTabs.Controls.Add(this.texViewTab);
            this.settingsTabs.Controls.Add(this.shadViewTab);
            this.settingsTabs.Controls.Add(this.eventTab);
            this.settingsTabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.settingsTabs.Location = new System.Drawing.Point(177, 3);
            this.settingsTabs.Multiline = true;
            this.settingsTabs.Name = "settingsTabs";
            this.settingsTabs.SelectedIndex = 0;
            this.settingsTabs.Size = new System.Drawing.Size(400, 318);
            this.settingsTabs.TabIndex = 0;
            // 
            // generalTab
            // 
            this.generalTab.Controls.Add(groupBox1);
            this.generalTab.Location = new System.Drawing.Point(23, 4);
            this.generalTab.Name = "generalTab";
            this.generalTab.Padding = new System.Windows.Forms.Padding(3);
            this.generalTab.Size = new System.Drawing.Size(373, 310);
            this.generalTab.TabIndex = 0;
            this.generalTab.Text = "General";
            this.generalTab.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            groupBox1.Controls.Add(tableLayoutPanel2);
            groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox1.Location = new System.Drawing.Point(3, 3);
            groupBox1.Name = "groupBox1";
            groupBox1.Size = new System.Drawing.Size(367, 304);
            groupBox1.TabIndex = 0;
            groupBox1.TabStop = false;
            groupBox1.Text = "General";
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.ColumnCount = 2;
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel2.Controls.Add(this.Formatter_PosExp, 1, 5);
            tableLayoutPanel2.Controls.Add(this.Formatter_NegExp, 1, 4);
            tableLayoutPanel2.Controls.Add(label6, 0, 3);
            tableLayoutPanel2.Controls.Add(label4, 0, 2);
            tableLayoutPanel2.Controls.Add(this.rdcAssoc, 1, 0);
            tableLayoutPanel2.Controls.Add(label1, 0, 0);
            tableLayoutPanel2.Controls.Add(label2, 0, 1);
            tableLayoutPanel2.Controls.Add(this.capAssoc, 1, 1);
            tableLayoutPanel2.Controls.Add(label5, 0, 4);
            tableLayoutPanel2.Controls.Add(label7, 0, 5);
            tableLayoutPanel2.Controls.Add(this.Formatter_MaxFigures, 1, 3);
            tableLayoutPanel2.Controls.Add(this.Formatter_MinFigures, 1, 2);
            tableLayoutPanel2.Controls.Add(label3, 0, 7);
            tableLayoutPanel2.Controls.Add(this.CheckUpdate_AllowChecks, 1, 7);
            tableLayoutPanel2.Controls.Add(label11, 0, 6);
            tableLayoutPanel2.Controls.Add(this.browseCaptureDirectory, 1, 6);
            tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 9;
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel2.Size = new System.Drawing.Size(361, 285);
            tableLayoutPanel2.TabIndex = 0;
            // 
            // Formatter_PosExp
            // 
            this.Formatter_PosExp.Location = new System.Drawing.Point(268, 139);
            this.Formatter_PosExp.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.Formatter_PosExp.Name = "Formatter_PosExp";
            this.Formatter_PosExp.Size = new System.Drawing.Size(90, 20);
            this.Formatter_PosExp.TabIndex = 11;
            this.toolTip.SetToolTip(this.Formatter_PosExp, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
        "e.g. 1000 * 10 = 1e4");
            this.Formatter_PosExp.Value = new decimal(new int[] {
            7,
            0,
            0,
            0});
            this.Formatter_PosExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // Formatter_NegExp
            // 
            this.Formatter_NegExp.Location = new System.Drawing.Point(268, 113);
            this.Formatter_NegExp.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.Formatter_NegExp.Name = "Formatter_NegExp";
            this.Formatter_NegExp.Size = new System.Drawing.Size(90, 20);
            this.Formatter_NegExp.TabIndex = 10;
            this.toolTip.SetToolTip(this.Formatter_NegExp, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
        "\nE.g. a value of 3 means 0.005 / 10 = 5E-4");
            this.Formatter_NegExp.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.Formatter_NegExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // label6
            // 
            label6.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)));
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(3, 87);
            label6.Margin = new System.Windows.Forms.Padding(3);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(259, 20);
            label6.TabIndex = 6;
            label6.Text = "Maximum significant figures on decimals";
            label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label6, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
        "of 5 means 0.123456789 will display as 0.12345");
            // 
            // label4
            // 
            label4.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)));
            label4.AutoSize = true;
            label4.Location = new System.Drawing.Point(3, 61);
            label4.Margin = new System.Windows.Forms.Padding(3);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(259, 20);
            label4.TabIndex = 4;
            label4.Text = "Minimum decimal places on float values";
            label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label4, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
        "display as 0.00, 0.5 as 0.50");
            // 
            // rdcAssoc
            // 
            this.rdcAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.rdcAssoc.Location = new System.Drawing.Point(268, 3);
            this.rdcAssoc.Name = "rdcAssoc";
            this.rdcAssoc.Size = new System.Drawing.Size(90, 23);
            this.rdcAssoc.TabIndex = 1;
            this.rdcAssoc.Text = "Associate .rdc";
            this.rdcAssoc.UseVisualStyleBackColor = true;
            this.rdcAssoc.Click += new System.EventHandler(this.rdcAssoc_Click);
            // 
            // label1
            // 
            label1.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)));
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(3, 3);
            label1.Margin = new System.Windows.Forms.Padding(3);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(259, 23);
            label1.TabIndex = 0;
            label1.Text = "Associate .rdc with RenderDoc";
            label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label2
            // 
            label2.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)));
            label2.AutoSize = true;
            label2.Location = new System.Drawing.Point(3, 32);
            label2.Margin = new System.Windows.Forms.Padding(3);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(259, 23);
            label2.TabIndex = 2;
            label2.Text = "Associate .cap with RenderDoc";
            label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // capAssoc
            // 
            this.capAssoc.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.capAssoc.Location = new System.Drawing.Point(268, 32);
            this.capAssoc.Name = "capAssoc";
            this.capAssoc.Size = new System.Drawing.Size(90, 23);
            this.capAssoc.TabIndex = 3;
            this.capAssoc.Text = "Associate .cap";
            this.capAssoc.UseVisualStyleBackColor = true;
            this.capAssoc.Click += new System.EventHandler(this.capAssoc_Click);
            // 
            // label5
            // 
            label5.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)));
            label5.AutoSize = true;
            label5.Location = new System.Drawing.Point(3, 113);
            label5.Margin = new System.Windows.Forms.Padding(3);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(259, 20);
            label5.TabIndex = 5;
            label5.Text = "Negative exponential cutoff value";
            label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label5, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
        "\nE.g. a value of 3 means 0.005 / 10 = 5E-4\r\n");
            // 
            // label7
            // 
            label7.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)));
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(3, 139);
            label7.Margin = new System.Windows.Forms.Padding(3);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(259, 20);
            label7.TabIndex = 7;
            label7.Text = "Positive exponential cutoff value";
            label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label7, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
        "e.g. 1000 * 10 = 1e4");
            // 
            // Formatter_MaxFigures
            // 
            this.Formatter_MaxFigures.Location = new System.Drawing.Point(268, 87);
            this.Formatter_MaxFigures.Maximum = new decimal(new int[] {
            29,
            0,
            0,
            0});
            this.Formatter_MaxFigures.Minimum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.Formatter_MaxFigures.Name = "Formatter_MaxFigures";
            this.Formatter_MaxFigures.Size = new System.Drawing.Size(90, 20);
            this.Formatter_MaxFigures.TabIndex = 9;
            this.toolTip.SetToolTip(this.Formatter_MaxFigures, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
        "of 5 means 0.123456789 will display as 0.12345\r\n");
            this.Formatter_MaxFigures.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.Formatter_MaxFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // Formatter_MinFigures
            // 
            this.Formatter_MinFigures.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.Formatter_MinFigures.Location = new System.Drawing.Point(268, 61);
            this.Formatter_MinFigures.Maximum = new decimal(new int[] {
            29,
            0,
            0,
            0});
            this.Formatter_MinFigures.Name = "Formatter_MinFigures";
            this.Formatter_MinFigures.Size = new System.Drawing.Size(90, 20);
            this.Formatter_MinFigures.TabIndex = 8;
            this.toolTip.SetToolTip(this.Formatter_MinFigures, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
        "display as 0.00, 0.5 as 0.50\r\n");
            this.Formatter_MinFigures.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.Formatter_MinFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
            // 
            // label3
            // 
            label3.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)));
            label3.AutoSize = true;
            label3.Location = new System.Drawing.Point(3, 191);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(259, 20);
            label3.TabIndex = 12;
            label3.Text = "Allow periodic anonymous update checks";
            label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" +
        "ew versions.");
            // 
            // CheckUpdate_AllowChecks
            // 
            this.CheckUpdate_AllowChecks.AutoSize = true;
            this.CheckUpdate_AllowChecks.Checked = true;
            this.CheckUpdate_AllowChecks.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CheckUpdate_AllowChecks.Location = new System.Drawing.Point(268, 194);
            this.CheckUpdate_AllowChecks.Name = "CheckUpdate_AllowChecks";
            this.CheckUpdate_AllowChecks.Size = new System.Drawing.Size(15, 14);
            this.CheckUpdate_AllowChecks.TabIndex = 13;
            this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allow periodic update checks");
            this.CheckUpdate_AllowChecks.UseVisualStyleBackColor = true;
            this.CheckUpdate_AllowChecks.CheckedChanged += new System.EventHandler(this.CheckUpdate_AllowChecks_CheckedChanged);
            // 
            // texViewTab
            // 
            this.texViewTab.Controls.Add(groupBox2);
            this.texViewTab.Location = new System.Drawing.Point(23, 4);
            this.texViewTab.Name = "texViewTab";
            this.texViewTab.Padding = new System.Windows.Forms.Padding(3);
            this.texViewTab.Size = new System.Drawing.Size(373, 310);
            this.texViewTab.TabIndex = 1;
            this.texViewTab.Text = "Texture Viewer";
            this.texViewTab.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            groupBox2.Controls.Add(this.tableLayoutPanel3);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(367, 304);
            groupBox2.TabIndex = 0;
            groupBox2.TabStop = false;
            groupBox2.Text = "Texture Viewer";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel3.Controls.Add(this.TextureViewer_ResetRange, 1, 0);
            this.tableLayoutPanel3.Controls.Add(label10, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 2;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(361, 285);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // TextureViewer_ResetRange
            // 
            this.TextureViewer_ResetRange.AutoSize = true;
            this.TextureViewer_ResetRange.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TextureViewer_ResetRange.Location = new System.Drawing.Point(291, 3);
            this.TextureViewer_ResetRange.Name = "TextureViewer_ResetRange";
            this.TextureViewer_ResetRange.Size = new System.Drawing.Size(67, 14);
            this.TextureViewer_ResetRange.TabIndex = 0;
            this.toolTip.SetToolTip(this.TextureViewer_ResetRange, "Reset visible range when changing event or texture");
            this.TextureViewer_ResetRange.UseVisualStyleBackColor = true;
            this.TextureViewer_ResetRange.CheckedChanged += new System.EventHandler(this.TextureViewer_ResetRange_CheckedChanged);
            // 
            // label10
            // 
            label10.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)));
            label10.AutoSize = true;
            label10.Location = new System.Drawing.Point(3, 3);
            label10.Margin = new System.Windows.Forms.Padding(3);
            label10.Name = "label10";
            label10.Size = new System.Drawing.Size(282, 14);
            label10.TabIndex = 4;
            label10.Text = "Reset Range on changing selection";
            label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // shadViewTab
            // 
            this.shadViewTab.Controls.Add(groupBox3);
            this.shadViewTab.Location = new System.Drawing.Point(23, 4);
            this.shadViewTab.Name = "shadViewTab";
            this.shadViewTab.Padding = new System.Windows.Forms.Padding(3);
            this.shadViewTab.Size = new System.Drawing.Size(373, 310);
            this.shadViewTab.TabIndex = 2;
            this.shadViewTab.Text = "Shader Viewer";
            this.shadViewTab.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            groupBox3.Controls.Add(this.tableLayoutPanel4);
            groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox3.Location = new System.Drawing.Point(3, 3);
            groupBox3.Name = "groupBox3";
            groupBox3.Size = new System.Drawing.Size(367, 304);
            groupBox3.TabIndex = 0;
            groupBox3.TabStop = false;
            groupBox3.Text = "Shader Viewer";
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 2;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel4.Controls.Add(this.ShaderViewer_FriendlyNaming, 1, 0);
            this.tableLayoutPanel4.Controls.Add(label12, 0, 0);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(361, 285);
            this.tableLayoutPanel4.TabIndex = 1;
            // 
            // ShaderViewer_FriendlyNaming
            // 
            this.ShaderViewer_FriendlyNaming.AutoSize = true;
            this.ShaderViewer_FriendlyNaming.Location = new System.Drawing.Point(291, 3);
            this.ShaderViewer_FriendlyNaming.Name = "ShaderViewer_FriendlyNaming";
            this.ShaderViewer_FriendlyNaming.Size = new System.Drawing.Size(15, 14);
            this.ShaderViewer_FriendlyNaming.TabIndex = 0;
            this.toolTip.SetToolTip(this.ShaderViewer_FriendlyNaming, "In disassembly view, rename constant registers to their names from shader reflect" +
        "ion data");
            this.ShaderViewer_FriendlyNaming.UseVisualStyleBackColor = true;
            this.ShaderViewer_FriendlyNaming.CheckedChanged += new System.EventHandler(this.friendlyRegName_CheckedChanged);
            // 
            // label12
            // 
            label12.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)));
            label12.AutoSize = true;
            label12.Location = new System.Drawing.Point(3, 3);
            label12.Margin = new System.Windows.Forms.Padding(3);
            label12.Name = "label12";
            label12.Size = new System.Drawing.Size(282, 14);
            label12.TabIndex = 6;
            label12.Text = "Rename disassembly registers";
            label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // eventTab
            // 
            this.eventTab.Controls.Add(groupBox4);
            this.eventTab.Location = new System.Drawing.Point(23, 4);
            this.eventTab.Name = "eventTab";
            this.eventTab.Padding = new System.Windows.Forms.Padding(3);
            this.eventTab.Size = new System.Drawing.Size(373, 310);
            this.eventTab.TabIndex = 3;
            this.eventTab.Text = "Event Browser";
            this.eventTab.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            groupBox4.Controls.Add(this.tableLayoutPanel5);
            groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox4.Location = new System.Drawing.Point(3, 3);
            groupBox4.Name = "groupBox4";
            groupBox4.Size = new System.Drawing.Size(367, 304);
            groupBox4.TabIndex = 1;
            groupBox4.TabStop = false;
            groupBox4.Text = "Event Browser";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 2;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel5.Controls.Add(label8, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.EventBrowser_TimeUnit, 1, 0);
            this.tableLayoutPanel5.Controls.Add(label9, 0, 1);
            this.tableLayoutPanel5.Controls.Add(this.EventBrowser_HideEmpty, 1, 1);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 3;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(361, 285);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // label8
            // 
            label8.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)));
            label8.AutoSize = true;
            label8.Location = new System.Drawing.Point(3, 3);
            label8.Margin = new System.Windows.Forms.Padding(3);
            label8.Name = "label8";
            label8.Size = new System.Drawing.Size(282, 21);
            label8.TabIndex = 3;
            label8.Text = "Time unit used for event browser timings";
            label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EventBrowser_TimeUnit
            // 
            this.EventBrowser_TimeUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.EventBrowser_TimeUnit.FormattingEnabled = true;
            this.EventBrowser_TimeUnit.Location = new System.Drawing.Point(291, 3);
            this.EventBrowser_TimeUnit.Name = "EventBrowser_TimeUnit";
            this.EventBrowser_TimeUnit.Size = new System.Drawing.Size(67, 21);
            this.EventBrowser_TimeUnit.TabIndex = 1;
            this.toolTip.SetToolTip(this.EventBrowser_TimeUnit, "The time unit to use when displaying the duration column in the event browser");
            this.EventBrowser_TimeUnit.SelectionChangeCommitted += new System.EventHandler(this.EventBrowser_TimeUnit_SelectionChangeCommitted);
            // 
            // label9
            // 
            label9.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)));
            label9.AutoSize = true;
            label9.Location = new System.Drawing.Point(3, 30);
            label9.Margin = new System.Windows.Forms.Padding(3);
            label9.Name = "label9";
            label9.Size = new System.Drawing.Size(282, 14);
            label9.TabIndex = 7;
            label9.Text = "Hide empty marker sections (requires log reload)";
            label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EventBrowser_HideEmpty
            // 
            this.EventBrowser_HideEmpty.AutoSize = true;
            this.EventBrowser_HideEmpty.Location = new System.Drawing.Point(291, 30);
            this.EventBrowser_HideEmpty.Name = "EventBrowser_HideEmpty";
            this.EventBrowser_HideEmpty.Size = new System.Drawing.Size(15, 14);
            this.EventBrowser_HideEmpty.TabIndex = 8;
            this.toolTip.SetToolTip(this.EventBrowser_HideEmpty, "In the Event Browser and Timeline Bar, marker sections that contain no API calls " +
        "or drawcalls will be completely removed");
            this.EventBrowser_HideEmpty.UseVisualStyleBackColor = true;
            this.EventBrowser_HideEmpty.CheckedChanged += new System.EventHandler(this.EventBrowser_HideEmpty_CheckedChanged);
            // 
            // pagesTree
            // 
            this.pagesTree.AlwaysDisplayVScroll = true;
            treeListColumn1.AutoSize = true;
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 50;
            this.pagesTree.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1});
            this.pagesTree.ColumnsOptions.HeaderHeight = 1;
            this.pagesTree.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.pagesTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pagesTree.Location = new System.Drawing.Point(3, 3);
            this.pagesTree.MultiSelect = false;
            this.pagesTree.Name = "pagesTree";
            this.pagesTree.RowOptions.ShowHeader = false;
            this.pagesTree.Size = new System.Drawing.Size(168, 318);
            this.pagesTree.TabIndex = 1;
            this.pagesTree.ViewOptions.ShowGridLines = false;
            this.pagesTree.ViewOptions.ShowLine = false;
            this.pagesTree.ViewOptions.ShowPlusMinus = false;
            this.pagesTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.pagesTree_AfterSelect);
            // 
            // ok
            // 
            this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ok.Location = new System.Drawing.Point(502, 327);
            this.ok.Name = "ok";
            this.ok.Size = new System.Drawing.Size(75, 23);
            this.ok.TabIndex = 2;
            this.ok.Text = "OK";
            this.ok.UseVisualStyleBackColor = true;
            this.ok.Click += new System.EventHandler(this.ok_Click);
            // 
            // label11
            // 
            label11.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)));
            label11.AutoSize = true;
            label11.Location = new System.Drawing.Point(3, 162);
            label11.Name = "label11";
            label11.Size = new System.Drawing.Size(259, 29);
            label11.TabIndex = 14;
            label11.Text = "Directory for temporary capture files";
            label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(label11, "Changes the directory where capture files are saved after being created, until sa" +
        "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
            // 
            // browseCaptureDirectory
            // 
            this.browseCaptureDirectory.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.browseCaptureDirectory.Location = new System.Drawing.Point(268, 165);
            this.browseCaptureDirectory.Name = "browseCaptureDirectory";
            this.browseCaptureDirectory.Size = new System.Drawing.Size(90, 23);
            this.browseCaptureDirectory.TabIndex = 15;
            this.browseCaptureDirectory.Text = "Browse";
            this.toolTip.SetToolTip(this.browseCaptureDirectory, "Changes the directory where capture files are saved after being created, until sa" +
        "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
            this.browseCaptureDirectory.UseVisualStyleBackColor = true;
            this.browseCaptureDirectory.Click += new System.EventHandler(this.browseCaptureDirectory_Click);
            // 
            // browserCaptureDialog
            // 
            this.browserCaptureDialog.RootFolder = System.Environment.SpecialFolder.MyComputer;
            // 
            // SettingsDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(580, 353);
            this.Controls.Add(tableLayoutPanel1);
            this.MinimumSize = new System.Drawing.Size(500, 300);
            this.Name = "SettingsDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "SettingsForm";
            tableLayoutPanel1.ResumeLayout(false);
            this.settingsTabs.ResumeLayout(false);
            this.generalTab.ResumeLayout(false);
            groupBox1.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).EndInit();
            this.texViewTab.ResumeLayout(false);
            groupBox2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            this.shadViewTab.ResumeLayout(false);
            groupBox3.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            this.eventTab.ResumeLayout(false);
            groupBox4.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).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()
 {
     this.components = new System.ComponentModel.Container();
     TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Event", "Event");
     TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("Before", "");
     TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("BeforeCol", "");
     TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("After", "");
     TreelistView.TreeListColumn treeListColumn5 = new TreelistView.TreeListColumn("AfterCol", "");
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.events            = new TreelistView.TreeListView();
     this.historyContext    = new System.Windows.Forms.Label();
     this.eventsHidden      = new System.Windows.Forms.Label();
     this.rightclickMenu    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.hideFailedEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.debugToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.jumpToPrimitiveMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.events)).BeginInit();
     this.rightclickMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.events, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.historyContext, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.eventsHidden, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(386, 478);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // events
     //
     treeListColumn1.AutoSize                 = true;
     treeListColumn1.AutoSizeMinSize          = 20;
     treeListColumn1.CellFormat.Padding       = new System.Windows.Forms.Padding(4);
     treeListColumn1.CellFormat.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     treeListColumn1.Width           = 100;
     treeListColumn2.AutoSizeMinSize = 20;
     treeListColumn2.Width           = 70;
     treeListColumn3.AutoSizeMinSize = 17;
     treeListColumn3.Width           = 17;
     treeListColumn4.AutoSizeMinSize = 20;
     treeListColumn4.Width           = 70;
     treeListColumn5.AutoSizeMinSize = 17;
     treeListColumn5.Width           = 17;
     this.events.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3,
         treeListColumn4,
         treeListColumn5
     });
     this.events.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.events.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.events.Location              = new System.Drawing.Point(3, 68);
     this.events.MultiSelect           = false;
     this.events.Name                  = "events";
     this.events.RowOptions.ItemHeight = 120;
     this.events.RowOptions.ShowHeader = false;
     this.events.Size                  = new System.Drawing.Size(380, 407);
     this.events.TabIndex              = 1;
     this.events.Text                  = "History Events";
     this.events.ViewOptions.ShowLine  = false;
     this.events.NodeDoubleClicked    += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.events_NodeDoubleClicked);
     this.events.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.events_MouseClick);
     //
     // historyContext
     //
     this.historyContext.AutoSize = true;
     this.historyContext.Location = new System.Drawing.Point(3, 0);
     this.historyContext.Name     = "historyContext";
     this.historyContext.Size     = new System.Drawing.Size(378, 52);
     this.historyContext.TabIndex = 2;
     this.historyContext.Text     = "***code overwritten preview*** Preview colours displayed in visible range {min} -" +
                                    " {max} with {red, blue, green} channels.\r\n\r\nRight click to debug an event, hi" +
                                    "de failed events, or jump to the modification's primitive in the mesh view.";
     //
     // eventsHidden
     //
     this.eventsHidden.AutoSize  = true;
     this.eventsHidden.ForeColor = System.Drawing.Color.Red;
     this.eventsHidden.Location  = new System.Drawing.Point(3, 52);
     this.eventsHidden.Name      = "eventsHidden";
     this.eventsHidden.Size      = new System.Drawing.Size(92, 13);
     this.eventsHidden.TabIndex  = 3;
     this.eventsHidden.Text      = "events are hidden";
     //
     // rightclickMenu
     //
     this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hideFailedEventsToolStripMenuItem,
         this.jumpToPrimitiveMenuItem,
         this.debugToolStripMenuItem
     });
     this.rightclickMenu.Name = "rightclickMenu";
     this.rightclickMenu.Size = new System.Drawing.Size(161, 92);
     //
     // hideFailedEventsToolStripMenuItem
     //
     this.hideFailedEventsToolStripMenuItem.CheckOnClick    = true;
     this.hideFailedEventsToolStripMenuItem.Name            = "hideFailedEventsToolStripMenuItem";
     this.hideFailedEventsToolStripMenuItem.Size            = new System.Drawing.Size(160, 22);
     this.hideFailedEventsToolStripMenuItem.Text            = "&Hide failed events";
     this.hideFailedEventsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.hideFailedEventsToolStripMenuItem_CheckedChanged);
     //
     // debugToolStripMenuItem
     //
     this.debugToolStripMenuItem.Name   = "debugToolStripMenuItem";
     this.debugToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.debugToolStripMenuItem.Text   = "&Debug pixel";
     this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
     //
     // jumpToPrimitiveMenuItem
     //
     this.jumpToPrimitiveMenuItem.Name   = "jumpToPrimitiveMenuItem";
     this.jumpToPrimitiveMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.jumpToPrimitiveMenuItem.Text   = "Jump to Primitive";
     this.jumpToPrimitiveMenuItem.Click += new System.EventHandler(this.jumpToPrimitiveMenuItem_Click);
     //
     // PixelHistoryView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(386, 478);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "PixelHistoryView";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockRight;
     this.Text        = "Pixel History";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PixelHistoryView_FormClosed);
     this.Enter      += new System.EventHandler(this.PixelHistoryView_Enter);
     this.Leave      += new System.EventHandler(this.PixelHistoryView_Leave);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.events)).EndInit();
     this.rightclickMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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();
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("Value", "Value");
            TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn5 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn6 = new TreelistView.TreeListColumn("Value", "Value");
            WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
            WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShaderViewer));
            TreelistView.TreeListColumn treeListColumn7 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn8 = new TreelistView.TreeListColumn("Index", "Index");
            TreelistView.TreeListColumn treeListColumn9 = new TreelistView.TreeListColumn("Reg", "Reg");
            TreelistView.TreeListColumn treeListColumn10 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn11 = new TreelistView.TreeListColumn("SysValue", "SysValue");
            TreelistView.TreeListColumn treeListColumn12 = new TreelistView.TreeListColumn("Mask", "Mask");
            TreelistView.TreeListColumn treeListColumn13 = new TreelistView.TreeListColumn("Used", "Used");
            TreelistView.TreeListColumn treeListColumn14 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn15 = new TreelistView.TreeListColumn("Index", "Index");
            TreelistView.TreeListColumn treeListColumn16 = new TreelistView.TreeListColumn("Reg", "Reg");
            TreelistView.TreeListColumn treeListColumn17 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn18 = new TreelistView.TreeListColumn("SysValue", "SysValue");
            TreelistView.TreeListColumn treeListColumn19 = new TreelistView.TreeListColumn("Mask", "Mask");
            TreelistView.TreeListColumn treeListColumn20 = new TreelistView.TreeListColumn("Unused", "Unused");
            this.variableBox = new System.Windows.Forms.GroupBox();
            this.variableRegs = new TreelistView.TreeListView();
            this.constantBox = new System.Windows.Forms.GroupBox();
            this.constantRegs = new TreelistView.TreeListView();
            this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
            this.showWindows = new System.Windows.Forms.ToolStripDropDownButton();
            this.autosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resourcesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.watchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.debuggingStrip = new System.Windows.Forms.ToolStrip();
            this.stepBack = new System.Windows.Forms.ToolStripButton();
            this.stepNext = new System.Windows.Forms.ToolStripButton();
            this.runToCursor = new System.Windows.Forms.ToolStripButton();
            this.runBack = new System.Windows.Forms.ToolStripButton();
            this.run = new System.Windows.Forms.ToolStripButton();
            this.displayInts = new System.Windows.Forms.ToolStripButton();
            this.displayFloats = new System.Windows.Forms.ToolStripButton();
            this.mainLayout = new System.Windows.Forms.TableLayoutPanel();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.editStrip = new System.Windows.Forms.ToolStrip();
            this.saveButton = new System.Windows.Forms.ToolStripButton();
            this.snippetDropDown = new System.Windows.Forms.ToolStripDropDownButton();
            this.textureDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectedMipGlobalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.textureTypeGlobalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pointLinearSamplersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.textureResourcesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.findinall = new System.Windows.Forms.ToolStripButton();
            this.errorsBox = new System.Windows.Forms.GroupBox();
            this.errors = new System.Windows.Forms.TextBox();
            this.inSigBox = new System.Windows.Forms.GroupBox();
            this.inSig = new TreelistView.TreeListView();
            this.outSigBox = new System.Windows.Forms.GroupBox();
            this.outSig = new TreelistView.TreeListView();
            this.watchBox = new System.Windows.Forms.GroupBox();
            this.watchRegs = new System.Windows.Forms.ListView();
            this.VarName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.Value = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.variableHover = new System.Windows.Forms.ToolTip(this.components);
            this.hoverTimer = new System.Windows.Forms.Timer(this.components);
            this.selectedSliceFaceGlobalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.selectedSampleGlobalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.variableBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.variableRegs)).BeginInit();
            this.constantBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.constantRegs)).BeginInit();
            this.debuggingStrip.SuspendLayout();
            this.mainLayout.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.editStrip.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.errorsBox.SuspendLayout();
            this.inSigBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.inSig)).BeginInit();
            this.outSigBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.outSig)).BeginInit();
            this.watchBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // variableBox
            // 
            this.variableBox.Controls.Add(this.variableRegs);
            this.variableBox.Location = new System.Drawing.Point(241, 330);
            this.variableBox.Name = "variableBox";
            this.variableBox.Size = new System.Drawing.Size(189, 188);
            this.variableBox.TabIndex = 6;
            this.variableBox.TabStop = false;
            this.variableBox.Text = "Variable Registers";
            // 
            // variableRegs
            // 
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 105;
            treeListColumn2.AutoSizeMinSize = 0;
            treeListColumn2.Width = 57;
            treeListColumn3.AutoSize = true;
            treeListColumn3.AutoSizeMinSize = 0;
            treeListColumn3.Width = 183;
            this.variableRegs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3});
            this.variableRegs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.variableRegs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.variableRegs.Location = new System.Drawing.Point(3, 16);
            this.variableRegs.MultiSelect = false;
            this.variableRegs.Name = "variableRegs";
            this.variableRegs.RowOptions.ShowHeader = false;
            this.variableRegs.Size = new System.Drawing.Size(183, 169);
            this.variableRegs.TabIndex = 1;
            this.variableRegs.Text = "treeListView1";
            this.variableRegs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.regsList_KeyDown);
            this.variableRegs.Leave += new System.EventHandler(this.regsList_Leave);
            this.variableRegs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.regsList_MouseMove);
            // 
            // constantBox
            // 
            this.constantBox.Controls.Add(this.constantRegs);
            this.constantBox.Location = new System.Drawing.Point(3, 330);
            this.constantBox.Name = "constantBox";
            this.constantBox.Size = new System.Drawing.Size(232, 190);
            this.constantBox.TabIndex = 7;
            this.constantBox.TabStop = false;
            this.constantBox.Text = "Constants && Resources";
            // 
            // constantRegs
            // 
            treeListColumn4.AutoSizeMinSize = 0;
            treeListColumn4.Width = 109;
            treeListColumn5.AutoSizeMinSize = 0;
            treeListColumn5.Width = 57;
            treeListColumn6.AutoSize = true;
            treeListColumn6.AutoSizeMinSize = 0;
            treeListColumn6.Width = 180;
            this.constantRegs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn4,
            treeListColumn5,
            treeListColumn6});
            this.constantRegs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.constantRegs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.constantRegs.Location = new System.Drawing.Point(3, 16);
            this.constantRegs.MultiSelect = false;
            this.constantRegs.Name = "constantRegs";
            this.constantRegs.RowOptions.ShowHeader = false;
            this.constantRegs.Size = new System.Drawing.Size(226, 171);
            this.constantRegs.TabIndex = 0;
            this.constantRegs.Text = "treeListView1";
            this.constantRegs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.regsList_KeyDown);
            this.constantRegs.Leave += new System.EventHandler(this.regsList_Leave);
            this.constantRegs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.regsList_MouseMove);
            // 
            // dockPanel
            // 
            this.dockPanel.DefaultFloatWindowSize = new System.Drawing.Size(800, 500);
            this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlDark;
            this.dockPanel.DockBottomPortion = 0.33D;
            this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
            this.dockPanel.Location = new System.Drawing.Point(3, 34);
            this.dockPanel.Name = "dockPanel";
            this.dockPanel.Size = new System.Drawing.Size(424, 285);
            dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
            dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
            autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
            tabGradient1.EndColor = System.Drawing.SystemColors.Control;
            tabGradient1.StartColor = System.Drawing.SystemColors.Control;
            tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
            autoHideStripSkin1.TabGradient = tabGradient1;
            autoHideStripSkin1.TextFont = new System.Drawing.Font("Tahoma", 8.25F);
            dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
            tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
            tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
            tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
            dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
            dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
            dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
            tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
            tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
            tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
            dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
            dockPaneStripSkin1.TextFont = new System.Drawing.Font("Tahoma", 8.25F);
            tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
            tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
            tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
            dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
            tabGradient5.EndColor = System.Drawing.SystemColors.Control;
            tabGradient5.StartColor = System.Drawing.SystemColors.Control;
            tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
            dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
            dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
            dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
            dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
            tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
            tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
            tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
            dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
            tabGradient7.EndColor = System.Drawing.Color.Transparent;
            tabGradient7.StartColor = System.Drawing.Color.Transparent;
            tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
            dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
            dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
            dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
            this.dockPanel.Skin = dockPanelSkin1;
            this.dockPanel.TabIndex = 2;
            // 
            // showWindows
            // 
            this.showWindows.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.showWindows.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.autosToolStripMenuItem,
            this.resourcesToolStripMenuItem,
            this.watchToolStripMenuItem});
            this.showWindows.Image = global::renderdocui.Properties.Resources.new_window;
            this.showWindows.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showWindows.Name = "showWindows";
            this.showWindows.Size = new System.Drawing.Size(29, 22);
            this.showWindows.Text = "Show Windows";
            this.showWindows.ToolTipText = "Show Window";
            // 
            // autosToolStripMenuItem
            // 
            this.autosToolStripMenuItem.Name = "autosToolStripMenuItem";
            this.autosToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.autosToolStripMenuItem.Text = "Autos";
            this.autosToolStripMenuItem.Click += new System.EventHandler(this.autosToolStripMenuItem_Click);
            // 
            // resourcesToolStripMenuItem
            // 
            this.resourcesToolStripMenuItem.Name = "resourcesToolStripMenuItem";
            this.resourcesToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.resourcesToolStripMenuItem.Text = "Resources";
            // 
            // watchToolStripMenuItem
            // 
            this.watchToolStripMenuItem.Name = "watchToolStripMenuItem";
            this.watchToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.watchToolStripMenuItem.Text = "Watch";
            this.watchToolStripMenuItem.Click += new System.EventHandler(this.watchToolStripMenuItem_Click);
            // 
            // debuggingStrip
            // 
            this.debuggingStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.debuggingStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.debuggingStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.stepBack,
            this.stepNext,
            this.runToCursor,
            this.runBack,
            this.run,
            this.showWindows,
            this.displayInts,
            this.displayFloats});
            this.debuggingStrip.Location = new System.Drawing.Point(0, 0);
            this.debuggingStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.debuggingStrip.Name = "debuggingStrip";
            this.debuggingStrip.Size = new System.Drawing.Size(203, 25);
            this.debuggingStrip.TabIndex = 0;
            this.debuggingStrip.Text = "Debugging";
            // 
            // stepBack
            // 
            this.stepBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.stepBack.Image = global::renderdocui.Properties.Resources.stepprev;
            this.stepBack.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.stepBack.Name = "stepBack";
            this.stepBack.Size = new System.Drawing.Size(23, 22);
            this.stepBack.Text = "Step Back";
            this.stepBack.ToolTipText = "Step Back (Shift-F10)";
            this.stepBack.Click += new System.EventHandler(this.stepBack_Click);
            // 
            // stepNext
            // 
            this.stepNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.stepNext.Image = global::renderdocui.Properties.Resources.stepnext;
            this.stepNext.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.stepNext.Name = "stepNext";
            this.stepNext.Size = new System.Drawing.Size(23, 22);
            this.stepNext.Text = "Step Next";
            this.stepNext.ToolTipText = "Step Next (F10)";
            this.stepNext.Click += new System.EventHandler(this.stepNext_Click);
            // 
            // runToCursor
            // 
            this.runToCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.runToCursor.Image = global::renderdocui.Properties.Resources.runcursor;
            this.runToCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runToCursor.Name = "runToCursor";
            this.runToCursor.Size = new System.Drawing.Size(23, 22);
            this.runToCursor.Text = "Run to Cursor";
            this.runToCursor.ToolTipText = "Run to Cursor (Ctrl-F10)";
            this.runToCursor.Click += new System.EventHandler(this.runToCursor_Click);
            // 
            // runBack
            // 
            this.runBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.runBack.Image = global::renderdocui.Properties.Resources.runback;
            this.runBack.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runBack.Name = "runBack";
            this.runBack.Size = new System.Drawing.Size(23, 22);
            this.runBack.Text = "Run Backwards";
            this.runBack.ToolTipText = "Run Backwards";
            this.runBack.Click += new System.EventHandler(this.runBack_Click);
            // 
            // run
            // 
            this.run.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.run.Image = global::renderdocui.Properties.Resources.runfwd;
            this.run.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.run.Name = "run";
            this.run.Size = new System.Drawing.Size(23, 22);
            this.run.Text = "Run";
            this.run.ToolTipText = "Run (F5)";
            this.run.Click += new System.EventHandler(this.run_Click);
            // 
            // displayInts
            // 
            this.displayInts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.displayInts.Image = ((System.Drawing.Image)(resources.GetObject("displayInts.Image")));
            this.displayInts.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.displayInts.Name = "displayInts";
            this.displayInts.Size = new System.Drawing.Size(23, 22);
            this.displayInts.Text = "int";
            this.displayInts.Click += new System.EventHandler(this.displayInts_Click);
            // 
            // displayFloats
            // 
            this.displayFloats.Checked = true;
            this.displayFloats.CheckState = System.Windows.Forms.CheckState.Checked;
            this.displayFloats.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.displayFloats.Image = ((System.Drawing.Image)(resources.GetObject("displayFloats.Image")));
            this.displayFloats.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.displayFloats.Name = "displayFloats";
            this.displayFloats.Size = new System.Drawing.Size(33, 22);
            this.displayFloats.Text = "float";
            this.displayFloats.Click += new System.EventHandler(this.displayFloats_Click);
            // 
            // mainLayout
            // 
            this.mainLayout.ColumnCount = 1;
            this.mainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainLayout.Controls.Add(this.flowLayoutPanel1, 0, 0);
            this.mainLayout.Controls.Add(this.dockPanel, 0, 1);
            this.mainLayout.Location = new System.Drawing.Point(3, 2);
            this.mainLayout.Name = "mainLayout";
            this.mainLayout.RowCount = 2;
            this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainLayout.Size = new System.Drawing.Size(430, 322);
            this.mainLayout.TabIndex = 8;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.AutoSize = true;
            this.flowLayoutPanel1.Controls.Add(this.debuggingStrip);
            this.flowLayoutPanel1.Controls.Add(this.editStrip);
            this.flowLayoutPanel1.Controls.Add(this.toolStrip1);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(424, 25);
            this.flowLayoutPanel1.TabIndex = 0;
            // 
            // editStrip
            // 
            this.editStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.editStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveButton,
            this.snippetDropDown});
            this.editStrip.Location = new System.Drawing.Point(215, 0);
            this.editStrip.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
            this.editStrip.Name = "editStrip";
            this.editStrip.Size = new System.Drawing.Size(86, 25);
            this.editStrip.TabIndex = 2;
            this.editStrip.Text = "editStrip";
            // 
            // saveButton
            // 
            this.saveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveButton.Image = global::renderdocui.Properties.Resources.save;
            this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(23, 22);
            this.saveButton.Text = "Save Changes";
            this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
            // 
            // snippetDropDown
            // 
            this.snippetDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.snippetDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.textureDimensionsToolStripMenuItem,
            this.selectedMipGlobalToolStripMenuItem,
            this.selectedSliceFaceGlobalToolStripMenuItem,
            this.selectedSampleGlobalToolStripMenuItem,
            this.textureTypeGlobalToolStripMenuItem,
            this.toolStripSeparator1,
            this.pointLinearSamplersToolStripMenuItem,
            this.textureResourcesToolStripMenuItem});
            this.snippetDropDown.Image = global::renderdocui.Properties.Resources.plugin_add;
            this.snippetDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.snippetDropDown.Name = "snippetDropDown";
            this.snippetDropDown.Size = new System.Drawing.Size(29, 22);
            this.snippetDropDown.Text = "Insert Code Snippet";
            // 
            // textureDimensionsToolStripMenuItem
            // 
            this.textureDimensionsToolStripMenuItem.Name = "textureDimensionsToolStripMenuItem";
            this.textureDimensionsToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.textureDimensionsToolStripMenuItem.Text = "Texture Dimensions Global";
            this.textureDimensionsToolStripMenuItem.Click += new System.EventHandler(this.textureDimensionsToolStripMenuItem_Click);
            // 
            // selectedMipGlobalToolStripMenuItem
            // 
            this.selectedMipGlobalToolStripMenuItem.Name = "selectedMipGlobalToolStripMenuItem";
            this.selectedMipGlobalToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.selectedMipGlobalToolStripMenuItem.Text = "Selected Mip Global";
            this.selectedMipGlobalToolStripMenuItem.Click += new System.EventHandler(this.selectedMipGlobalToolStripMenuItem_Click);
            // 
            // textureTypeGlobalToolStripMenuItem
            // 
            this.textureTypeGlobalToolStripMenuItem.Name = "textureTypeGlobalToolStripMenuItem";
            this.textureTypeGlobalToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.textureTypeGlobalToolStripMenuItem.Text = "Texture Type Global";
            this.textureTypeGlobalToolStripMenuItem.Click += new System.EventHandler(this.textureTypeGlobalToolStripMenuItem_Click);
            // 
            // pointLinearSamplersToolStripMenuItem
            // 
            this.pointLinearSamplersToolStripMenuItem.Name = "pointLinearSamplersToolStripMenuItem";
            this.pointLinearSamplersToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.pointLinearSamplersToolStripMenuItem.Text = "Point && Linear Samplers";
            this.pointLinearSamplersToolStripMenuItem.Click += new System.EventHandler(this.pointLinearSamplersToolStripMenuItem_Click);
            // 
            // textureResourcesToolStripMenuItem
            // 
            this.textureResourcesToolStripMenuItem.Name = "textureResourcesToolStripMenuItem";
            this.textureResourcesToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.textureResourcesToolStripMenuItem.Text = "Texture Resources";
            this.textureResourcesToolStripMenuItem.Click += new System.EventHandler(this.textureResourcesToolStripMenuItem_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.findinall});
            this.toolStrip1.Location = new System.Drawing.Point(313, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(33, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // findinall
            // 
            this.findinall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.findinall.Image = global::renderdocui.Properties.Resources.find;
            this.findinall.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findinall.Name = "findinall";
            this.findinall.Size = new System.Drawing.Size(23, 22);
            this.findinall.Text = "Find In All Files";
            this.findinall.Click += new System.EventHandler(this.findinall_Click);
            // 
            // errorsBox
            // 
            this.errorsBox.Controls.Add(this.errors);
            this.errorsBox.Location = new System.Drawing.Point(439, 5);
            this.errorsBox.Name = "errorsBox";
            this.errorsBox.Size = new System.Drawing.Size(202, 141);
            this.errorsBox.TabIndex = 9;
            this.errorsBox.TabStop = false;
            this.errorsBox.Text = "Errors && Warnings";
            // 
            // errors
            // 
            this.errors.BackColor = System.Drawing.SystemColors.Window;
            this.errors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.errors.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.errors.Location = new System.Drawing.Point(3, 16);
            this.errors.Multiline = true;
            this.errors.Name = "errors";
            this.errors.ReadOnly = true;
            this.errors.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.errors.Size = new System.Drawing.Size(196, 122);
            this.errors.TabIndex = 0;
            // 
            // inSigBox
            // 
            this.inSigBox.Controls.Add(this.inSig);
            this.inSigBox.Location = new System.Drawing.Point(442, 152);
            this.inSigBox.Name = "inSigBox";
            this.inSigBox.Size = new System.Drawing.Size(458, 188);
            this.inSigBox.TabIndex = 7;
            this.inSigBox.TabStop = false;
            this.inSigBox.Text = "Input Signature";
            // 
            // inSig
            // 
            treeListColumn7.AutoSize = true;
            treeListColumn7.AutoSizeMinSize = 20;
            treeListColumn7.Width = 100;
            treeListColumn8.AutoSizeMinSize = 10;
            treeListColumn8.Width = 50;
            treeListColumn9.AutoSizeMinSize = 10;
            treeListColumn9.Width = 50;
            treeListColumn10.AutoSizeMinSize = 20;
            treeListColumn10.Width = 60;
            treeListColumn11.AutoSizeMinSize = 15;
            treeListColumn11.Width = 75;
            treeListColumn12.AutoSizeMinSize = 15;
            treeListColumn12.Width = 50;
            treeListColumn13.AutoSizeMinSize = 15;
            treeListColumn13.Width = 50;
            this.inSig.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn7,
            treeListColumn8,
            treeListColumn9,
            treeListColumn10,
            treeListColumn11,
            treeListColumn12,
            treeListColumn13});
            this.inSig.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.inSig.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inSig.Location = new System.Drawing.Point(3, 16);
            this.inSig.MultiSelect = false;
            this.inSig.Name = "inSig";
            this.inSig.RowOptions.ShowHeader = false;
            this.inSig.Size = new System.Drawing.Size(452, 169);
            this.inSig.TabIndex = 1;
            this.inSig.Text = "Input Signature";
            this.inSig.ViewOptions.ShowLine = false;
            this.inSig.ViewOptions.ShowPlusMinus = false;
            // 
            // outSigBox
            // 
            this.outSigBox.Controls.Add(this.outSig);
            this.outSigBox.Location = new System.Drawing.Point(442, 346);
            this.outSigBox.Name = "outSigBox";
            this.outSigBox.Size = new System.Drawing.Size(458, 172);
            this.outSigBox.TabIndex = 8;
            this.outSigBox.TabStop = false;
            this.outSigBox.Text = "Output Signature";
            // 
            // outSig
            // 
            treeListColumn14.AutoSize = true;
            treeListColumn14.AutoSizeMinSize = 20;
            treeListColumn14.Width = 100;
            treeListColumn15.AutoSizeMinSize = 10;
            treeListColumn15.Width = 50;
            treeListColumn16.AutoSizeMinSize = 10;
            treeListColumn16.Width = 50;
            treeListColumn17.AutoSizeMinSize = 20;
            treeListColumn17.Width = 60;
            treeListColumn18.AutoSizeMinSize = 15;
            treeListColumn18.Width = 75;
            treeListColumn19.AutoSizeMinSize = 15;
            treeListColumn19.Width = 50;
            treeListColumn20.AutoSizeMinSize = 15;
            treeListColumn20.Width = 50;
            this.outSig.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn14,
            treeListColumn15,
            treeListColumn16,
            treeListColumn17,
            treeListColumn18,
            treeListColumn19,
            treeListColumn20});
            this.outSig.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.outSig.Dock = System.Windows.Forms.DockStyle.Fill;
            this.outSig.Location = new System.Drawing.Point(3, 16);
            this.outSig.MultiSelect = false;
            this.outSig.Name = "outSig";
            this.outSig.RowOptions.ShowHeader = false;
            this.outSig.Size = new System.Drawing.Size(452, 153);
            this.outSig.TabIndex = 1;
            this.outSig.Text = "Output Signature";
            this.outSig.ViewOptions.ShowLine = false;
            this.outSig.ViewOptions.ShowPlusMinus = false;
            // 
            // watchBox
            // 
            this.watchBox.Controls.Add(this.watchRegs);
            this.watchBox.Location = new System.Drawing.Point(647, 5);
            this.watchBox.Name = "watchBox";
            this.watchBox.Size = new System.Drawing.Size(250, 141);
            this.watchBox.TabIndex = 10;
            this.watchBox.TabStop = false;
            this.watchBox.Text = "Watch";
            // 
            // watchRegs
            // 
            this.watchRegs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.watchRegs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.VarName,
            this.Type,
            this.Value});
            this.watchRegs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.watchRegs.FullRowSelect = true;
            this.watchRegs.GridLines = true;
            this.watchRegs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.watchRegs.LabelEdit = true;
            this.watchRegs.Location = new System.Drawing.Point(3, 16);
            this.watchRegs.MultiSelect = false;
            this.watchRegs.Name = "watchRegs";
            this.watchRegs.Size = new System.Drawing.Size(244, 122);
            this.watchRegs.TabIndex = 0;
            this.watchRegs.UseCompatibleStateImageBehavior = false;
            this.watchRegs.View = System.Windows.Forms.View.Details;
            this.watchRegs.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.watchRegs_AfterLabelEdit);
            this.watchRegs.Click += new System.EventHandler(this.watchRegs_Click);
            this.watchRegs.DoubleClick += new System.EventHandler(this.watchRegs_DoubleClick);
            this.watchRegs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.regsList_KeyDown);
            this.watchRegs.KeyUp += new System.Windows.Forms.KeyEventHandler(this.watchRegs_KeyUp);
            this.watchRegs.Layout += new System.Windows.Forms.LayoutEventHandler(this.watchRegs_Layout);
            this.watchRegs.Leave += new System.EventHandler(this.regsList_Leave);
            this.watchRegs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.regsList_MouseMove);
            // 
            // VarName
            // 
            this.VarName.Text = "Name";
            // 
            // Type
            // 
            this.Type.Text = "Type";
            // 
            // Value
            // 
            this.Value.Text = "Value";
            // 
            // variableHover
            // 
            this.variableHover.AutoPopDelay = 5000;
            this.variableHover.InitialDelay = 1000;
            this.variableHover.OwnerDraw = true;
            this.variableHover.ReshowDelay = 100;
            this.variableHover.UseAnimation = false;
            this.variableHover.UseFading = false;
            this.variableHover.Draw += new System.Windows.Forms.DrawToolTipEventHandler(this.variableHover_Draw);
            this.variableHover.Popup += new System.Windows.Forms.PopupEventHandler(this.variableHover_Popup);
            // 
            // hoverTimer
            // 
            this.hoverTimer.Interval = 500;
            this.hoverTimer.Tick += new System.EventHandler(this.hoverTimer_Tick);
            // 
            // selectedSliceFaceGlobalToolStripMenuItem
            // 
            this.selectedSliceFaceGlobalToolStripMenuItem.Name = "selectedSliceFaceGlobalToolStripMenuItem";
            this.selectedSliceFaceGlobalToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.selectedSliceFaceGlobalToolStripMenuItem.Text = "Selected Array Slice / Cubemap Face Global";
            this.selectedSliceFaceGlobalToolStripMenuItem.Click += new System.EventHandler(this.selectedSliceFaceGlobalToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(279, 6);
            // 
            // selectedSampleGlobalToolStripMenuItem
            // 
            this.selectedSampleGlobalToolStripMenuItem.Name = "selectedSampleGlobalToolStripMenuItem";
            this.selectedSampleGlobalToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
            this.selectedSampleGlobalToolStripMenuItem.Text = "Selected Sample Global";
            this.selectedSampleGlobalToolStripMenuItem.Click += new System.EventHandler(this.selectedSampleGlobalToolStripMenuItem_Click);
            // 
            // ShaderViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(985, 521);
            this.Controls.Add(this.watchBox);
            this.Controls.Add(this.outSigBox);
            this.Controls.Add(this.inSigBox);
            this.Controls.Add(this.errorsBox);
            this.Controls.Add(this.mainLayout);
            this.Controls.Add(this.variableBox);
            this.Controls.Add(this.constantBox);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "ShaderViewer";
            this.Text = "ShaderViewer";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShaderViewer_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ShaderViewer_FormClosed);
            this.variableBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.variableRegs)).EndInit();
            this.constantBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.constantRegs)).EndInit();
            this.debuggingStrip.ResumeLayout(false);
            this.debuggingStrip.PerformLayout();
            this.mainLayout.ResumeLayout(false);
            this.mainLayout.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            this.editStrip.ResumeLayout(false);
            this.editStrip.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.errorsBox.ResumeLayout(false);
            this.errorsBox.PerformLayout();
            this.inSigBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.inSig)).EndInit();
            this.outSigBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.outSig)).EndInit();
            this.watchBox.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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.TableLayoutPanel toolstripTable;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("Stride", "Stride");
            TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("Offset", "Offset");
            TreelistView.TreeListColumn treeListColumn5 = new TreelistView.TreeListColumn("bytelen", "Buffer Byte Len");
            TreelistView.TreeListColumn treeListColumn6 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.GroupBox groupBox2;
            TreelistView.TreeListColumn treeListColumn7 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn8 = new TreelistView.TreeListColumn("Semantic Name", "Semantic");
            TreelistView.TreeListColumn treeListColumn9 = new TreelistView.TreeListColumn("Index", "Index");
            TreelistView.TreeListColumn treeListColumn10 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn11 = new TreelistView.TreeListColumn("Input Slot", "Input Slot");
            TreelistView.TreeListColumn treeListColumn12 = new TreelistView.TreeListColumn("Offset", "Offset");
            TreelistView.TreeListColumn treeListColumn13 = new TreelistView.TreeListColumn("Class", "Class");
            TreelistView.TreeListColumn treeListColumn14 = new TreelistView.TreeListColumn("Step Rate", "Step Rate");
            TreelistView.TreeListColumn treeListColumn15 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.GroupBox groupBox44;
            TreelistView.TreeListColumn treeListColumn16 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn17 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn18 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn19 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn20 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn21 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn22 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn23 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn24 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn25 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn26 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn27 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn28 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn29 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn30 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn31 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn32 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn33 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn34 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn35 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn36 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn37 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn38 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn39 = new TreelistView.TreeListColumn("VecOffset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn40 = new TreelistView.TreeListColumn("VecCount", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn41 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn42 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn43 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn44 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn45 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn46 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn47 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn48 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn49 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn50 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn51 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn52 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn53 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn54 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn55 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn56 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn57 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn58 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn59 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn60 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn61 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn62 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn63 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn64 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn65 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn66 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn67 = new TreelistView.TreeListColumn("Vec. Offset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn68 = new TreelistView.TreeListColumn("Vec. Count", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn69 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn70 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn71 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn72 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn73 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn74 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn75 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn76 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn77 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn78 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn79 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn80 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn81 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn82 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn83 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn84 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn85 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn86 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn87 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn88 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn89 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn90 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn91 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn92 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn93 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn94 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn95 = new TreelistView.TreeListColumn("Vec. Offset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn96 = new TreelistView.TreeListColumn("Vec. Count", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn97 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn98 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn99 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn100 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn101 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn102 = new TreelistView.TreeListColumn("Length", "Length");
            TreelistView.TreeListColumn treeListColumn103 = new TreelistView.TreeListColumn("Offset", "Offset");
            TreelistView.TreeListColumn treeListColumn104 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn105 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn106 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn107 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn108 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn109 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn110 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn111 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn112 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn113 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn114 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn115 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn116 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn117 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn118 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn119 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn120 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn121 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn122 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn123 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn124 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn125 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn126 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn127 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn128 = new TreelistView.TreeListColumn("Vec. Offset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn129 = new TreelistView.TreeListColumn("Vec. Count", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn130 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn131 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn132 = new TreelistView.TreeListColumn("Go", "Go");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GLPipelineStateViewer));
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.Label label17;
            TreelistView.TreeListColumn treeListColumn133 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn134 = new TreelistView.TreeListColumn("X", "X");
            TreelistView.TreeListColumn treeListColumn135 = new TreelistView.TreeListColumn("Y", "Y");
            TreelistView.TreeListColumn treeListColumn136 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn137 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn138 = new TreelistView.TreeListColumn("MinDepth", "MinDepth");
            TreelistView.TreeListColumn treeListColumn139 = new TreelistView.TreeListColumn("MaxDepth", "MaxDepth");
            System.Windows.Forms.GroupBox groupBox42;
            TreelistView.TreeListColumn treeListColumn140 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn141 = new TreelistView.TreeListColumn("X", "X");
            TreelistView.TreeListColumn treeListColumn142 = new TreelistView.TreeListColumn("Y", "Y");
            TreelistView.TreeListColumn treeListColumn143 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn144 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn145 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn146 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn147 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn148 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn149 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn150 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn151 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn152 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn153 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn154 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn155 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn156 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn157 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn158 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn159 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn160 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn161 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn162 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn163 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn164 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn165 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn166 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn167 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn168 = new TreelistView.TreeListColumn("Vec. Offset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn169 = new TreelistView.TreeListColumn("Vec. Count", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn170 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn171 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn172 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn173 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn174 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn175 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn176 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn177 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn178 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn179 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn180 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn181 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn182 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn183 = new TreelistView.TreeListColumn("Enabled", "Enabled");
            TreelistView.TreeListColumn treeListColumn184 = new TreelistView.TreeListColumn("Logic", "Logic");
            TreelistView.TreeListColumn treeListColumn185 = new TreelistView.TreeListColumn("Blend Src", "Blend Src");
            TreelistView.TreeListColumn treeListColumn186 = new TreelistView.TreeListColumn("Blend Dst", "Blend Dst");
            TreelistView.TreeListColumn treeListColumn187 = new TreelistView.TreeListColumn("Blend Op", "Blend Op");
            TreelistView.TreeListColumn treeListColumn188 = new TreelistView.TreeListColumn("Alpha Blend Src", "Alpha Blend Src");
            TreelistView.TreeListColumn treeListColumn189 = new TreelistView.TreeListColumn("Alpha Blend Dst", "Alpha Blend Dst");
            TreelistView.TreeListColumn treeListColumn190 = new TreelistView.TreeListColumn("Alpha Blend Op", "Alpha Blend Op");
            TreelistView.TreeListColumn treeListColumn191 = new TreelistView.TreeListColumn("Logic Op", "Logic Op");
            TreelistView.TreeListColumn treeListColumn192 = new TreelistView.TreeListColumn("Write Mask", "Write Mask");
            TreelistView.TreeListColumn treeListColumn193 = new TreelistView.TreeListColumn("Face", "Face");
            TreelistView.TreeListColumn treeListColumn194 = new TreelistView.TreeListColumn("Func", "Func");
            TreelistView.TreeListColumn treeListColumn195 = new TreelistView.TreeListColumn("Fail Op", "Fail Op");
            TreelistView.TreeListColumn treeListColumn196 = new TreelistView.TreeListColumn("Depth Fail Op", "Depth Fail Op");
            TreelistView.TreeListColumn treeListColumn197 = new TreelistView.TreeListColumn("Pass Op", "Pass Op");
            TreelistView.TreeListColumn treeListColumn198 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn199 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn200 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn201 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn202 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn203 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn204 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn205 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn206 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn207 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn208 = new TreelistView.TreeListColumn("Interface", "Interface");
            TreelistView.TreeListColumn treeListColumn209 = new TreelistView.TreeListColumn("Instance", "Instance");
            TreelistView.TreeListColumn treeListColumn210 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn211 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn212 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn213 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn214 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn215 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn216 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn217 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn218 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn219 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn220 = new TreelistView.TreeListColumn("Addressing", "Addressing");
            TreelistView.TreeListColumn treeListColumn221 = new TreelistView.TreeListColumn("Border", "Border");
            TreelistView.TreeListColumn treeListColumn222 = new TreelistView.TreeListColumn("Comparison", "Comparison");
            TreelistView.TreeListColumn treeListColumn223 = new TreelistView.TreeListColumn("Filter", "Filter");
            TreelistView.TreeListColumn treeListColumn224 = new TreelistView.TreeListColumn("Max Aniso", "Max Aniso");
            TreelistView.TreeListColumn treeListColumn225 = new TreelistView.TreeListColumn("Min LOD", "Min LOD");
            TreelistView.TreeListColumn treeListColumn226 = new TreelistView.TreeListColumn("Max LOD", "Max LOD");
            TreelistView.TreeListColumn treeListColumn227 = new TreelistView.TreeListColumn("Mip Bias", "Mip Bias");
            TreelistView.TreeListColumn treeListColumn228 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn229 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn230 = new TreelistView.TreeListColumn("Vec. Offset", "Vec. Offset");
            TreelistView.TreeListColumn treeListColumn231 = new TreelistView.TreeListColumn("Vec. Count", "Vec. Count");
            TreelistView.TreeListColumn treeListColumn232 = new TreelistView.TreeListColumn("Number of Variables", "Number of Variables");
            TreelistView.TreeListColumn treeListColumn233 = new TreelistView.TreeListColumn("Byte Size", "Byte Size");
            TreelistView.TreeListColumn treeListColumn234 = new TreelistView.TreeListColumn("Go", "Go");
            this.pipeFlow = new renderdocui.Controls.PipelineFlowchart();
            this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.showDisabledToolitem = new System.Windows.Forms.ToolStripButton();
            this.showEmptyToolitem = new System.Windows.Forms.ToolStripButton();
            this.stageTabControl = new renderdocui.Controls.TablessControl();
            this.tabVTX = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
            this.topologyDiagram = new System.Windows.Forms.PictureBox();
            this.topology = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.iabuffers = new TreelistView.TreeListView();
            this.inputLayouts = new TreelistView.TreeListView();
            this.meshView = new System.Windows.Forms.PictureBox();
            this.tabVS = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            this.vsShader = new System.Windows.Forms.Label();
            this.vsShaderCog = new System.Windows.Forms.PictureBox();
            this.vsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.vsClasses = new TreelistView.TreeListView();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.vsResources = new TreelistView.TreeListView();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.vsSamplers = new TreelistView.TreeListView();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.vsCBuffers = new TreelistView.TreeListView();
            this.tabTCS = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            this.tesShader = new System.Windows.Forms.Label();
            this.tesShaderCog = new System.Windows.Forms.PictureBox();
            this.hsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.tesClasses = new TreelistView.TreeListView();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.tesResources = new TreelistView.TreeListView();
            this.groupBox14 = new System.Windows.Forms.GroupBox();
            this.tesSamplers = new TreelistView.TreeListView();
            this.groupBox15 = new System.Windows.Forms.GroupBox();
            this.tesCBuffers = new TreelistView.TreeListView();
            this.tabTES = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox16 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            this.tcsShader = new System.Windows.Forms.Label();
            this.tcsShaderCog = new System.Windows.Forms.PictureBox();
            this.dsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox17 = new System.Windows.Forms.GroupBox();
            this.tcsClasses = new TreelistView.TreeListView();
            this.groupBox18 = new System.Windows.Forms.GroupBox();
            this.tcsResources = new TreelistView.TreeListView();
            this.groupBox20 = new System.Windows.Forms.GroupBox();
            this.tcsSamplers = new TreelistView.TreeListView();
            this.groupBox21 = new System.Windows.Forms.GroupBox();
            this.tcsCBuffers = new TreelistView.TreeListView();
            this.tabGS = new System.Windows.Forms.TabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.gsStreams = new TreelistView.TreeListView();
            this.groupBox22 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            this.gsShader = new System.Windows.Forms.Label();
            this.gsShaderCog = new System.Windows.Forms.PictureBox();
            this.gsShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox23 = new System.Windows.Forms.GroupBox();
            this.gsClasses = new TreelistView.TreeListView();
            this.groupBox24 = new System.Windows.Forms.GroupBox();
            this.gsResources = new TreelistView.TreeListView();
            this.groupBox25 = new System.Windows.Forms.GroupBox();
            this.gsSamplers = new TreelistView.TreeListView();
            this.groupBox26 = new System.Windows.Forms.GroupBox();
            this.gsCBuffers = new TreelistView.TreeListView();
            this.tabRS = new System.Windows.Forms.TabPage();
            this.panel8 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox31 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.forcedSampleCount = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.frontCCW = new System.Windows.Forms.PictureBox();
            this.cullMode = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.depthBias = new System.Windows.Forms.Label();
            this.depthBiasClamp = new System.Windows.Forms.Label();
            this.slopeScaledBias = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.depthClip = new System.Windows.Forms.PictureBox();
            this.fillMode = new System.Windows.Forms.Label();
            this.multisampleEnable = new System.Windows.Forms.PictureBox();
            this.scissorEnable = new System.Windows.Forms.PictureBox();
            this.lineAAEnable = new System.Windows.Forms.PictureBox();
            this.label23 = new System.Windows.Forms.Label();
            this.groupBox32 = new System.Windows.Forms.GroupBox();
            this.viewports = new TreelistView.TreeListView();
            this.scissors = new TreelistView.TreeListView();
            this.tabFS = new System.Windows.Forms.TabPage();
            this.panel6 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.fsShader = new System.Windows.Forms.Label();
            this.fsShaderCog = new System.Windows.Forms.PictureBox();
            this.psShaderEdit = new System.Windows.Forms.PictureBox();
            this.groupBox19 = new System.Windows.Forms.GroupBox();
            this.fsClasses = new TreelistView.TreeListView();
            this.groupBox28 = new System.Windows.Forms.GroupBox();
            this.fsResources = new TreelistView.TreeListView();
            this.groupBox29 = new System.Windows.Forms.GroupBox();
            this.fsSamplers = new TreelistView.TreeListView();
            this.groupBox30 = new System.Windows.Forms.GroupBox();
            this.fsCBuffers = new TreelistView.TreeListView();
            this.tabFB = new System.Windows.Forms.TabPage();
            this.panel9 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox33 = new System.Windows.Forms.GroupBox();
            this.targetOutputs = new TreelistView.TreeListView();
            this.groupBox37 = new System.Windows.Forms.GroupBox();
            this.blendOperations = new TreelistView.TreeListView();
            this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox40 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
            this.sampleMask = new System.Windows.Forms.Label();
            this.independentBlend = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.alphaToCoverage = new System.Windows.Forms.PictureBox();
            this.blendFactor = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox41 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
            this.depthEnable = new System.Windows.Forms.PictureBox();
            this.label21 = new System.Windows.Forms.Label();
            this.depthWrite = new System.Windows.Forms.PictureBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.depthFunc = new System.Windows.Forms.Label();
            this.groupBox43 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
            this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
            this.stencilRef = new System.Windows.Forms.Label();
            this.stencilReadMask = new System.Windows.Forms.Label();
            this.stencilEnable = new System.Windows.Forms.PictureBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.stencilWriteMask = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.stencilFuncs = new TreelistView.TreeListView();
            this.tabCS = new System.Windows.Forms.TabPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox38 = new System.Windows.Forms.GroupBox();
            this.csUAVs = new TreelistView.TreeListView();
            this.groupBox27 = new System.Windows.Forms.GroupBox();
            this.csClasses = new TreelistView.TreeListView();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
            this.csShader = new System.Windows.Forms.Label();
            this.csShaderCog = new System.Windows.Forms.PictureBox();
            this.csShaderEdit = new System.Windows.Forms.PictureBox();
            this.computeDebugControls = new System.Windows.Forms.FlowLayoutPanel();
            this.label9 = new System.Windows.Forms.Label();
            this.groupX = new System.Windows.Forms.TextBox();
            this.groupY = new System.Windows.Forms.TextBox();
            this.groupZ = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.threadX = new System.Windows.Forms.TextBox();
            this.threadY = new System.Windows.Forms.TextBox();
            this.threadZ = new System.Windows.Forms.TextBox();
            this.csDebug = new System.Windows.Forms.Button();
            this.groupBox34 = new System.Windows.Forms.GroupBox();
            this.csResources = new TreelistView.TreeListView();
            this.groupBox35 = new System.Windows.Forms.GroupBox();
            this.csSamplers = new TreelistView.TreeListView();
            this.groupBox36 = new System.Windows.Forms.GroupBox();
            this.csCBuffers = new TreelistView.TreeListView();
            this.rightclickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showDisabled = new System.Windows.Forms.ToolStripMenuItem();
            this.showEmpty = new System.Windows.Forms.ToolStripMenuItem();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            toolstripTable = new System.Windows.Forms.TableLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox44 = new System.Windows.Forms.GroupBox();
            label1 = new System.Windows.Forms.Label();
            label15 = new System.Windows.Forms.Label();
            label16 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            groupBox42 = new System.Windows.Forms.GroupBox();
            toolstripTable.SuspendLayout();
            this.flowLayoutPanel6.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.stageTabControl.SuspendLayout();
            this.tabVTX.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.iabuffers)).BeginInit();
            groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.inputLayouts)).BeginInit();
            groupBox44.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).BeginInit();
            this.tabVS.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.flowLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).BeginInit();
            this.groupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsClasses)).BeginInit();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).BeginInit();
            this.groupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsSamplers)).BeginInit();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).BeginInit();
            this.tabTCS.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.flowLayoutPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).BeginInit();
            this.groupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesClasses)).BeginInit();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesResources)).BeginInit();
            this.groupBox14.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesSamplers)).BeginInit();
            this.groupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesCBuffers)).BeginInit();
            this.tabTES.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.groupBox16.SuspendLayout();
            this.flowLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).BeginInit();
            this.groupBox17.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsClasses)).BeginInit();
            this.groupBox18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsResources)).BeginInit();
            this.groupBox20.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsSamplers)).BeginInit();
            this.groupBox21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsCBuffers)).BeginInit();
            this.tabGS.SuspendLayout();
            this.panel5.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsStreams)).BeginInit();
            this.groupBox22.SuspendLayout();
            this.flowLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).BeginInit();
            this.groupBox23.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsClasses)).BeginInit();
            this.groupBox24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).BeginInit();
            this.groupBox25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsSamplers)).BeginInit();
            this.groupBox26.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).BeginInit();
            this.tabRS.SuspendLayout();
            this.panel8.SuspendLayout();
            this.tableLayoutPanel14.SuspendLayout();
            this.groupBox31.SuspendLayout();
            this.tableLayoutPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClip)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.multisampleEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scissorEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lineAAEnable)).BeginInit();
            this.groupBox32.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).BeginInit();
            groupBox42.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).BeginInit();
            this.tabFS.SuspendLayout();
            this.panel6.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).BeginInit();
            this.groupBox19.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsClasses)).BeginInit();
            this.groupBox28.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsResources)).BeginInit();
            this.groupBox29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsSamplers)).BeginInit();
            this.groupBox30.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsCBuffers)).BeginInit();
            this.tabFB.SuspendLayout();
            this.panel9.SuspendLayout();
            this.tableLayoutPanel9.SuspendLayout();
            this.groupBox33.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).BeginInit();
            this.groupBox37.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).BeginInit();
            this.tableLayoutPanel10.SuspendLayout();
            this.groupBox40.SuspendLayout();
            this.tableLayoutPanel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.independentBlend)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToCoverage)).BeginInit();
            this.groupBox41.SuspendLayout();
            this.tableLayoutPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).BeginInit();
            this.groupBox43.SuspendLayout();
            this.flowLayoutPanel8.SuspendLayout();
            this.tableLayoutPanel15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).BeginInit();
            this.tabCS.SuspendLayout();
            this.panel7.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.groupBox38.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csUAVs)).BeginInit();
            this.groupBox27.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csClasses)).BeginInit();
            this.groupBox6.SuspendLayout();
            this.flowLayoutPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).BeginInit();
            this.computeDebugControls.SuspendLayout();
            this.groupBox34.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).BeginInit();
            this.groupBox35.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csSamplers)).BeginInit();
            this.groupBox36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).BeginInit();
            this.rightclickMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(84, 22);
            toolStripLabel1.Text = "Display Controls";
            // 
            // toolstripTable
            // 
            toolstripTable.ColumnCount = 1;
            toolstripTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            toolstripTable.Controls.Add(this.pipeFlow, 0, 1);
            toolstripTable.Controls.Add(this.flowLayoutPanel6, 0, 0);
            toolstripTable.Controls.Add(this.stageTabControl, 0, 2);
            toolstripTable.Dock = System.Windows.Forms.DockStyle.Fill;
            toolstripTable.Location = new System.Drawing.Point(0, 0);
            toolstripTable.Name = "toolstripTable";
            toolstripTable.RowCount = 3;
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
            toolstripTable.Size = new System.Drawing.Size(1171, 738);
            toolstripTable.TabIndex = 2;
            // 
            // pipeFlow
            // 
            this.pipeFlow.BackColor = System.Drawing.Color.Transparent;
            this.pipeFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pipeFlow.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.pipeFlow.Location = new System.Drawing.Point(4, 35);
            this.pipeFlow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pipeFlow.Name = "pipeFlow";
            this.pipeFlow.SelectedStage = 0;
            this.pipeFlow.Size = new System.Drawing.Size(1163, 62);
            this.pipeFlow.TabIndex = 0;
            this.pipeFlow.SelectedStageChanged += new System.EventHandler<System.EventArgs>(this.pipeFlow_SelectedStageChanged);
            // 
            // flowLayoutPanel6
            // 
            this.flowLayoutPanel6.AutoSize = true;
            this.flowLayoutPanel6.Controls.Add(this.toolStrip1);
            this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel6.Name = "flowLayoutPanel6";
            this.flowLayoutPanel6.Size = new System.Drawing.Size(335, 25);
            this.flowLayoutPanel6.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.toolStripSeparator2,
            this.showDisabledToolitem,
            this.showEmptyToolitem});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(335, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // showDisabledToolitem
            // 
            this.showDisabledToolitem.CheckOnClick = true;
            this.showDisabledToolitem.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabledToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showDisabledToolitem.Name = "showDisabledToolitem";
            this.showDisabledToolitem.Size = new System.Drawing.Size(126, 22);
            this.showDisabledToolitem.Text = "Show Disabled Items";
            this.showDisabledToolitem.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmptyToolitem
            // 
            this.showEmptyToolitem.CheckOnClick = true;
            this.showEmptyToolitem.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmptyToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showEmptyToolitem.Name = "showEmptyToolitem";
            this.showEmptyToolitem.Size = new System.Drawing.Size(116, 22);
            this.showEmptyToolitem.Text = "Show Empty Items";
            this.showEmptyToolitem.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // stageTabControl
            // 
            this.stageTabControl.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.stageTabControl.Controls.Add(this.tabVTX);
            this.stageTabControl.Controls.Add(this.tabVS);
            this.stageTabControl.Controls.Add(this.tabTCS);
            this.stageTabControl.Controls.Add(this.tabTES);
            this.stageTabControl.Controls.Add(this.tabGS);
            this.stageTabControl.Controls.Add(this.tabRS);
            this.stageTabControl.Controls.Add(this.tabFS);
            this.stageTabControl.Controls.Add(this.tabFB);
            this.stageTabControl.Controls.Add(this.tabCS);
            this.stageTabControl.HotTrack = true;
            this.stageTabControl.Location = new System.Drawing.Point(3, 104);
            this.stageTabControl.Multiline = true;
            this.stageTabControl.Name = "stageTabControl";
            this.stageTabControl.SelectedIndex = 0;
            this.stageTabControl.Size = new System.Drawing.Size(1165, 631);
            this.stageTabControl.TabIndex = 0;
            // 
            // tabVTX
            // 
            this.tabVTX.Controls.Add(this.panel1);
            this.tabVTX.Location = new System.Drawing.Point(4, 22);
            this.tabVTX.Name = "tabVTX";
            this.tabVTX.Size = new System.Drawing.Size(1157, 605);
            this.tabVTX.TabIndex = 0;
            this.tabVTX.Text = "Vertex Input";
            this.tabVTX.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(280, 400);
            this.panel1.Controls.Add(this.tableLayoutPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Margin = new System.Windows.Forms.Padding(0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1157, 605);
            this.panel1.TabIndex = 0;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 1);
            this.tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            this.tableLayoutPanel1.Controls.Add(groupBox44, 1, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel1.TabIndex = 9;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel13);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(812, 305);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(342, 297);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Primitive Topology";
            // 
            // tableLayoutPanel13
            // 
            this.tableLayoutPanel13.ColumnCount = 1;
            this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.Controls.Add(this.topologyDiagram, 0, 1);
            this.tableLayoutPanel13.Controls.Add(this.topology, 0, 0);
            this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel13.Name = "tableLayoutPanel13";
            this.tableLayoutPanel13.RowCount = 2;
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.Size = new System.Drawing.Size(336, 278);
            this.tableLayoutPanel13.TabIndex = 2;
            // 
            // topologyDiagram
            // 
            this.topologyDiagram.Dock = System.Windows.Forms.DockStyle.Fill;
            this.topologyDiagram.Image = global::renderdocui.Properties.Resources.topo_trilist;
            this.topologyDiagram.Location = new System.Drawing.Point(3, 26);
            this.topologyDiagram.Name = "topologyDiagram";
            this.topologyDiagram.Size = new System.Drawing.Size(330, 249);
            this.topologyDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.topologyDiagram.TabIndex = 1;
            this.topologyDiagram.TabStop = false;
            // 
            // topology
            // 
            this.topology.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.topology.AutoSize = true;
            this.topology.BackColor = System.Drawing.Color.Transparent;
            this.topology.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.topology.Location = new System.Drawing.Point(3, 0);
            this.topology.Name = "topology";
            this.topology.Size = new System.Drawing.Size(330, 23);
            this.topology.TabIndex = 0;
            this.topology.Text = "Triangle List";
            this.topology.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.iabuffers);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(3, 305);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(572, 297);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Buffers";
            // 
            // iabuffers
            // 
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 60;
            treeListColumn2.AutoSize = true;
            treeListColumn2.AutoSizeMinSize = 100;
            treeListColumn2.Width = 50;
            treeListColumn3.AutoSizeMinSize = 0;
            treeListColumn3.Width = 75;
            treeListColumn4.AutoSizeMinSize = 0;
            treeListColumn4.Width = 75;
            treeListColumn5.AutoSizeMinSize = 0;
            treeListColumn5.Width = 80;
            treeListColumn6.AutoSizeMinSize = 0;
            treeListColumn6.Width = 25;
            this.iabuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3,
            treeListColumn4,
            treeListColumn5,
            treeListColumn6});
            this.iabuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.iabuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.iabuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.iabuffers.Location = new System.Drawing.Point(3, 16);
            this.iabuffers.MultiSelect = false;
            this.iabuffers.Name = "iabuffers";
            this.iabuffers.RowOptions.ItemHeight = 20;
            this.iabuffers.RowOptions.ShowHeader = false;
            this.iabuffers.Size = new System.Drawing.Size(566, 278);
            this.iabuffers.TabIndex = 10;
            this.iabuffers.Text = "treeListView1";
            this.iabuffers.TreeColumn = 5;
            this.iabuffers.ViewOptions.Indent = 0;
            this.iabuffers.ViewOptions.ShowLine = false;
            this.iabuffers.ViewOptions.ShowPlusMinus = false;
            this.iabuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.iabuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.iabuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.iabuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.iabuffers.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.iabuffers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iabuffers_MouseMove);
            // 
            // groupBox2
            // 
            this.tableLayoutPanel1.SetColumnSpan(groupBox2, 3);
            groupBox2.Controls.Add(this.inputLayouts);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(1151, 296);
            groupBox2.TabIndex = 9;
            groupBox2.TabStop = false;
            groupBox2.Text = "Input Layouts";
            // 
            // inputLayouts
            // 
            treeListColumn7.AutoSizeMinSize = 0;
            treeListColumn7.Width = 40;
            treeListColumn8.AutoSizeMinSize = 0;
            treeListColumn8.Width = 200;
            treeListColumn9.AutoSize = true;
            treeListColumn9.AutoSizeMinSize = 50;
            treeListColumn9.Width = 75;
            treeListColumn10.AutoSizeMinSize = 0;
            treeListColumn10.Width = 150;
            treeListColumn11.AutoSizeMinSize = 0;
            treeListColumn11.Width = 60;
            treeListColumn12.AutoSizeMinSize = 0;
            treeListColumn12.Width = 150;
            treeListColumn13.AutoSizeMinSize = 0;
            treeListColumn13.Width = 90;
            treeListColumn14.AutoSizeMinSize = 0;
            treeListColumn14.Width = 60;
            treeListColumn15.AutoSizeMinSize = 0;
            treeListColumn15.Width = 25;
            this.inputLayouts.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn7,
            treeListColumn8,
            treeListColumn9,
            treeListColumn10,
            treeListColumn11,
            treeListColumn12,
            treeListColumn13,
            treeListColumn14,
            treeListColumn15});
            this.inputLayouts.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.inputLayouts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.inputLayouts.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.inputLayouts.Location = new System.Drawing.Point(3, 16);
            this.inputLayouts.MultiSelect = false;
            this.inputLayouts.Name = "inputLayouts";
            this.inputLayouts.RowOptions.ItemHeight = 20;
            this.inputLayouts.RowOptions.ShowHeader = false;
            this.inputLayouts.Size = new System.Drawing.Size(1145, 277);
            this.inputLayouts.TabIndex = 12;
            this.inputLayouts.Text = "Input Layouts";
            this.inputLayouts.TreeColumn = 8;
            this.inputLayouts.ViewOptions.Indent = 0;
            this.inputLayouts.ViewOptions.ShowLine = false;
            this.inputLayouts.ViewOptions.ShowPlusMinus = false;
            this.inputLayouts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.inputLayouts.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.inputLayouts.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.inputLayouts.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.inputLayouts.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.inputLayouts.MouseMove += new System.Windows.Forms.MouseEventHandler(this.inputLayouts_MouseMove);
            // 
            // groupBox44
            // 
            groupBox44.Controls.Add(this.meshView);
            groupBox44.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox44.Location = new System.Drawing.Point(581, 305);
            groupBox44.Name = "groupBox44";
            groupBox44.Size = new System.Drawing.Size(225, 297);
            groupBox44.TabIndex = 11;
            groupBox44.TabStop = false;
            groupBox44.Text = "Mesh View";
            // 
            // meshView
            // 
            this.meshView.Cursor = System.Windows.Forms.Cursors.Hand;
            this.meshView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.meshView.Image = global::renderdocui.Properties.Resources.wireframe_mesh;
            this.meshView.Location = new System.Drawing.Point(3, 16);
            this.meshView.Name = "meshView";
            this.meshView.Size = new System.Drawing.Size(219, 278);
            this.meshView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.meshView.TabIndex = 0;
            this.meshView.TabStop = false;
            this.toolTip.SetToolTip(this.meshView, "View the mesh");
            this.meshView.Click += new System.EventHandler(this.meshView_Click);
            this.meshView.MouseEnter += new System.EventHandler(this.meshView_MouseEnter);
            this.meshView.MouseLeave += new System.EventHandler(this.meshView_MouseLeave);
            // 
            // tabVS
            // 
            this.tabVS.Controls.Add(this.panel2);
            this.tabVS.Location = new System.Drawing.Point(4, 22);
            this.tabVS.Name = "tabVS";
            this.tabVS.Size = new System.Drawing.Size(1157, 605);
            this.tabVS.TabIndex = 1;
            this.tabVS.Text = "Vertex Shader";
            this.tabVS.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.AutoScroll = true;
            this.panel2.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel2.Controls.Add(this.tableLayoutPanel2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1157, 605);
            this.panel2.TabIndex = 4;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 2;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.groupBox5, 1, 3);
            this.tableLayoutPanel2.Controls.Add(this.groupBox7, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.groupBox8, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this.groupBox9, 0, 3);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 4;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.tableLayoutPanel2.SetColumnSpan(this.groupBox3, 2);
            this.groupBox3.Controls.Add(this.flowLayoutPanel3);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(1151, 44);
            this.groupBox3.TabIndex = 17;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Shader";
            // 
            // flowLayoutPanel3
            // 
            this.flowLayoutPanel3.Controls.Add(this.vsShader);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderCog);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderEdit);
            this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel3.Name = "flowLayoutPanel3";
            this.flowLayoutPanel3.Size = new System.Drawing.Size(1145, 25);
            this.flowLayoutPanel3.TabIndex = 25;
            // 
            // vsShader
            // 
            this.vsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.vsShader.AutoSize = true;
            this.vsShader.BackColor = System.Drawing.Color.LightGray;
            this.vsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.vsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.vsShader.Location = new System.Drawing.Point(3, 3);
            this.vsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.vsShader.Name = "vsShader";
            this.vsShader.Size = new System.Drawing.Size(300, 15);
            this.vsShader.TabIndex = 24;
            this.vsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.vsShader.Click += new System.EventHandler(this.shader_Click);
            this.vsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderCog
            // 
            this.vsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.vsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.vsShaderCog.Name = "vsShaderCog";
            this.vsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.vsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderCog.TabIndex = 25;
            this.vsShaderCog.TabStop = false;
            this.vsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.vsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderEdit
            // 
            this.vsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.vsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.vsShaderEdit.Name = "vsShaderEdit";
            this.vsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.vsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderEdit.TabIndex = 26;
            this.vsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.vsShaderEdit, "HLSL edit and replace this shader");
            this.vsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox5
            // 
            this.tableLayoutPanel2.SetColumnSpan(this.groupBox5, 2);
            this.groupBox5.Controls.Add(this.vsClasses);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox5.Location = new System.Drawing.Point(3, 467);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(1151, 135);
            this.groupBox5.TabIndex = 16;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Class Instances";
            // 
            // vsClasses
            // 
            treeListColumn16.AutoSizeMinSize = 0;
            treeListColumn16.Width = 50;
            treeListColumn17.AutoSizeMinSize = 0;
            treeListColumn17.Width = 200;
            treeListColumn18.AutoSize = true;
            treeListColumn18.AutoSizeMinSize = 50;
            treeListColumn18.Width = 60;
            this.vsClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn16,
            treeListColumn17,
            treeListColumn18});
            this.vsClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsClasses.Location = new System.Drawing.Point(3, 16);
            this.vsClasses.Name = "vsClasses";
            this.vsClasses.RowOptions.ItemHeight = 20;
            this.vsClasses.RowOptions.ShowHeader = false;
            this.vsClasses.Size = new System.Drawing.Size(1145, 116);
            this.vsClasses.TabIndex = 4;
            this.vsClasses.Text = "Class Instances";
            this.vsClasses.TreeColumn = -1;
            this.vsClasses.ViewOptions.ShowLine = false;
            this.vsClasses.ViewOptions.ShowPlusMinus = false;
            // 
            // groupBox7
            // 
            this.tableLayoutPanel2.SetColumnSpan(this.groupBox7, 2);
            this.groupBox7.Controls.Add(this.vsResources);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox7.Location = new System.Drawing.Point(3, 53);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(1151, 132);
            this.groupBox7.TabIndex = 14;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Resources";
            // 
            // vsResources
            // 
            treeListColumn19.AutoSizeMinSize = 0;
            treeListColumn19.Width = 120;
            treeListColumn20.AutoSize = true;
            treeListColumn20.AutoSizeMinSize = 150;
            treeListColumn20.Width = 50;
            treeListColumn21.AutoSizeMinSize = 0;
            treeListColumn21.Width = 75;
            treeListColumn22.AutoSizeMinSize = 0;
            treeListColumn22.Width = 50;
            treeListColumn23.AutoSizeMinSize = 0;
            treeListColumn23.Width = 50;
            treeListColumn24.AutoSizeMinSize = 0;
            treeListColumn24.Width = 50;
            treeListColumn25.AutoSizeMinSize = 0;
            treeListColumn25.Width = 75;
            treeListColumn26.AutoSizeMinSize = 0;
            treeListColumn26.Width = 200;
            treeListColumn27.AutoSizeMinSize = 0;
            treeListColumn27.Width = 25;
            this.vsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn19,
            treeListColumn20,
            treeListColumn21,
            treeListColumn22,
            treeListColumn23,
            treeListColumn24,
            treeListColumn25,
            treeListColumn26,
            treeListColumn27});
            this.vsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsResources.Location = new System.Drawing.Point(3, 16);
            this.vsResources.MultiSelect = false;
            this.vsResources.Name = "vsResources";
            this.vsResources.RowOptions.HoverHighlight = true;
            this.vsResources.RowOptions.ItemHeight = 20;
            this.vsResources.RowOptions.ShowHeader = false;
            this.vsResources.Size = new System.Drawing.Size(1145, 113);
            this.vsResources.TabIndex = 1;
            this.vsResources.Text = "Resources";
            this.vsResources.TreeColumn = 8;
            this.vsResources.ViewOptions.Indent = 0;
            this.vsResources.ViewOptions.ShowLine = false;
            this.vsResources.ViewOptions.ShowPlusMinus = false;
            this.vsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox8
            // 
            this.tableLayoutPanel2.SetColumnSpan(this.groupBox8, 2);
            this.groupBox8.Controls.Add(this.vsSamplers);
            this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox8.Location = new System.Drawing.Point(3, 191);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(1151, 132);
            this.groupBox8.TabIndex = 13;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Samplers";
            // 
            // vsSamplers
            // 
            treeListColumn28.AutoSizeMinSize = 0;
            treeListColumn28.Width = 120;
            treeListColumn29.AutoSizeMinSize = 100;
            treeListColumn29.Width = 150;
            treeListColumn30.AutoSizeMinSize = 0;
            treeListColumn30.Width = 80;
            treeListColumn31.AutoSizeMinSize = 0;
            treeListColumn31.Width = 100;
            treeListColumn32.AutoSizeMinSize = 0;
            treeListColumn32.Width = 150;
            treeListColumn33.AutoSizeMinSize = 0;
            treeListColumn33.Width = 60;
            treeListColumn34.AutoSizeMinSize = 0;
            treeListColumn34.Width = 60;
            treeListColumn35.AutoSizeMinSize = 0;
            treeListColumn35.Width = 60;
            treeListColumn36.AutoSize = true;
            treeListColumn36.AutoSizeMinSize = 50;
            treeListColumn36.Width = 50;
            this.vsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn28,
            treeListColumn29,
            treeListColumn30,
            treeListColumn31,
            treeListColumn32,
            treeListColumn33,
            treeListColumn34,
            treeListColumn35,
            treeListColumn36});
            this.vsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsSamplers.Location = new System.Drawing.Point(3, 16);
            this.vsSamplers.MultiSelect = false;
            this.vsSamplers.Name = "vsSamplers";
            this.vsSamplers.RowOptions.HoverHighlight = true;
            this.vsSamplers.RowOptions.ItemHeight = 20;
            this.vsSamplers.RowOptions.ShowHeader = false;
            this.vsSamplers.Size = new System.Drawing.Size(1145, 113);
            this.vsSamplers.TabIndex = 12;
            this.vsSamplers.Text = "Constant Buffers";
            this.vsSamplers.TreeColumn = -1;
            this.vsSamplers.ViewOptions.Indent = 0;
            this.vsSamplers.ViewOptions.ShowLine = false;
            this.vsSamplers.ViewOptions.ShowPlusMinus = false;
            this.vsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox9
            // 
            this.tableLayoutPanel2.SetColumnSpan(this.groupBox9, 2);
            this.groupBox9.Controls.Add(this.vsCBuffers);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.Location = new System.Drawing.Point(3, 329);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(1151, 132);
            this.groupBox9.TabIndex = 12;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Constant Buffers";
            // 
            // vsCBuffers
            // 
            treeListColumn37.AutoSizeMinSize = 0;
            treeListColumn37.Width = 120;
            treeListColumn38.AutoSize = true;
            treeListColumn38.AutoSizeMinSize = 100;
            treeListColumn38.Width = 50;
            treeListColumn39.AutoSizeMinSize = 0;
            treeListColumn39.Width = 75;
            treeListColumn40.AutoSizeMinSize = 0;
            treeListColumn40.Width = 75;
            treeListColumn41.AutoSizeMinSize = 0;
            treeListColumn41.Width = 120;
            treeListColumn42.AutoSizeMinSize = 0;
            treeListColumn42.Width = 200;
            treeListColumn43.AutoSizeMinSize = 0;
            treeListColumn43.Width = 25;
            this.vsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn37,
            treeListColumn38,
            treeListColumn39,
            treeListColumn40,
            treeListColumn41,
            treeListColumn42,
            treeListColumn43});
            this.vsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.vsCBuffers.MultiSelect = false;
            this.vsCBuffers.Name = "vsCBuffers";
            this.vsCBuffers.RowOptions.HoverHighlight = true;
            this.vsCBuffers.RowOptions.ItemHeight = 20;
            this.vsCBuffers.RowOptions.ShowHeader = false;
            this.vsCBuffers.Size = new System.Drawing.Size(1145, 113);
            this.vsCBuffers.TabIndex = 11;
            this.vsCBuffers.Text = "Constant Buffers";
            this.vsCBuffers.TreeColumn = 6;
            this.vsCBuffers.ViewOptions.Indent = 0;
            this.vsCBuffers.ViewOptions.ShowLine = false;
            this.vsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.vsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabTCS
            // 
            this.tabTCS.Controls.Add(this.panel3);
            this.tabTCS.Location = new System.Drawing.Point(4, 22);
            this.tabTCS.Name = "tabTCS";
            this.tabTCS.Size = new System.Drawing.Size(1157, 605);
            this.tabTCS.TabIndex = 2;
            this.tabTCS.Text = "Tess. Control Shader";
            this.tabTCS.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel3.Controls.Add(this.tableLayoutPanel3);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1157, 605);
            this.panel3.TabIndex = 4;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.groupBox10, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.groupBox11, 1, 3);
            this.tableLayoutPanel3.Controls.Add(this.groupBox12, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.groupBox14, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.groupBox15, 0, 3);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 4;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel3.TabIndex = 1;
            // 
            // groupBox10
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox10, 2);
            this.groupBox10.Controls.Add(this.flowLayoutPanel4);
            this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(1151, 44);
            this.groupBox10.TabIndex = 17;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Shader";
            // 
            // flowLayoutPanel4
            // 
            this.flowLayoutPanel4.Controls.Add(this.tesShader);
            this.flowLayoutPanel4.Controls.Add(this.tesShaderCog);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderEdit);
            this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel4.Name = "flowLayoutPanel4";
            this.flowLayoutPanel4.Size = new System.Drawing.Size(1145, 25);
            this.flowLayoutPanel4.TabIndex = 25;
            // 
            // hsShader
            // 
            this.tesShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.tesShader.AutoSize = true;
            this.tesShader.BackColor = System.Drawing.Color.LightGray;
            this.tesShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tesShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tesShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tesShader.Location = new System.Drawing.Point(3, 3);
            this.tesShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.tesShader.Name = "hsShader";
            this.tesShader.Size = new System.Drawing.Size(300, 15);
            this.tesShader.TabIndex = 24;
            this.tesShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tesShader.Click += new System.EventHandler(this.shader_Click);
            this.tesShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tesShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderCog
            // 
            this.tesShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tesShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.tesShaderCog.Location = new System.Drawing.Point(309, 3);
            this.tesShaderCog.Name = "hsShaderCog";
            this.tesShaderCog.Size = new System.Drawing.Size(16, 16);
            this.tesShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tesShaderCog.TabIndex = 25;
            this.tesShaderCog.TabStop = false;
            this.tesShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.tesShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tesShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderEdit
            // 
            this.hsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.hsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.hsShaderEdit.Name = "hsShaderEdit";
            this.hsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.hsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderEdit.TabIndex = 27;
            this.hsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.hsShaderEdit, "HLSL edit and replace this shader");
            this.hsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox11
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox11, 2);
            this.groupBox11.Controls.Add(this.tesClasses);
            this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox11.Location = new System.Drawing.Point(3, 467);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(1151, 135);
            this.groupBox11.TabIndex = 16;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Class Instances";
            // 
            // hsClasses
            // 
            treeListColumn44.AutoSizeMinSize = 0;
            treeListColumn44.Width = 50;
            treeListColumn45.AutoSizeMinSize = 0;
            treeListColumn45.Width = 200;
            treeListColumn46.AutoSize = true;
            treeListColumn46.AutoSizeMinSize = 50;
            treeListColumn46.Width = 60;
            this.tesClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn44,
            treeListColumn45,
            treeListColumn46});
            this.tesClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesClasses.Location = new System.Drawing.Point(3, 16);
            this.tesClasses.Name = "hsClasses";
            this.tesClasses.RowOptions.ItemHeight = 20;
            this.tesClasses.RowOptions.ShowHeader = false;
            this.tesClasses.Size = new System.Drawing.Size(1145, 116);
            this.tesClasses.TabIndex = 4;
            this.tesClasses.Text = "Class Instances";
            this.tesClasses.TreeColumn = -1;
            this.tesClasses.ViewOptions.ShowLine = false;
            this.tesClasses.ViewOptions.ShowPlusMinus = false;
            this.tesClasses.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesClasses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox12
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox12, 2);
            this.groupBox12.Controls.Add(this.tesResources);
            this.groupBox12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox12.Location = new System.Drawing.Point(3, 53);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(1151, 132);
            this.groupBox12.TabIndex = 14;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Resources";
            // 
            // hsResources
            // 
            treeListColumn47.AutoSizeMinSize = 0;
            treeListColumn47.Width = 120;
            treeListColumn48.AutoSize = true;
            treeListColumn48.AutoSizeMinSize = 150;
            treeListColumn48.Width = 50;
            treeListColumn49.AutoSizeMinSize = 0;
            treeListColumn49.Width = 75;
            treeListColumn50.AutoSizeMinSize = 0;
            treeListColumn50.Width = 50;
            treeListColumn51.AutoSizeMinSize = 0;
            treeListColumn51.Width = 50;
            treeListColumn52.AutoSizeMinSize = 0;
            treeListColumn52.Width = 50;
            treeListColumn53.AutoSizeMinSize = 0;
            treeListColumn53.Width = 75;
            treeListColumn54.AutoSizeMinSize = 0;
            treeListColumn54.Width = 200;
            treeListColumn55.AutoSizeMinSize = 0;
            treeListColumn55.Width = 25;
            this.tesResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn47,
            treeListColumn48,
            treeListColumn49,
            treeListColumn50,
            treeListColumn51,
            treeListColumn52,
            treeListColumn53,
            treeListColumn54,
            treeListColumn55});
            this.tesResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesResources.Location = new System.Drawing.Point(3, 16);
            this.tesResources.MultiSelect = false;
            this.tesResources.Name = "hsResources";
            this.tesResources.RowOptions.HoverHighlight = true;
            this.tesResources.RowOptions.ItemHeight = 20;
            this.tesResources.RowOptions.ShowHeader = false;
            this.tesResources.Size = new System.Drawing.Size(1145, 113);
            this.tesResources.TabIndex = 1;
            this.tesResources.Text = "Outputs";
            this.tesResources.TreeColumn = 8;
            this.tesResources.ViewOptions.Indent = 0;
            this.tesResources.ViewOptions.ShowLine = false;
            this.tesResources.ViewOptions.ShowPlusMinus = false;
            this.tesResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tesResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tesResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox14
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox14, 2);
            this.groupBox14.Controls.Add(this.tesSamplers);
            this.groupBox14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox14.Location = new System.Drawing.Point(3, 191);
            this.groupBox14.Name = "groupBox14";
            this.groupBox14.Size = new System.Drawing.Size(1151, 132);
            this.groupBox14.TabIndex = 13;
            this.groupBox14.TabStop = false;
            this.groupBox14.Text = "Samplers";
            // 
            // hsSamplers
            // 
            treeListColumn56.AutoSizeMinSize = 0;
            treeListColumn56.Width = 120;
            treeListColumn57.AutoSizeMinSize = 100;
            treeListColumn57.Width = 150;
            treeListColumn58.AutoSizeMinSize = 0;
            treeListColumn58.Width = 80;
            treeListColumn59.AutoSizeMinSize = 0;
            treeListColumn59.Width = 100;
            treeListColumn60.AutoSizeMinSize = 0;
            treeListColumn60.Width = 150;
            treeListColumn61.AutoSizeMinSize = 0;
            treeListColumn61.Width = 60;
            treeListColumn62.AutoSizeMinSize = 0;
            treeListColumn62.Width = 60;
            treeListColumn63.AutoSizeMinSize = 0;
            treeListColumn63.Width = 60;
            treeListColumn64.AutoSize = true;
            treeListColumn64.AutoSizeMinSize = 50;
            treeListColumn64.Width = 50;
            this.tesSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn56,
            treeListColumn57,
            treeListColumn58,
            treeListColumn59,
            treeListColumn60,
            treeListColumn61,
            treeListColumn62,
            treeListColumn63,
            treeListColumn64});
            this.tesSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesSamplers.Location = new System.Drawing.Point(3, 16);
            this.tesSamplers.MultiSelect = false;
            this.tesSamplers.Name = "hsSamplers";
            this.tesSamplers.RowOptions.HoverHighlight = true;
            this.tesSamplers.RowOptions.ItemHeight = 20;
            this.tesSamplers.RowOptions.ShowHeader = false;
            this.tesSamplers.Size = new System.Drawing.Size(1145, 113);
            this.tesSamplers.TabIndex = 12;
            this.tesSamplers.Text = "Constant Buffers";
            this.tesSamplers.TreeColumn = -1;
            this.tesSamplers.ViewOptions.Indent = 0;
            this.tesSamplers.ViewOptions.ShowLine = false;
            this.tesSamplers.ViewOptions.ShowPlusMinus = false;
            this.tesSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox15
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox15, 2);
            this.groupBox15.Controls.Add(this.tesCBuffers);
            this.groupBox15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox15.Location = new System.Drawing.Point(3, 329);
            this.groupBox15.Name = "groupBox15";
            this.groupBox15.Size = new System.Drawing.Size(1151, 132);
            this.groupBox15.TabIndex = 12;
            this.groupBox15.TabStop = false;
            this.groupBox15.Text = "Constant Buffers";
            // 
            // hsCBuffers
            // 
            treeListColumn65.AutoSizeMinSize = 0;
            treeListColumn65.Width = 120;
            treeListColumn66.AutoSize = true;
            treeListColumn66.AutoSizeMinSize = 100;
            treeListColumn66.Width = 50;
            treeListColumn67.AutoSizeMinSize = 0;
            treeListColumn67.Width = 75;
            treeListColumn68.AutoSizeMinSize = 0;
            treeListColumn68.Width = 75;
            treeListColumn69.AutoSizeMinSize = 0;
            treeListColumn69.Width = 120;
            treeListColumn70.AutoSizeMinSize = 0;
            treeListColumn70.Width = 200;
            treeListColumn71.AutoSizeMinSize = 0;
            treeListColumn71.Width = 25;
            this.tesCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn65,
            treeListColumn66,
            treeListColumn67,
            treeListColumn68,
            treeListColumn69,
            treeListColumn70,
            treeListColumn71});
            this.tesCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tesCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tesCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tesCBuffers.Location = new System.Drawing.Point(3, 16);
            this.tesCBuffers.MultiSelect = false;
            this.tesCBuffers.Name = "hsCBuffers";
            this.tesCBuffers.RowOptions.HoverHighlight = true;
            this.tesCBuffers.RowOptions.ItemHeight = 20;
            this.tesCBuffers.RowOptions.ShowHeader = false;
            this.tesCBuffers.Size = new System.Drawing.Size(1145, 113);
            this.tesCBuffers.TabIndex = 11;
            this.tesCBuffers.Text = "Constant Buffers";
            this.tesCBuffers.TreeColumn = 6;
            this.tesCBuffers.ViewOptions.Indent = 0;
            this.tesCBuffers.ViewOptions.ShowLine = false;
            this.tesCBuffers.ViewOptions.ShowPlusMinus = false;
            this.tesCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tesCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tesCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tesCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabTES
            // 
            this.tabTES.Controls.Add(this.panel4);
            this.tabTES.Location = new System.Drawing.Point(4, 22);
            this.tabTES.Name = "tabTES";
            this.tabTES.Size = new System.Drawing.Size(1157, 605);
            this.tabTES.TabIndex = 3;
            this.tabTES.Text = "Tess. Eval. Shader";
            this.tabTES.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel4.Controls.Add(this.tableLayoutPanel4);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(1157, 605);
            this.panel4.TabIndex = 4;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 2;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.Controls.Add(this.groupBox16, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.groupBox17, 1, 3);
            this.tableLayoutPanel4.Controls.Add(this.groupBox18, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox20, 0, 2);
            this.tableLayoutPanel4.Controls.Add(this.groupBox21, 0, 3);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 4;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel4.TabIndex = 1;
            // 
            // groupBox16
            // 
            this.tableLayoutPanel4.SetColumnSpan(this.groupBox16, 2);
            this.groupBox16.Controls.Add(this.flowLayoutPanel5);
            this.groupBox16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox16.Location = new System.Drawing.Point(3, 3);
            this.groupBox16.Name = "groupBox16";
            this.groupBox16.Size = new System.Drawing.Size(1151, 44);
            this.groupBox16.TabIndex = 17;
            this.groupBox16.TabStop = false;
            this.groupBox16.Text = "Shader";
            // 
            // flowLayoutPanel5
            // 
            this.flowLayoutPanel5.Controls.Add(this.tcsShader);
            this.flowLayoutPanel5.Controls.Add(this.tcsShaderCog);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderEdit);
            this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel5.Name = "flowLayoutPanel5";
            this.flowLayoutPanel5.Size = new System.Drawing.Size(1145, 25);
            this.flowLayoutPanel5.TabIndex = 25;
            // 
            // dsShader
            // 
            this.tcsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.tcsShader.AutoSize = true;
            this.tcsShader.BackColor = System.Drawing.Color.LightGray;
            this.tcsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tcsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tcsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tcsShader.Location = new System.Drawing.Point(3, 3);
            this.tcsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.tcsShader.Name = "dsShader";
            this.tcsShader.Size = new System.Drawing.Size(300, 15);
            this.tcsShader.TabIndex = 24;
            this.tcsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tcsShader.Click += new System.EventHandler(this.shader_Click);
            this.tcsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tcsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderCog
            // 
            this.tcsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tcsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.tcsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.tcsShaderCog.Name = "dsShaderCog";
            this.tcsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.tcsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.tcsShaderCog.TabIndex = 25;
            this.tcsShaderCog.TabStop = false;
            this.tcsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.tcsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.tcsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderEdit
            // 
            this.dsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.dsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.dsShaderEdit.Name = "dsShaderEdit";
            this.dsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.dsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderEdit.TabIndex = 28;
            this.dsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.dsShaderEdit, "HLSL edit and replace this shader");
            this.dsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox17
            // 
            this.tableLayoutPanel4.SetColumnSpan(this.groupBox17, 2);
            this.groupBox17.Controls.Add(this.tcsClasses);
            this.groupBox17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox17.Location = new System.Drawing.Point(3, 467);
            this.groupBox17.Name = "groupBox17";
            this.groupBox17.Size = new System.Drawing.Size(1151, 135);
            this.groupBox17.TabIndex = 16;
            this.groupBox17.TabStop = false;
            this.groupBox17.Text = "Class Instances";
            // 
            // dsClasses
            // 
            treeListColumn72.AutoSizeMinSize = 0;
            treeListColumn72.Width = 50;
            treeListColumn73.AutoSizeMinSize = 0;
            treeListColumn73.Width = 200;
            treeListColumn74.AutoSize = true;
            treeListColumn74.AutoSizeMinSize = 50;
            treeListColumn74.Width = 60;
            this.tcsClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn72,
            treeListColumn73,
            treeListColumn74});
            this.tcsClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsClasses.Location = new System.Drawing.Point(3, 16);
            this.tcsClasses.Name = "dsClasses";
            this.tcsClasses.RowOptions.ItemHeight = 20;
            this.tcsClasses.RowOptions.ShowHeader = false;
            this.tcsClasses.Size = new System.Drawing.Size(1145, 116);
            this.tcsClasses.TabIndex = 4;
            this.tcsClasses.Text = "Class Instances";
            this.tcsClasses.TreeColumn = -1;
            this.tcsClasses.ViewOptions.ShowLine = false;
            this.tcsClasses.ViewOptions.ShowPlusMinus = false;
            this.tcsClasses.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsClasses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox18
            // 
            this.tableLayoutPanel4.SetColumnSpan(this.groupBox18, 2);
            this.groupBox18.Controls.Add(this.tcsResources);
            this.groupBox18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox18.Location = new System.Drawing.Point(3, 53);
            this.groupBox18.Name = "groupBox18";
            this.groupBox18.Size = new System.Drawing.Size(1151, 132);
            this.groupBox18.TabIndex = 14;
            this.groupBox18.TabStop = false;
            this.groupBox18.Text = "Resources";
            // 
            // dsResources
            // 
            treeListColumn75.AutoSizeMinSize = 0;
            treeListColumn75.Width = 120;
            treeListColumn76.AutoSize = true;
            treeListColumn76.AutoSizeMinSize = 150;
            treeListColumn76.Width = 50;
            treeListColumn77.AutoSizeMinSize = 0;
            treeListColumn77.Width = 75;
            treeListColumn78.AutoSizeMinSize = 0;
            treeListColumn78.Width = 50;
            treeListColumn79.AutoSizeMinSize = 0;
            treeListColumn79.Width = 50;
            treeListColumn80.AutoSizeMinSize = 0;
            treeListColumn80.Width = 50;
            treeListColumn81.AutoSizeMinSize = 0;
            treeListColumn81.Width = 75;
            treeListColumn82.AutoSizeMinSize = 0;
            treeListColumn82.Width = 200;
            treeListColumn83.AutoSizeMinSize = 0;
            treeListColumn83.Width = 25;
            this.tcsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn75,
            treeListColumn76,
            treeListColumn77,
            treeListColumn78,
            treeListColumn79,
            treeListColumn80,
            treeListColumn81,
            treeListColumn82,
            treeListColumn83});
            this.tcsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsResources.Location = new System.Drawing.Point(3, 16);
            this.tcsResources.MultiSelect = false;
            this.tcsResources.Name = "dsResources";
            this.tcsResources.RowOptions.HoverHighlight = true;
            this.tcsResources.RowOptions.ItemHeight = 20;
            this.tcsResources.RowOptions.ShowHeader = false;
            this.tcsResources.Size = new System.Drawing.Size(1145, 113);
            this.tcsResources.TabIndex = 1;
            this.tcsResources.Text = "Outputs";
            this.tcsResources.TreeColumn = 8;
            this.tcsResources.ViewOptions.Indent = 0;
            this.tcsResources.ViewOptions.ShowLine = false;
            this.tcsResources.ViewOptions.ShowPlusMinus = false;
            this.tcsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.tcsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox20
            // 
            this.tableLayoutPanel4.SetColumnSpan(this.groupBox20, 2);
            this.groupBox20.Controls.Add(this.tcsSamplers);
            this.groupBox20.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox20.Location = new System.Drawing.Point(3, 191);
            this.groupBox20.Name = "groupBox20";
            this.groupBox20.Size = new System.Drawing.Size(1151, 132);
            this.groupBox20.TabIndex = 13;
            this.groupBox20.TabStop = false;
            this.groupBox20.Text = "Samplers";
            // 
            // dsSamplers
            // 
            treeListColumn84.AutoSizeMinSize = 0;
            treeListColumn84.Width = 120;
            treeListColumn85.AutoSizeMinSize = 100;
            treeListColumn85.Width = 150;
            treeListColumn86.AutoSizeMinSize = 0;
            treeListColumn86.Width = 80;
            treeListColumn87.AutoSizeMinSize = 0;
            treeListColumn87.Width = 100;
            treeListColumn88.AutoSizeMinSize = 0;
            treeListColumn88.Width = 150;
            treeListColumn89.AutoSizeMinSize = 0;
            treeListColumn89.Width = 60;
            treeListColumn90.AutoSizeMinSize = 0;
            treeListColumn90.Width = 60;
            treeListColumn91.AutoSizeMinSize = 0;
            treeListColumn91.Width = 60;
            treeListColumn92.AutoSize = true;
            treeListColumn92.AutoSizeMinSize = 50;
            treeListColumn92.Width = 50;
            this.tcsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn84,
            treeListColumn85,
            treeListColumn86,
            treeListColumn87,
            treeListColumn88,
            treeListColumn89,
            treeListColumn90,
            treeListColumn91,
            treeListColumn92});
            this.tcsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsSamplers.Location = new System.Drawing.Point(3, 16);
            this.tcsSamplers.MultiSelect = false;
            this.tcsSamplers.Name = "dsSamplers";
            this.tcsSamplers.RowOptions.HoverHighlight = true;
            this.tcsSamplers.RowOptions.ItemHeight = 20;
            this.tcsSamplers.RowOptions.ShowHeader = false;
            this.tcsSamplers.Size = new System.Drawing.Size(1145, 113);
            this.tcsSamplers.TabIndex = 12;
            this.tcsSamplers.Text = "Constant Buffers";
            this.tcsSamplers.TreeColumn = -1;
            this.tcsSamplers.ViewOptions.Indent = 0;
            this.tcsSamplers.ViewOptions.ShowLine = false;
            this.tcsSamplers.ViewOptions.ShowPlusMinus = false;
            this.tcsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox21
            // 
            this.tableLayoutPanel4.SetColumnSpan(this.groupBox21, 2);
            this.groupBox21.Controls.Add(this.tcsCBuffers);
            this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox21.Location = new System.Drawing.Point(3, 329);
            this.groupBox21.Name = "groupBox21";
            this.groupBox21.Size = new System.Drawing.Size(1151, 132);
            this.groupBox21.TabIndex = 12;
            this.groupBox21.TabStop = false;
            this.groupBox21.Text = "Constant Buffers";
            // 
            // dsCBuffers
            // 
            treeListColumn93.AutoSizeMinSize = 0;
            treeListColumn93.Width = 120;
            treeListColumn94.AutoSize = true;
            treeListColumn94.AutoSizeMinSize = 100;
            treeListColumn94.Width = 50;
            treeListColumn95.AutoSizeMinSize = 0;
            treeListColumn95.Width = 75;
            treeListColumn96.AutoSizeMinSize = 0;
            treeListColumn96.Width = 75;
            treeListColumn97.AutoSizeMinSize = 0;
            treeListColumn97.Width = 120;
            treeListColumn98.AutoSizeMinSize = 0;
            treeListColumn98.Width = 200;
            treeListColumn99.AutoSizeMinSize = 0;
            treeListColumn99.Width = 25;
            this.tcsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn93,
            treeListColumn94,
            treeListColumn95,
            treeListColumn96,
            treeListColumn97,
            treeListColumn98,
            treeListColumn99});
            this.tcsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.tcsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.tcsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.tcsCBuffers.MultiSelect = false;
            this.tcsCBuffers.Name = "dsCBuffers";
            this.tcsCBuffers.RowOptions.HoverHighlight = true;
            this.tcsCBuffers.RowOptions.ItemHeight = 20;
            this.tcsCBuffers.RowOptions.ShowHeader = false;
            this.tcsCBuffers.Size = new System.Drawing.Size(1145, 113);
            this.tcsCBuffers.TabIndex = 11;
            this.tcsCBuffers.Text = "Constant Buffers";
            this.tcsCBuffers.TreeColumn = 6;
            this.tcsCBuffers.ViewOptions.Indent = 0;
            this.tcsCBuffers.ViewOptions.ShowLine = false;
            this.tcsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.tcsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tcsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.tcsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.tcsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabGS
            // 
            this.tabGS.Controls.Add(this.panel5);
            this.tabGS.Location = new System.Drawing.Point(4, 22);
            this.tabGS.Name = "tabGS";
            this.tabGS.Size = new System.Drawing.Size(1157, 605);
            this.tabGS.TabIndex = 4;
            this.tabGS.Text = "Geometry Shader";
            this.tabGS.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.AutoScroll = true;
            this.panel5.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel5.Controls.Add(this.tableLayoutPanel5);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(1157, 605);
            this.panel5.TabIndex = 4;
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 2;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel5.Controls.Add(this.gsStreams, 0, 4);
            this.tableLayoutPanel5.Controls.Add(this.groupBox22, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.groupBox23, 1, 3);
            this.tableLayoutPanel5.Controls.Add(this.groupBox24, 0, 1);
            this.tableLayoutPanel5.Controls.Add(this.groupBox25, 0, 2);
            this.tableLayoutPanel5.Controls.Add(this.groupBox26, 0, 3);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 5;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel5.TabIndex = 1;
            // 
            // gsStreams
            // 
            treeListColumn100.AutoSizeMinSize = 0;
            treeListColumn100.Width = 60;
            treeListColumn101.AutoSize = true;
            treeListColumn101.AutoSizeMinSize = 100;
            treeListColumn101.Width = 50;
            treeListColumn102.AutoSizeMinSize = 0;
            treeListColumn102.Width = 75;
            treeListColumn103.AutoSizeMinSize = 0;
            treeListColumn103.Width = 75;
            treeListColumn104.AutoSizeMinSize = 0;
            treeListColumn104.Width = 25;
            this.gsStreams.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn100,
            treeListColumn101,
            treeListColumn102,
            treeListColumn103,
            treeListColumn104});
            this.gsStreams.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsStreams.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsStreams.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsStreams.Location = new System.Drawing.Point(581, 467);
            this.gsStreams.MultiSelect = false;
            this.gsStreams.Name = "gsStreams";
            this.gsStreams.RowOptions.HoverHighlight = true;
            this.gsStreams.RowOptions.ItemHeight = 20;
            this.gsStreams.RowOptions.ShowHeader = false;
            this.gsStreams.Size = new System.Drawing.Size(573, 135);
            this.gsStreams.TabIndex = 18;
            this.gsStreams.Text = "treeListView1";
            this.gsStreams.TreeColumn = 4;
            this.gsStreams.ViewOptions.Indent = 0;
            this.gsStreams.ViewOptions.ShowLine = false;
            this.gsStreams.ViewOptions.ShowPlusMinus = false;
            this.gsStreams.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsStreams.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsStreams.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsStreams.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox22
            // 
            this.tableLayoutPanel5.SetColumnSpan(this.groupBox22, 2);
            this.groupBox22.Controls.Add(this.flowLayoutPanel2);
            this.groupBox22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox22.Location = new System.Drawing.Point(3, 3);
            this.groupBox22.Name = "groupBox22";
            this.groupBox22.Size = new System.Drawing.Size(1151, 44);
            this.groupBox22.TabIndex = 17;
            this.groupBox22.TabStop = false;
            this.groupBox22.Text = "Shader";
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Controls.Add(this.gsShader);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderCog);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderEdit);
            this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(1145, 25);
            this.flowLayoutPanel2.TabIndex = 25;
            // 
            // gsShader
            // 
            this.gsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.gsShader.AutoSize = true;
            this.gsShader.BackColor = System.Drawing.Color.LightGray;
            this.gsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gsShader.Location = new System.Drawing.Point(3, 3);
            this.gsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.gsShader.Name = "gsShader";
            this.gsShader.Size = new System.Drawing.Size(300, 15);
            this.gsShader.TabIndex = 24;
            this.gsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.gsShader.Click += new System.EventHandler(this.shader_Click);
            this.gsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderCog
            // 
            this.gsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.gsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.gsShaderCog.Name = "gsShaderCog";
            this.gsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.gsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderCog.TabIndex = 25;
            this.gsShaderCog.TabStop = false;
            this.gsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.gsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderEdit
            // 
            this.gsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.gsShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.gsShaderEdit.Name = "gsShaderEdit";
            this.gsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.gsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderEdit.TabIndex = 28;
            this.gsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.gsShaderEdit, "HLSL edit and replace this shader");
            this.gsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox23
            // 
            this.groupBox23.Controls.Add(this.gsClasses);
            this.groupBox23.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox23.Location = new System.Drawing.Point(3, 467);
            this.groupBox23.Name = "groupBox23";
            this.groupBox23.Size = new System.Drawing.Size(572, 135);
            this.groupBox23.TabIndex = 16;
            this.groupBox23.TabStop = false;
            this.groupBox23.Text = "Class Instances";
            // 
            // gsClasses
            // 
            treeListColumn105.AutoSizeMinSize = 0;
            treeListColumn105.Width = 50;
            treeListColumn106.AutoSizeMinSize = 0;
            treeListColumn106.Width = 200;
            treeListColumn107.AutoSize = true;
            treeListColumn107.AutoSizeMinSize = 50;
            treeListColumn107.Width = 60;
            this.gsClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn105,
            treeListColumn106,
            treeListColumn107});
            this.gsClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsClasses.Location = new System.Drawing.Point(3, 16);
            this.gsClasses.Name = "gsClasses";
            this.gsClasses.RowOptions.ItemHeight = 20;
            this.gsClasses.RowOptions.ShowHeader = false;
            this.gsClasses.Size = new System.Drawing.Size(566, 116);
            this.gsClasses.TabIndex = 4;
            this.gsClasses.Text = "Class Instances";
            this.gsClasses.TreeColumn = -1;
            this.gsClasses.ViewOptions.ShowLine = false;
            this.gsClasses.ViewOptions.ShowPlusMinus = false;
            // 
            // groupBox24
            // 
            this.tableLayoutPanel5.SetColumnSpan(this.groupBox24, 2);
            this.groupBox24.Controls.Add(this.gsResources);
            this.groupBox24.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox24.Location = new System.Drawing.Point(3, 53);
            this.groupBox24.Name = "groupBox24";
            this.groupBox24.Size = new System.Drawing.Size(1151, 132);
            this.groupBox24.TabIndex = 14;
            this.groupBox24.TabStop = false;
            this.groupBox24.Text = "Resources";
            // 
            // gsResources
            // 
            treeListColumn108.AutoSizeMinSize = 0;
            treeListColumn108.Width = 120;
            treeListColumn109.AutoSize = true;
            treeListColumn109.AutoSizeMinSize = 150;
            treeListColumn109.Width = 50;
            treeListColumn110.AutoSizeMinSize = 0;
            treeListColumn110.Width = 75;
            treeListColumn111.AutoSizeMinSize = 0;
            treeListColumn111.Width = 50;
            treeListColumn112.AutoSizeMinSize = 0;
            treeListColumn112.Width = 50;
            treeListColumn113.AutoSizeMinSize = 0;
            treeListColumn113.Width = 50;
            treeListColumn114.AutoSizeMinSize = 0;
            treeListColumn114.Width = 75;
            treeListColumn115.AutoSizeMinSize = 0;
            treeListColumn115.Width = 200;
            treeListColumn116.AutoSizeMinSize = 0;
            treeListColumn116.Width = 25;
            this.gsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn108,
            treeListColumn109,
            treeListColumn110,
            treeListColumn111,
            treeListColumn112,
            treeListColumn113,
            treeListColumn114,
            treeListColumn115,
            treeListColumn116});
            this.gsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsResources.Location = new System.Drawing.Point(3, 16);
            this.gsResources.MultiSelect = false;
            this.gsResources.Name = "gsResources";
            this.gsResources.RowOptions.HoverHighlight = true;
            this.gsResources.RowOptions.ItemHeight = 20;
            this.gsResources.RowOptions.ShowHeader = false;
            this.gsResources.Size = new System.Drawing.Size(1145, 113);
            this.gsResources.TabIndex = 1;
            this.gsResources.Text = "Outputs";
            this.gsResources.TreeColumn = 8;
            this.gsResources.ViewOptions.Indent = 0;
            this.gsResources.ViewOptions.ShowLine = false;
            this.gsResources.ViewOptions.ShowPlusMinus = false;
            this.gsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox25
            // 
            this.tableLayoutPanel5.SetColumnSpan(this.groupBox25, 2);
            this.groupBox25.Controls.Add(this.gsSamplers);
            this.groupBox25.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox25.Location = new System.Drawing.Point(3, 191);
            this.groupBox25.Name = "groupBox25";
            this.groupBox25.Size = new System.Drawing.Size(1151, 132);
            this.groupBox25.TabIndex = 13;
            this.groupBox25.TabStop = false;
            this.groupBox25.Text = "Samplers";
            // 
            // gsSamplers
            // 
            treeListColumn117.AutoSizeMinSize = 0;
            treeListColumn117.Width = 120;
            treeListColumn118.AutoSizeMinSize = 100;
            treeListColumn118.Width = 150;
            treeListColumn119.AutoSizeMinSize = 0;
            treeListColumn119.Width = 80;
            treeListColumn120.AutoSizeMinSize = 0;
            treeListColumn120.Width = 100;
            treeListColumn121.AutoSizeMinSize = 0;
            treeListColumn121.Width = 150;
            treeListColumn122.AutoSizeMinSize = 0;
            treeListColumn122.Width = 60;
            treeListColumn123.AutoSizeMinSize = 0;
            treeListColumn123.Width = 60;
            treeListColumn124.AutoSizeMinSize = 0;
            treeListColumn124.Width = 60;
            treeListColumn125.AutoSize = true;
            treeListColumn125.AutoSizeMinSize = 50;
            treeListColumn125.Width = 50;
            this.gsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn117,
            treeListColumn118,
            treeListColumn119,
            treeListColumn120,
            treeListColumn121,
            treeListColumn122,
            treeListColumn123,
            treeListColumn124,
            treeListColumn125});
            this.gsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsSamplers.Location = new System.Drawing.Point(3, 16);
            this.gsSamplers.MultiSelect = false;
            this.gsSamplers.Name = "gsSamplers";
            this.gsSamplers.RowOptions.HoverHighlight = true;
            this.gsSamplers.RowOptions.ItemHeight = 20;
            this.gsSamplers.RowOptions.ShowHeader = false;
            this.gsSamplers.Size = new System.Drawing.Size(1145, 113);
            this.gsSamplers.TabIndex = 12;
            this.gsSamplers.Text = "Constant Buffers";
            this.gsSamplers.TreeColumn = -1;
            this.gsSamplers.ViewOptions.Indent = 0;
            this.gsSamplers.ViewOptions.ShowLine = false;
            this.gsSamplers.ViewOptions.ShowPlusMinus = false;
            // 
            // groupBox26
            // 
            this.tableLayoutPanel5.SetColumnSpan(this.groupBox26, 2);
            this.groupBox26.Controls.Add(this.gsCBuffers);
            this.groupBox26.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox26.Location = new System.Drawing.Point(3, 329);
            this.groupBox26.Name = "groupBox26";
            this.groupBox26.Size = new System.Drawing.Size(1151, 132);
            this.groupBox26.TabIndex = 12;
            this.groupBox26.TabStop = false;
            this.groupBox26.Text = "Constant Buffers";
            // 
            // gsCBuffers
            // 
            treeListColumn126.AutoSizeMinSize = 0;
            treeListColumn126.Width = 120;
            treeListColumn127.AutoSize = true;
            treeListColumn127.AutoSizeMinSize = 100;
            treeListColumn127.Width = 50;
            treeListColumn128.AutoSizeMinSize = 0;
            treeListColumn128.Width = 75;
            treeListColumn129.AutoSizeMinSize = 0;
            treeListColumn129.Width = 75;
            treeListColumn130.AutoSizeMinSize = 0;
            treeListColumn130.Width = 120;
            treeListColumn131.AutoSizeMinSize = 0;
            treeListColumn131.Width = 200;
            treeListColumn132.AutoSizeMinSize = 0;
            treeListColumn132.Width = 25;
            this.gsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn126,
            treeListColumn127,
            treeListColumn128,
            treeListColumn129,
            treeListColumn130,
            treeListColumn131,
            treeListColumn132});
            this.gsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.gsCBuffers.MultiSelect = false;
            this.gsCBuffers.Name = "gsCBuffers";
            this.gsCBuffers.RowOptions.HoverHighlight = true;
            this.gsCBuffers.RowOptions.ItemHeight = 20;
            this.gsCBuffers.RowOptions.ShowHeader = false;
            this.gsCBuffers.Size = new System.Drawing.Size(1145, 113);
            this.gsCBuffers.TabIndex = 11;
            this.gsCBuffers.Text = "Constant Buffers";
            this.gsCBuffers.TreeColumn = 6;
            this.gsCBuffers.ViewOptions.Indent = 0;
            this.gsCBuffers.ViewOptions.ShowLine = false;
            this.gsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.gsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabRS
            // 
            this.tabRS.Controls.Add(this.panel8);
            this.tabRS.Location = new System.Drawing.Point(4, 22);
            this.tabRS.Name = "tabRS";
            this.tabRS.Size = new System.Drawing.Size(1157, 605);
            this.tabRS.TabIndex = 5;
            this.tabRS.Text = "Rasterizer";
            this.tabRS.UseVisualStyleBackColor = true;
            // 
            // panel8
            // 
            this.panel8.AutoScroll = true;
            this.panel8.AutoScrollMinSize = new System.Drawing.Size(500, 220);
            this.panel8.Controls.Add(this.tableLayoutPanel14);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(1157, 605);
            this.panel8.TabIndex = 2;
            // 
            // tableLayoutPanel14
            // 
            this.tableLayoutPanel14.AutoScroll = true;
            this.tableLayoutPanel14.AutoScrollMinSize = new System.Drawing.Size(500, 0);
            this.tableLayoutPanel14.ColumnCount = 2;
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.Controls.Add(this.groupBox31, 0, 0);
            this.tableLayoutPanel14.Controls.Add(this.groupBox32, 0, 1);
            this.tableLayoutPanel14.Controls.Add(groupBox42, 1, 1);
            this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel14.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel14.Name = "tableLayoutPanel14";
            this.tableLayoutPanel14.RowCount = 2;
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel14.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel14.TabIndex = 1;
            // 
            // groupBox31
            // 
            this.groupBox31.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel14.SetColumnSpan(this.groupBox31, 2);
            this.groupBox31.Controls.Add(this.tableLayoutPanel8);
            this.groupBox31.Location = new System.Drawing.Point(3, 3);
            this.groupBox31.MinimumSize = new System.Drawing.Size(500, 0);
            this.groupBox31.Name = "groupBox31";
            this.groupBox31.Size = new System.Drawing.Size(1151, 97);
            this.groupBox31.TabIndex = 0;
            this.groupBox31.TabStop = false;
            this.groupBox31.Text = "Rasterizer State";
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel8.ColumnCount = 9;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 598F));
            this.tableLayoutPanel8.Controls.Add(this.forcedSampleCount, 7, 1);
            this.tableLayoutPanel8.Controls.Add(this.label14, 6, 1);
            this.tableLayoutPanel8.Controls.Add(this.frontCCW, 5, 0);
            this.tableLayoutPanel8.Controls.Add(this.cullMode, 3, 0);
            this.tableLayoutPanel8.Controls.Add(label1, 0, 1);
            this.tableLayoutPanel8.Controls.Add(this.label2, 2, 1);
            this.tableLayoutPanel8.Controls.Add(this.label5, 4, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBias, 1, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBiasClamp, 3, 1);
            this.tableLayoutPanel8.Controls.Add(this.slopeScaledBias, 5, 1);
            this.tableLayoutPanel8.Controls.Add(label15, 0, 0);
            this.tableLayoutPanel8.Controls.Add(label16, 2, 0);
            this.tableLayoutPanel8.Controls.Add(label17, 4, 0);
            this.tableLayoutPanel8.Controls.Add(this.label18, 0, 2);
            this.tableLayoutPanel8.Controls.Add(this.label19, 2, 2);
            this.tableLayoutPanel8.Controls.Add(this.label20, 4, 2);
            this.tableLayoutPanel8.Controls.Add(this.depthClip, 1, 2);
            this.tableLayoutPanel8.Controls.Add(this.fillMode, 1, 0);
            this.tableLayoutPanel8.Controls.Add(this.multisampleEnable, 5, 2);
            this.tableLayoutPanel8.Controls.Add(this.scissorEnable, 3, 2);
            this.tableLayoutPanel8.Controls.Add(this.lineAAEnable, 7, 2);
            this.tableLayoutPanel8.Controls.Add(this.label23, 6, 2);
            this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 3;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(1145, 78);
            this.tableLayoutPanel8.TabIndex = 0;
            // 
            // forcedSampleCount
            // 
            this.forcedSampleCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.forcedSampleCount.AutoSize = true;
            this.forcedSampleCount.BackColor = System.Drawing.Color.Transparent;
            this.forcedSampleCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.forcedSampleCount.Location = new System.Drawing.Point(539, 28);
            this.forcedSampleCount.Name = "forcedSampleCount";
            this.forcedSampleCount.Size = new System.Drawing.Size(18, 19);
            this.forcedSampleCount.TabIndex = 24;
            this.forcedSampleCount.Text = "0";
            this.forcedSampleCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label14
            // 
            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(420, 31);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(112, 13);
            this.label14.TabIndex = 23;
            this.label14.Text = "Forced Sample Count:";
            // 
            // frontCCW
            // 
            this.frontCCW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.frontCCW.Image = ((System.Drawing.Image)(resources.GetObject("frontCCW.Image")));
            this.frontCCW.Location = new System.Drawing.Point(381, 5);
            this.frontCCW.Name = "frontCCW";
            this.frontCCW.Size = new System.Drawing.Size(32, 16);
            this.frontCCW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.frontCCW.TabIndex = 19;
            this.frontCCW.TabStop = false;
            // 
            // cullMode
            // 
            this.cullMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.cullMode.AutoSize = true;
            this.cullMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cullMode.Location = new System.Drawing.Point(225, 3);
            this.cullMode.Name = "cullMode";
            this.cullMode.Size = new System.Drawing.Size(46, 19);
            this.cullMode.TabIndex = 18;
            this.cullMode.Text = "Front";
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(4, 31);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(62, 13);
            label1.TabIndex = 0;
            label1.Text = "Depth Bias:";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(124, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(94, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Depth Bias Clamp:";
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(278, 31);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(96, 13);
            this.label5.TabIndex = 2;
            this.label5.Text = "Slope-Scaled Bias:";
            // 
            // depthBias
            // 
            this.depthBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBias.AutoSize = true;
            this.depthBias.BackColor = System.Drawing.Color.Transparent;
            this.depthBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBias.Location = new System.Drawing.Point(73, 28);
            this.depthBias.Name = "depthBias";
            this.depthBias.Size = new System.Drawing.Size(44, 19);
            this.depthBias.TabIndex = 3;
            this.depthBias.Text = "0";
            this.depthBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // depthBiasClamp
            // 
            this.depthBiasClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBiasClamp.AutoSize = true;
            this.depthBiasClamp.BackColor = System.Drawing.Color.Transparent;
            this.depthBiasClamp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBiasClamp.Location = new System.Drawing.Point(225, 28);
            this.depthBiasClamp.Name = "depthBiasClamp";
            this.depthBiasClamp.Size = new System.Drawing.Size(46, 19);
            this.depthBiasClamp.TabIndex = 4;
            this.depthBiasClamp.Text = "0.0";
            this.depthBiasClamp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // slopeScaledBias
            // 
            this.slopeScaledBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.slopeScaledBias.AutoSize = true;
            this.slopeScaledBias.BackColor = System.Drawing.Color.Transparent;
            this.slopeScaledBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.slopeScaledBias.Location = new System.Drawing.Point(381, 28);
            this.slopeScaledBias.Name = "slopeScaledBias";
            this.slopeScaledBias.Size = new System.Drawing.Size(32, 19);
            this.slopeScaledBias.TabIndex = 5;
            this.slopeScaledBias.Text = "0.0";
            this.slopeScaledBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label15
            // 
            label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(14, 6);
            label15.Name = "label15";
            label15.Size = new System.Drawing.Size(52, 13);
            label15.TabIndex = 6;
            label15.Text = "Fill Mode:";
            // 
            // label16
            // 
            label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label16.AutoSize = true;
            label16.Location = new System.Drawing.Point(161, 6);
            label16.Name = "label16";
            label16.Size = new System.Drawing.Size(57, 13);
            label16.TabIndex = 7;
            label16.Text = "Cull Mode:";
            // 
            // label17
            // 
            label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(312, 6);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(62, 13);
            label17.TabIndex = 8;
            label17.Text = "Front CCW:";
            // 
            // label18
            // 
            this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(7, 57);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(59, 13);
            this.label18.TabIndex = 9;
            this.label18.Text = "Depth Clip:";
            // 
            // label19
            // 
            this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(174, 57);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(44, 13);
            this.label19.TabIndex = 10;
            this.label19.Text = "Scissor:";
            // 
            // label20
            // 
            this.label20.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(309, 57);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(65, 13);
            this.label20.TabIndex = 11;
            this.label20.Text = "Multisample:";
            // 
            // depthClip
            // 
            this.depthClip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthClip.Image = ((System.Drawing.Image)(resources.GetObject("depthClip.Image")));
            this.depthClip.Location = new System.Drawing.Point(73, 56);
            this.depthClip.Name = "depthClip";
            this.depthClip.Size = new System.Drawing.Size(44, 16);
            this.depthClip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthClip.TabIndex = 13;
            this.depthClip.TabStop = false;
            // 
            // fillMode
            // 
            this.fillMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.fillMode.AutoSize = true;
            this.fillMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fillMode.Location = new System.Drawing.Point(73, 3);
            this.fillMode.Name = "fillMode";
            this.fillMode.Size = new System.Drawing.Size(44, 19);
            this.fillMode.TabIndex = 17;
            this.fillMode.Text = "Solid";
            // 
            // multisampleEnable
            // 
            this.multisampleEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.multisampleEnable.Image = ((System.Drawing.Image)(resources.GetObject("multisampleEnable.Image")));
            this.multisampleEnable.Location = new System.Drawing.Point(381, 56);
            this.multisampleEnable.Name = "multisampleEnable";
            this.multisampleEnable.Size = new System.Drawing.Size(32, 16);
            this.multisampleEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.multisampleEnable.TabIndex = 21;
            this.multisampleEnable.TabStop = false;
            // 
            // scissorEnable
            // 
            this.scissorEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.scissorEnable.Image = ((System.Drawing.Image)(resources.GetObject("scissorEnable.Image")));
            this.scissorEnable.Location = new System.Drawing.Point(225, 56);
            this.scissorEnable.Name = "scissorEnable";
            this.scissorEnable.Size = new System.Drawing.Size(46, 16);
            this.scissorEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.scissorEnable.TabIndex = 22;
            this.scissorEnable.TabStop = false;
            // 
            // lineAAEnable
            // 
            this.lineAAEnable.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.lineAAEnable.Image = ((System.Drawing.Image)(resources.GetObject("lineAAEnable.Image")));
            this.lineAAEnable.Location = new System.Drawing.Point(539, 56);
            this.lineAAEnable.Name = "lineAAEnable";
            this.lineAAEnable.Size = new System.Drawing.Size(16, 16);
            this.lineAAEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.lineAAEnable.TabIndex = 20;
            this.lineAAEnable.TabStop = false;
            // 
            // label23
            // 
            this.label23.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(485, 57);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(47, 13);
            this.label23.TabIndex = 12;
            this.label23.Text = "Line AA:";
            // 
            // groupBox32
            // 
            this.groupBox32.Controls.Add(this.viewports);
            this.groupBox32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox32.Location = new System.Drawing.Point(3, 106);
            this.groupBox32.Name = "groupBox32";
            this.groupBox32.Size = new System.Drawing.Size(572, 496);
            this.groupBox32.TabIndex = 1;
            this.groupBox32.TabStop = false;
            this.groupBox32.Text = "Viewports";
            // 
            // viewports
            // 
            treeListColumn133.AutoSizeMinSize = 0;
            treeListColumn133.Width = 50;
            treeListColumn134.AutoSizeMinSize = 0;
            treeListColumn134.Width = 50;
            treeListColumn135.AutoSizeMinSize = 0;
            treeListColumn135.Width = 50;
            treeListColumn136.AutoSizeMinSize = 0;
            treeListColumn136.Width = 50;
            treeListColumn137.AutoSizeMinSize = 0;
            treeListColumn137.Width = 50;
            treeListColumn138.AutoSizeMinSize = 0;
            treeListColumn138.Width = 60;
            treeListColumn139.AutoSize = true;
            treeListColumn139.AutoSizeMinSize = 60;
            treeListColumn139.Width = 60;
            this.viewports.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn133,
            treeListColumn134,
            treeListColumn135,
            treeListColumn136,
            treeListColumn137,
            treeListColumn138,
            treeListColumn139});
            this.viewports.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viewports.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viewports.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viewports.Location = new System.Drawing.Point(3, 16);
            this.viewports.MultiSelect = false;
            this.viewports.Name = "viewports";
            this.viewports.RowOptions.ItemHeight = 20;
            this.viewports.RowOptions.ShowHeader = false;
            this.viewports.Size = new System.Drawing.Size(566, 477);
            this.viewports.TabIndex = 0;
            this.viewports.Text = "Viewports";
            this.viewports.TreeColumn = -1;
            this.viewports.ViewOptions.ShowPlusMinus = false;
            this.viewports.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viewports.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox42
            // 
            groupBox42.Controls.Add(this.scissors);
            groupBox42.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox42.Location = new System.Drawing.Point(581, 106);
            groupBox42.Name = "groupBox42";
            groupBox42.Size = new System.Drawing.Size(573, 496);
            groupBox42.TabIndex = 2;
            groupBox42.TabStop = false;
            groupBox42.Text = "Scissor Regions";
            // 
            // scissors
            // 
            treeListColumn140.AutoSizeMinSize = 0;
            treeListColumn140.Width = 50;
            treeListColumn141.AutoSizeMinSize = 0;
            treeListColumn141.Width = 50;
            treeListColumn142.AutoSizeMinSize = 0;
            treeListColumn142.Width = 50;
            treeListColumn143.AutoSizeMinSize = 0;
            treeListColumn143.Width = 50;
            treeListColumn144.AutoSize = true;
            treeListColumn144.AutoSizeMinSize = 50;
            treeListColumn144.Width = 50;
            this.scissors.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn140,
            treeListColumn141,
            treeListColumn142,
            treeListColumn143,
            treeListColumn144});
            this.scissors.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.scissors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scissors.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.scissors.Location = new System.Drawing.Point(3, 16);
            this.scissors.MultiSelect = false;
            this.scissors.Name = "scissors";
            this.scissors.RowOptions.ItemHeight = 20;
            this.scissors.RowOptions.ShowHeader = false;
            this.scissors.Size = new System.Drawing.Size(567, 477);
            this.scissors.TabIndex = 1;
            this.scissors.Text = "Scissor Regions";
            this.scissors.TreeColumn = -1;
            this.scissors.ViewOptions.ShowPlusMinus = false;
            this.scissors.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.scissors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabFS
            // 
            this.tabFS.Controls.Add(this.panel6);
            this.tabFS.Location = new System.Drawing.Point(4, 22);
            this.tabFS.Name = "tabFS";
            this.tabFS.Size = new System.Drawing.Size(1157, 605);
            this.tabFS.TabIndex = 6;
            this.tabFS.Text = "Fragment Shader";
            this.tabFS.UseVisualStyleBackColor = true;
            // 
            // panel6
            // 
            this.panel6.AutoScroll = true;
            this.panel6.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel6.Controls.Add(this.tableLayoutPanel6);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(1157, 605);
            this.panel6.TabIndex = 3;
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.ColumnCount = 2;
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel6.Controls.Add(this.groupBox13, 0, 0);
            this.tableLayoutPanel6.Controls.Add(this.groupBox19, 1, 3);
            this.tableLayoutPanel6.Controls.Add(this.groupBox28, 0, 1);
            this.tableLayoutPanel6.Controls.Add(this.groupBox29, 0, 2);
            this.tableLayoutPanel6.Controls.Add(this.groupBox30, 0, 3);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 4;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel6.TabIndex = 1;
            // 
            // groupBox13
            // 
            this.tableLayoutPanel6.SetColumnSpan(this.groupBox13, 2);
            this.groupBox13.Controls.Add(this.flowLayoutPanel1);
            this.groupBox13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox13.Location = new System.Drawing.Point(3, 3);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(1151, 44);
            this.groupBox13.TabIndex = 17;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Shader";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.fsShader);
            this.flowLayoutPanel1.Controls.Add(this.fsShaderCog);
            this.flowLayoutPanel1.Controls.Add(this.psShaderEdit);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1145, 25);
            this.flowLayoutPanel1.TabIndex = 25;
            // 
            // psShader
            // 
            this.fsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.fsShader.AutoSize = true;
            this.fsShader.BackColor = System.Drawing.Color.LightGray;
            this.fsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.fsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.fsShader.Location = new System.Drawing.Point(3, 3);
            this.fsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.fsShader.Name = "psShader";
            this.fsShader.Size = new System.Drawing.Size(300, 15);
            this.fsShader.TabIndex = 24;
            this.fsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.fsShader.Click += new System.EventHandler(this.shader_Click);
            this.fsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.fsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // psShaderCog
            // 
            this.fsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.fsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.fsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.fsShaderCog.Name = "psShaderCog";
            this.fsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.fsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.fsShaderCog.TabIndex = 25;
            this.fsShaderCog.TabStop = false;
            this.fsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.fsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.fsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // psShaderEdit
            // 
            this.psShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.psShaderEdit.Location = new System.Drawing.Point(331, 3);
            this.psShaderEdit.Name = "psShaderEdit";
            this.psShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.psShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderEdit.TabIndex = 29;
            this.psShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.psShaderEdit, "HLSL edit and replace this shader");
            this.psShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // groupBox19
            // 
            this.tableLayoutPanel6.SetColumnSpan(this.groupBox19, 2);
            this.groupBox19.Controls.Add(this.fsClasses);
            this.groupBox19.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox19.Location = new System.Drawing.Point(3, 467);
            this.groupBox19.Name = "groupBox19";
            this.groupBox19.Size = new System.Drawing.Size(1151, 135);
            this.groupBox19.TabIndex = 16;
            this.groupBox19.TabStop = false;
            this.groupBox19.Text = "Class Instances";
            // 
            // psClasses
            // 
            treeListColumn145.AutoSizeMinSize = 0;
            treeListColumn145.Width = 50;
            treeListColumn146.AutoSizeMinSize = 0;
            treeListColumn146.Width = 200;
            treeListColumn147.AutoSize = true;
            treeListColumn147.AutoSizeMinSize = 50;
            treeListColumn147.Width = 60;
            this.fsClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn145,
            treeListColumn146,
            treeListColumn147});
            this.fsClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsClasses.Location = new System.Drawing.Point(3, 16);
            this.fsClasses.Name = "psClasses";
            this.fsClasses.RowOptions.ItemHeight = 20;
            this.fsClasses.RowOptions.ShowHeader = false;
            this.fsClasses.Size = new System.Drawing.Size(1145, 116);
            this.fsClasses.TabIndex = 4;
            this.fsClasses.Text = "Class Instances";
            this.fsClasses.TreeColumn = -1;
            this.fsClasses.ViewOptions.ShowLine = false;
            this.fsClasses.ViewOptions.ShowPlusMinus = false;
            this.fsClasses.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsClasses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox28
            // 
            this.tableLayoutPanel6.SetColumnSpan(this.groupBox28, 2);
            this.groupBox28.Controls.Add(this.fsResources);
            this.groupBox28.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox28.Location = new System.Drawing.Point(3, 53);
            this.groupBox28.Name = "groupBox28";
            this.groupBox28.Size = new System.Drawing.Size(1151, 132);
            this.groupBox28.TabIndex = 14;
            this.groupBox28.TabStop = false;
            this.groupBox28.Text = "Resources";
            // 
            // psResources
            // 
            treeListColumn148.AutoSizeMinSize = 0;
            treeListColumn148.Width = 120;
            treeListColumn149.AutoSize = true;
            treeListColumn149.AutoSizeMinSize = 150;
            treeListColumn149.Width = 50;
            treeListColumn150.AutoSizeMinSize = 0;
            treeListColumn150.Width = 75;
            treeListColumn151.AutoSizeMinSize = 0;
            treeListColumn151.Width = 50;
            treeListColumn152.AutoSizeMinSize = 0;
            treeListColumn152.Width = 50;
            treeListColumn153.AutoSizeMinSize = 0;
            treeListColumn153.Width = 50;
            treeListColumn154.AutoSizeMinSize = 0;
            treeListColumn154.Width = 75;
            treeListColumn155.AutoSizeMinSize = 0;
            treeListColumn155.Width = 200;
            treeListColumn156.AutoSizeMinSize = 0;
            treeListColumn156.Width = 25;
            this.fsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn148,
            treeListColumn149,
            treeListColumn150,
            treeListColumn151,
            treeListColumn152,
            treeListColumn153,
            treeListColumn154,
            treeListColumn155,
            treeListColumn156});
            this.fsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsResources.Location = new System.Drawing.Point(3, 16);
            this.fsResources.MultiSelect = false;
            this.fsResources.Name = "psResources";
            this.fsResources.RowOptions.HoverHighlight = true;
            this.fsResources.RowOptions.ItemHeight = 20;
            this.fsResources.RowOptions.ShowHeader = false;
            this.fsResources.Size = new System.Drawing.Size(1145, 113);
            this.fsResources.TabIndex = 1;
            this.fsResources.Text = "Outputs";
            this.fsResources.TreeColumn = 8;
            this.fsResources.ViewOptions.Indent = 0;
            this.fsResources.ViewOptions.ShowLine = false;
            this.fsResources.ViewOptions.ShowPlusMinus = false;
            this.fsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.fsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.fsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox29
            // 
            this.tableLayoutPanel6.SetColumnSpan(this.groupBox29, 2);
            this.groupBox29.Controls.Add(this.fsSamplers);
            this.groupBox29.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox29.Location = new System.Drawing.Point(3, 191);
            this.groupBox29.Name = "groupBox29";
            this.groupBox29.Size = new System.Drawing.Size(1151, 132);
            this.groupBox29.TabIndex = 13;
            this.groupBox29.TabStop = false;
            this.groupBox29.Text = "Samplers";
            // 
            // psSamplers
            // 
            treeListColumn157.AutoSizeMinSize = 0;
            treeListColumn157.Width = 120;
            treeListColumn158.AutoSizeMinSize = 100;
            treeListColumn158.Width = 150;
            treeListColumn159.AutoSizeMinSize = 0;
            treeListColumn159.Width = 80;
            treeListColumn160.AutoSizeMinSize = 0;
            treeListColumn160.Width = 100;
            treeListColumn161.AutoSizeMinSize = 0;
            treeListColumn161.Width = 150;
            treeListColumn162.AutoSizeMinSize = 0;
            treeListColumn162.Width = 60;
            treeListColumn163.AutoSizeMinSize = 0;
            treeListColumn163.Width = 60;
            treeListColumn164.AutoSizeMinSize = 0;
            treeListColumn164.Width = 60;
            treeListColumn165.AutoSize = true;
            treeListColumn165.AutoSizeMinSize = 50;
            treeListColumn165.Width = 50;
            this.fsSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn157,
            treeListColumn158,
            treeListColumn159,
            treeListColumn160,
            treeListColumn161,
            treeListColumn162,
            treeListColumn163,
            treeListColumn164,
            treeListColumn165});
            this.fsSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsSamplers.Location = new System.Drawing.Point(3, 16);
            this.fsSamplers.MultiSelect = false;
            this.fsSamplers.Name = "psSamplers";
            this.fsSamplers.RowOptions.HoverHighlight = true;
            this.fsSamplers.RowOptions.ItemHeight = 20;
            this.fsSamplers.RowOptions.ShowHeader = false;
            this.fsSamplers.Size = new System.Drawing.Size(1145, 113);
            this.fsSamplers.TabIndex = 12;
            this.fsSamplers.Text = "Constant Buffers";
            this.fsSamplers.TreeColumn = -1;
            this.fsSamplers.ViewOptions.Indent = 0;
            this.fsSamplers.ViewOptions.ShowLine = false;
            this.fsSamplers.ViewOptions.ShowPlusMinus = false;
            this.fsSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox30
            // 
            this.tableLayoutPanel6.SetColumnSpan(this.groupBox30, 2);
            this.groupBox30.Controls.Add(this.fsCBuffers);
            this.groupBox30.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox30.Location = new System.Drawing.Point(3, 329);
            this.groupBox30.Name = "groupBox30";
            this.groupBox30.Size = new System.Drawing.Size(1151, 132);
            this.groupBox30.TabIndex = 12;
            this.groupBox30.TabStop = false;
            this.groupBox30.Text = "Constant Buffers";
            // 
            // psCBuffers
            // 
            treeListColumn166.AutoSizeMinSize = 0;
            treeListColumn166.Width = 120;
            treeListColumn167.AutoSize = true;
            treeListColumn167.AutoSizeMinSize = 100;
            treeListColumn167.Width = 50;
            treeListColumn168.AutoSizeMinSize = 0;
            treeListColumn168.Width = 75;
            treeListColumn169.AutoSizeMinSize = 0;
            treeListColumn169.Width = 75;
            treeListColumn170.AutoSizeMinSize = 0;
            treeListColumn170.Width = 120;
            treeListColumn171.AutoSizeMinSize = 0;
            treeListColumn171.Width = 200;
            treeListColumn172.AutoSizeMinSize = 0;
            treeListColumn172.Width = 25;
            this.fsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn166,
            treeListColumn167,
            treeListColumn168,
            treeListColumn169,
            treeListColumn170,
            treeListColumn171,
            treeListColumn172});
            this.fsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.fsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.fsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.fsCBuffers.MultiSelect = false;
            this.fsCBuffers.Name = "psCBuffers";
            this.fsCBuffers.RowOptions.HoverHighlight = true;
            this.fsCBuffers.RowOptions.ItemHeight = 20;
            this.fsCBuffers.RowOptions.ShowHeader = false;
            this.fsCBuffers.Size = new System.Drawing.Size(1145, 113);
            this.fsCBuffers.TabIndex = 11;
            this.fsCBuffers.Text = "Constant Buffers";
            this.fsCBuffers.TreeColumn = 6;
            this.fsCBuffers.ViewOptions.Indent = 0;
            this.fsCBuffers.ViewOptions.ShowLine = false;
            this.fsCBuffers.ViewOptions.ShowPlusMinus = false;
            this.fsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.fsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.fsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.fsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabFB
            // 
            this.tabFB.Controls.Add(this.panel9);
            this.tabFB.Location = new System.Drawing.Point(4, 22);
            this.tabFB.Name = "tabFB";
            this.tabFB.Size = new System.Drawing.Size(1157, 605);
            this.tabFB.TabIndex = 7;
            this.tabFB.Text = "Framebuffer Output";
            this.tabFB.UseVisualStyleBackColor = true;
            // 
            // panel9
            // 
            this.panel9.AutoScroll = true;
            this.panel9.AutoScrollMinSize = new System.Drawing.Size(930, 320);
            this.panel9.Controls.Add(this.tableLayoutPanel9);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(1157, 605);
            this.panel9.TabIndex = 1;
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.AutoScroll = true;
            this.tableLayoutPanel9.ColumnCount = 1;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel9.Controls.Add(this.groupBox33, 0, 0);
            this.tableLayoutPanel9.Controls.Add(this.groupBox37, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel10, 0, 2);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 3;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel9.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel9.TabIndex = 0;
            // 
            // groupBox33
            // 
            this.groupBox33.Controls.Add(this.targetOutputs);
            this.groupBox33.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox33.Location = new System.Drawing.Point(3, 3);
            this.groupBox33.Name = "groupBox33";
            this.groupBox33.Size = new System.Drawing.Size(1151, 270);
            this.groupBox33.TabIndex = 15;
            this.groupBox33.TabStop = false;
            this.groupBox33.Text = "Render Targets && UAVs";
            // 
            // targetOutputs
            // 
            treeListColumn173.AutoSizeMinSize = 0;
            treeListColumn173.Width = 50;
            treeListColumn174.AutoSize = true;
            treeListColumn174.AutoSizeMinSize = 150;
            treeListColumn174.Width = 50;
            treeListColumn175.AutoSizeMinSize = 0;
            treeListColumn175.Width = 75;
            treeListColumn176.AutoSizeMinSize = 0;
            treeListColumn176.Width = 50;
            treeListColumn177.AutoSizeMinSize = 0;
            treeListColumn177.Width = 50;
            treeListColumn178.AutoSizeMinSize = 0;
            treeListColumn178.Width = 50;
            treeListColumn179.AutoSizeMinSize = 0;
            treeListColumn179.Width = 75;
            treeListColumn180.AutoSizeMinSize = 0;
            treeListColumn180.Width = 200;
            treeListColumn181.AutoSizeMinSize = 0;
            treeListColumn181.Width = 25;
            this.targetOutputs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn173,
            treeListColumn174,
            treeListColumn175,
            treeListColumn176,
            treeListColumn177,
            treeListColumn178,
            treeListColumn179,
            treeListColumn180,
            treeListColumn181});
            this.targetOutputs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.targetOutputs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.targetOutputs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.targetOutputs.Location = new System.Drawing.Point(3, 16);
            this.targetOutputs.MultiSelect = false;
            this.targetOutputs.Name = "targetOutputs";
            this.targetOutputs.RowOptions.HoverHighlight = true;
            this.targetOutputs.RowOptions.ItemHeight = 20;
            this.targetOutputs.RowOptions.ShowHeader = false;
            this.targetOutputs.Size = new System.Drawing.Size(1145, 251);
            this.targetOutputs.TabIndex = 0;
            this.targetOutputs.Text = "Outputs";
            this.targetOutputs.TreeColumn = 8;
            this.targetOutputs.ViewOptions.Indent = 0;
            this.targetOutputs.ViewOptions.ShowLine = false;
            this.targetOutputs.ViewOptions.ShowPlusMinus = false;
            this.targetOutputs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.targetOutputs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox37
            // 
            this.groupBox37.Controls.Add(this.blendOperations);
            this.groupBox37.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox37.Location = new System.Drawing.Point(3, 279);
            this.groupBox37.Name = "groupBox37";
            this.groupBox37.Size = new System.Drawing.Size(1151, 178);
            this.groupBox37.TabIndex = 16;
            this.groupBox37.TabStop = false;
            this.groupBox37.Text = "Target Blends";
            // 
            // blendOperations
            // 
            treeListColumn182.AutoSizeMinSize = 0;
            treeListColumn182.Width = 50;
            treeListColumn183.AutoSizeMinSize = 0;
            treeListColumn183.Width = 50;
            treeListColumn184.AutoSizeMinSize = 0;
            treeListColumn184.Width = 50;
            treeListColumn185.AutoSizeMinSize = 0;
            treeListColumn185.Width = 100;
            treeListColumn186.AutoSizeMinSize = 0;
            treeListColumn186.Width = 100;
            treeListColumn187.AutoSizeMinSize = 0;
            treeListColumn187.Width = 135;
            treeListColumn188.AutoSizeMinSize = 0;
            treeListColumn188.Width = 100;
            treeListColumn189.AutoSizeMinSize = 0;
            treeListColumn189.Width = 100;
            treeListColumn190.AutoSizeMinSize = 0;
            treeListColumn190.Width = 100;
            treeListColumn191.AutoSizeMinSize = 0;
            treeListColumn191.Width = 80;
            treeListColumn192.AutoSize = true;
            treeListColumn192.AutoSizeMinSize = 60;
            treeListColumn192.Width = 60;
            this.blendOperations.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn182,
            treeListColumn183,
            treeListColumn184,
            treeListColumn185,
            treeListColumn186,
            treeListColumn187,
            treeListColumn188,
            treeListColumn189,
            treeListColumn190,
            treeListColumn191,
            treeListColumn192});
            this.blendOperations.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.blendOperations.Dock = System.Windows.Forms.DockStyle.Fill;
            this.blendOperations.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.blendOperations.Location = new System.Drawing.Point(3, 16);
            this.blendOperations.MultiSelect = false;
            this.blendOperations.Name = "blendOperations";
            this.blendOperations.RowOptions.HoverHighlight = true;
            this.blendOperations.RowOptions.ItemHeight = 20;
            this.blendOperations.RowOptions.ShowHeader = false;
            this.blendOperations.Size = new System.Drawing.Size(1145, 159);
            this.blendOperations.TabIndex = 32;
            this.blendOperations.Text = "Outputs";
            this.blendOperations.TreeColumn = 7;
            this.blendOperations.ViewOptions.Indent = 0;
            this.blendOperations.ViewOptions.ShowLine = false;
            this.blendOperations.ViewOptions.ShowPlusMinus = false;
            // 
            // tableLayoutPanel10
            // 
            this.tableLayoutPanel10.ColumnCount = 3;
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.Controls.Add(this.groupBox40, 0, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox41, 1, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox43, 2, 0);
            this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 463);
            this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(0, 130);
            this.tableLayoutPanel10.Name = "tableLayoutPanel10";
            this.tableLayoutPanel10.RowCount = 1;
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel10.Size = new System.Drawing.Size(1151, 139);
            this.tableLayoutPanel10.TabIndex = 17;
            // 
            // groupBox40
            // 
            this.groupBox40.AutoSize = true;
            this.groupBox40.Controls.Add(this.tableLayoutPanel11);
            this.groupBox40.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox40.Location = new System.Drawing.Point(3, 3);
            this.groupBox40.MinimumSize = new System.Drawing.Size(270, 0);
            this.groupBox40.Name = "groupBox40";
            this.groupBox40.Size = new System.Drawing.Size(339, 133);
            this.groupBox40.TabIndex = 0;
            this.groupBox40.TabStop = false;
            this.groupBox40.Text = "Blend State";
            // 
            // tableLayoutPanel11
            // 
            this.tableLayoutPanel11.AutoSize = true;
            this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel11.ColumnCount = 4;
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel11.Controls.Add(this.sampleMask, 1, 1);
            this.tableLayoutPanel11.Controls.Add(this.independentBlend, 3, 0);
            this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel11.Controls.Add(this.label6, 0, 1);
            this.tableLayoutPanel11.Controls.Add(this.label7, 2, 1);
            this.tableLayoutPanel11.Controls.Add(this.alphaToCoverage, 3, 1);
            this.tableLayoutPanel11.Controls.Add(this.blendFactor, 1, 0);
            this.tableLayoutPanel11.Controls.Add(this.label4, 2, 0);
            this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel11.Name = "tableLayoutPanel11";
            this.tableLayoutPanel11.RowCount = 2;
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel11.Size = new System.Drawing.Size(330, 106);
            this.tableLayoutPanel11.TabIndex = 0;
            // 
            // sampleMask
            // 
            this.sampleMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleMask.AutoSize = true;
            this.sampleMask.BackColor = System.Drawing.Color.Transparent;
            this.sampleMask.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleMask.Location = new System.Drawing.Point(55, 69);
            this.sampleMask.Name = "sampleMask";
            this.sampleMask.Size = new System.Drawing.Size(167, 19);
            this.sampleMask.TabIndex = 23;
            this.sampleMask.Text = "FFFFFFFF";
            this.sampleMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // independentBlend
            // 
            this.independentBlend.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.independentBlend.Image = ((System.Drawing.Image)(resources.GetObject("independentBlend.Image")));
            this.independentBlend.Location = new System.Drawing.Point(305, 18);
            this.independentBlend.Name = "independentBlend";
            this.independentBlend.Size = new System.Drawing.Size(16, 16);
            this.independentBlend.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.independentBlend.TabIndex = 22;
            this.independentBlend.TabStop = false;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 13);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 26);
            this.label3.TabIndex = 0;
            this.label3.Text = "Blend Factor:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(6, 66);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(42, 26);
            this.label6.TabIndex = 2;
            this.label6.Text = "Sample Mask:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(229, 66);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(69, 26);
            this.label7.TabIndex = 3;
            this.label7.Text = "Alpha to Coverage:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // alphaToCoverage
            // 
            this.alphaToCoverage.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.alphaToCoverage.Image = ((System.Drawing.Image)(resources.GetObject("alphaToCoverage.Image")));
            this.alphaToCoverage.Location = new System.Drawing.Point(305, 71);
            this.alphaToCoverage.Name = "alphaToCoverage";
            this.alphaToCoverage.Size = new System.Drawing.Size(16, 16);
            this.alphaToCoverage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.alphaToCoverage.TabIndex = 21;
            this.alphaToCoverage.TabStop = false;
            // 
            // blendFactor
            // 
            this.blendFactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.blendFactor.AutoSize = true;
            this.blendFactor.BackColor = System.Drawing.Color.Transparent;
            this.blendFactor.Font = new System.Drawing.Font("Tahoma", 12F);
            this.blendFactor.Location = new System.Drawing.Point(55, 17);
            this.blendFactor.Name = "blendFactor";
            this.blendFactor.Size = new System.Drawing.Size(167, 19);
            this.blendFactor.TabIndex = 24;
            this.blendFactor.Text = "0.00, 0.00, 0.00, 0.00";
            this.blendFactor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(229, 13);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 26);
            this.label4.TabIndex = 1;
            this.label4.Text = "Independent Blend:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox41
            // 
            this.groupBox41.AutoSize = true;
            this.groupBox41.Controls.Add(this.tableLayoutPanel12);
            this.groupBox41.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox41.Location = new System.Drawing.Point(348, 3);
            this.groupBox41.MinimumSize = new System.Drawing.Size(165, 0);
            this.groupBox41.Name = "groupBox41";
            this.groupBox41.Size = new System.Drawing.Size(217, 133);
            this.groupBox41.TabIndex = 1;
            this.groupBox41.TabStop = false;
            this.groupBox41.Text = "Depth State";
            // 
            // tableLayoutPanel12
            // 
            this.tableLayoutPanel12.AutoSize = true;
            this.tableLayoutPanel12.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel12.ColumnCount = 2;
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel12.Controls.Add(this.depthEnable, 1, 0);
            this.tableLayoutPanel12.Controls.Add(this.label21, 0, 0);
            this.tableLayoutPanel12.Controls.Add(this.depthWrite, 1, 1);
            this.tableLayoutPanel12.Controls.Add(this.label11, 0, 1);
            this.tableLayoutPanel12.Controls.Add(this.label13, 0, 2);
            this.tableLayoutPanel12.Controls.Add(this.depthFunc, 1, 2);
            this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel12.Name = "tableLayoutPanel12";
            this.tableLayoutPanel12.RowCount = 3;
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel12.Size = new System.Drawing.Size(208, 102);
            this.tableLayoutPanel12.TabIndex = 1;
            // 
            // depthEnable
            // 
            this.depthEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthEnable.Image = ((System.Drawing.Image)(resources.GetObject("depthEnable.Image")));
            this.depthEnable.Location = new System.Drawing.Point(65, 9);
            this.depthEnable.Name = "depthEnable";
            this.depthEnable.Size = new System.Drawing.Size(139, 16);
            this.depthEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthEnable.TabIndex = 22;
            this.depthEnable.TabStop = false;
            // 
            // label21
            // 
            this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(4, 10);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(54, 13);
            this.label21.TabIndex = 1;
            this.label21.Text = "Enabled:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthWrite
            // 
            this.depthWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthWrite.Image = ((System.Drawing.Image)(resources.GetObject("depthWrite.Image")));
            this.depthWrite.Location = new System.Drawing.Point(65, 42);
            this.depthWrite.Name = "depthWrite";
            this.depthWrite.Size = new System.Drawing.Size(139, 16);
            this.depthWrite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthWrite.TabIndex = 25;
            this.depthWrite.TabStop = false;
            // 
            // label11
            // 
            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(4, 43);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(54, 13);
            this.label11.TabIndex = 24;
            this.label11.Text = "Write:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label13
            // 
            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(4, 77);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(54, 13);
            this.label13.TabIndex = 3;
            this.label13.Text = "Func:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthFunc
            // 
            this.depthFunc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthFunc.AutoSize = true;
            this.depthFunc.BackColor = System.Drawing.Color.Transparent;
            this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthFunc.Location = new System.Drawing.Point(65, 74);
            this.depthFunc.Name = "depthFunc";
            this.depthFunc.Size = new System.Drawing.Size(139, 19);
            this.depthFunc.TabIndex = 23;
            this.depthFunc.Text = "GREATER_EQUAL";
            this.depthFunc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox43
            // 
            this.groupBox43.Controls.Add(this.flowLayoutPanel8);
            this.groupBox43.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox43.Location = new System.Drawing.Point(571, 3);
            this.groupBox43.Name = "groupBox43";
            this.groupBox43.Size = new System.Drawing.Size(577, 133);
            this.groupBox43.TabIndex = 2;
            this.groupBox43.TabStop = false;
            this.groupBox43.Text = "Stencil State";
            // 
            // flowLayoutPanel8
            // 
            this.flowLayoutPanel8.Controls.Add(this.tableLayoutPanel15);
            this.flowLayoutPanel8.Controls.Add(this.stencilFuncs);
            this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel8.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
            this.flowLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel8.Name = "flowLayoutPanel8";
            this.flowLayoutPanel8.Size = new System.Drawing.Size(571, 114);
            this.flowLayoutPanel8.TabIndex = 4;
            // 
            // tableLayoutPanel15
            // 
            this.tableLayoutPanel15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel15.AutoSize = true;
            this.tableLayoutPanel15.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel15.ColumnCount = 8;
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel15.Controls.Add(this.stencilRef, 7, 0);
            this.tableLayoutPanel15.Controls.Add(this.stencilReadMask, 5, 0);
            this.tableLayoutPanel15.Controls.Add(this.stencilEnable, 1, 0);
            this.tableLayoutPanel15.Controls.Add(this.label12, 0, 0);
            this.tableLayoutPanel15.Controls.Add(this.label22, 2, 0);
            this.tableLayoutPanel15.Controls.Add(this.stencilWriteMask, 3, 0);
            this.tableLayoutPanel15.Controls.Add(this.label24, 4, 0);
            this.tableLayoutPanel15.Controls.Add(this.label8, 6, 0);
            this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel15.Name = "tableLayoutPanel15";
            this.tableLayoutPanel15.RowCount = 1;
            this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel15.Size = new System.Drawing.Size(347, 24);
            this.tableLayoutPanel15.TabIndex = 2;
            // 
            // stencilRef
            // 
            this.stencilRef.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.stencilRef.AutoSize = true;
            this.stencilRef.BackColor = System.Drawing.Color.Transparent;
            this.stencilRef.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stencilRef.Location = new System.Drawing.Point(318, 2);
            this.stencilRef.Name = "stencilRef";
            this.stencilRef.Size = new System.Drawing.Size(25, 19);
            this.stencilRef.TabIndex = 28;
            this.stencilRef.Text = "FF";
            this.stencilRef.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // stencilReadMask
            // 
            this.stencilReadMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.stencilReadMask.AutoSize = true;
            this.stencilReadMask.BackColor = System.Drawing.Color.Transparent;
            this.stencilReadMask.Font = new System.Drawing.Font("Tahoma", 12F);
            this.stencilReadMask.Location = new System.Drawing.Point(252, 2);
            this.stencilReadMask.Name = "stencilReadMask";
            this.stencilReadMask.Size = new System.Drawing.Size(25, 19);
            this.stencilReadMask.TabIndex = 26;
            this.stencilReadMask.Text = "FF";
            this.stencilReadMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // stencilEnable
            // 
            this.stencilEnable.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.stencilEnable.Image = ((System.Drawing.Image)(resources.GetObject("stencilEnable.Image")));
            this.stencilEnable.Location = new System.Drawing.Point(54, 4);
            this.stencilEnable.Name = "stencilEnable";
            this.stencilEnable.Size = new System.Drawing.Size(16, 16);
            this.stencilEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.stencilEnable.TabIndex = 22;
            this.stencilEnable.TabStop = false;
            // 
            // label12
            // 
            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(4, 5);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(43, 13);
            this.label12.TabIndex = 1;
            this.label12.Text = "Enable:";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label22
            // 
            this.label22.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(77, 5);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(64, 13);
            this.label22.TabIndex = 24;
            this.label22.Text = "Write Mask:";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // stencilWriteMask
            // 
            this.stencilWriteMask.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.stencilWriteMask.AutoSize = true;
            this.stencilWriteMask.BackColor = System.Drawing.Color.Transparent;
            this.stencilWriteMask.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.stencilWriteMask.Location = new System.Drawing.Point(148, 2);
            this.stencilWriteMask.Name = "stencilWriteMask";
            this.stencilWriteMask.Size = new System.Drawing.Size(25, 19);
            this.stencilWriteMask.TabIndex = 23;
            this.stencilWriteMask.Text = "FF";
            this.stencilWriteMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label24
            // 
            this.label24.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(180, 5);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(65, 13);
            this.label24.TabIndex = 25;
            this.label24.Text = "Read Mask:";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(284, 5);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(27, 13);
            this.label8.TabIndex = 27;
            this.label8.Text = "Ref:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // stencilFuncs
            // 
            treeListColumn193.AutoSizeMinSize = 0;
            treeListColumn193.Width = 50;
            treeListColumn194.AutoSizeMinSize = 0;
            treeListColumn194.Width = 60;
            treeListColumn195.AutoSizeMinSize = 0;
            treeListColumn195.Width = 75;
            treeListColumn196.AutoSizeMinSize = 0;
            treeListColumn196.Width = 75;
            treeListColumn197.AutoSize = true;
            treeListColumn197.AutoSizeMinSize = 50;
            treeListColumn197.Width = 75;
            this.stencilFuncs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn193,
            treeListColumn194,
            treeListColumn195,
            treeListColumn196,
            treeListColumn197});
            this.stencilFuncs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.stencilFuncs.Location = new System.Drawing.Point(3, 33);
            this.stencilFuncs.Name = "stencilFuncs";
            this.stencilFuncs.RowOptions.ItemHeight = 20;
            this.stencilFuncs.RowOptions.ShowHeader = false;
            this.stencilFuncs.Size = new System.Drawing.Size(347, 78);
            this.stencilFuncs.TabIndex = 3;
            this.stencilFuncs.Text = "treeListView1";
            this.stencilFuncs.TreeColumn = -1;
            this.stencilFuncs.ViewOptions.ShowLine = false;
            this.stencilFuncs.ViewOptions.ShowPlusMinus = false;
            // 
            // tabCS
            // 
            this.tabCS.Controls.Add(this.panel7);
            this.tabCS.Location = new System.Drawing.Point(4, 22);
            this.tabCS.Name = "tabCS";
            this.tabCS.Size = new System.Drawing.Size(1157, 605);
            this.tabCS.TabIndex = 8;
            this.tabCS.Text = "Compute Shader";
            this.tabCS.UseVisualStyleBackColor = true;
            // 
            // panel7
            // 
            this.panel7.AutoScroll = true;
            this.panel7.AutoScrollMinSize = new System.Drawing.Size(0, 500);
            this.panel7.Controls.Add(this.tableLayoutPanel7);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(0, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(1157, 605);
            this.panel7.TabIndex = 4;
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 1;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel7.Controls.Add(this.groupBox38, 0, 2);
            this.tableLayoutPanel7.Controls.Add(this.groupBox27, 0, 5);
            this.tableLayoutPanel7.Controls.Add(this.groupBox6, 0, 0);
            this.tableLayoutPanel7.Controls.Add(this.groupBox34, 0, 1);
            this.tableLayoutPanel7.Controls.Add(this.groupBox35, 0, 3);
            this.tableLayoutPanel7.Controls.Add(this.groupBox36, 0, 4);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 6;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(1157, 605);
            this.tableLayoutPanel7.TabIndex = 1;
            // 
            // groupBox38
            // 
            this.groupBox38.Controls.Add(this.csUAVs);
            this.groupBox38.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox38.Location = new System.Drawing.Point(3, 172);
            this.groupBox38.Name = "groupBox38";
            this.groupBox38.Size = new System.Drawing.Size(1151, 103);
            this.groupBox38.TabIndex = 19;
            this.groupBox38.TabStop = false;
            this.groupBox38.Text = "UAVs";
            // 
            // csUAVs
            // 
            treeListColumn198.AutoSizeMinSize = 0;
            treeListColumn198.Width = 120;
            treeListColumn199.AutoSize = true;
            treeListColumn199.AutoSizeMinSize = 150;
            treeListColumn199.Width = 50;
            treeListColumn200.AutoSizeMinSize = 0;
            treeListColumn200.Width = 75;
            treeListColumn201.AutoSizeMinSize = 0;
            treeListColumn201.Width = 50;
            treeListColumn202.AutoSizeMinSize = 0;
            treeListColumn202.Width = 50;
            treeListColumn203.AutoSizeMinSize = 0;
            treeListColumn203.Width = 50;
            treeListColumn204.AutoSizeMinSize = 0;
            treeListColumn204.Width = 75;
            treeListColumn205.AutoSizeMinSize = 0;
            treeListColumn205.Width = 200;
            treeListColumn206.AutoSizeMinSize = 0;
            treeListColumn206.Width = 25;
            this.csUAVs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn198,
            treeListColumn199,
            treeListColumn200,
            treeListColumn201,
            treeListColumn202,
            treeListColumn203,
            treeListColumn204,
            treeListColumn205,
            treeListColumn206});
            this.csUAVs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csUAVs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csUAVs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csUAVs.Location = new System.Drawing.Point(3, 16);
            this.csUAVs.MultiSelect = false;
            this.csUAVs.Name = "csUAVs";
            this.csUAVs.RowOptions.HoverHighlight = true;
            this.csUAVs.RowOptions.ItemHeight = 20;
            this.csUAVs.RowOptions.ShowHeader = false;
            this.csUAVs.Size = new System.Drawing.Size(1145, 84);
            this.csUAVs.TabIndex = 1;
            this.csUAVs.Text = "Outputs";
            this.csUAVs.TreeColumn = 8;
            this.csUAVs.ViewOptions.Indent = 0;
            this.csUAVs.ViewOptions.ShowLine = false;
            this.csUAVs.ViewOptions.ShowPlusMinus = false;
            this.csUAVs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csUAVs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csUAVs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csUAVs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox27
            // 
            this.tableLayoutPanel7.SetColumnSpan(this.groupBox27, 2);
            this.groupBox27.Controls.Add(this.csClasses);
            this.groupBox27.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox27.Location = new System.Drawing.Point(3, 499);
            this.groupBox27.Name = "groupBox27";
            this.groupBox27.Size = new System.Drawing.Size(1151, 103);
            this.groupBox27.TabIndex = 18;
            this.groupBox27.TabStop = false;
            this.groupBox27.Text = "Class Instances";
            // 
            // csClasses
            // 
            treeListColumn207.AutoSizeMinSize = 0;
            treeListColumn207.Width = 50;
            treeListColumn208.AutoSizeMinSize = 0;
            treeListColumn208.Width = 200;
            treeListColumn209.AutoSize = true;
            treeListColumn209.AutoSizeMinSize = 50;
            treeListColumn209.Width = 60;
            this.csClasses.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn207,
            treeListColumn208,
            treeListColumn209});
            this.csClasses.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csClasses.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csClasses.Location = new System.Drawing.Point(3, 16);
            this.csClasses.Name = "csClasses";
            this.csClasses.RowOptions.ItemHeight = 20;
            this.csClasses.RowOptions.ShowHeader = false;
            this.csClasses.Size = new System.Drawing.Size(1145, 84);
            this.csClasses.TabIndex = 4;
            this.csClasses.Text = "Class Instances";
            this.csClasses.TreeColumn = -1;
            this.csClasses.ViewOptions.ShowLine = false;
            this.csClasses.ViewOptions.ShowPlusMinus = false;
            this.csClasses.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csClasses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.flowLayoutPanel7);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox6.Location = new System.Drawing.Point(3, 3);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(1151, 54);
            this.groupBox6.TabIndex = 17;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Shader";
            // 
            // flowLayoutPanel7
            // 
            this.flowLayoutPanel7.Controls.Add(this.csShader);
            this.flowLayoutPanel7.Controls.Add(this.csShaderCog);
            this.flowLayoutPanel7.Controls.Add(this.csShaderEdit);
            this.flowLayoutPanel7.Controls.Add(this.computeDebugControls);
            this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel7.Name = "flowLayoutPanel7";
            this.flowLayoutPanel7.Size = new System.Drawing.Size(1145, 35);
            this.flowLayoutPanel7.TabIndex = 25;
            // 
            // csShader
            // 
            this.csShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShader.AutoSize = true;
            this.csShader.BackColor = System.Drawing.Color.LightGray;
            this.csShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.csShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.csShader.Location = new System.Drawing.Point(3, 11);
            this.csShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.csShader.Name = "csShader";
            this.csShader.Size = new System.Drawing.Size(300, 15);
            this.csShader.TabIndex = 24;
            this.csShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.csShader.Click += new System.EventHandler(this.shader_Click);
            this.csShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderCog
            // 
            this.csShaderCog.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.csShaderCog.Location = new System.Drawing.Point(309, 11);
            this.csShaderCog.Name = "csShaderCog";
            this.csShaderCog.Size = new System.Drawing.Size(16, 16);
            this.csShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderCog.TabIndex = 25;
            this.csShaderCog.TabStop = false;
            this.csShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.csShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderEdit
            // 
            this.csShaderEdit.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.csShaderEdit.Location = new System.Drawing.Point(331, 11);
            this.csShaderEdit.Name = "csShaderEdit";
            this.csShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.csShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderEdit.TabIndex = 36;
            this.csShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.csShaderEdit, "HLSL edit and replace this shader");
            this.csShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // computeDebugControls
            // 
            this.computeDebugControls.Controls.Add(this.label9);
            this.computeDebugControls.Controls.Add(this.groupX);
            this.computeDebugControls.Controls.Add(this.groupY);
            this.computeDebugControls.Controls.Add(this.groupZ);
            this.computeDebugControls.Controls.Add(this.label10);
            this.computeDebugControls.Controls.Add(this.threadX);
            this.computeDebugControls.Controls.Add(this.threadY);
            this.computeDebugControls.Controls.Add(this.threadZ);
            this.computeDebugControls.Controls.Add(this.csDebug);
            this.computeDebugControls.Location = new System.Drawing.Point(353, 3);
            this.computeDebugControls.Name = "computeDebugControls";
            this.computeDebugControls.Size = new System.Drawing.Size(498, 32);
            this.computeDebugControls.TabIndex = 35;
            // 
            // label9
            // 
            this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.label9.Location = new System.Drawing.Point(3, 4);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(78, 23);
            this.label9.TabIndex = 30;
            this.label9.Text = "Debug Group:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupX
            // 
            this.groupX.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupX.Location = new System.Drawing.Point(87, 5);
            this.groupX.Name = "groupX";
            this.groupX.Size = new System.Drawing.Size(46, 20);
            this.groupX.TabIndex = 26;
            this.groupX.Text = "0";
            // 
            // groupY
            // 
            this.groupY.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupY.Location = new System.Drawing.Point(139, 5);
            this.groupY.Name = "groupY";
            this.groupY.Size = new System.Drawing.Size(49, 20);
            this.groupY.TabIndex = 27;
            this.groupY.Text = "0";
            // 
            // groupZ
            // 
            this.groupZ.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.groupZ.Location = new System.Drawing.Point(194, 5);
            this.groupZ.Name = "groupZ";
            this.groupZ.Size = new System.Drawing.Size(52, 20);
            this.groupZ.TabIndex = 28;
            this.groupZ.Text = "0";
            // 
            // label10
            // 
            this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.label10.Location = new System.Drawing.Point(252, 4);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(47, 23);
            this.label10.TabIndex = 34;
            this.label10.Text = "Thread:";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // threadX
            // 
            this.threadX.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadX.Location = new System.Drawing.Point(305, 5);
            this.threadX.Name = "threadX";
            this.threadX.Size = new System.Drawing.Size(46, 20);
            this.threadX.TabIndex = 31;
            this.threadX.Text = "0";
            // 
            // threadY
            // 
            this.threadY.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadY.Location = new System.Drawing.Point(357, 5);
            this.threadY.Name = "threadY";
            this.threadY.Size = new System.Drawing.Size(49, 20);
            this.threadY.TabIndex = 32;
            this.threadY.Text = "0";
            // 
            // threadZ
            // 
            this.threadZ.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.threadZ.Location = new System.Drawing.Point(412, 5);
            this.threadZ.Name = "threadZ";
            this.threadZ.Size = new System.Drawing.Size(52, 20);
            this.threadZ.TabIndex = 33;
            this.threadZ.Text = "0";
            // 
            // csDebug
            // 
            this.csDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.csDebug.Image = global::renderdocui.Properties.Resources.wrench;
            this.csDebug.Location = new System.Drawing.Point(470, 3);
            this.csDebug.Name = "csDebug";
            this.csDebug.Size = new System.Drawing.Size(25, 25);
            this.csDebug.TabIndex = 29;
            this.toolTip.SetToolTip(this.csDebug, "Debug Compute Shader");
            this.csDebug.UseVisualStyleBackColor = true;
            this.csDebug.Click += new System.EventHandler(this.csDebug_Click);
            // 
            // groupBox34
            // 
            this.groupBox34.Controls.Add(this.csResources);
            this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox34.Location = new System.Drawing.Point(3, 63);
            this.groupBox34.Name = "groupBox34";
            this.groupBox34.Size = new System.Drawing.Size(1151, 103);
            this.groupBox34.TabIndex = 14;
            this.groupBox34.TabStop = false;
            this.groupBox34.Text = "Resources";
            // 
            // csResources
            // 
            treeListColumn210.AutoSizeMinSize = 0;
            treeListColumn210.Width = 120;
            treeListColumn211.AutoSize = true;
            treeListColumn211.AutoSizeMinSize = 150;
            treeListColumn211.Width = 50;
            treeListColumn212.AutoSizeMinSize = 0;
            treeListColumn212.Width = 75;
            treeListColumn213.AutoSizeMinSize = 0;
            treeListColumn213.Width = 50;
            treeListColumn214.AutoSizeMinSize = 0;
            treeListColumn214.Width = 50;
            treeListColumn215.AutoSizeMinSize = 0;
            treeListColumn215.Width = 50;
            treeListColumn216.AutoSizeMinSize = 0;
            treeListColumn216.Width = 75;
            treeListColumn217.AutoSizeMinSize = 0;
            treeListColumn217.Width = 200;
            treeListColumn218.AutoSizeMinSize = 0;
            treeListColumn218.Width = 25;
            this.csResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn210,
            treeListColumn211,
            treeListColumn212,
            treeListColumn213,
            treeListColumn214,
            treeListColumn215,
            treeListColumn216,
            treeListColumn217,
            treeListColumn218});
            this.csResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csResources.Location = new System.Drawing.Point(3, 16);
            this.csResources.MultiSelect = false;
            this.csResources.Name = "csResources";
            this.csResources.RowOptions.HoverHighlight = true;
            this.csResources.RowOptions.ItemHeight = 20;
            this.csResources.RowOptions.ShowHeader = false;
            this.csResources.Size = new System.Drawing.Size(1145, 84);
            this.csResources.TabIndex = 1;
            this.csResources.Text = "Outputs";
            this.csResources.TreeColumn = 8;
            this.csResources.ViewOptions.Indent = 0;
            this.csResources.ViewOptions.ShowLine = false;
            this.csResources.ViewOptions.ShowPlusMinus = false;
            this.csResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox35
            // 
            this.groupBox35.Controls.Add(this.csSamplers);
            this.groupBox35.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox35.Location = new System.Drawing.Point(3, 281);
            this.groupBox35.Name = "groupBox35";
            this.groupBox35.Size = new System.Drawing.Size(1151, 103);
            this.groupBox35.TabIndex = 13;
            this.groupBox35.TabStop = false;
            this.groupBox35.Text = "Samplers";
            // 
            // csSamplers
            // 
            treeListColumn219.AutoSizeMinSize = 0;
            treeListColumn219.Width = 120;
            treeListColumn220.AutoSizeMinSize = 100;
            treeListColumn220.Width = 150;
            treeListColumn221.AutoSizeMinSize = 0;
            treeListColumn221.Width = 80;
            treeListColumn222.AutoSizeMinSize = 0;
            treeListColumn222.Width = 100;
            treeListColumn223.AutoSizeMinSize = 0;
            treeListColumn223.Width = 150;
            treeListColumn224.AutoSizeMinSize = 0;
            treeListColumn224.Width = 60;
            treeListColumn225.AutoSizeMinSize = 0;
            treeListColumn225.Width = 60;
            treeListColumn226.AutoSizeMinSize = 0;
            treeListColumn226.Width = 60;
            treeListColumn227.AutoSize = true;
            treeListColumn227.AutoSizeMinSize = 50;
            treeListColumn227.Width = 50;
            this.csSamplers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn219,
            treeListColumn220,
            treeListColumn221,
            treeListColumn222,
            treeListColumn223,
            treeListColumn224,
            treeListColumn225,
            treeListColumn226,
            treeListColumn227});
            this.csSamplers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csSamplers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csSamplers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csSamplers.Location = new System.Drawing.Point(3, 16);
            this.csSamplers.MultiSelect = false;
            this.csSamplers.Name = "csSamplers";
            this.csSamplers.RowOptions.HoverHighlight = true;
            this.csSamplers.RowOptions.ItemHeight = 20;
            this.csSamplers.RowOptions.ShowHeader = false;
            this.csSamplers.Size = new System.Drawing.Size(1145, 84);
            this.csSamplers.TabIndex = 12;
            this.csSamplers.Text = "Constant Buffers";
            this.csSamplers.TreeColumn = -1;
            this.csSamplers.ViewOptions.Indent = 0;
            this.csSamplers.ViewOptions.ShowLine = false;
            this.csSamplers.ViewOptions.ShowPlusMinus = false;
            this.csSamplers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csSamplers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox36
            // 
            this.groupBox36.Controls.Add(this.csCBuffers);
            this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox36.Location = new System.Drawing.Point(3, 390);
            this.groupBox36.Name = "groupBox36";
            this.groupBox36.Size = new System.Drawing.Size(1151, 103);
            this.groupBox36.TabIndex = 12;
            this.groupBox36.TabStop = false;
            this.groupBox36.Text = "Constant Buffers";
            // 
            // csCBuffers
            // 
            treeListColumn228.AutoSizeMinSize = 0;
            treeListColumn228.Width = 120;
            treeListColumn229.AutoSize = true;
            treeListColumn229.AutoSizeMinSize = 100;
            treeListColumn229.Width = 50;
            treeListColumn230.AutoSizeMinSize = 0;
            treeListColumn230.Width = 75;
            treeListColumn231.AutoSizeMinSize = 0;
            treeListColumn231.Width = 75;
            treeListColumn232.AutoSizeMinSize = 0;
            treeListColumn232.Width = 120;
            treeListColumn233.AutoSizeMinSize = 0;
            treeListColumn233.Width = 200;
            treeListColumn234.AutoSizeMinSize = 0;
            treeListColumn234.Width = 25;
            this.csCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn228,
            treeListColumn229,
            treeListColumn230,
            treeListColumn231,
            treeListColumn232,
            treeListColumn233,
            treeListColumn234});
            this.csCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csCBuffers.Location = new System.Drawing.Point(3, 16);
            this.csCBuffers.MultiSelect = false;
            this.csCBuffers.Name = "csCBuffers";
            this.csCBuffers.RowOptions.HoverHighlight = true;
            this.csCBuffers.RowOptions.ItemHeight = 20;
            this.csCBuffers.RowOptions.ShowHeader = false;
            this.csCBuffers.Size = new System.Drawing.Size(1145, 84);
            this.csCBuffers.TabIndex = 11;
            this.csCBuffers.Text = "Constant Buffers";
            this.csCBuffers.TreeColumn = 6;
            this.csCBuffers.ViewOptions.Indent = 0;
            this.csCBuffers.ViewOptions.ShowLine = false;
            this.csCBuffers.ViewOptions.ShowPlusMinus = false;
            this.csCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // rightclickMenu
            // 
            this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showDisabled,
            this.showEmpty});
            this.rightclickMenu.Name = "rightclickMenu";
            this.rightclickMenu.Size = new System.Drawing.Size(144, 48);
            // 
            // showDisabled
            // 
            this.showDisabled.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabled.Name = "showDisabled";
            this.showDisabled.Size = new System.Drawing.Size(143, 22);
            this.showDisabled.Text = "Show Disabled";
            this.showDisabled.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmpty
            // 
            this.showEmpty.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmpty.Name = "showEmpty";
            this.showEmpty.Size = new System.Drawing.Size(143, 22);
            this.showEmpty.Text = "Show Empty";
            this.showEmpty.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // GLPipelineStateViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(toolstripTable);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "GLPipelineStateViewer";
            this.Size = new System.Drawing.Size(1171, 738);
            toolstripTable.ResumeLayout(false);
            toolstripTable.PerformLayout();
            this.flowLayoutPanel6.ResumeLayout(false);
            this.flowLayoutPanel6.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.stageTabControl.ResumeLayout(false);
            this.tabVTX.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel13.ResumeLayout(false);
            this.tableLayoutPanel13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).EndInit();
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.iabuffers)).EndInit();
            groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.inputLayouts)).EndInit();
            groupBox44.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit();
            this.tabVS.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.flowLayoutPanel3.ResumeLayout(false);
            this.flowLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).EndInit();
            this.groupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsClasses)).EndInit();
            this.groupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).EndInit();
            this.groupBox8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsSamplers)).EndInit();
            this.groupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).EndInit();
            this.tabTCS.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.flowLayoutPanel4.ResumeLayout(false);
            this.flowLayoutPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tesShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).EndInit();
            this.groupBox11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesClasses)).EndInit();
            this.groupBox12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesResources)).EndInit();
            this.groupBox14.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesSamplers)).EndInit();
            this.groupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tesCBuffers)).EndInit();
            this.tabTES.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.groupBox16.ResumeLayout(false);
            this.flowLayoutPanel5.ResumeLayout(false);
            this.flowLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).EndInit();
            this.groupBox17.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsClasses)).EndInit();
            this.groupBox18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsResources)).EndInit();
            this.groupBox20.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsSamplers)).EndInit();
            this.groupBox21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcsCBuffers)).EndInit();
            this.tabGS.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsStreams)).EndInit();
            this.groupBox22.ResumeLayout(false);
            this.flowLayoutPanel2.ResumeLayout(false);
            this.flowLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).EndInit();
            this.groupBox23.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsClasses)).EndInit();
            this.groupBox24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).EndInit();
            this.groupBox25.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsSamplers)).EndInit();
            this.groupBox26.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).EndInit();
            this.tabRS.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.tableLayoutPanel14.ResumeLayout(false);
            this.groupBox31.ResumeLayout(false);
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClip)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.multisampleEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scissorEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lineAAEnable)).EndInit();
            this.groupBox32.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).EndInit();
            groupBox42.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).EndInit();
            this.tabFS.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.tableLayoutPanel6.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).EndInit();
            this.groupBox19.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsClasses)).EndInit();
            this.groupBox28.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsResources)).EndInit();
            this.groupBox29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsSamplers)).EndInit();
            this.groupBox30.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.fsCBuffers)).EndInit();
            this.tabFB.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            this.groupBox33.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).EndInit();
            this.groupBox37.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).EndInit();
            this.tableLayoutPanel10.ResumeLayout(false);
            this.tableLayoutPanel10.PerformLayout();
            this.groupBox40.ResumeLayout(false);
            this.groupBox40.PerformLayout();
            this.tableLayoutPanel11.ResumeLayout(false);
            this.tableLayoutPanel11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.independentBlend)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToCoverage)).EndInit();
            this.groupBox41.ResumeLayout(false);
            this.groupBox41.PerformLayout();
            this.tableLayoutPanel12.ResumeLayout(false);
            this.tableLayoutPanel12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).EndInit();
            this.groupBox43.ResumeLayout(false);
            this.flowLayoutPanel8.ResumeLayout(false);
            this.flowLayoutPanel8.PerformLayout();
            this.tableLayoutPanel15.ResumeLayout(false);
            this.tableLayoutPanel15.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).EndInit();
            this.tabCS.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            this.groupBox38.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csUAVs)).EndInit();
            this.groupBox27.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csClasses)).EndInit();
            this.groupBox6.ResumeLayout(false);
            this.flowLayoutPanel7.ResumeLayout(false);
            this.flowLayoutPanel7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).EndInit();
            this.computeDebugControls.ResumeLayout(false);
            this.computeDebugControls.PerformLayout();
            this.groupBox34.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).EndInit();
            this.groupBox35.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csSamplers)).EndInit();
            this.groupBox36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).EndInit();
            this.rightclickMenu.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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("EID", "EID");
            TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("Call", "API Call");
            this.apiEvents = new TreelistView.TreeListView();
            this.callstacklabel = new System.Windows.Forms.Label();
            this.panelSplitter = new renderdocui.Controls.DoubleClickSplitter();
            this.callstack = new System.Windows.Forms.ListBox();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).BeginInit();
            this.panelSplitter.Panel1.SuspendLayout();
            this.panelSplitter.Panel2.SuspendLayout();
            this.panelSplitter.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(this.apiEvents, 0, 0);
            tableLayoutPanel1.Controls.Add(this.callstacklabel, 0, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(292, 171);
            tableLayoutPanel1.TabIndex = 3;
            // 
            // apiEvents
            // 
            this.apiEvents.AlwaysDisplayVScroll = true;
            treeListColumn3.AutoSizeMinSize = 50;
            treeListColumn3.Width = 60;
            treeListColumn4.AutoSize = true;
            treeListColumn4.AutoSizeMinSize = 0;
            treeListColumn4.Width = 50;
            this.apiEvents.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn3,
            treeListColumn4});
            this.apiEvents.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.apiEvents.Dock = System.Windows.Forms.DockStyle.Fill;
            this.apiEvents.Location = new System.Drawing.Point(3, 3);
            this.apiEvents.Name = "apiEvents";
            this.apiEvents.RowOptions.ShowHeader = false;
            this.apiEvents.Size = new System.Drawing.Size(286, 152);
            this.apiEvents.TabIndex = 1;
            this.apiEvents.Text = "API Calls";
            this.apiEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.apiEvents_AfterSelect);
            this.apiEvents.KeyDown += new System.Windows.Forms.KeyEventHandler(this.apiEvents_KeyDown);
            // 
            // callstacklabel
            // 
            this.callstacklabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.callstacklabel.AutoSize = true;
            this.callstacklabel.Cursor = System.Windows.Forms.Cursors.HSplit;
            this.callstacklabel.Location = new System.Drawing.Point(3, 158);
            this.callstacklabel.Name = "callstacklabel";
            this.callstacklabel.Size = new System.Drawing.Size(286, 13);
            this.callstacklabel.TabIndex = 3;
            this.callstacklabel.Text = "Callstack";
            this.callstacklabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.callstacklabel.DoubleClick += new System.EventHandler(this.callstacklabel_DoubleClick);
            // 
            // panelSplitter
            // 
            this.panelSplitter.Collapsed = false;
            this.panelSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelSplitter.Location = new System.Drawing.Point(0, 0);
            this.panelSplitter.Name = "panelSplitter";
            this.panelSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // panelSplitter.Panel1
            // 
            this.panelSplitter.Panel1.Controls.Add(tableLayoutPanel1);
            this.panelSplitter.Panel1Collapse = false;
            // 
            // panelSplitter.Panel2
            // 
            this.panelSplitter.Panel2.Controls.Add(this.callstack);
            this.panelSplitter.Size = new System.Drawing.Size(292, 273);
            this.panelSplitter.SplitterDistance = 171;
            this.panelSplitter.SplitterWidth = 7;
            this.panelSplitter.TabIndex = 4;
            // 
            // callstack
            // 
            this.callstack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.callstack.FormattingEnabled = true;
            this.callstack.HorizontalScrollbar = true;
            this.callstack.Location = new System.Drawing.Point(0, 0);
            this.callstack.Name = "callstack";
            this.callstack.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.callstack.Size = new System.Drawing.Size(292, 95);
            this.callstack.TabIndex = 2;
            this.callstack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.callstack_KeyDown);
            // 
            // APIInspector
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 273);
            this.Controls.Add(this.panelSplitter);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "APIInspector";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
            this.Text = "API Calls";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.APIInspector_FormClosed);
            this.Shown += new System.EventHandler(this.APIEvents_Shown);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).EndInit();
            this.panelSplitter.Panel1.ResumeLayout(false);
            this.panelSplitter.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).EndInit();
            this.panelSplitter.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     WeifenLuo.WinFormsUI.Docking.DockPanelSkin                   dockPanelSkin1                   = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
     WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin               autoHideStripSkin1               = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient1               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient1                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin               dockPaneStripSkin1               = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient           dockPaneStripGradient1           = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient2                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient2               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient3                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient4                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient5                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.DockPanelGradient               dockPanelGradient3               = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient6                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     WeifenLuo.WinFormsUI.Docking.TabGradient                     tabGradient7                     = new WeifenLuo.WinFormsUI.Docking.TabGradient();
     System.ComponentModel.ComponentResourceManager               resources = new System.ComponentModel.ComponentResourceManager(typeof(ShaderViewer));
     TreelistView.TreeListColumn treeListColumn14 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn treeListColumn15 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Index", "Index")));
     TreelistView.TreeListColumn treeListColumn16 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Reg", "Reg")));
     TreelistView.TreeListColumn treeListColumn17 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
     TreelistView.TreeListColumn treeListColumn18 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("SystemValue", "System Value")));
     TreelistView.TreeListColumn treeListColumn19 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mask", "Mask")));
     TreelistView.TreeListColumn treeListColumn20 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Used", "Used")));
     TreelistView.TreeListColumn treeListColumn7  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn treeListColumn8  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Index", "Index")));
     TreelistView.TreeListColumn treeListColumn9  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Reg", "Reg")));
     TreelistView.TreeListColumn treeListColumn10 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
     TreelistView.TreeListColumn treeListColumn11 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("SystemValue", "System Value")));
     TreelistView.TreeListColumn treeListColumn12 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Mask", "Mask")));
     TreelistView.TreeListColumn treeListColumn13 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Used", "Used")));
     TreelistView.TreeListColumn treeListColumn1  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn treeListColumn2  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
     TreelistView.TreeListColumn treeListColumn3  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
     TreelistView.TreeListColumn treeListColumn4  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn treeListColumn5  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Type", "Type")));
     TreelistView.TreeListColumn treeListColumn6  = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Value", "Value")));
     this.variableBox                = new System.Windows.Forms.GroupBox();
     this.constantBox                = new System.Windows.Forms.GroupBox();
     this.dockPanel                  = new WeifenLuo.WinFormsUI.Docking.DockPanel();
     this.showWindows                = new System.Windows.Forms.ToolStripDropDownButton();
     this.autosToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resourcesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.watchToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.debuggingStrip             = new System.Windows.Forms.ToolStrip();
     this.stepBack         = new System.Windows.Forms.ToolStripButton();
     this.stepNext         = new System.Windows.Forms.ToolStripButton();
     this.runToCursor      = new System.Windows.Forms.ToolStripButton();
     this.runBack          = new System.Windows.Forms.ToolStripButton();
     this.run              = new System.Windows.Forms.ToolStripButton();
     this.displayInts      = new System.Windows.Forms.ToolStripButton();
     this.displayFloats    = new System.Windows.Forms.ToolStripButton();
     this.mainLayout       = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.editStrip        = new System.Windows.Forms.ToolStrip();
     this.saveButton       = new System.Windows.Forms.ToolStripButton();
     this.snippetDropDown  = new System.Windows.Forms.ToolStripDropDownButton();
     this.textureDimensionsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.selectedMipGlobalToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.textureTypeGlobalToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.pointLinearSamplersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.textureResourcesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.errorsBox    = new System.Windows.Forms.GroupBox();
     this.errors       = new System.Windows.Forms.TextBox();
     this.inSigBox     = new System.Windows.Forms.GroupBox();
     this.outSigBox    = new System.Windows.Forms.GroupBox();
     this.watchBox     = new System.Windows.Forms.GroupBox();
     this.watchRegs    = new System.Windows.Forms.ListView();
     this.VarName      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Type         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Value        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.outSig       = new TreelistView.TreeListView();
     this.inSig        = new TreelistView.TreeListView();
     this.variableRegs = new TreelistView.TreeListView();
     this.constantRegs = new TreelistView.TreeListView();
     this.variableBox.SuspendLayout();
     this.constantBox.SuspendLayout();
     this.debuggingStrip.SuspendLayout();
     this.mainLayout.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.editStrip.SuspendLayout();
     this.errorsBox.SuspendLayout();
     this.inSigBox.SuspendLayout();
     this.outSigBox.SuspendLayout();
     this.watchBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.outSig)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.inSig)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.variableRegs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.constantRegs)).BeginInit();
     this.SuspendLayout();
     //
     // variableBox
     //
     this.variableBox.Controls.Add(this.variableRegs);
     this.variableBox.Location = new System.Drawing.Point(241, 330);
     this.variableBox.Name     = "variableBox";
     this.variableBox.Size     = new System.Drawing.Size(189, 188);
     this.variableBox.TabIndex = 6;
     this.variableBox.TabStop  = false;
     this.variableBox.Text     = "Variable Registers";
     //
     // constantBox
     //
     this.constantBox.Controls.Add(this.constantRegs);
     this.constantBox.Location = new System.Drawing.Point(3, 330);
     this.constantBox.Name     = "constantBox";
     this.constantBox.Size     = new System.Drawing.Size(232, 190);
     this.constantBox.TabIndex = 7;
     this.constantBox.TabStop  = false;
     this.constantBox.Text     = "Constants && Resources";
     //
     // dockPanel
     //
     this.dockPanel.DefaultFloatWindowSize = new System.Drawing.Size(800, 500);
     this.dockPanel.Dock                                      = System.Windows.Forms.DockStyle.Fill;
     this.dockPanel.DockBackColor                             = System.Drawing.SystemColors.ControlDark;
     this.dockPanel.DockBottomPortion                         = 0.33D;
     this.dockPanel.DocumentStyle                             = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
     this.dockPanel.Location                                  = new System.Drawing.Point(3, 34);
     this.dockPanel.Name                                      = "dockPanel";
     this.dockPanel.Size                                      = new System.Drawing.Size(424, 285);
     dockPanelGradient1.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient1.StartColor                            = System.Drawing.SystemColors.ControlLight;
     autoHideStripSkin1.DockStripGradient                     = dockPanelGradient1;
     tabGradient1.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient1.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient1.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     autoHideStripSkin1.TabGradient                           = tabGradient1;
     autoHideStripSkin1.TextFont                              = new System.Drawing.Font("Tahoma", 8.25F);
     dockPanelSkin1.AutoHideStripSkin                         = autoHideStripSkin1;
     tabGradient2.EndColor                                    = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.StartColor                                  = System.Drawing.SystemColors.ControlLightLight;
     tabGradient2.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.ActiveTabGradient                 = tabGradient2;
     dockPanelGradient2.EndColor                              = System.Drawing.SystemColors.Control;
     dockPanelGradient2.StartColor                            = System.Drawing.SystemColors.Control;
     dockPaneStripGradient1.DockStripGradient                 = dockPanelGradient2;
     tabGradient3.EndColor                                    = System.Drawing.SystemColors.ControlLight;
     tabGradient3.StartColor                                  = System.Drawing.SystemColors.ControlLight;
     tabGradient3.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripGradient1.InactiveTabGradient               = tabGradient3;
     dockPaneStripSkin1.DocumentGradient                      = dockPaneStripGradient1;
     dockPaneStripSkin1.TextFont                              = new System.Drawing.Font("Tahoma", 8.25F);
     tabGradient4.EndColor                                    = System.Drawing.SystemColors.ActiveCaption;
     tabGradient4.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient4.StartColor                                  = System.Drawing.SystemColors.GradientActiveCaption;
     tabGradient4.TextColor                                   = System.Drawing.SystemColors.ActiveCaptionText;
     dockPaneStripToolWindowGradient1.ActiveCaptionGradient   = tabGradient4;
     tabGradient5.EndColor                                    = System.Drawing.SystemColors.Control;
     tabGradient5.StartColor                                  = System.Drawing.SystemColors.Control;
     tabGradient5.TextColor                                   = System.Drawing.SystemColors.ControlText;
     dockPaneStripToolWindowGradient1.ActiveTabGradient       = tabGradient5;
     dockPanelGradient3.EndColor                              = System.Drawing.SystemColors.ControlLight;
     dockPanelGradient3.StartColor                            = System.Drawing.SystemColors.ControlLight;
     dockPaneStripToolWindowGradient1.DockStripGradient       = dockPanelGradient3;
     tabGradient6.EndColor                                    = System.Drawing.SystemColors.InactiveCaption;
     tabGradient6.LinearGradientMode                          = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     tabGradient6.StartColor                                  = System.Drawing.SystemColors.GradientInactiveCaption;
     tabGradient6.TextColor                                   = System.Drawing.SystemColors.InactiveCaptionText;
     dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
     tabGradient7.EndColor                                    = System.Drawing.Color.Transparent;
     tabGradient7.StartColor                                  = System.Drawing.Color.Transparent;
     tabGradient7.TextColor                                   = System.Drawing.SystemColors.ControlDarkDark;
     dockPaneStripToolWindowGradient1.InactiveTabGradient     = tabGradient7;
     dockPaneStripSkin1.ToolWindowGradient                    = dockPaneStripToolWindowGradient1;
     dockPanelSkin1.DockPaneStripSkin                         = dockPaneStripSkin1;
     this.dockPanel.Skin                                      = dockPanelSkin1;
     this.dockPanel.TabIndex                                  = 2;
     //
     // showWindows
     //
     this.showWindows.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showWindows.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.autosToolStripMenuItem,
         this.resourcesToolStripMenuItem,
         this.watchToolStripMenuItem
     });
     this.showWindows.Image = global::renderdocui.Properties.Resources.new_window;
     this.showWindows.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.showWindows.Name        = "showWindows";
     this.showWindows.Size        = new System.Drawing.Size(29, 22);
     this.showWindows.Text        = "Show Windows";
     this.showWindows.ToolTipText = "Show Window";
     //
     // autosToolStripMenuItem
     //
     this.autosToolStripMenuItem.Name   = "autosToolStripMenuItem";
     this.autosToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.autosToolStripMenuItem.Text   = "Autos";
     this.autosToolStripMenuItem.Click += new System.EventHandler(this.autosToolStripMenuItem_Click);
     //
     // resourcesToolStripMenuItem
     //
     this.resourcesToolStripMenuItem.Name = "resourcesToolStripMenuItem";
     this.resourcesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.resourcesToolStripMenuItem.Text = "Resources";
     //
     // watchToolStripMenuItem
     //
     this.watchToolStripMenuItem.Name   = "watchToolStripMenuItem";
     this.watchToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.watchToolStripMenuItem.Text   = "Watch";
     this.watchToolStripMenuItem.Click += new System.EventHandler(this.watchToolStripMenuItem_Click);
     //
     // debuggingStrip
     //
     this.debuggingStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.debuggingStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.debuggingStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stepBack,
         this.stepNext,
         this.runToCursor,
         this.runBack,
         this.run,
         this.showWindows,
         this.displayInts,
         this.displayFloats
     });
     this.debuggingStrip.Location = new System.Drawing.Point(0, 0);
     this.debuggingStrip.Margin   = new System.Windows.Forms.Padding(0, 0, 12, 0);
     this.debuggingStrip.Name     = "debuggingStrip";
     this.debuggingStrip.Size     = new System.Drawing.Size(234, 25);
     this.debuggingStrip.TabIndex = 0;
     this.debuggingStrip.Text     = "Debugging";
     //
     // stepBack
     //
     this.stepBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stepBack.Image                 = global::renderdocui.Properties.Resources.stepprev;
     this.stepBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stepBack.Name        = "stepBack";
     this.stepBack.Size        = new System.Drawing.Size(23, 22);
     this.stepBack.Text        = "Step Back";
     this.stepBack.ToolTipText = "Step Back (Shift-F10)";
     this.stepBack.Click      += new System.EventHandler(this.stepBack_Click);
     //
     // stepNext
     //
     this.stepNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.stepNext.Image                 = global::renderdocui.Properties.Resources.stepnext;
     this.stepNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stepNext.Name        = "stepNext";
     this.stepNext.Size        = new System.Drawing.Size(23, 22);
     this.stepNext.Text        = "Step Next";
     this.stepNext.ToolTipText = "Step Next (F10)";
     this.stepNext.Click      += new System.EventHandler(this.stepNext_Click);
     //
     // runToCursor
     //
     this.runToCursor.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.runToCursor.Image                 = global::renderdocui.Properties.Resources.runcursor;
     this.runToCursor.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runToCursor.Name        = "runToCursor";
     this.runToCursor.Size        = new System.Drawing.Size(23, 22);
     this.runToCursor.Text        = "Run to Cursor";
     this.runToCursor.ToolTipText = "Run to Cursor (Ctrl-F10)";
     this.runToCursor.Click      += new System.EventHandler(this.runToCursor_Click);
     //
     // runBack
     //
     this.runBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.runBack.Image                 = global::renderdocui.Properties.Resources.runback;
     this.runBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runBack.Name        = "runBack";
     this.runBack.Size        = new System.Drawing.Size(23, 22);
     this.runBack.Text        = "Run Backwards";
     this.runBack.ToolTipText = "Run Backwards";
     this.runBack.Click      += new System.EventHandler(this.runBack_Click);
     //
     // run
     //
     this.run.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.run.Image                 = global::renderdocui.Properties.Resources.runfwd;
     this.run.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.run.Name        = "run";
     this.run.Size        = new System.Drawing.Size(23, 22);
     this.run.Text        = "Run";
     this.run.ToolTipText = "Run (F5)";
     this.run.Click      += new System.EventHandler(this.run_Click);
     //
     // displayInts
     //
     this.displayInts.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.displayInts.Image                 = ((System.Drawing.Image)(resources.GetObject("displayInts.Image")));
     this.displayInts.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.displayInts.Name   = "displayInts";
     this.displayInts.Size   = new System.Drawing.Size(23, 22);
     this.displayInts.Text   = "int";
     this.displayInts.Click += new System.EventHandler(this.displayInts_Click);
     //
     // displayFloats
     //
     this.displayFloats.Checked               = true;
     this.displayFloats.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.displayFloats.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.displayFloats.Image                 = ((System.Drawing.Image)(resources.GetObject("displayFloats.Image")));
     this.displayFloats.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.displayFloats.Name   = "displayFloats";
     this.displayFloats.Size   = new System.Drawing.Size(33, 22);
     this.displayFloats.Text   = "float";
     this.displayFloats.Click += new System.EventHandler(this.displayFloats_Click);
     //
     // mainLayout
     //
     this.mainLayout.ColumnCount = 1;
     this.mainLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.mainLayout.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.mainLayout.Controls.Add(this.dockPanel, 0, 1);
     this.mainLayout.Location = new System.Drawing.Point(3, 2);
     this.mainLayout.Name     = "mainLayout";
     this.mainLayout.RowCount = 2;
     this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.mainLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.mainLayout.Size     = new System.Drawing.Size(430, 322);
     this.mainLayout.TabIndex = 8;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.debuggingStrip);
     this.flowLayoutPanel1.Controls.Add(this.editStrip);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(424, 25);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // editStrip
     //
     this.editStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.editStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveButton,
         this.snippetDropDown
     });
     this.editStrip.Location = new System.Drawing.Point(246, 0);
     this.editStrip.Name     = "editStrip";
     this.editStrip.Size     = new System.Drawing.Size(55, 25);
     this.editStrip.TabIndex = 2;
     this.editStrip.Text     = "editStrip";
     //
     // saveButton
     //
     this.saveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveButton.Image                 = global::renderdocui.Properties.Resources.save;
     this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveButton.Name   = "saveButton";
     this.saveButton.Size   = new System.Drawing.Size(23, 22);
     this.saveButton.Text   = "Save Changes";
     this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
     //
     // snippetDropDown
     //
     this.snippetDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.snippetDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.textureDimensionsToolStripMenuItem,
         this.selectedMipGlobalToolStripMenuItem,
         this.textureTypeGlobalToolStripMenuItem,
         this.pointLinearSamplersToolStripMenuItem,
         this.textureResourcesToolStripMenuItem
     });
     this.snippetDropDown.Image = global::renderdocui.Properties.Resources.plugin_add;
     this.snippetDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.snippetDropDown.Name = "snippetDropDown";
     this.snippetDropDown.Size = new System.Drawing.Size(29, 22);
     this.snippetDropDown.Text = "Insert Code Snippet";
     //
     // textureDimensionsToolStripMenuItem
     //
     this.textureDimensionsToolStripMenuItem.Name   = "textureDimensionsToolStripMenuItem";
     this.textureDimensionsToolStripMenuItem.Size   = new System.Drawing.Size(200, 22);
     this.textureDimensionsToolStripMenuItem.Text   = "Texture Dimensions Global";
     this.textureDimensionsToolStripMenuItem.Click += new System.EventHandler(this.textureDimensionsToolStripMenuItem_Click);
     //
     // selectedMipGlobalToolStripMenuItem
     //
     this.selectedMipGlobalToolStripMenuItem.Name   = "selectedMipGlobalToolStripMenuItem";
     this.selectedMipGlobalToolStripMenuItem.Size   = new System.Drawing.Size(200, 22);
     this.selectedMipGlobalToolStripMenuItem.Text   = "Selected Mip Global";
     this.selectedMipGlobalToolStripMenuItem.Click += new System.EventHandler(this.selectedMipGlobalToolStripMenuItem_Click);
     //
     // textureTypeGlobalToolStripMenuItem
     //
     this.textureTypeGlobalToolStripMenuItem.Name   = "textureTypeGlobalToolStripMenuItem";
     this.textureTypeGlobalToolStripMenuItem.Size   = new System.Drawing.Size(200, 22);
     this.textureTypeGlobalToolStripMenuItem.Text   = "Texture Type Global";
     this.textureTypeGlobalToolStripMenuItem.Click += new System.EventHandler(this.textureTypeGlobalToolStripMenuItem_Click);
     //
     // pointLinearSamplersToolStripMenuItem
     //
     this.pointLinearSamplersToolStripMenuItem.Name   = "pointLinearSamplersToolStripMenuItem";
     this.pointLinearSamplersToolStripMenuItem.Size   = new System.Drawing.Size(200, 22);
     this.pointLinearSamplersToolStripMenuItem.Text   = "Point && Linear Samplers";
     this.pointLinearSamplersToolStripMenuItem.Click += new System.EventHandler(this.pointLinearSamplersToolStripMenuItem_Click);
     //
     // textureResourcesToolStripMenuItem
     //
     this.textureResourcesToolStripMenuItem.Name   = "textureResourcesToolStripMenuItem";
     this.textureResourcesToolStripMenuItem.Size   = new System.Drawing.Size(200, 22);
     this.textureResourcesToolStripMenuItem.Text   = "Texture Resources";
     this.textureResourcesToolStripMenuItem.Click += new System.EventHandler(this.textureResourcesToolStripMenuItem_Click);
     //
     // errorsBox
     //
     this.errorsBox.Controls.Add(this.errors);
     this.errorsBox.Location = new System.Drawing.Point(439, 5);
     this.errorsBox.Name     = "errorsBox";
     this.errorsBox.Size     = new System.Drawing.Size(202, 141);
     this.errorsBox.TabIndex = 9;
     this.errorsBox.TabStop  = false;
     this.errorsBox.Text     = "Errors && Warnings";
     //
     // errors
     //
     this.errors.BackColor  = System.Drawing.SystemColors.Window;
     this.errors.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.errors.Font       = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.errors.Location   = new System.Drawing.Point(3, 16);
     this.errors.Multiline  = true;
     this.errors.Name       = "errors";
     this.errors.ReadOnly   = true;
     this.errors.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.errors.Size       = new System.Drawing.Size(196, 122);
     this.errors.TabIndex   = 0;
     //
     // inSigBox
     //
     this.inSigBox.Controls.Add(this.inSig);
     this.inSigBox.Location = new System.Drawing.Point(442, 152);
     this.inSigBox.Name     = "inSigBox";
     this.inSigBox.Size     = new System.Drawing.Size(458, 188);
     this.inSigBox.TabIndex = 7;
     this.inSigBox.TabStop  = false;
     this.inSigBox.Text     = "Input Signature";
     //
     // outSigBox
     //
     this.outSigBox.Controls.Add(this.outSig);
     this.outSigBox.Location = new System.Drawing.Point(442, 346);
     this.outSigBox.Name     = "outSigBox";
     this.outSigBox.Size     = new System.Drawing.Size(458, 172);
     this.outSigBox.TabIndex = 8;
     this.outSigBox.TabStop  = false;
     this.outSigBox.Text     = "Output Signature";
     //
     // watchBox
     //
     this.watchBox.Controls.Add(this.watchRegs);
     this.watchBox.Location = new System.Drawing.Point(647, 5);
     this.watchBox.Name     = "watchBox";
     this.watchBox.Size     = new System.Drawing.Size(250, 141);
     this.watchBox.TabIndex = 10;
     this.watchBox.TabStop  = false;
     this.watchBox.Text     = "Watch";
     //
     // watchRegs
     //
     this.watchRegs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.watchRegs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.VarName,
         this.Type,
         this.Value
     });
     this.watchRegs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.watchRegs.FullRowSelect = true;
     this.watchRegs.GridLines     = true;
     this.watchRegs.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.watchRegs.LabelEdit     = true;
     this.watchRegs.Location      = new System.Drawing.Point(3, 16);
     this.watchRegs.MultiSelect   = false;
     this.watchRegs.Name          = "watchRegs";
     this.watchRegs.Size          = new System.Drawing.Size(244, 122);
     this.watchRegs.TabIndex      = 0;
     this.watchRegs.UseCompatibleStateImageBehavior = false;
     this.watchRegs.View            = System.Windows.Forms.View.Details;
     this.watchRegs.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.watchRegs_AfterLabelEdit);
     this.watchRegs.Click          += new System.EventHandler(this.watchRegs_Click);
     this.watchRegs.DoubleClick    += new System.EventHandler(this.watchRegs_DoubleClick);
     this.watchRegs.KeyUp          += new System.Windows.Forms.KeyEventHandler(this.watchRegs_KeyUp);
     this.watchRegs.Layout         += new System.Windows.Forms.LayoutEventHandler(this.watchRegs_Layout);
     //
     // VarName
     //
     this.VarName.Text = "Name";
     //
     // Type
     //
     this.Type.Text = "Type";
     //
     // Value
     //
     this.Value.Text = "Value";
     //
     // outSig
     //
     treeListColumn14.AutoSize        = true;
     treeListColumn14.AutoSizeMinSize = 20;
     treeListColumn14.Width           = 100;
     treeListColumn15.AutoSizeMinSize = 10;
     treeListColumn15.Width           = 50;
     treeListColumn16.AutoSizeMinSize = 10;
     treeListColumn16.Width           = 50;
     treeListColumn17.AutoSizeMinSize = 20;
     treeListColumn17.Width           = 60;
     treeListColumn18.AutoSizeMinSize = 15;
     treeListColumn18.Width           = 75;
     treeListColumn19.AutoSizeMinSize = 15;
     treeListColumn19.Width           = 50;
     treeListColumn20.AutoSizeMinSize = 15;
     treeListColumn20.Width           = 50;
     this.outSig.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn14,
         treeListColumn15,
         treeListColumn16,
         treeListColumn17,
         treeListColumn18,
         treeListColumn19,
         treeListColumn20
     });
     this.outSig.Cursor                    = System.Windows.Forms.Cursors.Arrow;
     this.outSig.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.outSig.Location                  = new System.Drawing.Point(3, 16);
     this.outSig.MultiSelect               = false;
     this.outSig.Name                      = "outSig";
     this.outSig.RowOptions.ShowHeader     = false;
     this.outSig.Size                      = new System.Drawing.Size(452, 153);
     this.outSig.TabIndex                  = 1;
     this.outSig.Text                      = "Output Signature";
     this.outSig.ViewOptions.ShowLine      = false;
     this.outSig.ViewOptions.ShowPlusMinus = false;
     //
     // inSig
     //
     treeListColumn7.AutoSize         = true;
     treeListColumn7.AutoSizeMinSize  = 20;
     treeListColumn7.Width            = 100;
     treeListColumn8.AutoSizeMinSize  = 10;
     treeListColumn8.Width            = 50;
     treeListColumn9.AutoSizeMinSize  = 10;
     treeListColumn9.Width            = 50;
     treeListColumn10.AutoSizeMinSize = 20;
     treeListColumn10.Width           = 60;
     treeListColumn11.AutoSizeMinSize = 15;
     treeListColumn11.Width           = 75;
     treeListColumn12.AutoSizeMinSize = 15;
     treeListColumn12.Width           = 50;
     treeListColumn13.AutoSizeMinSize = 15;
     treeListColumn13.Width           = 50;
     this.inSig.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn7,
         treeListColumn8,
         treeListColumn9,
         treeListColumn10,
         treeListColumn11,
         treeListColumn12,
         treeListColumn13
     });
     this.inSig.Cursor                    = System.Windows.Forms.Cursors.Arrow;
     this.inSig.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.inSig.Location                  = new System.Drawing.Point(3, 16);
     this.inSig.MultiSelect               = false;
     this.inSig.Name                      = "inSig";
     this.inSig.RowOptions.ShowHeader     = false;
     this.inSig.Size                      = new System.Drawing.Size(452, 169);
     this.inSig.TabIndex                  = 1;
     this.inSig.Text                      = "Input Signature";
     this.inSig.ViewOptions.ShowLine      = false;
     this.inSig.ViewOptions.ShowPlusMinus = false;
     //
     // variableRegs
     //
     treeListColumn1.AutoSizeMinSize = 0;
     treeListColumn1.Width           = 105;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 57;
     treeListColumn3.AutoSize        = true;
     treeListColumn3.AutoSizeMinSize = 0;
     treeListColumn3.Width           = 183;
     this.variableRegs.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3
     });
     this.variableRegs.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.variableRegs.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.variableRegs.Location              = new System.Drawing.Point(3, 16);
     this.variableRegs.MultiSelect           = false;
     this.variableRegs.Name                  = "variableRegs";
     this.variableRegs.RowOptions.ShowHeader = false;
     this.variableRegs.Size                  = new System.Drawing.Size(183, 169);
     this.variableRegs.TabIndex              = 1;
     this.variableRegs.Text                  = "treeListView1";
     //
     // constantRegs
     //
     treeListColumn4.AutoSizeMinSize = 0;
     treeListColumn4.Width           = 109;
     treeListColumn5.AutoSizeMinSize = 0;
     treeListColumn5.Width           = 57;
     treeListColumn6.AutoSize        = true;
     treeListColumn6.AutoSizeMinSize = 0;
     treeListColumn6.Width           = 180;
     this.constantRegs.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn4,
         treeListColumn5,
         treeListColumn6
     });
     this.constantRegs.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.constantRegs.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.constantRegs.Location              = new System.Drawing.Point(3, 16);
     this.constantRegs.MultiSelect           = false;
     this.constantRegs.Name                  = "constantRegs";
     this.constantRegs.RowOptions.ShowHeader = false;
     this.constantRegs.Size                  = new System.Drawing.Size(226, 171);
     this.constantRegs.TabIndex              = 0;
     this.constantRegs.Text                  = "treeListView1";
     //
     // ShaderViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(985, 521);
     this.Controls.Add(this.watchBox);
     this.Controls.Add(this.outSigBox);
     this.Controls.Add(this.inSigBox);
     this.Controls.Add(this.errorsBox);
     this.Controls.Add(this.mainLayout);
     this.Controls.Add(this.variableBox);
     this.Controls.Add(this.constantBox);
     this.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name         = "ShaderViewer";
     this.Text         = "ShaderViewer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShaderViewer_FormClosing);
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.ShaderViewer_FormClosed);
     this.variableBox.ResumeLayout(false);
     this.constantBox.ResumeLayout(false);
     this.debuggingStrip.ResumeLayout(false);
     this.debuggingStrip.PerformLayout();
     this.mainLayout.ResumeLayout(false);
     this.mainLayout.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.editStrip.ResumeLayout(false);
     this.editStrip.PerformLayout();
     this.errorsBox.ResumeLayout(false);
     this.errorsBox.PerformLayout();
     this.inSigBox.ResumeLayout(false);
     this.outSigBox.ResumeLayout(false);
     this.watchBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.outSig)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.inSig)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.variableRegs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.constantRegs)).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(ConstantBufferPreviewer));
            TreelistView.TreeListColumn treeListColumn7 = new TreelistView.TreeListColumn("VarName", "Name");
            TreelistView.TreeListColumn treeListColumn8 = new TreelistView.TreeListColumn("VarValue", "Value");
            TreelistView.TreeListColumn treeListColumn9 = new TreelistView.TreeListColumn("VarType", "Type");
            this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.slotLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.nameLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.setFormat = new System.Windows.Forms.ToolStripButton();
            this.split = new System.Windows.Forms.SplitContainer();
            this.variables = new TreelistView.TreeListView();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.saveCSV = new System.Windows.Forms.ToolStripButton();
            this.exportDialog = new System.Windows.Forms.SaveFileDialog();
            this.tableLayout.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.split)).BeginInit();
            this.split.Panel1.SuspendLayout();
            this.split.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayout
            // 
            this.tableLayout.ColumnCount = 1;
            this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayout.Controls.Add(this.toolStrip1, 0, 0);
            this.tableLayout.Controls.Add(this.split, 0, 1);
            this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayout.Location = new System.Drawing.Point(0, 0);
            this.tableLayout.Name = "tableLayout";
            this.tableLayout.RowCount = 2;
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayout.Size = new System.Drawing.Size(491, 330);
            this.tableLayout.TabIndex = 0;
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.slotLabel,
            this.toolStripSeparator1,
            this.nameLabel,
            this.toolStripSeparator2,
            this.setFormat,
            this.toolStripSeparator3,
            this.saveCSV});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(491, 25);
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // slotLabel
            // 
            this.slotLabel.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.slotLabel.Name = "slotLabel";
            this.slotLabel.Size = new System.Drawing.Size(35, 22);
            this.slotLabel.Text = "    ";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // nameLabel
            // 
            this.nameLabel.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nameLabel.Name = "nameLabel";
            this.nameLabel.Size = new System.Drawing.Size(42, 22);
            this.nameLabel.Text = "     ";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // setFormat
            // 
            this.setFormat.CheckOnClick = true;
            this.setFormat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.setFormat.Image = ((System.Drawing.Image)(resources.GetObject("setFormat.Image")));
            this.setFormat.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.setFormat.Name = "setFormat";
            this.setFormat.Size = new System.Drawing.Size(23, 22);
            this.setFormat.Text = "{}";
            this.setFormat.ToolTipText = "Set constant buffer layout";
            this.setFormat.CheckedChanged += new System.EventHandler(this.setFormat_CheckedChanged);
            // 
            // split
            // 
            this.split.Dock = System.Windows.Forms.DockStyle.Fill;
            this.split.Location = new System.Drawing.Point(3, 28);
            this.split.Name = "split";
            this.split.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // split.Panel1
            // 
            this.split.Panel1.Controls.Add(this.variables);
            this.split.Panel1MinSize = 100;
            this.split.Panel2Collapsed = true;
            this.split.Panel2MinSize = 150;
            this.split.Size = new System.Drawing.Size(485, 299);
            this.split.SplitterDistance = 100;
            this.split.TabIndex = 5;
            // 
            // variables
            // 
            treeListColumn7.AutoSizeMinSize = 0;
            treeListColumn7.Width = 175;
            treeListColumn8.AutoSize = true;
            treeListColumn8.AutoSizeMinSize = 0;
            treeListColumn8.Width = 50;
            treeListColumn9.AutoSizeMinSize = 0;
            treeListColumn9.Width = 70;
            this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn7,
            treeListColumn8,
            treeListColumn9});
            this.variables.ColumnsOptions.LeftMargin = 0;
            this.variables.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.variables.Dock = System.Windows.Forms.DockStyle.Fill;
            this.variables.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.variables.Location = new System.Drawing.Point(0, 0);
            this.variables.Name = "variables";
            this.variables.RowOptions.ShowHeader = false;
            this.variables.Size = new System.Drawing.Size(485, 299);
            this.variables.TabIndex = 4;
            this.variables.Text = "treeListView1";
            this.variables.KeyDown += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // saveCSV
            // 
            this.saveCSV.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveCSV.Image = global::renderdocui.Properties.Resources.save;
            this.saveCSV.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveCSV.Name = "saveCSV";
            this.saveCSV.Size = new System.Drawing.Size(23, 22);
            this.saveCSV.Text = "Save as CSV";
            this.saveCSV.Click += new System.EventHandler(this.saveCSV_Click);
            // 
            // exportDialog
            // 
            this.exportDialog.DefaultExt = "csv";
            this.exportDialog.Filter = "CSV Files (*.csv)|*.csv";
            this.exportDialog.Title = "Export buffer data as CSV";
            // 
            // ConstantBufferPreviewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(491, 330);
            this.Controls.Add(this.tableLayout);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "ConstantBufferPreviewer";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockRight;
            this.tableLayout.ResumeLayout(false);
            this.tableLayout.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.split.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.split)).EndInit();
            this.split.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.variables)).EndInit();
            this.ResumeLayout(false);

        }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("hostname", "Hostname")));
     TreelistView.TreeListColumn           treeListColumn4 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("running", "Running")));
     System.Windows.Forms.GroupBox         basicConfigBox;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label4;
     this.hosts            = new TreelistView.TreeListView();
     this.connect          = new System.Windows.Forms.Button();
     this.addhost          = new System.Windows.Forms.Button();
     this.hostname         = new System.Windows.Forms.TextBox();
     this.refresh          = new System.Windows.Forms.Button();
     this.configure        = new System.Windows.Forms.Button();
     this.configHostname   = new System.Windows.Forms.TextBox();
     this.configRunCommand = new System.Windows.Forms.TextBox();
     this.setHostname      = new System.Windows.Forms.Button();
     this.setRunCommand    = new System.Windows.Forms.Button();
     tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     basicConfigBox        = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
     basicConfigBox.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 6;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
     tableLayoutPanel1.Controls.Add(this.connect, 5, 1);
     tableLayoutPanel1.Controls.Add(this.addhost, 1, 1);
     tableLayoutPanel1.Controls.Add(this.hostname, 0, 1);
     tableLayoutPanel1.Controls.Add(this.refresh, 2, 1);
     tableLayoutPanel1.Controls.Add(this.configure, 4, 1);
     tableLayoutPanel1.Controls.Add(basicConfigBox, 0, 2);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(632, 438);
     tableLayoutPanel1.TabIndex = 2;
     //
     // hosts
     //
     this.hosts.AlwaysDisplayVScroll = true;
     treeListColumn3.AutoSize        = true;
     treeListColumn3.AutoSizeMinSize = 15;
     treeListColumn3.Width           = 48;
     treeListColumn4.AutoSizeMinSize = 0;
     treeListColumn4.Width           = 250;
     this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn3,
         treeListColumn4
     });
     tableLayoutPanel1.SetColumnSpan(this.hosts, 6);
     this.hosts.Cursor                          = System.Windows.Forms.Cursors.Arrow;
     this.hosts.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.hosts.Location                        = new System.Drawing.Point(3, 3);
     this.hosts.MultiSelect                     = false;
     this.hosts.Name                            = "hosts";
     this.hosts.RowOptions.ShowHeader           = false;
     this.hosts.Size                            = new System.Drawing.Size(626, 259);
     this.hosts.TabIndex                        = 1;
     this.hosts.ViewOptions.HoverHandTreeColumn = false;
     this.hosts.ViewOptions.Indent              = 12;
     this.hosts.AfterSelect                    += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
     this.hosts.NodeDoubleClicked              += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
     this.hosts.KeyDown                        += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
     //
     // connect
     //
     this.connect.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.connect.Enabled  = false;
     this.connect.Location = new System.Drawing.Point(554, 268);
     this.connect.Name     = "connect";
     this.connect.Size     = new System.Drawing.Size(75, 23);
     this.connect.TabIndex = 5;
     this.connect.Text     = "Connect";
     this.connect.UseVisualStyleBackColor = true;
     this.connect.Click += new System.EventHandler(this.connect_Click);
     //
     // addhost
     //
     this.addhost.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.addhost.Location = new System.Drawing.Point(291, 268);
     this.addhost.Name     = "addhost";
     this.addhost.Size     = new System.Drawing.Size(75, 23);
     this.addhost.TabIndex = 3;
     this.addhost.Text     = "Add Host";
     this.addhost.UseVisualStyleBackColor = true;
     this.addhost.Click += new System.EventHandler(this.addhost_Click);
     //
     // hostname
     //
     this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.hostname.Location  = new System.Drawing.Point(3, 268);
     this.hostname.Name      = "hostname";
     this.hostname.Size      = new System.Drawing.Size(282, 20);
     this.hostname.TabIndex  = 2;
     this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // refresh
     //
     this.refresh.Location = new System.Drawing.Point(372, 268);
     this.refresh.Name     = "refresh";
     this.refresh.Size     = new System.Drawing.Size(75, 23);
     this.refresh.TabIndex = 4;
     this.refresh.Text     = "Refresh";
     this.refresh.UseVisualStyleBackColor = true;
     this.refresh.Click += new System.EventHandler(this.refresh_Click);
     //
     // configure
     //
     this.configure.Location = new System.Drawing.Point(473, 268);
     this.configure.Name     = "configure";
     this.configure.Size     = new System.Drawing.Size(75, 23);
     this.configure.TabIndex = 6;
     this.configure.Text     = "Configure";
     this.configure.UseVisualStyleBackColor = true;
     //
     // basicConfigBox
     //
     basicConfigBox.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)));
     tableLayoutPanel1.SetColumnSpan(basicConfigBox, 6);
     basicConfigBox.Controls.Add(tableLayoutPanel2);
     basicConfigBox.Location = new System.Drawing.Point(3, 297);
     basicConfigBox.Name     = "basicConfigBox";
     basicConfigBox.Size     = new System.Drawing.Size(626, 138);
     basicConfigBox.TabIndex = 7;
     basicConfigBox.TabStop  = false;
     basicConfigBox.Text     = "Basic configuration";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.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)));
     tableLayoutPanel2.AutoSize    = true;
     tableLayoutPanel2.ColumnCount = 3;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(label1, 0, 1);
     tableLayoutPanel2.Controls.Add(this.configHostname, 1, 1);
     tableLayoutPanel2.Controls.Add(this.configRunCommand, 1, 3);
     tableLayoutPanel2.Controls.Add(label2, 0, 3);
     tableLayoutPanel2.Controls.Add(label3, 1, 2);
     tableLayoutPanel2.Controls.Add(label4, 1, 0);
     tableLayoutPanel2.Controls.Add(this.setHostname, 2, 1);
     tableLayoutPanel2.Controls.Add(this.setRunCommand, 2, 3);
     tableLayoutPanel2.Location = new System.Drawing.Point(6, 19);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 4;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(614, 112);
     tableLayoutPanel2.TabIndex = 0;
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(53, 34);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(58, 13);
     label1.TabIndex = 0;
     label1.Text     = "Hostname:";
     //
     // configHostname
     //
     this.configHostname.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.configHostname.Location  = new System.Drawing.Point(117, 29);
     this.configHostname.Name      = "configHostname";
     this.configHostname.Size      = new System.Drawing.Size(453, 20);
     this.configHostname.TabIndex  = 1;
     this.configHostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // configRunCommand
     //
     this.configRunCommand.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.configRunCommand.Location  = new System.Drawing.Point(117, 85);
     this.configRunCommand.Name      = "configRunCommand";
     this.configRunCommand.Size      = new System.Drawing.Size(453, 20);
     this.configRunCommand.TabIndex  = 4;
     this.configRunCommand.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbox_KeyPress);
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(3, 90);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(108, 13);
     label2.TabIndex = 2;
     label2.Text     = "Server run command:";
     //
     // label3
     //
     label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(117, 66);
     label3.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 3);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(413, 13);
     label3.TabIndex = 3;
     label3.Text     = "This lets you configure a command to run that launches the remote server on this " +
                       "host.";
     //
     // label4
     //
     label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(117, 10);
     label4.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 3);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(261, 13);
     label4.TabIndex = 5;
     label4.Text     = "Configure the network hostname for this remote server";
     //
     // setHostname
     //
     this.setHostname.Location = new System.Drawing.Point(576, 29);
     this.setHostname.Name     = "setHostname";
     this.setHostname.Size     = new System.Drawing.Size(34, 23);
     this.setHostname.TabIndex = 6;
     this.setHostname.Text     = "Set";
     this.setHostname.UseVisualStyleBackColor = true;
     this.setHostname.Click += new System.EventHandler(this.setConfig_Click);
     //
     // setRunCommand
     //
     this.setRunCommand.Location = new System.Drawing.Point(576, 85);
     this.setRunCommand.Name     = "setRunCommand";
     this.setRunCommand.Size     = new System.Drawing.Size(34, 23);
     this.setRunCommand.TabIndex = 7;
     this.setRunCommand.Text     = "Set";
     this.setRunCommand.UseVisualStyleBackColor = true;
     this.setRunCommand.Click += new System.EventHandler(this.setConfig_Click);
     //
     // RemoteManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(632, 438);
     this.Controls.Add(tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "RemoteManager";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Remote manager";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit();
     basicConfigBox.ResumeLayout(false);
     basicConfigBox.PerformLayout();
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     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(ConstantBufferPreviewer));
     TreelistView.TreeListColumn treeListColumn7 = new TreelistView.TreeListColumn("VarName", "Name");
     TreelistView.TreeListColumn treeListColumn8 = new TreelistView.TreeListColumn("VarValue", "Value");
     TreelistView.TreeListColumn treeListColumn9 = new TreelistView.TreeListColumn("VarType", "Type");
     this.tableLayout         = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.slotLabel           = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.nameLabel           = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.setFormat           = new System.Windows.Forms.ToolStripButton();
     this.split               = new System.Windows.Forms.SplitContainer();
     this.variables           = new TreelistView.TreeListView();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.saveCSV             = new System.Windows.Forms.ToolStripButton();
     this.exportDialog        = new System.Windows.Forms.SaveFileDialog();
     this.tableLayout.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.split)).BeginInit();
     this.split.Panel1.SuspendLayout();
     this.split.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayout
     //
     this.tableLayout.ColumnCount = 1;
     this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.Controls.Add(this.toolStrip1, 0, 0);
     this.tableLayout.Controls.Add(this.split, 0, 1);
     this.tableLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayout.Location = new System.Drawing.Point(0, 0);
     this.tableLayout.Name     = "tableLayout";
     this.tableLayout.RowCount = 2;
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayout.Size     = new System.Drawing.Size(491, 330);
     this.tableLayout.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.slotLabel,
         this.toolStripSeparator1,
         this.nameLabel,
         this.toolStripSeparator2,
         this.setFormat,
         this.toolStripSeparator3,
         this.saveCSV
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(491, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // slotLabel
     //
     this.slotLabel.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.slotLabel.Name = "slotLabel";
     this.slotLabel.Size = new System.Drawing.Size(35, 22);
     this.slotLabel.Text = "    ";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // nameLabel
     //
     this.nameLabel.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nameLabel.Name = "nameLabel";
     this.nameLabel.Size = new System.Drawing.Size(42, 22);
     this.nameLabel.Text = "     ";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // setFormat
     //
     this.setFormat.CheckOnClick          = true;
     this.setFormat.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.setFormat.Image                 = ((System.Drawing.Image)(resources.GetObject("setFormat.Image")));
     this.setFormat.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.setFormat.Name            = "setFormat";
     this.setFormat.Size            = new System.Drawing.Size(23, 22);
     this.setFormat.Text            = "{}";
     this.setFormat.ToolTipText     = "Set constant buffer layout";
     this.setFormat.CheckedChanged += new System.EventHandler(this.setFormat_CheckedChanged);
     //
     // split
     //
     this.split.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.split.Location    = new System.Drawing.Point(3, 28);
     this.split.Name        = "split";
     this.split.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // split.Panel1
     //
     this.split.Panel1.Controls.Add(this.variables);
     this.split.Panel1MinSize    = 100;
     this.split.Panel2Collapsed  = true;
     this.split.Panel2MinSize    = 150;
     this.split.Size             = new System.Drawing.Size(485, 299);
     this.split.SplitterDistance = 100;
     this.split.TabIndex         = 5;
     //
     // variables
     //
     treeListColumn7.AutoSizeMinSize = 0;
     treeListColumn7.Width           = 175;
     treeListColumn8.AutoSize        = true;
     treeListColumn8.AutoSizeMinSize = 0;
     treeListColumn8.Width           = 50;
     treeListColumn9.AutoSizeMinSize = 0;
     treeListColumn9.Width           = 70;
     this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn7,
         treeListColumn8,
         treeListColumn9
     });
     this.variables.ColumnsOptions.LeftMargin = 0;
     this.variables.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.variables.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.variables.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.variables.Location = new System.Drawing.Point(0, 0);
     this.variables.Name     = "variables";
     this.variables.RowOptions.ShowHeader = false;
     this.variables.Size     = new System.Drawing.Size(485, 299);
     this.variables.TabIndex = 4;
     this.variables.Text     = "treeListView1";
     this.variables.KeyDown += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // saveCSV
     //
     this.saveCSV.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveCSV.Image                 = global::renderdocui.Properties.Resources.save;
     this.saveCSV.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveCSV.Name   = "saveCSV";
     this.saveCSV.Size   = new System.Drawing.Size(23, 22);
     this.saveCSV.Text   = "Save as CSV";
     this.saveCSV.Click += new System.EventHandler(this.saveCSV_Click);
     //
     // exportDialog
     //
     this.exportDialog.DefaultExt = "csv";
     this.exportDialog.Filter     = "CSV Files (*.csv)|*.csv";
     this.exportDialog.Title      = "Export buffer data as CSV";
     //
     // ConstantBufferPreviewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(491, 330);
     this.Controls.Add(this.tableLayout);
     this.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name     = "ConstantBufferPreviewer";
     this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockRight;
     this.tableLayout.ResumeLayout(false);
     this.tableLayout.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.split.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.split)).EndInit();
     this.split.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.variables)).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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ToolStripLabel toolStripLabel1;
            System.Windows.Forms.TableLayoutPanel toolstripTable;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("Rate", "Rate");
            TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("Offset", "Offset");
            TreelistView.TreeListColumn treeListColumn5 = new TreelistView.TreeListColumn("Stride", "Stride");
            TreelistView.TreeListColumn treeListColumn6 = new TreelistView.TreeListColumn("bytelen", "Byte Len");
            TreelistView.TreeListColumn treeListColumn7 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.GroupBox groupBox2;
            TreelistView.TreeListColumn treeListColumn8 = new TreelistView.TreeListColumn("Idx", "Index");
            TreelistView.TreeListColumn treeListColumn9 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn10 = new TreelistView.TreeListColumn("Location", "Location");
            TreelistView.TreeListColumn treeListColumn11 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn12 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn13 = new TreelistView.TreeListColumn("Offset", "Offset");
            TreelistView.TreeListColumn treeListColumn14 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.GroupBox groupBox44;
            System.Windows.Forms.Label label35;
            System.Windows.Forms.Label label22;
            System.Windows.Forms.Label label37;
            TreelistView.TreeListColumn treeListColumn15 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn16 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn17 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn18 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn19 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn20 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn21 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn22 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn23 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn24 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn25 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn26 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn27 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn28 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn29 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.Label label20;
            System.Windows.Forms.Label label23;
            System.Windows.Forms.Label label24;
            TreelistView.TreeListColumn treeListColumn30 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn31 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn32 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn33 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn34 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn35 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn36 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn37 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn38 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn39 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn40 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn41 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn42 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn43 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn44 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.Label label27;
            System.Windows.Forms.Label label28;
            System.Windows.Forms.Label label29;
            TreelistView.TreeListColumn treeListColumn45 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn46 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn47 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn48 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn49 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn50 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn51 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn52 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn53 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn54 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn55 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn56 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn57 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn58 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn59 = new TreelistView.TreeListColumn("Go", "Go");
            System.Windows.Forms.Label label30;
            System.Windows.Forms.Label label31;
            System.Windows.Forms.Label label32;
            TreelistView.TreeListColumn treeListColumn60 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn61 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn62 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn63 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn64 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn65 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn66 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn67 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn68 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn69 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn70 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn71 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn72 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn73 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn74 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn75 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn76 = new TreelistView.TreeListColumn("X", "X");
            TreelistView.TreeListColumn treeListColumn77 = new TreelistView.TreeListColumn("Y", "Y");
            TreelistView.TreeListColumn treeListColumn78 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn79 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn80 = new TreelistView.TreeListColumn("MinDepth", "MinDepth");
            TreelistView.TreeListColumn treeListColumn81 = new TreelistView.TreeListColumn("MaxDepth", "MaxDepth");
            TreelistView.TreeListColumn treeListColumn82 = new TreelistView.TreeListColumn("misc", "");
            System.Windows.Forms.GroupBox groupBox42;
            TreelistView.TreeListColumn treeListColumn83 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn84 = new TreelistView.TreeListColumn("X", "X");
            TreelistView.TreeListColumn treeListColumn85 = new TreelistView.TreeListColumn("Y", "Y");
            TreelistView.TreeListColumn treeListColumn86 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn87 = new TreelistView.TreeListColumn("Height", "Height");
            System.Windows.Forms.Label label7;
            System.Windows.Forms.Label label25;
            System.Windows.Forms.Label label26;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VulkanPipelineStateViewer));
            System.Windows.Forms.Label label1;
            System.Windows.Forms.Label label15;
            System.Windows.Forms.Label label16;
            System.Windows.Forms.Label label17;
            System.Windows.Forms.Label label33;
            System.Windows.Forms.Label label34;
            System.Windows.Forms.Label label36;
            TreelistView.TreeListColumn treeListColumn88 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn89 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn90 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn91 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn92 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn93 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn94 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn95 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn96 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn97 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn98 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn99 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn100 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn101 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn102 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn103 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn104 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn105 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn106 = new TreelistView.TreeListColumn("Width", "Width");
            TreelistView.TreeListColumn treeListColumn107 = new TreelistView.TreeListColumn("Height", "Height");
            TreelistView.TreeListColumn treeListColumn108 = new TreelistView.TreeListColumn("Depth", "Depth");
            TreelistView.TreeListColumn treeListColumn109 = new TreelistView.TreeListColumn("Array Size", "Array Size");
            TreelistView.TreeListColumn treeListColumn110 = new TreelistView.TreeListColumn("Format", "Format");
            TreelistView.TreeListColumn treeListColumn111 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn112 = new TreelistView.TreeListColumn("Slot", "Slot");
            TreelistView.TreeListColumn treeListColumn113 = new TreelistView.TreeListColumn("Enabled", "Enabled");
            TreelistView.TreeListColumn treeListColumn114 = new TreelistView.TreeListColumn("Colour Src", "Colour Src");
            TreelistView.TreeListColumn treeListColumn115 = new TreelistView.TreeListColumn("Colour Dst", "Colour Dst");
            TreelistView.TreeListColumn treeListColumn116 = new TreelistView.TreeListColumn("Colour Op", "Colour Op");
            TreelistView.TreeListColumn treeListColumn117 = new TreelistView.TreeListColumn("Alpha Src", "Alpha Src");
            TreelistView.TreeListColumn treeListColumn118 = new TreelistView.TreeListColumn("Alpha Dst", "Alpha Dst");
            TreelistView.TreeListColumn treeListColumn119 = new TreelistView.TreeListColumn("Alpha Op", "Alpha Op");
            TreelistView.TreeListColumn treeListColumn120 = new TreelistView.TreeListColumn("Write Mask", "Write Mask");
            TreelistView.TreeListColumn treeListColumn121 = new TreelistView.TreeListColumn("Face", "Face");
            TreelistView.TreeListColumn treeListColumn122 = new TreelistView.TreeListColumn("Func", "Func");
            TreelistView.TreeListColumn treeListColumn123 = new TreelistView.TreeListColumn("Fail Op", "Fail Op");
            TreelistView.TreeListColumn treeListColumn124 = new TreelistView.TreeListColumn("Depth Fail Op", "Depth Fail Op");
            TreelistView.TreeListColumn treeListColumn125 = new TreelistView.TreeListColumn("Pass Op", "Pass Op");
            TreelistView.TreeListColumn treeListColumn126 = new TreelistView.TreeListColumn("writemask", "Write Mask");
            TreelistView.TreeListColumn treeListColumn127 = new TreelistView.TreeListColumn("compare", "Comp Mask");
            TreelistView.TreeListColumn treeListColumn128 = new TreelistView.TreeListColumn("Ref", "Ref");
            System.Windows.Forms.Label label38;
            System.Windows.Forms.Label label39;
            System.Windows.Forms.Label label40;
            TreelistView.TreeListColumn treeListColumn129 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn130 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn131 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn132 = new TreelistView.TreeListColumn("Type", "Type");
            TreelistView.TreeListColumn treeListColumn133 = new TreelistView.TreeListColumn("Resource", "Resource");
            TreelistView.TreeListColumn treeListColumn134 = new TreelistView.TreeListColumn("Contents1", "Contents");
            TreelistView.TreeListColumn treeListColumn135 = new TreelistView.TreeListColumn("Contents2", "");
            TreelistView.TreeListColumn treeListColumn136 = new TreelistView.TreeListColumn("Go", "Go");
            TreelistView.TreeListColumn treeListColumn137 = new TreelistView.TreeListColumn("PlusMinus", "");
            TreelistView.TreeListColumn treeListColumn138 = new TreelistView.TreeListColumn("Set", "Set");
            TreelistView.TreeListColumn treeListColumn139 = new TreelistView.TreeListColumn("Binding", "Binding");
            TreelistView.TreeListColumn treeListColumn140 = new TreelistView.TreeListColumn("Buffer", "Buffer");
            TreelistView.TreeListColumn treeListColumn141 = new TreelistView.TreeListColumn("Byte Range", "Byte Range");
            TreelistView.TreeListColumn treeListColumn142 = new TreelistView.TreeListColumn("Size", "Size");
            TreelistView.TreeListColumn treeListColumn143 = new TreelistView.TreeListColumn("Go", "Go");
            this.pipeFlow = new renderdocui.Controls.PipelineFlowchart();
            this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.showDisabledToolitem = new System.Windows.Forms.ToolStripButton();
            this.showEmptyToolitem = new System.Windows.Forms.ToolStripButton();
            this.export = new System.Windows.Forms.ToolStripButton();
            this.stageTabControl = new renderdocui.Controls.TablessControl();
            this.tabIA = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
            this.topologyDiagram = new System.Windows.Forms.PictureBox();
            this.topology = new System.Windows.Forms.Label();
            this.primRestart = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.viBuffers = new TreelistView.TreeListView();
            this.viAttrs = new TreelistView.TreeListView();
            this.meshView = new System.Windows.Forms.PictureBox();
            this.tabVS = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
            this.vsShader = new System.Windows.Forms.Label();
            this.vsShaderCog = new System.Windows.Forms.PictureBox();
            this.vsShaderEdit = new System.Windows.Forms.PictureBox();
            this.vsShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.vsResources = new TreelistView.TreeListView();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.vsCBuffers = new TreelistView.TreeListView();
            this.tabHS = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
            this.hsShader = new System.Windows.Forms.Label();
            this.hsShaderCog = new System.Windows.Forms.PictureBox();
            this.hsShaderEdit = new System.Windows.Forms.PictureBox();
            this.hsShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.hsResources = new TreelistView.TreeListView();
            this.groupBox15 = new System.Windows.Forms.GroupBox();
            this.hsCBuffers = new TreelistView.TreeListView();
            this.tabDS = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox16 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
            this.dsShader = new System.Windows.Forms.Label();
            this.dsShaderCog = new System.Windows.Forms.PictureBox();
            this.dsShaderEdit = new System.Windows.Forms.PictureBox();
            this.dsShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox18 = new System.Windows.Forms.GroupBox();
            this.dsResources = new TreelistView.TreeListView();
            this.groupBox21 = new System.Windows.Forms.GroupBox();
            this.dsCBuffers = new TreelistView.TreeListView();
            this.tabGS = new System.Windows.Forms.TabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.geomTableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox22 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
            this.gsShader = new System.Windows.Forms.Label();
            this.gsShaderCog = new System.Windows.Forms.PictureBox();
            this.gsShaderEdit = new System.Windows.Forms.PictureBox();
            this.gsShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox24 = new System.Windows.Forms.GroupBox();
            this.gsResources = new TreelistView.TreeListView();
            this.geomCBufGroupBox = new System.Windows.Forms.GroupBox();
            this.gsCBuffers = new TreelistView.TreeListView();
            this.tabRS = new System.Windows.Forms.TabPage();
            this.panel8 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox32 = new System.Windows.Forms.GroupBox();
            this.viewports = new TreelistView.TreeListView();
            this.scissors = new TreelistView.TreeListView();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.label12 = new System.Windows.Forms.Label();
            this.minSampleShading = new System.Windows.Forms.Label();
            this.sampleMask = new System.Windows.Forms.Label();
            this.sampleCount = new System.Windows.Forms.Label();
            this.sampleShading = new System.Windows.Forms.PictureBox();
            this.groupBox31 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.frontCCW = new System.Windows.Forms.PictureBox();
            this.cullMode = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.depthBias = new System.Windows.Forms.Label();
            this.depthBiasClamp = new System.Windows.Forms.Label();
            this.slopeScaledBias = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.depthClamp = new System.Windows.Forms.PictureBox();
            this.fillMode = new System.Windows.Forms.Label();
            this.rasterizerDiscard = new System.Windows.Forms.PictureBox();
            this.label14 = new System.Windows.Forms.Label();
            this.lineWidth = new System.Windows.Forms.Label();
            this.tabPS = new System.Windows.Forms.TabPage();
            this.panel6 = new System.Windows.Forms.Panel();
            this.pixelTableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.psShader = new System.Windows.Forms.Label();
            this.psShaderCog = new System.Windows.Forms.PictureBox();
            this.psShaderEdit = new System.Windows.Forms.PictureBox();
            this.psShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox28 = new System.Windows.Forms.GroupBox();
            this.psResources = new TreelistView.TreeListView();
            this.pixelCBufGroupBox = new System.Windows.Forms.GroupBox();
            this.psCBuffers = new TreelistView.TreeListView();
            this.tabOM = new System.Windows.Forms.TabPage();
            this.panel9 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox33 = new System.Windows.Forms.GroupBox();
            this.targetOutputs = new TreelistView.TreeListView();
            this.groupBox37 = new System.Windows.Forms.GroupBox();
            this.blendOperations = new TreelistView.TreeListView();
            this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox40 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
            this.label4 = new System.Windows.Forms.Label();
            this.logicOp = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.blendFactor = new System.Windows.Forms.Label();
            this.alphaToOne = new System.Windows.Forms.PictureBox();
            this.groupBox41 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
            this.depthBounds = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.depthEnable = new System.Windows.Forms.PictureBox();
            this.label21 = new System.Windows.Forms.Label();
            this.depthWrite = new System.Windows.Forms.PictureBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.depthFunc = new System.Windows.Forms.Label();
            this.groupBox43 = new System.Windows.Forms.GroupBox();
            this.stencilFuncs = new TreelistView.TreeListView();
            this.tabCS = new System.Windows.Forms.TabPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
            this.csShader = new System.Windows.Forms.Label();
            this.csShaderCog = new System.Windows.Forms.PictureBox();
            this.csShaderEdit = new System.Windows.Forms.PictureBox();
            this.csShaderSave = new System.Windows.Forms.PictureBox();
            this.groupBox34 = new System.Windows.Forms.GroupBox();
            this.csResources = new TreelistView.TreeListView();
            this.groupBox36 = new System.Windows.Forms.GroupBox();
            this.csCBuffers = new TreelistView.TreeListView();
            this.rightclickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.showDisabled = new System.Windows.Forms.ToolStripMenuItem();
            this.showEmpty = new System.Windows.Forms.ToolStripMenuItem();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.exportDialog = new System.Windows.Forms.SaveFileDialog();
            this.shaderSaveDialog = new System.Windows.Forms.SaveFileDialog();
            toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            toolstripTable = new System.Windows.Forms.TableLayoutPanel();
            groupBox2 = new System.Windows.Forms.GroupBox();
            groupBox44 = new System.Windows.Forms.GroupBox();
            label35 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label37 = new System.Windows.Forms.Label();
            label20 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            label24 = new System.Windows.Forms.Label();
            label27 = new System.Windows.Forms.Label();
            label28 = new System.Windows.Forms.Label();
            label29 = new System.Windows.Forms.Label();
            label30 = new System.Windows.Forms.Label();
            label31 = new System.Windows.Forms.Label();
            label32 = new System.Windows.Forms.Label();
            groupBox42 = new System.Windows.Forms.GroupBox();
            label7 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label15 = new System.Windows.Forms.Label();
            label16 = new System.Windows.Forms.Label();
            label17 = new System.Windows.Forms.Label();
            label33 = new System.Windows.Forms.Label();
            label34 = new System.Windows.Forms.Label();
            label36 = new System.Windows.Forms.Label();
            label38 = new System.Windows.Forms.Label();
            label39 = new System.Windows.Forms.Label();
            label40 = new System.Windows.Forms.Label();
            toolstripTable.SuspendLayout();
            this.flowLayoutPanel6.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.stageTabControl.SuspendLayout();
            this.tabIA.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tableLayoutPanel13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).BeginInit();
            groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).BeginInit();
            groupBox44.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).BeginInit();
            this.tabVS.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.flowLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderSave)).BeginInit();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).BeginInit();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).BeginInit();
            this.tabHS.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.flowLayoutPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderSave)).BeginInit();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsResources)).BeginInit();
            this.groupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).BeginInit();
            this.tabDS.SuspendLayout();
            this.panel4.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.groupBox16.SuspendLayout();
            this.flowLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderSave)).BeginInit();
            this.groupBox18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsResources)).BeginInit();
            this.groupBox21.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).BeginInit();
            this.tabGS.SuspendLayout();
            this.panel5.SuspendLayout();
            this.geomTableLayout.SuspendLayout();
            this.groupBox22.SuspendLayout();
            this.flowLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderSave)).BeginInit();
            this.groupBox24.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).BeginInit();
            this.geomCBufGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).BeginInit();
            this.tabRS.SuspendLayout();
            this.panel8.SuspendLayout();
            this.tableLayoutPanel14.SuspendLayout();
            this.groupBox32.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).BeginInit();
            groupBox42.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).BeginInit();
            this.groupBox5.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).BeginInit();
            this.groupBox31.SuspendLayout();
            this.tableLayoutPanel8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).BeginInit();
            this.tabPS.SuspendLayout();
            this.panel6.SuspendLayout();
            this.pixelTableLayout.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderSave)).BeginInit();
            this.groupBox28.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psResources)).BeginInit();
            this.pixelCBufGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).BeginInit();
            this.tabOM.SuspendLayout();
            this.panel9.SuspendLayout();
            this.tableLayoutPanel9.SuspendLayout();
            this.groupBox33.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).BeginInit();
            this.groupBox37.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).BeginInit();
            this.tableLayoutPanel10.SuspendLayout();
            this.groupBox40.SuspendLayout();
            this.tableLayoutPanel11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).BeginInit();
            this.groupBox41.SuspendLayout();
            this.tableLayoutPanel12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).BeginInit();
            this.groupBox43.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).BeginInit();
            this.tabCS.SuspendLayout();
            this.panel7.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.flowLayoutPanel7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderSave)).BeginInit();
            this.groupBox34.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).BeginInit();
            this.groupBox36.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).BeginInit();
            this.rightclickMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripLabel1
            // 
            toolStripLabel1.Name = "toolStripLabel1";
            toolStripLabel1.Size = new System.Drawing.Size(93, 22);
            toolStripLabel1.Text = "Display Controls";
            // 
            // toolstripTable
            // 
            toolstripTable.ColumnCount = 1;
            toolstripTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            toolstripTable.Controls.Add(this.pipeFlow, 0, 1);
            toolstripTable.Controls.Add(this.flowLayoutPanel6, 0, 0);
            toolstripTable.Controls.Add(this.stageTabControl, 0, 2);
            toolstripTable.Dock = System.Windows.Forms.DockStyle.Fill;
            toolstripTable.Location = new System.Drawing.Point(0, 0);
            toolstripTable.Name = "toolstripTable";
            toolstripTable.RowCount = 3;
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
            toolstripTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
            toolstripTable.Size = new System.Drawing.Size(1112, 600);
            toolstripTable.TabIndex = 2;
            // 
            // pipeFlow
            // 
            this.pipeFlow.BackColor = System.Drawing.Color.Transparent;
            this.pipeFlow.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pipeFlow.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.pipeFlow.Location = new System.Drawing.Point(4, 35);
            this.pipeFlow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pipeFlow.Name = "pipeFlow";
            this.pipeFlow.SelectedStage = 0;
            this.pipeFlow.Size = new System.Drawing.Size(1104, 48);
            this.pipeFlow.TabIndex = 0;
            this.pipeFlow.SelectedStageChanged += new System.EventHandler<System.EventArgs>(this.pipeFlow_SelectedStageChanged);
            // 
            // flowLayoutPanel6
            // 
            this.flowLayoutPanel6.AutoSize = true;
            this.flowLayoutPanel6.Controls.Add(this.toolStrip1);
            this.flowLayoutPanel6.Location = new System.Drawing.Point(3, 3);
            this.flowLayoutPanel6.Name = "flowLayoutPanel6";
            this.flowLayoutPanel6.Size = new System.Drawing.Size(423, 25);
            this.flowLayoutPanel6.TabIndex = 1;
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel1,
            this.toolStripSeparator2,
            this.showDisabledToolitem,
            this.showEmptyToolitem,
            this.export});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(423, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // showDisabledToolitem
            // 
            this.showDisabledToolitem.CheckOnClick = true;
            this.showDisabledToolitem.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabledToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showDisabledToolitem.Name = "showDisabledToolitem";
            this.showDisabledToolitem.Size = new System.Drawing.Size(136, 22);
            this.showDisabledToolitem.Text = "Show Disabled Items";
            this.showDisabledToolitem.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmptyToolitem
            // 
            this.showEmptyToolitem.CheckOnClick = true;
            this.showEmptyToolitem.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmptyToolitem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.showEmptyToolitem.Name = "showEmptyToolitem";
            this.showEmptyToolitem.Size = new System.Drawing.Size(125, 22);
            this.showEmptyToolitem.Text = "Show Empty Items";
            this.showEmptyToolitem.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // export
            // 
            this.export.Image = global::renderdocui.Properties.Resources.save;
            this.export.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.export.Name = "export";
            this.export.Size = new System.Drawing.Size(60, 22);
            this.export.Text = "Export";
            this.export.Click += new System.EventHandler(this.export_Click);
            // 
            // stageTabControl
            // 
            this.stageTabControl.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.stageTabControl.Controls.Add(this.tabIA);
            this.stageTabControl.Controls.Add(this.tabVS);
            this.stageTabControl.Controls.Add(this.tabHS);
            this.stageTabControl.Controls.Add(this.tabDS);
            this.stageTabControl.Controls.Add(this.tabGS);
            this.stageTabControl.Controls.Add(this.tabRS);
            this.stageTabControl.Controls.Add(this.tabPS);
            this.stageTabControl.Controls.Add(this.tabOM);
            this.stageTabControl.Controls.Add(this.tabCS);
            this.stageTabControl.HotTrack = true;
            this.stageTabControl.Location = new System.Drawing.Point(3, 90);
            this.stageTabControl.Multiline = true;
            this.stageTabControl.Name = "stageTabControl";
            this.stageTabControl.SelectedIndex = 0;
            this.stageTabControl.Size = new System.Drawing.Size(1106, 507);
            this.stageTabControl.TabIndex = 0;
            // 
            // tabIA
            // 
            this.tabIA.Controls.Add(this.panel1);
            this.tabIA.Location = new System.Drawing.Point(4, 22);
            this.tabIA.Name = "tabIA";
            this.tabIA.Size = new System.Drawing.Size(1098, 481);
            this.tabIA.TabIndex = 0;
            this.tabIA.Text = "Input Assembler";
            this.tabIA.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.AutoScrollMinSize = new System.Drawing.Size(280, 300);
            this.panel1.Controls.Add(this.tableLayoutPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Margin = new System.Windows.Forms.Padding(0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1098, 481);
            this.panel1.TabIndex = 0;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.groupBox4, 0, 1);
            this.tableLayoutPanel1.Controls.Add(groupBox2, 0, 0);
            this.tableLayoutPanel1.Controls.Add(groupBox44, 1, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel1.TabIndex = 9;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tableLayoutPanel13);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(771, 243);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(324, 235);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Primitive Topology";
            // 
            // tableLayoutPanel13
            // 
            this.tableLayoutPanel13.ColumnCount = 1;
            this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.Controls.Add(this.topologyDiagram, 0, 1);
            this.tableLayoutPanel13.Controls.Add(this.topology, 0, 0);
            this.tableLayoutPanel13.Controls.Add(this.primRestart, 0, 2);
            this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel13.Name = "tableLayoutPanel13";
            this.tableLayoutPanel13.RowCount = 3;
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel13.Size = new System.Drawing.Size(318, 216);
            this.tableLayoutPanel13.TabIndex = 2;
            // 
            // topologyDiagram
            // 
            this.topologyDiagram.Dock = System.Windows.Forms.DockStyle.Fill;
            this.topologyDiagram.Image = global::renderdocui.Properties.Resources.topo_trilist;
            this.topologyDiagram.Location = new System.Drawing.Point(3, 26);
            this.topologyDiagram.Name = "topologyDiagram";
            this.topologyDiagram.Size = new System.Drawing.Size(312, 164);
            this.topologyDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.topologyDiagram.TabIndex = 1;
            this.topologyDiagram.TabStop = false;
            // 
            // topology
            // 
            this.topology.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.topology.AutoSize = true;
            this.topology.BackColor = System.Drawing.Color.Transparent;
            this.topology.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.topology.Location = new System.Drawing.Point(3, 0);
            this.topology.Name = "topology";
            this.topology.Size = new System.Drawing.Size(312, 23);
            this.topology.TabIndex = 0;
            this.topology.Text = "Triangle List";
            this.topology.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // primRestart
            // 
            this.primRestart.AutoSize = true;
            this.primRestart.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.primRestart.Location = new System.Drawing.Point(3, 193);
            this.primRestart.Name = "primRestart";
            this.primRestart.Size = new System.Drawing.Size(219, 23);
            this.primRestart.TabIndex = 2;
            this.primRestart.Text = "Primitive Restart Enabled";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.viBuffers);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(3, 243);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(543, 235);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Buffers";
            // 
            // viBuffers
            // 
            treeListColumn1.AutoSizeMinSize = 0;
            treeListColumn1.Width = 60;
            treeListColumn2.AutoSize = true;
            treeListColumn2.AutoSizeMinSize = 100;
            treeListColumn2.Width = 50;
            treeListColumn3.AutoSizeMinSize = 0;
            treeListColumn3.Width = 60;
            treeListColumn4.AutoSizeMinSize = 0;
            treeListColumn4.Width = 75;
            treeListColumn5.AutoSizeMinSize = 0;
            treeListColumn5.Width = 50;
            treeListColumn6.AutoSizeMinSize = 0;
            treeListColumn6.Width = 80;
            treeListColumn7.AutoSizeMinSize = 0;
            treeListColumn7.Width = 25;
            this.viBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3,
            treeListColumn4,
            treeListColumn5,
            treeListColumn6,
            treeListColumn7});
            this.viBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viBuffers.Location = new System.Drawing.Point(3, 16);
            this.viBuffers.MultiSelect = false;
            this.viBuffers.Name = "viBuffers";
            this.viBuffers.RowOptions.ItemHeight = 20;
            this.viBuffers.RowOptions.ShowHeader = false;
            this.viBuffers.Size = new System.Drawing.Size(537, 216);
            this.viBuffers.TabIndex = 10;
            this.viBuffers.Text = "treeListView1";
            this.viBuffers.TreeColumn = 6;
            this.viBuffers.ViewOptions.Indent = 0;
            this.viBuffers.ViewOptions.ShowLine = false;
            this.viBuffers.ViewOptions.ShowPlusMinus = false;
            this.viBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.viBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.iabuffers_NodeDoubleClicked);
            this.viBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.viBuffers.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.viBuffers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iabuffers_MouseMove);
            // 
            // groupBox2
            // 
            this.tableLayoutPanel1.SetColumnSpan(groupBox2, 3);
            groupBox2.Controls.Add(this.viAttrs);
            groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox2.Location = new System.Drawing.Point(3, 3);
            groupBox2.Name = "groupBox2";
            groupBox2.Size = new System.Drawing.Size(1092, 234);
            groupBox2.TabIndex = 9;
            groupBox2.TabStop = false;
            groupBox2.Text = "Attributes";
            // 
            // viAttrs
            // 
            treeListColumn8.AutoSizeMinSize = 0;
            treeListColumn8.Width = 40;
            treeListColumn9.AutoSize = true;
            treeListColumn9.AutoSizeMinSize = 0;
            treeListColumn9.Width = 200;
            treeListColumn10.AutoSizeMinSize = 50;
            treeListColumn10.Width = 75;
            treeListColumn11.AutoSizeMinSize = 0;
            treeListColumn11.Width = 90;
            treeListColumn12.AutoSizeMinSize = 0;
            treeListColumn12.Width = 150;
            treeListColumn13.AutoSizeMinSize = 0;
            treeListColumn13.Width = 75;
            treeListColumn14.AutoSizeMinSize = 0;
            treeListColumn14.Width = 25;
            this.viAttrs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn8,
            treeListColumn9,
            treeListColumn10,
            treeListColumn11,
            treeListColumn12,
            treeListColumn13,
            treeListColumn14});
            this.viAttrs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viAttrs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viAttrs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viAttrs.Location = new System.Drawing.Point(3, 16);
            this.viAttrs.MultiSelect = false;
            this.viAttrs.Name = "viAttrs";
            this.viAttrs.RowOptions.ItemHeight = 20;
            this.viAttrs.RowOptions.ShowHeader = false;
            this.viAttrs.Size = new System.Drawing.Size(1086, 215);
            this.viAttrs.TabIndex = 12;
            this.viAttrs.Text = "Input Layouts";
            this.viAttrs.TreeColumn = 6;
            this.viAttrs.ViewOptions.Indent = 0;
            this.viAttrs.ViewOptions.ShowLine = false;
            this.viAttrs.ViewOptions.ShowPlusMinus = false;
            this.viAttrs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.viAttrs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.inputLayouts_NodeDoubleClick);
            this.viAttrs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viAttrs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viAttrs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.viAttrs.MouseLeave += new System.EventHandler(this.ia_MouseLeave);
            this.viAttrs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.iaattrs_MouseMove);
            // 
            // groupBox44
            // 
            groupBox44.Controls.Add(this.meshView);
            groupBox44.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox44.Location = new System.Drawing.Point(552, 243);
            groupBox44.Name = "groupBox44";
            groupBox44.Size = new System.Drawing.Size(213, 235);
            groupBox44.TabIndex = 11;
            groupBox44.TabStop = false;
            groupBox44.Text = "Mesh View";
            // 
            // meshView
            // 
            this.meshView.Cursor = System.Windows.Forms.Cursors.Hand;
            this.meshView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.meshView.Image = global::renderdocui.Properties.Resources.wireframe_mesh;
            this.meshView.Location = new System.Drawing.Point(3, 16);
            this.meshView.Name = "meshView";
            this.meshView.Size = new System.Drawing.Size(207, 216);
            this.meshView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.meshView.TabIndex = 0;
            this.meshView.TabStop = false;
            this.toolTip.SetToolTip(this.meshView, "View the mesh");
            this.meshView.Click += new System.EventHandler(this.meshView_Click);
            this.meshView.MouseEnter += new System.EventHandler(this.meshView_MouseEnter);
            this.meshView.MouseLeave += new System.EventHandler(this.meshView_MouseLeave);
            // 
            // tabVS
            // 
            this.tabVS.Controls.Add(this.panel2);
            this.tabVS.Location = new System.Drawing.Point(4, 22);
            this.tabVS.Name = "tabVS";
            this.tabVS.Size = new System.Drawing.Size(1098, 481);
            this.tabVS.TabIndex = 1;
            this.tabVS.Text = "Vertex Shader";
            this.tabVS.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            this.panel2.AutoScroll = true;
            this.panel2.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel2.Controls.Add(this.tableLayoutPanel2);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1098, 481);
            this.panel2.TabIndex = 4;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.groupBox7, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.groupBox9, 0, 2);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 3;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel2.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.flowLayoutPanel3);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(3, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(1092, 44);
            this.groupBox3.TabIndex = 17;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Shader";
            // 
            // flowLayoutPanel3
            // 
            this.flowLayoutPanel3.Controls.Add(this.vsShader);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderCog);
            this.flowLayoutPanel3.Controls.Add(label35);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderEdit);
            this.flowLayoutPanel3.Controls.Add(label22);
            this.flowLayoutPanel3.Controls.Add(this.vsShaderSave);
            this.flowLayoutPanel3.Controls.Add(label37);
            this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel3.Name = "flowLayoutPanel3";
            this.flowLayoutPanel3.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel3.TabIndex = 25;
            // 
            // vsShader
            // 
            this.vsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.vsShader.AutoSize = true;
            this.vsShader.BackColor = System.Drawing.SystemColors.Info;
            this.vsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.vsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.vsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.vsShader.Location = new System.Drawing.Point(3, 3);
            this.vsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.vsShader.Name = "vsShader";
            this.vsShader.Size = new System.Drawing.Size(300, 15);
            this.vsShader.TabIndex = 24;
            this.vsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.vsShader.Click += new System.EventHandler(this.shader_Click);
            this.vsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderCog
            // 
            this.vsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.vsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.vsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.vsShaderCog.Name = "vsShaderCog";
            this.vsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.vsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderCog.TabIndex = 25;
            this.vsShaderCog.TabStop = false;
            this.vsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.vsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.vsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label35
            // 
            label35.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label35.AutoSize = true;
            label35.Cursor = System.Windows.Forms.Cursors.Hand;
            label35.Location = new System.Drawing.Point(325, 4);
            label35.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label35.Name = "label35";
            label35.Size = new System.Drawing.Size(30, 13);
            label35.TabIndex = 41;
            label35.Text = "View";
            label35.Click += new System.EventHandler(this.shader_Click);
            label35.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label35.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // vsShaderEdit
            // 
            this.vsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.vsShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.vsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.vsShaderEdit.Name = "vsShaderEdit";
            this.vsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.vsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderEdit.TabIndex = 26;
            this.vsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.vsShaderEdit, "HLSL edit and replace this shader");
            this.vsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label22
            // 
            label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label22.AutoSize = true;
            label22.Cursor = System.Windows.Forms.Cursors.Hand;
            label22.Location = new System.Drawing.Point(380, 4);
            label22.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label22.Name = "label22";
            label22.Size = new System.Drawing.Size(25, 13);
            label22.TabIndex = 39;
            label22.Text = "Edit";
            this.toolTip.SetToolTip(label22, "GLSL edit and replace this shader");
            label22.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // vsShaderSave
            // 
            this.vsShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.vsShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.vsShaderSave.Location = new System.Drawing.Point(414, 3);
            this.vsShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.vsShaderSave.Name = "vsShaderSave";
            this.vsShaderSave.Size = new System.Drawing.Size(16, 16);
            this.vsShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.vsShaderSave.TabIndex = 42;
            this.vsShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.vsShaderSave, "Save the SPIR-V to disk");
            this.vsShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label37
            // 
            label37.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label37.AutoSize = true;
            label37.Cursor = System.Windows.Forms.Cursors.Hand;
            label37.Location = new System.Drawing.Point(430, 4);
            label37.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label37.Name = "label37";
            label37.Size = new System.Drawing.Size(32, 13);
            label37.TabIndex = 40;
            label37.Text = "Save";
            this.toolTip.SetToolTip(label37, "Save the SPIR-V to disk");
            label37.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.vsResources);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox7.Location = new System.Drawing.Point(3, 53);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(1092, 209);
            this.groupBox7.TabIndex = 14;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Resources";
            // 
            // vsResources
            // 
            treeListColumn15.AutoSizeMinSize = 0;
            treeListColumn15.Width = 20;
            treeListColumn16.AutoSizeMinSize = 0;
            treeListColumn16.Width = 30;
            treeListColumn17.AutoSizeMinSize = 0;
            treeListColumn17.Width = 120;
            treeListColumn18.AutoSizeMinSize = 0;
            treeListColumn18.Width = 110;
            treeListColumn19.AutoSize = true;
            treeListColumn19.AutoSizeMinSize = 0;
            treeListColumn19.Width = 200;
            treeListColumn20.AutoSizeMinSize = 0;
            treeListColumn20.Width = 200;
            treeListColumn21.AutoSizeMinSize = 0;
            treeListColumn21.Width = 200;
            treeListColumn22.AutoSizeMinSize = 0;
            treeListColumn22.Width = 25;
            this.vsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn15,
            treeListColumn16,
            treeListColumn17,
            treeListColumn18,
            treeListColumn19,
            treeListColumn20,
            treeListColumn21,
            treeListColumn22});
            this.vsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsResources.Location = new System.Drawing.Point(3, 16);
            this.vsResources.MultiSelect = false;
            this.vsResources.Name = "vsResources";
            this.vsResources.RowOptions.HoverHighlight = true;
            this.vsResources.RowOptions.ItemHeight = 20;
            this.vsResources.RowOptions.ShowHeader = false;
            this.vsResources.Size = new System.Drawing.Size(1086, 190);
            this.vsResources.TabIndex = 1;
            this.vsResources.Text = "Resources";
            this.vsResources.TreeColumn = 7;
            this.vsResources.ViewOptions.Indent = 0;
            this.vsResources.ViewOptions.PadForPlusMinus = false;
            this.vsResources.ViewOptions.ShowLine = false;
            this.vsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.vsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.vsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.vsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.vsCBuffers);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.Location = new System.Drawing.Point(3, 268);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(1092, 210);
            this.groupBox9.TabIndex = 12;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Uniform Buffers";
            // 
            // vsCBuffers
            // 
            treeListColumn23.AutoSizeMinSize = 0;
            treeListColumn23.Width = 20;
            treeListColumn24.AutoSizeMinSize = 0;
            treeListColumn24.Width = 30;
            treeListColumn25.AutoSizeMinSize = 0;
            treeListColumn25.Width = 120;
            treeListColumn26.AutoSize = true;
            treeListColumn26.AutoSizeMinSize = 100;
            treeListColumn26.Width = 50;
            treeListColumn27.AutoSizeMinSize = 0;
            treeListColumn27.Width = 140;
            treeListColumn28.AutoSizeMinSize = 0;
            treeListColumn28.Width = 250;
            treeListColumn29.AutoSizeMinSize = 0;
            treeListColumn29.Width = 25;
            this.vsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn23,
            treeListColumn24,
            treeListColumn25,
            treeListColumn26,
            treeListColumn27,
            treeListColumn28,
            treeListColumn29});
            this.vsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.vsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.vsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.vsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.vsCBuffers.MultiSelect = false;
            this.vsCBuffers.Name = "vsCBuffers";
            this.vsCBuffers.RowOptions.HoverHighlight = true;
            this.vsCBuffers.RowOptions.ItemHeight = 20;
            this.vsCBuffers.RowOptions.ShowHeader = false;
            this.vsCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.vsCBuffers.TabIndex = 11;
            this.vsCBuffers.Text = "Uniform Buffers";
            this.vsCBuffers.TreeColumn = 6;
            this.vsCBuffers.ViewOptions.Indent = 0;
            this.vsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.vsCBuffers.ViewOptions.ShowLine = false;
            this.vsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.vsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.vsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.vsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabHS
            // 
            this.tabHS.Controls.Add(this.panel3);
            this.tabHS.Location = new System.Drawing.Point(4, 22);
            this.tabHS.Name = "tabHS";
            this.tabHS.Size = new System.Drawing.Size(1098, 481);
            this.tabHS.TabIndex = 2;
            this.tabHS.Text = "Tess. Control Shader";
            this.tabHS.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.AutoScroll = true;
            this.panel3.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel3.Controls.Add(this.tableLayoutPanel3);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(1098, 481);
            this.panel3.TabIndex = 4;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Controls.Add(this.groupBox10, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.groupBox12, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.groupBox15, 0, 2);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 3;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel3.TabIndex = 1;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.flowLayoutPanel4);
            this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(1092, 44);
            this.groupBox10.TabIndex = 17;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Shader";
            // 
            // flowLayoutPanel4
            // 
            this.flowLayoutPanel4.Controls.Add(this.hsShader);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderCog);
            this.flowLayoutPanel4.Controls.Add(label20);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderEdit);
            this.flowLayoutPanel4.Controls.Add(label23);
            this.flowLayoutPanel4.Controls.Add(this.hsShaderSave);
            this.flowLayoutPanel4.Controls.Add(label24);
            this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel4.Name = "flowLayoutPanel4";
            this.flowLayoutPanel4.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel4.TabIndex = 25;
            // 
            // hsShader
            // 
            this.hsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.hsShader.AutoSize = true;
            this.hsShader.BackColor = System.Drawing.SystemColors.Info;
            this.hsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.hsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.hsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.hsShader.Location = new System.Drawing.Point(3, 3);
            this.hsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.hsShader.Name = "hsShader";
            this.hsShader.Size = new System.Drawing.Size(300, 15);
            this.hsShader.TabIndex = 24;
            this.hsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.hsShader.Click += new System.EventHandler(this.shader_Click);
            this.hsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.hsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderCog
            // 
            this.hsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.hsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.hsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.hsShaderCog.Name = "hsShaderCog";
            this.hsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.hsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderCog.TabIndex = 25;
            this.hsShaderCog.TabStop = false;
            this.hsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.hsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.hsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label20
            // 
            label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label20.AutoSize = true;
            label20.Cursor = System.Windows.Forms.Cursors.Hand;
            label20.Location = new System.Drawing.Point(325, 4);
            label20.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label20.Name = "label20";
            label20.Size = new System.Drawing.Size(30, 13);
            label20.TabIndex = 45;
            label20.Text = "View";
            label20.Click += new System.EventHandler(this.shader_Click);
            label20.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label20.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // hsShaderEdit
            // 
            this.hsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.hsShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.hsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.hsShaderEdit.Name = "hsShaderEdit";
            this.hsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.hsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderEdit.TabIndex = 27;
            this.hsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.hsShaderEdit, "HLSL edit and replace this shader");
            this.hsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label23
            // 
            label23.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label23.AutoSize = true;
            label23.Cursor = System.Windows.Forms.Cursors.Hand;
            label23.Location = new System.Drawing.Point(380, 4);
            label23.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label23.Name = "label23";
            label23.Size = new System.Drawing.Size(25, 13);
            label23.TabIndex = 43;
            label23.Text = "Edit";
            this.toolTip.SetToolTip(label23, "GLSL edit and replace this shader");
            label23.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // hsShaderSave
            // 
            this.hsShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.hsShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.hsShaderSave.Location = new System.Drawing.Point(414, 3);
            this.hsShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.hsShaderSave.Name = "hsShaderSave";
            this.hsShaderSave.Size = new System.Drawing.Size(16, 16);
            this.hsShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.hsShaderSave.TabIndex = 46;
            this.hsShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.hsShaderSave, "Save the SPIR-V to disk");
            this.hsShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label24
            // 
            label24.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label24.AutoSize = true;
            label24.Cursor = System.Windows.Forms.Cursors.Hand;
            label24.Location = new System.Drawing.Point(430, 4);
            label24.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label24.Name = "label24";
            label24.Size = new System.Drawing.Size(32, 13);
            label24.TabIndex = 44;
            label24.Text = "Save";
            this.toolTip.SetToolTip(label24, "Save the SPIR-V to disk");
            label24.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.hsResources);
            this.groupBox12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox12.Location = new System.Drawing.Point(3, 53);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(1092, 209);
            this.groupBox12.TabIndex = 14;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Resources";
            // 
            // hsResources
            // 
            treeListColumn30.AutoSizeMinSize = 0;
            treeListColumn30.Width = 20;
            treeListColumn31.AutoSizeMinSize = 0;
            treeListColumn31.Width = 30;
            treeListColumn32.AutoSizeMinSize = 0;
            treeListColumn32.Width = 120;
            treeListColumn33.AutoSizeMinSize = 0;
            treeListColumn33.Width = 110;
            treeListColumn34.AutoSize = true;
            treeListColumn34.AutoSizeMinSize = 0;
            treeListColumn34.Width = 200;
            treeListColumn35.AutoSizeMinSize = 0;
            treeListColumn35.Width = 200;
            treeListColumn36.AutoSizeMinSize = 0;
            treeListColumn36.Width = 200;
            treeListColumn37.AutoSizeMinSize = 0;
            treeListColumn37.Width = 25;
            this.hsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn30,
            treeListColumn31,
            treeListColumn32,
            treeListColumn33,
            treeListColumn34,
            treeListColumn35,
            treeListColumn36,
            treeListColumn37});
            this.hsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.hsResources.Location = new System.Drawing.Point(3, 16);
            this.hsResources.MultiSelect = false;
            this.hsResources.Name = "hsResources";
            this.hsResources.RowOptions.HoverHighlight = true;
            this.hsResources.RowOptions.ItemHeight = 20;
            this.hsResources.RowOptions.ShowHeader = false;
            this.hsResources.Size = new System.Drawing.Size(1086, 190);
            this.hsResources.TabIndex = 1;
            this.hsResources.Text = "Outputs";
            this.hsResources.TreeColumn = 7;
            this.hsResources.ViewOptions.Indent = 0;
            this.hsResources.ViewOptions.PadForPlusMinus = false;
            this.hsResources.ViewOptions.ShowLine = false;
            this.hsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.hsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.hsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.hsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.hsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.hsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.hsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox15
            // 
            this.groupBox15.Controls.Add(this.hsCBuffers);
            this.groupBox15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox15.Location = new System.Drawing.Point(3, 268);
            this.groupBox15.Name = "groupBox15";
            this.groupBox15.Size = new System.Drawing.Size(1092, 210);
            this.groupBox15.TabIndex = 12;
            this.groupBox15.TabStop = false;
            this.groupBox15.Text = "Uniform Buffers";
            // 
            // hsCBuffers
            // 
            treeListColumn38.AutoSizeMinSize = 0;
            treeListColumn38.Width = 20;
            treeListColumn39.AutoSizeMinSize = 0;
            treeListColumn39.Width = 30;
            treeListColumn40.AutoSizeMinSize = 0;
            treeListColumn40.Width = 120;
            treeListColumn41.AutoSize = true;
            treeListColumn41.AutoSizeMinSize = 100;
            treeListColumn41.Width = 50;
            treeListColumn42.AutoSizeMinSize = 0;
            treeListColumn42.Width = 140;
            treeListColumn43.AutoSizeMinSize = 0;
            treeListColumn43.Width = 250;
            treeListColumn44.AutoSizeMinSize = 0;
            treeListColumn44.Width = 25;
            this.hsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn38,
            treeListColumn39,
            treeListColumn40,
            treeListColumn41,
            treeListColumn42,
            treeListColumn43,
            treeListColumn44});
            this.hsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.hsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.hsCBuffers.MultiSelect = false;
            this.hsCBuffers.Name = "hsCBuffers";
            this.hsCBuffers.RowOptions.HoverHighlight = true;
            this.hsCBuffers.RowOptions.ItemHeight = 20;
            this.hsCBuffers.RowOptions.ShowHeader = false;
            this.hsCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.hsCBuffers.TabIndex = 11;
            this.hsCBuffers.Text = "Uniform Buffers";
            this.hsCBuffers.TreeColumn = 6;
            this.hsCBuffers.ViewOptions.Indent = 0;
            this.hsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.hsCBuffers.ViewOptions.ShowLine = false;
            this.hsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.hsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.hsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.hsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.hsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabDS
            // 
            this.tabDS.Controls.Add(this.panel4);
            this.tabDS.Location = new System.Drawing.Point(4, 22);
            this.tabDS.Name = "tabDS";
            this.tabDS.Size = new System.Drawing.Size(1098, 481);
            this.tabDS.TabIndex = 3;
            this.tabDS.Text = "Tess. Eval. Shader";
            this.tabDS.UseVisualStyleBackColor = true;
            // 
            // panel4
            // 
            this.panel4.AutoScroll = true;
            this.panel4.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel4.Controls.Add(this.tableLayoutPanel4);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(1098, 481);
            this.panel4.TabIndex = 4;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel4.Controls.Add(this.groupBox16, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.groupBox18, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox21, 0, 2);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 3;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel4.TabIndex = 1;
            // 
            // groupBox16
            // 
            this.groupBox16.Controls.Add(this.flowLayoutPanel5);
            this.groupBox16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox16.Location = new System.Drawing.Point(3, 3);
            this.groupBox16.Name = "groupBox16";
            this.groupBox16.Size = new System.Drawing.Size(1092, 44);
            this.groupBox16.TabIndex = 17;
            this.groupBox16.TabStop = false;
            this.groupBox16.Text = "Shader";
            // 
            // flowLayoutPanel5
            // 
            this.flowLayoutPanel5.Controls.Add(this.dsShader);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderCog);
            this.flowLayoutPanel5.Controls.Add(label27);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderEdit);
            this.flowLayoutPanel5.Controls.Add(label28);
            this.flowLayoutPanel5.Controls.Add(this.dsShaderSave);
            this.flowLayoutPanel5.Controls.Add(label29);
            this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel5.Name = "flowLayoutPanel5";
            this.flowLayoutPanel5.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel5.TabIndex = 25;
            // 
            // dsShader
            // 
            this.dsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.dsShader.AutoSize = true;
            this.dsShader.BackColor = System.Drawing.SystemColors.Info;
            this.dsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.dsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.dsShader.Location = new System.Drawing.Point(3, 3);
            this.dsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.dsShader.Name = "dsShader";
            this.dsShader.Size = new System.Drawing.Size(300, 15);
            this.dsShader.TabIndex = 24;
            this.dsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.dsShader.Click += new System.EventHandler(this.shader_Click);
            this.dsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.dsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderCog
            // 
            this.dsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.dsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.dsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.dsShaderCog.Name = "dsShaderCog";
            this.dsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.dsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderCog.TabIndex = 25;
            this.dsShaderCog.TabStop = false;
            this.dsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.dsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.dsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label27
            // 
            label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label27.AutoSize = true;
            label27.Cursor = System.Windows.Forms.Cursors.Hand;
            label27.Location = new System.Drawing.Point(325, 4);
            label27.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label27.Name = "label27";
            label27.Size = new System.Drawing.Size(30, 13);
            label27.TabIndex = 49;
            label27.Text = "View";
            label27.Click += new System.EventHandler(this.shader_Click);
            label27.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label27.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // dsShaderEdit
            // 
            this.dsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.dsShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.dsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.dsShaderEdit.Name = "dsShaderEdit";
            this.dsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.dsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderEdit.TabIndex = 28;
            this.dsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.dsShaderEdit, "HLSL edit and replace this shader");
            this.dsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label28
            // 
            label28.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label28.AutoSize = true;
            label28.Cursor = System.Windows.Forms.Cursors.Hand;
            label28.Location = new System.Drawing.Point(380, 4);
            label28.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label28.Name = "label28";
            label28.Size = new System.Drawing.Size(25, 13);
            label28.TabIndex = 47;
            label28.Text = "Edit";
            this.toolTip.SetToolTip(label28, "GLSL edit and replace this shader");
            label28.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // dsShaderSave
            // 
            this.dsShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.dsShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.dsShaderSave.Location = new System.Drawing.Point(414, 3);
            this.dsShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.dsShaderSave.Name = "dsShaderSave";
            this.dsShaderSave.Size = new System.Drawing.Size(16, 16);
            this.dsShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.dsShaderSave.TabIndex = 50;
            this.dsShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.dsShaderSave, "Save the SPIR-V to disk");
            this.dsShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label29
            // 
            label29.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label29.AutoSize = true;
            label29.Cursor = System.Windows.Forms.Cursors.Hand;
            label29.Location = new System.Drawing.Point(430, 4);
            label29.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label29.Name = "label29";
            label29.Size = new System.Drawing.Size(32, 13);
            label29.TabIndex = 48;
            label29.Text = "Save";
            this.toolTip.SetToolTip(label29, "Save the SPIR-V to disk");
            label29.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox18
            // 
            this.groupBox18.Controls.Add(this.dsResources);
            this.groupBox18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox18.Location = new System.Drawing.Point(3, 53);
            this.groupBox18.Name = "groupBox18";
            this.groupBox18.Size = new System.Drawing.Size(1092, 209);
            this.groupBox18.TabIndex = 14;
            this.groupBox18.TabStop = false;
            this.groupBox18.Text = "Resources";
            // 
            // dsResources
            // 
            treeListColumn45.AutoSizeMinSize = 0;
            treeListColumn45.Width = 20;
            treeListColumn46.AutoSizeMinSize = 0;
            treeListColumn46.Width = 30;
            treeListColumn47.AutoSizeMinSize = 0;
            treeListColumn47.Width = 120;
            treeListColumn48.AutoSizeMinSize = 0;
            treeListColumn48.Width = 110;
            treeListColumn49.AutoSize = true;
            treeListColumn49.AutoSizeMinSize = 0;
            treeListColumn49.Width = 200;
            treeListColumn50.AutoSizeMinSize = 0;
            treeListColumn50.Width = 200;
            treeListColumn51.AutoSizeMinSize = 0;
            treeListColumn51.Width = 200;
            treeListColumn52.AutoSizeMinSize = 0;
            treeListColumn52.Width = 25;
            this.dsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn45,
            treeListColumn46,
            treeListColumn47,
            treeListColumn48,
            treeListColumn49,
            treeListColumn50,
            treeListColumn51,
            treeListColumn52});
            this.dsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.dsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.dsResources.Location = new System.Drawing.Point(3, 16);
            this.dsResources.MultiSelect = false;
            this.dsResources.Name = "dsResources";
            this.dsResources.RowOptions.HoverHighlight = true;
            this.dsResources.RowOptions.ItemHeight = 20;
            this.dsResources.RowOptions.ShowHeader = false;
            this.dsResources.Size = new System.Drawing.Size(1086, 190);
            this.dsResources.TabIndex = 1;
            this.dsResources.Text = "Outputs";
            this.dsResources.TreeColumn = 7;
            this.dsResources.ViewOptions.Indent = 0;
            this.dsResources.ViewOptions.PadForPlusMinus = false;
            this.dsResources.ViewOptions.ShowLine = false;
            this.dsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.dsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.dsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.dsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.dsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.dsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.dsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox21
            // 
            this.groupBox21.Controls.Add(this.dsCBuffers);
            this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox21.Location = new System.Drawing.Point(3, 268);
            this.groupBox21.Name = "groupBox21";
            this.groupBox21.Size = new System.Drawing.Size(1092, 210);
            this.groupBox21.TabIndex = 12;
            this.groupBox21.TabStop = false;
            this.groupBox21.Text = "Uniform Buffers";
            // 
            // dsCBuffers
            // 
            treeListColumn53.AutoSizeMinSize = 0;
            treeListColumn53.Width = 20;
            treeListColumn54.AutoSizeMinSize = 0;
            treeListColumn54.Width = 30;
            treeListColumn55.AutoSizeMinSize = 0;
            treeListColumn55.Width = 120;
            treeListColumn56.AutoSize = true;
            treeListColumn56.AutoSizeMinSize = 100;
            treeListColumn56.Width = 50;
            treeListColumn57.AutoSizeMinSize = 0;
            treeListColumn57.Width = 140;
            treeListColumn58.AutoSizeMinSize = 0;
            treeListColumn58.Width = 250;
            treeListColumn59.AutoSizeMinSize = 0;
            treeListColumn59.Width = 25;
            this.dsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn53,
            treeListColumn54,
            treeListColumn55,
            treeListColumn56,
            treeListColumn57,
            treeListColumn58,
            treeListColumn59});
            this.dsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.dsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.dsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.dsCBuffers.MultiSelect = false;
            this.dsCBuffers.Name = "dsCBuffers";
            this.dsCBuffers.RowOptions.HoverHighlight = true;
            this.dsCBuffers.RowOptions.ItemHeight = 20;
            this.dsCBuffers.RowOptions.ShowHeader = false;
            this.dsCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.dsCBuffers.TabIndex = 11;
            this.dsCBuffers.Text = "Uniform Buffers";
            this.dsCBuffers.TreeColumn = 5;
            this.dsCBuffers.ViewOptions.Indent = 0;
            this.dsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.dsCBuffers.ViewOptions.ShowLine = false;
            this.dsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.dsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.dsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.dsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.dsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabGS
            // 
            this.tabGS.Controls.Add(this.panel5);
            this.tabGS.Location = new System.Drawing.Point(4, 22);
            this.tabGS.Name = "tabGS";
            this.tabGS.Size = new System.Drawing.Size(1098, 481);
            this.tabGS.TabIndex = 4;
            this.tabGS.Text = "Geometry Shader";
            this.tabGS.UseVisualStyleBackColor = true;
            // 
            // panel5
            // 
            this.panel5.AutoScroll = true;
            this.panel5.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel5.Controls.Add(this.geomTableLayout);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(1098, 481);
            this.panel5.TabIndex = 4;
            // 
            // geomTableLayout
            // 
            this.geomTableLayout.ColumnCount = 1;
            this.geomTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.geomTableLayout.Controls.Add(this.groupBox22, 0, 0);
            this.geomTableLayout.Controls.Add(this.groupBox24, 0, 1);
            this.geomTableLayout.Controls.Add(this.geomCBufGroupBox, 0, 2);
            this.geomTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.geomTableLayout.Location = new System.Drawing.Point(0, 0);
            this.geomTableLayout.Name = "geomTableLayout";
            this.geomTableLayout.RowCount = 3;
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.geomTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.geomTableLayout.Size = new System.Drawing.Size(1098, 481);
            this.geomTableLayout.TabIndex = 1;
            // 
            // groupBox22
            // 
            this.groupBox22.Controls.Add(this.flowLayoutPanel2);
            this.groupBox22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox22.Location = new System.Drawing.Point(3, 3);
            this.groupBox22.Name = "groupBox22";
            this.groupBox22.Size = new System.Drawing.Size(1092, 44);
            this.groupBox22.TabIndex = 17;
            this.groupBox22.TabStop = false;
            this.groupBox22.Text = "Shader";
            // 
            // flowLayoutPanel2
            // 
            this.flowLayoutPanel2.Controls.Add(this.gsShader);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderCog);
            this.flowLayoutPanel2.Controls.Add(label30);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderEdit);
            this.flowLayoutPanel2.Controls.Add(label31);
            this.flowLayoutPanel2.Controls.Add(this.gsShaderSave);
            this.flowLayoutPanel2.Controls.Add(label32);
            this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
            this.flowLayoutPanel2.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel2.TabIndex = 25;
            // 
            // gsShader
            // 
            this.gsShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.gsShader.AutoSize = true;
            this.gsShader.BackColor = System.Drawing.SystemColors.Info;
            this.gsShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gsShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gsShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.gsShader.Location = new System.Drawing.Point(3, 3);
            this.gsShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.gsShader.Name = "gsShader";
            this.gsShader.Size = new System.Drawing.Size(300, 15);
            this.gsShader.TabIndex = 24;
            this.gsShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.gsShader.Click += new System.EventHandler(this.shader_Click);
            this.gsShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderCog
            // 
            this.gsShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.gsShaderCog.Location = new System.Drawing.Point(309, 3);
            this.gsShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.gsShaderCog.Name = "gsShaderCog";
            this.gsShaderCog.Size = new System.Drawing.Size(16, 16);
            this.gsShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderCog.TabIndex = 25;
            this.gsShaderCog.TabStop = false;
            this.gsShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.gsShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.gsShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label30
            // 
            label30.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label30.AutoSize = true;
            label30.Cursor = System.Windows.Forms.Cursors.Hand;
            label30.Location = new System.Drawing.Point(325, 4);
            label30.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label30.Name = "label30";
            label30.Size = new System.Drawing.Size(30, 13);
            label30.TabIndex = 53;
            label30.Text = "View";
            label30.Click += new System.EventHandler(this.shader_Click);
            label30.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label30.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // gsShaderEdit
            // 
            this.gsShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.gsShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.gsShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.gsShaderEdit.Name = "gsShaderEdit";
            this.gsShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.gsShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderEdit.TabIndex = 28;
            this.gsShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.gsShaderEdit, "HLSL edit and replace this shader");
            this.gsShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label31
            // 
            label31.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label31.AutoSize = true;
            label31.Cursor = System.Windows.Forms.Cursors.Hand;
            label31.Location = new System.Drawing.Point(380, 4);
            label31.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label31.Name = "label31";
            label31.Size = new System.Drawing.Size(25, 13);
            label31.TabIndex = 51;
            label31.Text = "Edit";
            this.toolTip.SetToolTip(label31, "GLSL edit and replace this shader");
            label31.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // gsShaderSave
            // 
            this.gsShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.gsShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.gsShaderSave.Location = new System.Drawing.Point(414, 3);
            this.gsShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.gsShaderSave.Name = "gsShaderSave";
            this.gsShaderSave.Size = new System.Drawing.Size(16, 16);
            this.gsShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.gsShaderSave.TabIndex = 54;
            this.gsShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.gsShaderSave, "Save the SPIR-V to disk");
            this.gsShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label32
            // 
            label32.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label32.AutoSize = true;
            label32.Cursor = System.Windows.Forms.Cursors.Hand;
            label32.Location = new System.Drawing.Point(430, 4);
            label32.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label32.Name = "label32";
            label32.Size = new System.Drawing.Size(32, 13);
            label32.TabIndex = 52;
            label32.Text = "Save";
            this.toolTip.SetToolTip(label32, "Save the SPIR-V to disk");
            label32.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox24
            // 
            this.groupBox24.Controls.Add(this.gsResources);
            this.groupBox24.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox24.Location = new System.Drawing.Point(3, 53);
            this.groupBox24.Name = "groupBox24";
            this.groupBox24.Size = new System.Drawing.Size(1092, 209);
            this.groupBox24.TabIndex = 14;
            this.groupBox24.TabStop = false;
            this.groupBox24.Text = "Resources";
            // 
            // gsResources
            // 
            treeListColumn60.AutoSizeMinSize = 0;
            treeListColumn60.Width = 20;
            treeListColumn61.AutoSizeMinSize = 0;
            treeListColumn61.Width = 30;
            treeListColumn62.AutoSizeMinSize = 0;
            treeListColumn62.Width = 120;
            treeListColumn63.AutoSizeMinSize = 0;
            treeListColumn63.Width = 110;
            treeListColumn64.AutoSize = true;
            treeListColumn64.AutoSizeMinSize = 0;
            treeListColumn64.Width = 200;
            treeListColumn65.AutoSizeMinSize = 0;
            treeListColumn65.Width = 200;
            treeListColumn66.AutoSizeMinSize = 0;
            treeListColumn66.Width = 200;
            treeListColumn67.AutoSizeMinSize = 0;
            treeListColumn67.Width = 25;
            this.gsResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn60,
            treeListColumn61,
            treeListColumn62,
            treeListColumn63,
            treeListColumn64,
            treeListColumn65,
            treeListColumn66,
            treeListColumn67});
            this.gsResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsResources.Location = new System.Drawing.Point(3, 16);
            this.gsResources.MultiSelect = false;
            this.gsResources.Name = "gsResources";
            this.gsResources.RowOptions.HoverHighlight = true;
            this.gsResources.RowOptions.ItemHeight = 20;
            this.gsResources.RowOptions.ShowHeader = false;
            this.gsResources.Size = new System.Drawing.Size(1086, 190);
            this.gsResources.TabIndex = 1;
            this.gsResources.Text = "Outputs";
            this.gsResources.TreeColumn = 7;
            this.gsResources.ViewOptions.Indent = 0;
            this.gsResources.ViewOptions.PadForPlusMinus = false;
            this.gsResources.ViewOptions.ShowLine = false;
            this.gsResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.gsResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.gsResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.gsResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // geomCBufGroupBox
            // 
            this.geomCBufGroupBox.Controls.Add(this.gsCBuffers);
            this.geomCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.geomCBufGroupBox.Location = new System.Drawing.Point(3, 268);
            this.geomCBufGroupBox.Name = "geomCBufGroupBox";
            this.geomCBufGroupBox.Size = new System.Drawing.Size(1092, 210);
            this.geomCBufGroupBox.TabIndex = 12;
            this.geomCBufGroupBox.TabStop = false;
            this.geomCBufGroupBox.Text = "Uniform Buffers";
            // 
            // gsCBuffers
            // 
            treeListColumn68.AutoSizeMinSize = 0;
            treeListColumn68.Width = 20;
            treeListColumn69.AutoSizeMinSize = 0;
            treeListColumn69.Width = 30;
            treeListColumn70.AutoSizeMinSize = 0;
            treeListColumn70.Width = 120;
            treeListColumn71.AutoSize = true;
            treeListColumn71.AutoSizeMinSize = 100;
            treeListColumn71.Width = 50;
            treeListColumn72.AutoSizeMinSize = 0;
            treeListColumn72.Width = 140;
            treeListColumn73.AutoSizeMinSize = 0;
            treeListColumn73.Width = 250;
            treeListColumn74.AutoSizeMinSize = 0;
            treeListColumn74.Width = 25;
            this.gsCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn68,
            treeListColumn69,
            treeListColumn70,
            treeListColumn71,
            treeListColumn72,
            treeListColumn73,
            treeListColumn74});
            this.gsCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gsCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gsCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.gsCBuffers.Location = new System.Drawing.Point(3, 16);
            this.gsCBuffers.MultiSelect = false;
            this.gsCBuffers.Name = "gsCBuffers";
            this.gsCBuffers.RowOptions.HoverHighlight = true;
            this.gsCBuffers.RowOptions.ItemHeight = 20;
            this.gsCBuffers.RowOptions.ShowHeader = false;
            this.gsCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.gsCBuffers.TabIndex = 11;
            this.gsCBuffers.Text = "Samplers";
            this.gsCBuffers.TreeColumn = 5;
            this.gsCBuffers.ViewOptions.Indent = 0;
            this.gsCBuffers.ViewOptions.PadForPlusMinus = false;
            this.gsCBuffers.ViewOptions.ShowLine = false;
            this.gsCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.gsCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.gsCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.gsCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabRS
            // 
            this.tabRS.Controls.Add(this.panel8);
            this.tabRS.Location = new System.Drawing.Point(4, 22);
            this.tabRS.Name = "tabRS";
            this.tabRS.Size = new System.Drawing.Size(1098, 481);
            this.tabRS.TabIndex = 5;
            this.tabRS.Text = "Rasterizer";
            this.tabRS.UseVisualStyleBackColor = true;
            // 
            // panel8
            // 
            this.panel8.AutoScroll = true;
            this.panel8.AutoScrollMinSize = new System.Drawing.Size(500, 220);
            this.panel8.Controls.Add(this.tableLayoutPanel14);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(1098, 481);
            this.panel8.TabIndex = 2;
            // 
            // tableLayoutPanel14
            // 
            this.tableLayoutPanel14.AutoScroll = true;
            this.tableLayoutPanel14.AutoScrollMinSize = new System.Drawing.Size(500, 0);
            this.tableLayoutPanel14.ColumnCount = 2;
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel14.Controls.Add(this.groupBox32, 0, 1);
            this.tableLayoutPanel14.Controls.Add(groupBox42, 1, 1);
            this.tableLayoutPanel14.Controls.Add(this.groupBox5, 1, 0);
            this.tableLayoutPanel14.Controls.Add(this.groupBox31, 0, 0);
            this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel14.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel14.Name = "tableLayoutPanel14";
            this.tableLayoutPanel14.RowCount = 3;
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel14.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel14.TabIndex = 1;
            // 
            // groupBox32
            // 
            this.groupBox32.Controls.Add(this.viewports);
            this.groupBox32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox32.Location = new System.Drawing.Point(3, 106);
            this.groupBox32.Name = "groupBox32";
            this.groupBox32.Size = new System.Drawing.Size(543, 352);
            this.groupBox32.TabIndex = 1;
            this.groupBox32.TabStop = false;
            this.groupBox32.Text = "Viewports";
            // 
            // viewports
            // 
            treeListColumn75.AutoSizeMinSize = 0;
            treeListColumn75.Width = 50;
            treeListColumn76.AutoSizeMinSize = 0;
            treeListColumn76.Width = 50;
            treeListColumn77.AutoSizeMinSize = 0;
            treeListColumn77.Width = 50;
            treeListColumn78.AutoSizeMinSize = 0;
            treeListColumn78.Width = 50;
            treeListColumn79.AutoSizeMinSize = 0;
            treeListColumn79.Width = 50;
            treeListColumn80.AutoSizeMinSize = 0;
            treeListColumn80.Width = 70;
            treeListColumn81.AutoSizeMinSize = 0;
            treeListColumn81.Width = 60;
            treeListColumn82.AutoSize = true;
            treeListColumn82.AutoSizeMinSize = 0;
            treeListColumn82.Width = 50;
            this.viewports.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn75,
            treeListColumn76,
            treeListColumn77,
            treeListColumn78,
            treeListColumn79,
            treeListColumn80,
            treeListColumn81,
            treeListColumn82});
            this.viewports.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.viewports.Dock = System.Windows.Forms.DockStyle.Fill;
            this.viewports.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.viewports.Location = new System.Drawing.Point(3, 16);
            this.viewports.MultiSelect = false;
            this.viewports.Name = "viewports";
            this.viewports.RowOptions.ItemHeight = 20;
            this.viewports.RowOptions.ShowHeader = false;
            this.viewports.Size = new System.Drawing.Size(537, 333);
            this.viewports.TabIndex = 0;
            this.viewports.Text = "Viewports";
            this.viewports.TreeColumn = -1;
            this.viewports.ViewOptions.ShowPlusMinus = false;
            this.viewports.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.viewports.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.viewports.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox42
            // 
            groupBox42.Controls.Add(this.scissors);
            groupBox42.Dock = System.Windows.Forms.DockStyle.Fill;
            groupBox42.Location = new System.Drawing.Point(552, 106);
            groupBox42.Name = "groupBox42";
            groupBox42.Size = new System.Drawing.Size(543, 352);
            groupBox42.TabIndex = 2;
            groupBox42.TabStop = false;
            groupBox42.Text = "Scissor Regions";
            // 
            // scissors
            // 
            treeListColumn83.AutoSizeMinSize = 0;
            treeListColumn83.Width = 80;
            treeListColumn84.AutoSizeMinSize = 0;
            treeListColumn84.Width = 50;
            treeListColumn85.AutoSizeMinSize = 0;
            treeListColumn85.Width = 50;
            treeListColumn86.AutoSizeMinSize = 0;
            treeListColumn86.Width = 50;
            treeListColumn87.AutoSize = true;
            treeListColumn87.AutoSizeMinSize = 50;
            treeListColumn87.Width = 50;
            this.scissors.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn83,
            treeListColumn84,
            treeListColumn85,
            treeListColumn86,
            treeListColumn87});
            this.scissors.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.scissors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scissors.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.scissors.Location = new System.Drawing.Point(3, 16);
            this.scissors.MultiSelect = false;
            this.scissors.Name = "scissors";
            this.scissors.RowOptions.ItemHeight = 20;
            this.scissors.RowOptions.ShowHeader = false;
            this.scissors.Size = new System.Drawing.Size(537, 333);
            this.scissors.TabIndex = 1;
            this.scissors.Text = "Scissor Regions";
            this.scissors.TreeColumn = -1;
            this.scissors.ViewOptions.ShowPlusMinus = false;
            this.scissors.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.scissors.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.scissors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.tableLayoutPanel5);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox5.Location = new System.Drawing.Point(552, 3);
            this.groupBox5.MinimumSize = new System.Drawing.Size(360, 0);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(543, 97);
            this.groupBox5.TabIndex = 3;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Multisample State";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.AutoSize = true;
            this.tableLayoutPanel5.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel5.ColumnCount = 4;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.Controls.Add(label7, 0, 1);
            this.tableLayoutPanel5.Controls.Add(this.label12, 2, 1);
            this.tableLayoutPanel5.Controls.Add(this.minSampleShading, 1, 1);
            this.tableLayoutPanel5.Controls.Add(this.sampleMask, 3, 1);
            this.tableLayoutPanel5.Controls.Add(label25, 0, 0);
            this.tableLayoutPanel5.Controls.Add(label26, 2, 0);
            this.tableLayoutPanel5.Controls.Add(this.sampleCount, 1, 0);
            this.tableLayoutPanel5.Controls.Add(this.sampleShading, 3, 0);
            this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel5.MinimumSize = new System.Drawing.Size(350, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 2;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.00001F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(350, 78);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // label7
            // 
            label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label7.AutoSize = true;
            label7.Location = new System.Drawing.Point(4, 51);
            label7.Name = "label7";
            label7.Size = new System.Drawing.Size(107, 13);
            label7.TabIndex = 0;
            label7.Text = "Min Sample Shading:";
            // 
            // label12
            // 
            this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(170, 51);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(74, 13);
            this.label12.TabIndex = 1;
            this.label12.Text = "Sample Mask:";
            // 
            // minSampleShading
            // 
            this.minSampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.minSampleShading.AutoSize = true;
            this.minSampleShading.BackColor = System.Drawing.Color.Transparent;
            this.minSampleShading.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.minSampleShading.Location = new System.Drawing.Point(118, 48);
            this.minSampleShading.Name = "minSampleShading";
            this.minSampleShading.Size = new System.Drawing.Size(32, 19);
            this.minSampleShading.TabIndex = 3;
            this.minSampleShading.Text = "0.0";
            this.minSampleShading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // sampleMask
            // 
            this.sampleMask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleMask.AutoSize = true;
            this.sampleMask.BackColor = System.Drawing.Color.Transparent;
            this.sampleMask.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleMask.Location = new System.Drawing.Point(251, 48);
            this.sampleMask.Name = "sampleMask";
            this.sampleMask.Size = new System.Drawing.Size(95, 19);
            this.sampleMask.TabIndex = 4;
            this.sampleMask.Text = "FFFFFFFF";
            this.sampleMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label25
            // 
            label25.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label25.AutoSize = true;
            label25.Location = new System.Drawing.Point(35, 13);
            label25.Name = "label25";
            label25.Size = new System.Drawing.Size(76, 13);
            label25.TabIndex = 6;
            label25.Text = "Sample Count:";
            // 
            // label26
            // 
            label26.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label26.AutoSize = true;
            label26.Location = new System.Drawing.Point(157, 13);
            label26.Name = "label26";
            label26.Size = new System.Drawing.Size(87, 13);
            label26.TabIndex = 7;
            label26.Text = "Sample Shading:";
            // 
            // sampleCount
            // 
            this.sampleCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleCount.AutoSize = true;
            this.sampleCount.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sampleCount.Location = new System.Drawing.Point(118, 10);
            this.sampleCount.Name = "sampleCount";
            this.sampleCount.Size = new System.Drawing.Size(32, 19);
            this.sampleCount.TabIndex = 17;
            this.sampleCount.Text = "1";
            this.sampleCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // sampleShading
            // 
            this.sampleShading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.sampleShading.Image = ((System.Drawing.Image)(resources.GetObject("sampleShading.Image")));
            this.sampleShading.Location = new System.Drawing.Point(251, 11);
            this.sampleShading.Name = "sampleShading";
            this.sampleShading.Size = new System.Drawing.Size(95, 16);
            this.sampleShading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.sampleShading.TabIndex = 22;
            this.sampleShading.TabStop = false;
            // 
            // groupBox31
            // 
            this.groupBox31.Controls.Add(this.tableLayoutPanel8);
            this.groupBox31.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox31.Location = new System.Drawing.Point(3, 3);
            this.groupBox31.MinimumSize = new System.Drawing.Size(430, 0);
            this.groupBox31.Name = "groupBox31";
            this.groupBox31.Size = new System.Drawing.Size(543, 97);
            this.groupBox31.TabIndex = 0;
            this.groupBox31.TabStop = false;
            this.groupBox31.Text = "Rasterizer State";
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.AutoSize = true;
            this.tableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel8.ColumnCount = 6;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel8.Controls.Add(this.frontCCW, 5, 0);
            this.tableLayoutPanel8.Controls.Add(this.cullMode, 3, 0);
            this.tableLayoutPanel8.Controls.Add(label1, 0, 1);
            this.tableLayoutPanel8.Controls.Add(this.label2, 2, 1);
            this.tableLayoutPanel8.Controls.Add(this.label5, 4, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBias, 1, 1);
            this.tableLayoutPanel8.Controls.Add(this.depthBiasClamp, 3, 1);
            this.tableLayoutPanel8.Controls.Add(this.slopeScaledBias, 5, 1);
            this.tableLayoutPanel8.Controls.Add(label15, 0, 0);
            this.tableLayoutPanel8.Controls.Add(label16, 2, 0);
            this.tableLayoutPanel8.Controls.Add(label17, 4, 0);
            this.tableLayoutPanel8.Controls.Add(this.label18, 0, 2);
            this.tableLayoutPanel8.Controls.Add(this.label19, 2, 2);
            this.tableLayoutPanel8.Controls.Add(this.depthClamp, 1, 2);
            this.tableLayoutPanel8.Controls.Add(this.fillMode, 1, 0);
            this.tableLayoutPanel8.Controls.Add(this.rasterizerDiscard, 3, 2);
            this.tableLayoutPanel8.Controls.Add(this.label14, 4, 2);
            this.tableLayoutPanel8.Controls.Add(this.lineWidth, 5, 2);
            this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel8.MinimumSize = new System.Drawing.Size(420, 0);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 3;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(429, 78);
            this.tableLayoutPanel8.TabIndex = 0;
            // 
            // frontCCW
            // 
            this.frontCCW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.frontCCW.Image = ((System.Drawing.Image)(resources.GetObject("frontCCW.Image")));
            this.frontCCW.Location = new System.Drawing.Point(392, 5);
            this.frontCCW.Name = "frontCCW";
            this.frontCCW.Size = new System.Drawing.Size(33, 16);
            this.frontCCW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.frontCCW.TabIndex = 19;
            this.frontCCW.TabStop = false;
            // 
            // cullMode
            // 
            this.cullMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.cullMode.AutoSize = true;
            this.cullMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cullMode.Location = new System.Drawing.Point(236, 3);
            this.cullMode.Name = "cullMode";
            this.cullMode.Size = new System.Drawing.Size(46, 19);
            this.cullMode.TabIndex = 18;
            this.cullMode.Text = "Front";
            // 
            // label1
            // 
            label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(13, 31);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(62, 13);
            label1.TabIndex = 0;
            label1.Text = "Depth Bias:";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(135, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(94, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Depth Bias Clamp:";
            // 
            // label5
            // 
            this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(289, 31);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(96, 13);
            this.label5.TabIndex = 2;
            this.label5.Text = "Slope-Scaled Bias:";
            // 
            // depthBias
            // 
            this.depthBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBias.AutoSize = true;
            this.depthBias.BackColor = System.Drawing.Color.Transparent;
            this.depthBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBias.Location = new System.Drawing.Point(82, 28);
            this.depthBias.Name = "depthBias";
            this.depthBias.Size = new System.Drawing.Size(44, 19);
            this.depthBias.TabIndex = 3;
            this.depthBias.Text = "0";
            this.depthBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // depthBiasClamp
            // 
            this.depthBiasClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBiasClamp.AutoSize = true;
            this.depthBiasClamp.BackColor = System.Drawing.Color.Transparent;
            this.depthBiasClamp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.depthBiasClamp.Location = new System.Drawing.Point(236, 28);
            this.depthBiasClamp.Name = "depthBiasClamp";
            this.depthBiasClamp.Size = new System.Drawing.Size(46, 19);
            this.depthBiasClamp.TabIndex = 4;
            this.depthBiasClamp.Text = "0.0";
            this.depthBiasClamp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // slopeScaledBias
            // 
            this.slopeScaledBias.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.slopeScaledBias.AutoSize = true;
            this.slopeScaledBias.BackColor = System.Drawing.Color.Transparent;
            this.slopeScaledBias.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.slopeScaledBias.Location = new System.Drawing.Point(392, 28);
            this.slopeScaledBias.Name = "slopeScaledBias";
            this.slopeScaledBias.Size = new System.Drawing.Size(33, 19);
            this.slopeScaledBias.TabIndex = 5;
            this.slopeScaledBias.Text = "0.0";
            this.slopeScaledBias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label15
            // 
            label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label15.AutoSize = true;
            label15.Location = new System.Drawing.Point(23, 6);
            label15.Name = "label15";
            label15.Size = new System.Drawing.Size(52, 13);
            label15.TabIndex = 6;
            label15.Text = "Fill Mode:";
            // 
            // label16
            // 
            label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label16.AutoSize = true;
            label16.Location = new System.Drawing.Point(172, 6);
            label16.Name = "label16";
            label16.Size = new System.Drawing.Size(57, 13);
            label16.TabIndex = 7;
            label16.Text = "Cull Mode:";
            // 
            // label17
            // 
            label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
            label17.AutoSize = true;
            label17.Location = new System.Drawing.Point(323, 6);
            label17.Name = "label17";
            label17.Size = new System.Drawing.Size(62, 13);
            label17.TabIndex = 8;
            label17.Text = "Front CCW:";
            // 
            // label18
            // 
            this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(4, 57);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(71, 13);
            this.label18.TabIndex = 9;
            this.label18.Text = "Depth Clamp:";
            // 
            // label19
            // 
            this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(133, 57);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(96, 13);
            this.label19.TabIndex = 10;
            this.label19.Text = "Rasterizer Discard:";
            // 
            // depthClamp
            // 
            this.depthClamp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthClamp.Image = ((System.Drawing.Image)(resources.GetObject("depthClamp.Image")));
            this.depthClamp.Location = new System.Drawing.Point(82, 56);
            this.depthClamp.Name = "depthClamp";
            this.depthClamp.Size = new System.Drawing.Size(44, 16);
            this.depthClamp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthClamp.TabIndex = 13;
            this.depthClamp.TabStop = false;
            // 
            // fillMode
            // 
            this.fillMode.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.fillMode.AutoSize = true;
            this.fillMode.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fillMode.Location = new System.Drawing.Point(82, 3);
            this.fillMode.Name = "fillMode";
            this.fillMode.Size = new System.Drawing.Size(44, 19);
            this.fillMode.TabIndex = 17;
            this.fillMode.Text = "Solid";
            // 
            // rasterizerDiscard
            // 
            this.rasterizerDiscard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.rasterizerDiscard.Image = ((System.Drawing.Image)(resources.GetObject("rasterizerDiscard.Image")));
            this.rasterizerDiscard.Location = new System.Drawing.Point(236, 56);
            this.rasterizerDiscard.Name = "rasterizerDiscard";
            this.rasterizerDiscard.Size = new System.Drawing.Size(46, 16);
            this.rasterizerDiscard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.rasterizerDiscard.TabIndex = 22;
            this.rasterizerDiscard.TabStop = false;
            // 
            // label14
            // 
            this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(324, 57);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(61, 13);
            this.label14.TabIndex = 23;
            this.label14.Text = "Line Width:";
            // 
            // lineWidth
            // 
            this.lineWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lineWidth.AutoSize = true;
            this.lineWidth.BackColor = System.Drawing.Color.Transparent;
            this.lineWidth.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lineWidth.Location = new System.Drawing.Point(392, 54);
            this.lineWidth.Name = "lineWidth";
            this.lineWidth.Size = new System.Drawing.Size(33, 19);
            this.lineWidth.TabIndex = 24;
            this.lineWidth.Text = "0.0";
            this.lineWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tabPS
            // 
            this.tabPS.Controls.Add(this.panel6);
            this.tabPS.Location = new System.Drawing.Point(4, 22);
            this.tabPS.Name = "tabPS";
            this.tabPS.Size = new System.Drawing.Size(1098, 481);
            this.tabPS.TabIndex = 6;
            this.tabPS.Text = "Fragment Shader";
            this.tabPS.UseVisualStyleBackColor = true;
            // 
            // panel6
            // 
            this.panel6.AutoScroll = true;
            this.panel6.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel6.Controls.Add(this.pixelTableLayout);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(1098, 481);
            this.panel6.TabIndex = 3;
            // 
            // pixelTableLayout
            // 
            this.pixelTableLayout.ColumnCount = 1;
            this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.pixelTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.pixelTableLayout.Controls.Add(this.groupBox13, 0, 0);
            this.pixelTableLayout.Controls.Add(this.groupBox28, 0, 1);
            this.pixelTableLayout.Controls.Add(this.pixelCBufGroupBox, 0, 2);
            this.pixelTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pixelTableLayout.Location = new System.Drawing.Point(0, 0);
            this.pixelTableLayout.Name = "pixelTableLayout";
            this.pixelTableLayout.RowCount = 3;
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pixelTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.pixelTableLayout.Size = new System.Drawing.Size(1098, 481);
            this.pixelTableLayout.TabIndex = 1;
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.flowLayoutPanel1);
            this.groupBox13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox13.Location = new System.Drawing.Point(3, 3);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(1092, 44);
            this.groupBox13.TabIndex = 17;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Shader";
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.psShader);
            this.flowLayoutPanel1.Controls.Add(this.psShaderCog);
            this.flowLayoutPanel1.Controls.Add(label33);
            this.flowLayoutPanel1.Controls.Add(this.psShaderEdit);
            this.flowLayoutPanel1.Controls.Add(label34);
            this.flowLayoutPanel1.Controls.Add(this.psShaderSave);
            this.flowLayoutPanel1.Controls.Add(label36);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel1.TabIndex = 25;
            // 
            // psShader
            // 
            this.psShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.psShader.AutoSize = true;
            this.psShader.BackColor = System.Drawing.SystemColors.Info;
            this.psShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.psShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.psShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.psShader.Location = new System.Drawing.Point(3, 3);
            this.psShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.psShader.Name = "psShader";
            this.psShader.Size = new System.Drawing.Size(300, 15);
            this.psShader.TabIndex = 24;
            this.psShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.psShader.Click += new System.EventHandler(this.shader_Click);
            this.psShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.psShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // psShaderCog
            // 
            this.psShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.psShaderCog.Location = new System.Drawing.Point(309, 3);
            this.psShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.psShaderCog.Name = "psShaderCog";
            this.psShaderCog.Size = new System.Drawing.Size(16, 16);
            this.psShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderCog.TabIndex = 25;
            this.psShaderCog.TabStop = false;
            this.psShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.psShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.psShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label33
            // 
            label33.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label33.AutoSize = true;
            label33.Cursor = System.Windows.Forms.Cursors.Hand;
            label33.Location = new System.Drawing.Point(325, 4);
            label33.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label33.Name = "label33";
            label33.Size = new System.Drawing.Size(30, 13);
            label33.TabIndex = 57;
            label33.Text = "View";
            label33.Click += new System.EventHandler(this.shader_Click);
            // 
            // psShaderEdit
            // 
            this.psShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.psShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.psShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.psShaderEdit.Name = "psShaderEdit";
            this.psShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.psShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderEdit.TabIndex = 29;
            this.psShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.psShaderEdit, "HLSL edit and replace this shader");
            this.psShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label34
            // 
            label34.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label34.AutoSize = true;
            label34.Cursor = System.Windows.Forms.Cursors.Hand;
            label34.Location = new System.Drawing.Point(380, 4);
            label34.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label34.Name = "label34";
            label34.Size = new System.Drawing.Size(25, 13);
            label34.TabIndex = 55;
            label34.Text = "Edit";
            this.toolTip.SetToolTip(label34, "GLSL edit and replace this shader");
            label34.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // psShaderSave
            // 
            this.psShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.psShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.psShaderSave.Location = new System.Drawing.Point(414, 3);
            this.psShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.psShaderSave.Name = "psShaderSave";
            this.psShaderSave.Size = new System.Drawing.Size(16, 16);
            this.psShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.psShaderSave.TabIndex = 58;
            this.psShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.psShaderSave, "Save the SPIR-V to disk");
            this.psShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label36
            // 
            label36.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label36.AutoSize = true;
            label36.Cursor = System.Windows.Forms.Cursors.Hand;
            label36.Location = new System.Drawing.Point(430, 4);
            label36.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label36.Name = "label36";
            label36.Size = new System.Drawing.Size(32, 13);
            label36.TabIndex = 56;
            label36.Text = "Save";
            this.toolTip.SetToolTip(label36, "Save the SPIR-V to disk");
            label36.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox28
            // 
            this.groupBox28.Controls.Add(this.psResources);
            this.groupBox28.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox28.Location = new System.Drawing.Point(3, 53);
            this.groupBox28.Name = "groupBox28";
            this.groupBox28.Size = new System.Drawing.Size(1092, 209);
            this.groupBox28.TabIndex = 14;
            this.groupBox28.TabStop = false;
            this.groupBox28.Text = "Resources";
            // 
            // psResources
            // 
            treeListColumn88.AutoSizeMinSize = 0;
            treeListColumn88.Width = 20;
            treeListColumn89.AutoSizeMinSize = 0;
            treeListColumn89.Width = 30;
            treeListColumn90.AutoSizeMinSize = 0;
            treeListColumn90.Width = 120;
            treeListColumn91.AutoSizeMinSize = 0;
            treeListColumn91.Width = 110;
            treeListColumn92.AutoSize = true;
            treeListColumn92.AutoSizeMinSize = 0;
            treeListColumn92.Width = 200;
            treeListColumn93.AutoSizeMinSize = 0;
            treeListColumn93.Width = 200;
            treeListColumn94.AutoSizeMinSize = 0;
            treeListColumn94.Width = 200;
            treeListColumn95.AutoSizeMinSize = 0;
            treeListColumn95.Width = 25;
            this.psResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn88,
            treeListColumn89,
            treeListColumn90,
            treeListColumn91,
            treeListColumn92,
            treeListColumn93,
            treeListColumn94,
            treeListColumn95});
            this.psResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.psResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.psResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.psResources.Location = new System.Drawing.Point(3, 16);
            this.psResources.MultiSelect = false;
            this.psResources.Name = "psResources";
            this.psResources.RowOptions.HoverHighlight = true;
            this.psResources.RowOptions.ItemHeight = 20;
            this.psResources.RowOptions.ShowHeader = false;
            this.psResources.Size = new System.Drawing.Size(1086, 190);
            this.psResources.TabIndex = 1;
            this.psResources.Text = "Outputs";
            this.psResources.TreeColumn = 7;
            this.psResources.ViewOptions.Indent = 0;
            this.psResources.ViewOptions.PadForPlusMinus = false;
            this.psResources.ViewOptions.ShowLine = false;
            this.psResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.psResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.psResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.psResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.psResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.psResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.psResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // pixelCBufGroupBox
            // 
            this.pixelCBufGroupBox.Controls.Add(this.psCBuffers);
            this.pixelCBufGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pixelCBufGroupBox.Location = new System.Drawing.Point(3, 268);
            this.pixelCBufGroupBox.Name = "pixelCBufGroupBox";
            this.pixelCBufGroupBox.Size = new System.Drawing.Size(1092, 210);
            this.pixelCBufGroupBox.TabIndex = 12;
            this.pixelCBufGroupBox.TabStop = false;
            this.pixelCBufGroupBox.Text = "Uniform Buffers";
            // 
            // psCBuffers
            // 
            treeListColumn96.AutoSizeMinSize = 0;
            treeListColumn96.Width = 20;
            treeListColumn97.AutoSizeMinSize = 0;
            treeListColumn97.Width = 30;
            treeListColumn98.AutoSizeMinSize = 0;
            treeListColumn98.Width = 120;
            treeListColumn99.AutoSize = true;
            treeListColumn99.AutoSizeMinSize = 100;
            treeListColumn99.Width = 50;
            treeListColumn100.AutoSizeMinSize = 0;
            treeListColumn100.Width = 140;
            treeListColumn101.AutoSizeMinSize = 0;
            treeListColumn101.Width = 250;
            treeListColumn102.AutoSizeMinSize = 0;
            treeListColumn102.Width = 25;
            this.psCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn96,
            treeListColumn97,
            treeListColumn98,
            treeListColumn99,
            treeListColumn100,
            treeListColumn101,
            treeListColumn102});
            this.psCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.psCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.psCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.psCBuffers.Location = new System.Drawing.Point(3, 16);
            this.psCBuffers.MultiSelect = false;
            this.psCBuffers.Name = "psCBuffers";
            this.psCBuffers.RowOptions.HoverHighlight = true;
            this.psCBuffers.RowOptions.ItemHeight = 20;
            this.psCBuffers.RowOptions.ShowHeader = false;
            this.psCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.psCBuffers.TabIndex = 11;
            this.psCBuffers.Text = "Uniform Buffers";
            this.psCBuffers.TreeColumn = 6;
            this.psCBuffers.ViewOptions.Indent = 0;
            this.psCBuffers.ViewOptions.PadForPlusMinus = false;
            this.psCBuffers.ViewOptions.ShowLine = false;
            this.psCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.psCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.psCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.psCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.psCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // tabOM
            // 
            this.tabOM.Controls.Add(this.panel9);
            this.tabOM.Location = new System.Drawing.Point(4, 22);
            this.tabOM.Name = "tabOM";
            this.tabOM.Size = new System.Drawing.Size(1098, 481);
            this.tabOM.TabIndex = 7;
            this.tabOM.Text = "Output Merger";
            this.tabOM.UseVisualStyleBackColor = true;
            // 
            // panel9
            // 
            this.panel9.AutoScroll = true;
            this.panel9.AutoScrollMinSize = new System.Drawing.Size(930, 320);
            this.panel9.Controls.Add(this.tableLayoutPanel9);
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(1098, 481);
            this.panel9.TabIndex = 1;
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.AutoScroll = true;
            this.tableLayoutPanel9.ColumnCount = 1;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel9.Controls.Add(this.groupBox33, 0, 0);
            this.tableLayoutPanel9.Controls.Add(this.groupBox37, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel10, 0, 2);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 3;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel9.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel9.TabIndex = 0;
            // 
            // groupBox33
            // 
            this.groupBox33.Controls.Add(this.targetOutputs);
            this.groupBox33.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox33.Location = new System.Drawing.Point(3, 3);
            this.groupBox33.Name = "groupBox33";
            this.groupBox33.Size = new System.Drawing.Size(1092, 190);
            this.groupBox33.TabIndex = 15;
            this.groupBox33.TabStop = false;
            this.groupBox33.Text = "Framebuffer Attachments";
            // 
            // targetOutputs
            // 
            treeListColumn103.AutoSizeMinSize = 0;
            treeListColumn103.Width = 50;
            treeListColumn104.AutoSize = true;
            treeListColumn104.AutoSizeMinSize = 150;
            treeListColumn104.Width = 50;
            treeListColumn105.AutoSizeMinSize = 0;
            treeListColumn105.Width = 75;
            treeListColumn106.AutoSizeMinSize = 0;
            treeListColumn106.Width = 50;
            treeListColumn107.AutoSizeMinSize = 0;
            treeListColumn107.Width = 50;
            treeListColumn108.AutoSizeMinSize = 0;
            treeListColumn108.Width = 50;
            treeListColumn109.AutoSizeMinSize = 0;
            treeListColumn109.Width = 85;
            treeListColumn110.AutoSizeMinSize = 0;
            treeListColumn110.Width = 200;
            treeListColumn111.AutoSizeMinSize = 0;
            treeListColumn111.Width = 25;
            this.targetOutputs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn103,
            treeListColumn104,
            treeListColumn105,
            treeListColumn106,
            treeListColumn107,
            treeListColumn108,
            treeListColumn109,
            treeListColumn110,
            treeListColumn111});
            this.targetOutputs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.targetOutputs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.targetOutputs.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.targetOutputs.Location = new System.Drawing.Point(3, 16);
            this.targetOutputs.MultiSelect = false;
            this.targetOutputs.Name = "targetOutputs";
            this.targetOutputs.RowOptions.HoverHighlight = true;
            this.targetOutputs.RowOptions.ItemHeight = 20;
            this.targetOutputs.RowOptions.ShowHeader = false;
            this.targetOutputs.Size = new System.Drawing.Size(1086, 171);
            this.targetOutputs.TabIndex = 0;
            this.targetOutputs.Text = "Outputs";
            this.targetOutputs.TreeColumn = 8;
            this.targetOutputs.ViewOptions.Indent = 0;
            this.targetOutputs.ViewOptions.ShowLine = false;
            this.targetOutputs.ViewOptions.ShowPlusMinus = false;
            this.targetOutputs.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.targetOutputs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.targetOutputs.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.targetOutputs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.targetOutputs.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.targetOutputs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox37
            // 
            this.groupBox37.Controls.Add(this.blendOperations);
            this.groupBox37.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox37.Location = new System.Drawing.Point(3, 199);
            this.groupBox37.Name = "groupBox37";
            this.groupBox37.Size = new System.Drawing.Size(1092, 125);
            this.groupBox37.TabIndex = 16;
            this.groupBox37.TabStop = false;
            this.groupBox37.Text = "Target Blends";
            // 
            // blendOperations
            // 
            treeListColumn112.AutoSizeMinSize = 0;
            treeListColumn112.Width = 50;
            treeListColumn113.AutoSizeMinSize = 0;
            treeListColumn113.Width = 60;
            treeListColumn114.AutoSizeMinSize = 0;
            treeListColumn114.Width = 100;
            treeListColumn115.AutoSizeMinSize = 0;
            treeListColumn115.Width = 100;
            treeListColumn116.AutoSizeMinSize = 0;
            treeListColumn116.Width = 135;
            treeListColumn117.AutoSizeMinSize = 0;
            treeListColumn117.Width = 100;
            treeListColumn118.AutoSizeMinSize = 0;
            treeListColumn118.Width = 100;
            treeListColumn119.AutoSizeMinSize = 0;
            treeListColumn119.Width = 100;
            treeListColumn120.AutoSize = true;
            treeListColumn120.AutoSizeMinSize = 60;
            treeListColumn120.Width = 60;
            this.blendOperations.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn112,
            treeListColumn113,
            treeListColumn114,
            treeListColumn115,
            treeListColumn116,
            treeListColumn117,
            treeListColumn118,
            treeListColumn119,
            treeListColumn120});
            this.blendOperations.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.blendOperations.Dock = System.Windows.Forms.DockStyle.Fill;
            this.blendOperations.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.blendOperations.Location = new System.Drawing.Point(3, 16);
            this.blendOperations.MultiSelect = false;
            this.blendOperations.Name = "blendOperations";
            this.blendOperations.RowOptions.HoverHighlight = true;
            this.blendOperations.RowOptions.ItemHeight = 20;
            this.blendOperations.RowOptions.ShowHeader = false;
            this.blendOperations.Size = new System.Drawing.Size(1086, 106);
            this.blendOperations.TabIndex = 32;
            this.blendOperations.Text = "Outputs";
            this.blendOperations.TreeColumn = 7;
            this.blendOperations.ViewOptions.Indent = 0;
            this.blendOperations.ViewOptions.ShowLine = false;
            this.blendOperations.ViewOptions.ShowPlusMinus = false;
            // 
            // tableLayoutPanel10
            // 
            this.tableLayoutPanel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel10.AutoSize = true;
            this.tableLayoutPanel10.ColumnCount = 3;
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel10.Controls.Add(this.groupBox40, 0, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox41, 1, 0);
            this.tableLayoutPanel10.Controls.Add(this.groupBox43, 2, 0);
            this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 330);
            this.tableLayoutPanel10.MinimumSize = new System.Drawing.Size(990, 130);
            this.tableLayoutPanel10.Name = "tableLayoutPanel10";
            this.tableLayoutPanel10.RowCount = 1;
            this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel10.Size = new System.Drawing.Size(1092, 147);
            this.tableLayoutPanel10.TabIndex = 17;
            // 
            // groupBox40
            // 
            this.groupBox40.AutoSize = true;
            this.groupBox40.Controls.Add(this.tableLayoutPanel11);
            this.groupBox40.Location = new System.Drawing.Point(3, 3);
            this.groupBox40.MinimumSize = new System.Drawing.Size(230, 0);
            this.groupBox40.Name = "groupBox40";
            this.groupBox40.Size = new System.Drawing.Size(250, 141);
            this.groupBox40.TabIndex = 0;
            this.groupBox40.TabStop = false;
            this.groupBox40.Text = "Blend State";
            // 
            // tableLayoutPanel11
            // 
            this.tableLayoutPanel11.AutoSize = true;
            this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel11.ColumnCount = 2;
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F));
            this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel11.Controls.Add(this.label4, 0, 2);
            this.tableLayoutPanel11.Controls.Add(this.logicOp, 1, 1);
            this.tableLayoutPanel11.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel11.Controls.Add(this.label6, 0, 1);
            this.tableLayoutPanel11.Controls.Add(this.blendFactor, 1, 0);
            this.tableLayoutPanel11.Controls.Add(this.alphaToOne, 1, 2);
            this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel11.Name = "tableLayoutPanel11";
            this.tableLayoutPanel11.RowCount = 3;
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel11.Size = new System.Drawing.Size(241, 106);
            this.tableLayoutPanel11.TabIndex = 0;
            // 
            // label4
            // 
            this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(5, 81);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 13);
            this.label4.TabIndex = 25;
            this.label4.Text = "Alpha to 1:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // logicOp
            // 
            this.logicOp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.logicOp.AutoSize = true;
            this.logicOp.BackColor = System.Drawing.Color.Transparent;
            this.logicOp.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.logicOp.Location = new System.Drawing.Point(70, 43);
            this.logicOp.Name = "logicOp";
            this.logicOp.Size = new System.Drawing.Size(167, 19);
            this.logicOp.TabIndex = 23;
            this.logicOp.Text = "-";
            this.logicOp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 5);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 26);
            this.label3.TabIndex = 0;
            this.label3.Text = "Blend Factor:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(10, 46);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 13);
            this.label6.TabIndex = 2;
            this.label6.Text = "Logic Op:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blendFactor
            // 
            this.blendFactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.blendFactor.AutoSize = true;
            this.blendFactor.BackColor = System.Drawing.Color.Transparent;
            this.blendFactor.Font = new System.Drawing.Font("Tahoma", 12F);
            this.blendFactor.Location = new System.Drawing.Point(70, 8);
            this.blendFactor.Name = "blendFactor";
            this.blendFactor.Size = new System.Drawing.Size(167, 19);
            this.blendFactor.TabIndex = 24;
            this.blendFactor.Text = "0.00, 0.00, 0.00, 0.00";
            this.blendFactor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // alphaToOne
            // 
            this.alphaToOne.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.alphaToOne.Image = ((System.Drawing.Image)(resources.GetObject("alphaToOne.Image")));
            this.alphaToOne.Location = new System.Drawing.Point(70, 81);
            this.alphaToOne.Name = "alphaToOne";
            this.alphaToOne.Size = new System.Drawing.Size(167, 14);
            this.alphaToOne.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.alphaToOne.TabIndex = 26;
            this.alphaToOne.TabStop = false;
            // 
            // groupBox41
            // 
            this.groupBox41.AutoSize = true;
            this.groupBox41.Controls.Add(this.tableLayoutPanel12);
            this.groupBox41.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox41.Location = new System.Drawing.Point(259, 3);
            this.groupBox41.MinimumSize = new System.Drawing.Size(165, 0);
            this.groupBox41.Name = "groupBox41";
            this.groupBox41.Size = new System.Drawing.Size(217, 141);
            this.groupBox41.TabIndex = 1;
            this.groupBox41.TabStop = false;
            this.groupBox41.Text = "Depth State";
            // 
            // tableLayoutPanel12
            // 
            this.tableLayoutPanel12.AutoSize = true;
            this.tableLayoutPanel12.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
            this.tableLayoutPanel12.ColumnCount = 2;
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel12.Controls.Add(this.depthBounds, 1, 1);
            this.tableLayoutPanel12.Controls.Add(this.label8, 0, 1);
            this.tableLayoutPanel12.Controls.Add(this.depthEnable, 1, 0);
            this.tableLayoutPanel12.Controls.Add(this.label21, 0, 0);
            this.tableLayoutPanel12.Controls.Add(this.depthWrite, 1, 2);
            this.tableLayoutPanel12.Controls.Add(this.label11, 0, 2);
            this.tableLayoutPanel12.Controls.Add(this.label13, 0, 3);
            this.tableLayoutPanel12.Controls.Add(this.depthFunc, 1, 3);
            this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel12.Name = "tableLayoutPanel12";
            this.tableLayoutPanel12.RowCount = 4;
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel12.Size = new System.Drawing.Size(208, 102);
            this.tableLayoutPanel12.TabIndex = 1;
            // 
            // depthBounds
            // 
            this.depthBounds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthBounds.AutoSize = true;
            this.depthBounds.BackColor = System.Drawing.Color.Transparent;
            this.depthBounds.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthBounds.Image = global::renderdocui.Properties.Resources.cross;
            this.depthBounds.Location = new System.Drawing.Point(65, 28);
            this.depthBounds.Name = "depthBounds";
            this.depthBounds.Size = new System.Drawing.Size(139, 19);
            this.depthBounds.TabIndex = 27;
            this.depthBounds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(4, 31);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(54, 13);
            this.label8.TabIndex = 26;
            this.label8.Text = "Bounds:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthEnable
            // 
            this.depthEnable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthEnable.Image = ((System.Drawing.Image)(resources.GetObject("depthEnable.Image")));
            this.depthEnable.Location = new System.Drawing.Point(65, 5);
            this.depthEnable.Name = "depthEnable";
            this.depthEnable.Size = new System.Drawing.Size(139, 16);
            this.depthEnable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthEnable.TabIndex = 22;
            this.depthEnable.TabStop = false;
            // 
            // label21
            // 
            this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(4, 6);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(54, 13);
            this.label21.TabIndex = 1;
            this.label21.Text = "Enabled:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthWrite
            // 
            this.depthWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthWrite.Image = ((System.Drawing.Image)(resources.GetObject("depthWrite.Image")));
            this.depthWrite.Location = new System.Drawing.Point(65, 56);
            this.depthWrite.Name = "depthWrite";
            this.depthWrite.Size = new System.Drawing.Size(139, 14);
            this.depthWrite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.depthWrite.TabIndex = 25;
            this.depthWrite.TabStop = false;
            // 
            // label11
            // 
            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(4, 56);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(54, 13);
            this.label11.TabIndex = 24;
            this.label11.Text = "Write:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label13
            // 
            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(4, 82);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(54, 13);
            this.label13.TabIndex = 3;
            this.label13.Text = "Func:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // depthFunc
            // 
            this.depthFunc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.depthFunc.AutoSize = true;
            this.depthFunc.BackColor = System.Drawing.Color.Transparent;
            this.depthFunc.Font = new System.Drawing.Font("Tahoma", 12F);
            this.depthFunc.Location = new System.Drawing.Point(65, 79);
            this.depthFunc.Name = "depthFunc";
            this.depthFunc.Size = new System.Drawing.Size(139, 19);
            this.depthFunc.TabIndex = 23;
            this.depthFunc.Text = "GREATER_EQUAL";
            this.depthFunc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox43
            // 
            this.groupBox43.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox43.AutoSize = true;
            this.groupBox43.Controls.Add(this.stencilFuncs);
            this.groupBox43.Location = new System.Drawing.Point(482, 3);
            this.groupBox43.MinimumSize = new System.Drawing.Size(510, 100);
            this.groupBox43.Name = "groupBox43";
            this.groupBox43.Size = new System.Drawing.Size(607, 100);
            this.groupBox43.TabIndex = 2;
            this.groupBox43.TabStop = false;
            this.groupBox43.Text = "Stencil State";
            // 
            // stencilFuncs
            // 
            treeListColumn121.AutoSizeMinSize = 0;
            treeListColumn121.Width = 50;
            treeListColumn122.AutoSizeMinSize = 0;
            treeListColumn122.Width = 60;
            treeListColumn123.AutoSizeMinSize = 0;
            treeListColumn123.Width = 74;
            treeListColumn124.AutoSizeMinSize = 0;
            treeListColumn124.Width = 75;
            treeListColumn125.AutoSizeMinSize = 50;
            treeListColumn125.Width = 75;
            treeListColumn126.AutoSizeMinSize = 0;
            treeListColumn126.Width = 65;
            treeListColumn127.AutoSizeMinSize = 0;
            treeListColumn127.Width = 65;
            treeListColumn128.AutoSize = true;
            treeListColumn128.AutoSizeMinSize = 0;
            treeListColumn128.Width = 50;
            this.stencilFuncs.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn121,
            treeListColumn122,
            treeListColumn123,
            treeListColumn124,
            treeListColumn125,
            treeListColumn126,
            treeListColumn127,
            treeListColumn128});
            this.stencilFuncs.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.stencilFuncs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stencilFuncs.Location = new System.Drawing.Point(3, 16);
            this.stencilFuncs.MinimumSize = new System.Drawing.Size(500, 0);
            this.stencilFuncs.Name = "stencilFuncs";
            this.stencilFuncs.RowOptions.ItemHeight = 20;
            this.stencilFuncs.RowOptions.ShowHeader = false;
            this.stencilFuncs.Size = new System.Drawing.Size(601, 81);
            this.stencilFuncs.TabIndex = 4;
            this.stencilFuncs.Text = "treeListView1";
            this.stencilFuncs.TreeColumn = -1;
            this.stencilFuncs.ViewOptions.ShowLine = false;
            this.stencilFuncs.ViewOptions.ShowPlusMinus = false;
            // 
            // tabCS
            // 
            this.tabCS.Controls.Add(this.panel7);
            this.tabCS.Location = new System.Drawing.Point(4, 22);
            this.tabCS.Name = "tabCS";
            this.tabCS.Size = new System.Drawing.Size(1098, 481);
            this.tabCS.TabIndex = 8;
            this.tabCS.Text = "Compute Shader";
            this.tabCS.UseVisualStyleBackColor = true;
            // 
            // panel7
            // 
            this.panel7.AutoScroll = true;
            this.panel7.AutoScrollMinSize = new System.Drawing.Size(0, 300);
            this.panel7.Controls.Add(this.tableLayoutPanel7);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(0, 0);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(1098, 481);
            this.panel7.TabIndex = 4;
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 1;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel7.Controls.Add(this.groupBox6, 0, 0);
            this.tableLayoutPanel7.Controls.Add(this.groupBox34, 0, 1);
            this.tableLayoutPanel7.Controls.Add(this.groupBox36, 0, 2);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 3;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(1098, 481);
            this.tableLayoutPanel7.TabIndex = 1;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.flowLayoutPanel7);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox6.Location = new System.Drawing.Point(3, 3);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(1092, 44);
            this.groupBox6.TabIndex = 17;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Shader";
            // 
            // flowLayoutPanel7
            // 
            this.flowLayoutPanel7.Controls.Add(this.csShader);
            this.flowLayoutPanel7.Controls.Add(this.csShaderCog);
            this.flowLayoutPanel7.Controls.Add(label38);
            this.flowLayoutPanel7.Controls.Add(this.csShaderEdit);
            this.flowLayoutPanel7.Controls.Add(label39);
            this.flowLayoutPanel7.Controls.Add(this.csShaderSave);
            this.flowLayoutPanel7.Controls.Add(label40);
            this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel7.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel7.Name = "flowLayoutPanel7";
            this.flowLayoutPanel7.Size = new System.Drawing.Size(1086, 25);
            this.flowLayoutPanel7.TabIndex = 25;
            // 
            // csShader
            // 
            this.csShader.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShader.AutoSize = true;
            this.csShader.BackColor = System.Drawing.SystemColors.Info;
            this.csShader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.csShader.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.csShader.ForeColor = System.Drawing.SystemColors.InfoText;
            this.csShader.Location = new System.Drawing.Point(3, 3);
            this.csShader.MinimumSize = new System.Drawing.Size(300, 2);
            this.csShader.Name = "csShader";
            this.csShader.Size = new System.Drawing.Size(300, 15);
            this.csShader.TabIndex = 24;
            this.csShader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.csShader.Click += new System.EventHandler(this.shader_Click);
            this.csShader.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShader.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderCog
            // 
            this.csShaderCog.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderCog.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderCog.Image = global::renderdocui.Properties.Resources.action;
            this.csShaderCog.Location = new System.Drawing.Point(309, 3);
            this.csShaderCog.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.csShaderCog.Name = "csShaderCog";
            this.csShaderCog.Size = new System.Drawing.Size(16, 16);
            this.csShaderCog.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderCog.TabIndex = 25;
            this.csShaderCog.TabStop = false;
            this.csShaderCog.Click += new System.EventHandler(this.shader_Click);
            this.csShaderCog.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            this.csShaderCog.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // label38
            // 
            label38.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label38.AutoSize = true;
            label38.Cursor = System.Windows.Forms.Cursors.Hand;
            label38.Location = new System.Drawing.Point(325, 4);
            label38.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label38.Name = "label38";
            label38.Size = new System.Drawing.Size(30, 13);
            label38.TabIndex = 61;
            label38.Text = "View";
            label38.Click += new System.EventHandler(this.shader_Click);
            label38.MouseEnter += new System.EventHandler(this.shaderCog_MouseEnter);
            label38.MouseLeave += new System.EventHandler(this.shaderCog_MouseLeave);
            // 
            // csShaderEdit
            // 
            this.csShaderEdit.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.csShaderEdit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderEdit.Image = global::renderdocui.Properties.Resources.page_white_edit;
            this.csShaderEdit.Location = new System.Drawing.Point(364, 3);
            this.csShaderEdit.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.csShaderEdit.Name = "csShaderEdit";
            this.csShaderEdit.Size = new System.Drawing.Size(16, 16);
            this.csShaderEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderEdit.TabIndex = 36;
            this.csShaderEdit.TabStop = false;
            this.toolTip.SetToolTip(this.csShaderEdit, "HLSL edit and replace this shader");
            this.csShaderEdit.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // label39
            // 
            label39.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label39.AutoSize = true;
            label39.Cursor = System.Windows.Forms.Cursors.Hand;
            label39.Location = new System.Drawing.Point(380, 4);
            label39.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label39.Name = "label39";
            label39.Size = new System.Drawing.Size(25, 13);
            label39.TabIndex = 59;
            label39.Text = "Edit";
            this.toolTip.SetToolTip(label39, "GLSL edit and replace this shader");
            label39.Click += new System.EventHandler(this.shaderedit_Click);
            // 
            // csShaderSave
            // 
            this.csShaderSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.csShaderSave.Image = global::renderdocui.Properties.Resources.save;
            this.csShaderSave.Location = new System.Drawing.Point(414, 3);
            this.csShaderSave.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
            this.csShaderSave.Name = "csShaderSave";
            this.csShaderSave.Size = new System.Drawing.Size(16, 16);
            this.csShaderSave.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.csShaderSave.TabIndex = 62;
            this.csShaderSave.TabStop = false;
            this.toolTip.SetToolTip(this.csShaderSave, "Save the SPIR-V to disk");
            this.csShaderSave.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // label40
            // 
            label40.Anchor = System.Windows.Forms.AnchorStyles.Left;
            label40.AutoSize = true;
            label40.Cursor = System.Windows.Forms.Cursors.Hand;
            label40.Location = new System.Drawing.Point(430, 4);
            label40.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
            label40.Name = "label40";
            label40.Size = new System.Drawing.Size(32, 13);
            label40.TabIndex = 60;
            label40.Text = "Save";
            this.toolTip.SetToolTip(label40, "Save the SPIR-V to disk");
            label40.Click += new System.EventHandler(this.shaderSave_Click);
            // 
            // groupBox34
            // 
            this.groupBox34.Controls.Add(this.csResources);
            this.groupBox34.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox34.Location = new System.Drawing.Point(3, 53);
            this.groupBox34.Name = "groupBox34";
            this.groupBox34.Size = new System.Drawing.Size(1092, 209);
            this.groupBox34.TabIndex = 14;
            this.groupBox34.TabStop = false;
            this.groupBox34.Text = "Resources";
            // 
            // csResources
            // 
            treeListColumn129.AutoSizeMinSize = 0;
            treeListColumn129.Width = 20;
            treeListColumn130.AutoSizeMinSize = 0;
            treeListColumn130.Width = 30;
            treeListColumn131.AutoSizeMinSize = 0;
            treeListColumn131.Width = 120;
            treeListColumn132.AutoSizeMinSize = 0;
            treeListColumn132.Width = 110;
            treeListColumn133.AutoSize = true;
            treeListColumn133.AutoSizeMinSize = 0;
            treeListColumn133.Width = 200;
            treeListColumn134.AutoSizeMinSize = 0;
            treeListColumn134.Width = 200;
            treeListColumn135.AutoSizeMinSize = 0;
            treeListColumn135.Width = 200;
            treeListColumn136.AutoSizeMinSize = 0;
            treeListColumn136.Width = 25;
            this.csResources.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn129,
            treeListColumn130,
            treeListColumn131,
            treeListColumn132,
            treeListColumn133,
            treeListColumn134,
            treeListColumn135,
            treeListColumn136});
            this.csResources.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csResources.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csResources.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csResources.Location = new System.Drawing.Point(3, 16);
            this.csResources.MultiSelect = false;
            this.csResources.Name = "csResources";
            this.csResources.RowOptions.HoverHighlight = true;
            this.csResources.RowOptions.ItemHeight = 20;
            this.csResources.RowOptions.ShowHeader = false;
            this.csResources.Size = new System.Drawing.Size(1086, 190);
            this.csResources.TabIndex = 1;
            this.csResources.Text = "Outputs";
            this.csResources.TreeColumn = 7;
            this.csResources.ViewOptions.Indent = 0;
            this.csResources.ViewOptions.PadForPlusMinus = false;
            this.csResources.ViewOptions.ShowLine = false;
            this.csResources.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.textureCell_CellDoubleClick);
            this.csResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csResources.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csResources.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            this.csResources.MouseLeave += new System.EventHandler(this.resource_MouseLeave);
            this.csResources.MouseMove += new System.Windows.Forms.MouseEventHandler(this.resource_MouseMove);
            // 
            // groupBox36
            // 
            this.groupBox36.Controls.Add(this.csCBuffers);
            this.groupBox36.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox36.Location = new System.Drawing.Point(3, 268);
            this.groupBox36.Name = "groupBox36";
            this.groupBox36.Size = new System.Drawing.Size(1092, 210);
            this.groupBox36.TabIndex = 12;
            this.groupBox36.TabStop = false;
            this.groupBox36.Text = "Uniform Buffers";
            // 
            // csCBuffers
            // 
            treeListColumn137.AutoSizeMinSize = 0;
            treeListColumn137.Width = 20;
            treeListColumn138.AutoSizeMinSize = 0;
            treeListColumn138.Width = 30;
            treeListColumn139.AutoSizeMinSize = 0;
            treeListColumn139.Width = 120;
            treeListColumn140.AutoSize = true;
            treeListColumn140.AutoSizeMinSize = 100;
            treeListColumn140.Width = 50;
            treeListColumn141.AutoSizeMinSize = 0;
            treeListColumn141.Width = 140;
            treeListColumn142.AutoSizeMinSize = 0;
            treeListColumn142.Width = 250;
            treeListColumn143.AutoSizeMinSize = 0;
            treeListColumn143.Width = 25;
            this.csCBuffers.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn137,
            treeListColumn138,
            treeListColumn139,
            treeListColumn140,
            treeListColumn141,
            treeListColumn142,
            treeListColumn143});
            this.csCBuffers.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.csCBuffers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.csCBuffers.GridLineColour = System.Drawing.SystemColors.ControlDark;
            this.csCBuffers.Location = new System.Drawing.Point(3, 16);
            this.csCBuffers.MultiSelect = false;
            this.csCBuffers.Name = "csCBuffers";
            this.csCBuffers.RowOptions.HoverHighlight = true;
            this.csCBuffers.RowOptions.ItemHeight = 20;
            this.csCBuffers.RowOptions.ShowHeader = false;
            this.csCBuffers.Size = new System.Drawing.Size(1086, 191);
            this.csCBuffers.TabIndex = 11;
            this.csCBuffers.Text = "Uniform Buffers";
            this.csCBuffers.TreeColumn = 6;
            this.csCBuffers.ViewOptions.Indent = 0;
            this.csCBuffers.ViewOptions.PadForPlusMinus = false;
            this.csCBuffers.ViewOptions.ShowLine = false;
            this.csCBuffers.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.NodeClicked += new TreelistView.TreeListView.NodeClickedHandler(this.cbuffers_NodeDoubleClicked);
            this.csCBuffers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.defaultCopyPaste_KeyDown);
            this.csCBuffers.Leave += new System.EventHandler(this.disableSelection_Leave);
            this.csCBuffers.MouseClick += new System.Windows.Forms.MouseEventHandler(this.hideDisabledEmpty_MouseClick);
            // 
            // rightclickMenu
            // 
            this.rightclickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.showDisabled,
            this.showEmpty});
            this.rightclickMenu.Name = "rightclickMenu";
            this.rightclickMenu.Size = new System.Drawing.Size(152, 48);
            // 
            // showDisabled
            // 
            this.showDisabled.Image = global::renderdocui.Properties.Resources.page_white_delete;
            this.showDisabled.Name = "showDisabled";
            this.showDisabled.Size = new System.Drawing.Size(151, 22);
            this.showDisabled.Text = "Show Disabled";
            this.showDisabled.Click += new System.EventHandler(this.hideDisabled_Click);
            // 
            // showEmpty
            // 
            this.showEmpty.Image = global::renderdocui.Properties.Resources.page_white_database;
            this.showEmpty.Name = "showEmpty";
            this.showEmpty.Size = new System.Drawing.Size(151, 22);
            this.showEmpty.Text = "Show Empty";
            this.showEmpty.Click += new System.EventHandler(this.hideEmpty_Click);
            // 
            // toolTip
            // 
            this.toolTip.UseAnimation = false;
            this.toolTip.UseFading = false;
            // 
            // exportDialog
            // 
            this.exportDialog.DefaultExt = "html";
            this.exportDialog.Filter = "HTML Files (*.html)|*.html";
            this.exportDialog.Title = "Export pipeline state as HTML";
            // 
            // shaderSaveDialog
            // 
            this.shaderSaveDialog.DefaultExt = "spv";
            this.shaderSaveDialog.Filter = "SPIR-V Files (*.spv)|*.spv|All Files (*.*)|*.*";
            this.shaderSaveDialog.Title = "Save shader module SPIR-V to file";
            // 
            // VulkanPipelineStateViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(toolstripTable);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "VulkanPipelineStateViewer";
            this.Size = new System.Drawing.Size(1112, 600);
            toolstripTable.ResumeLayout(false);
            toolstripTable.PerformLayout();
            this.flowLayoutPanel6.ResumeLayout(false);
            this.flowLayoutPanel6.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.stageTabControl.ResumeLayout(false);
            this.tabIA.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tableLayoutPanel13.ResumeLayout(false);
            this.tableLayoutPanel13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.topologyDiagram)).EndInit();
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viBuffers)).EndInit();
            groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viAttrs)).EndInit();
            groupBox44.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.meshView)).EndInit();
            this.tabVS.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.flowLayoutPanel3.ResumeLayout(false);
            this.flowLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vsShaderSave)).EndInit();
            this.groupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsResources)).EndInit();
            this.groupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.vsCBuffers)).EndInit();
            this.tabHS.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.flowLayoutPanel4.ResumeLayout(false);
            this.flowLayoutPanel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hsShaderSave)).EndInit();
            this.groupBox12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hsResources)).EndInit();
            this.groupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.hsCBuffers)).EndInit();
            this.tabDS.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.groupBox16.ResumeLayout(false);
            this.flowLayoutPanel5.ResumeLayout(false);
            this.flowLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsShaderSave)).EndInit();
            this.groupBox18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dsResources)).EndInit();
            this.groupBox21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dsCBuffers)).EndInit();
            this.tabGS.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.geomTableLayout.ResumeLayout(false);
            this.groupBox22.ResumeLayout(false);
            this.flowLayoutPanel2.ResumeLayout(false);
            this.flowLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gsShaderSave)).EndInit();
            this.groupBox24.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsResources)).EndInit();
            this.geomCBufGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gsCBuffers)).EndInit();
            this.tabRS.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.tableLayoutPanel14.ResumeLayout(false);
            this.groupBox32.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.viewports)).EndInit();
            groupBox42.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scissors)).EndInit();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.tableLayoutPanel5.ResumeLayout(false);
            this.tableLayoutPanel5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.sampleShading)).EndInit();
            this.groupBox31.ResumeLayout(false);
            this.groupBox31.PerformLayout();
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.frontCCW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthClamp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rasterizerDiscard)).EndInit();
            this.tabPS.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.pixelTableLayout.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.psShaderSave)).EndInit();
            this.groupBox28.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.psResources)).EndInit();
            this.pixelCBufGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.psCBuffers)).EndInit();
            this.tabOM.ResumeLayout(false);
            this.panel9.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            this.tableLayoutPanel9.PerformLayout();
            this.groupBox33.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.targetOutputs)).EndInit();
            this.groupBox37.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.blendOperations)).EndInit();
            this.tableLayoutPanel10.ResumeLayout(false);
            this.tableLayoutPanel10.PerformLayout();
            this.groupBox40.ResumeLayout(false);
            this.groupBox40.PerformLayout();
            this.tableLayoutPanel11.ResumeLayout(false);
            this.tableLayoutPanel11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.alphaToOne)).EndInit();
            this.groupBox41.ResumeLayout(false);
            this.groupBox41.PerformLayout();
            this.tableLayoutPanel12.ResumeLayout(false);
            this.tableLayoutPanel12.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.depthEnable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.depthWrite)).EndInit();
            this.groupBox43.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.stencilFuncs)).EndInit();
            this.tabCS.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.flowLayoutPanel7.ResumeLayout(false);
            this.flowLayoutPanel7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderCog)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.csShaderSave)).EndInit();
            this.groupBox34.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csResources)).EndInit();
            this.groupBox36.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.csCBuffers)).EndInit();
            this.rightclickMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #14
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.Windows.Forms.ToolStripLabel toolStripLabel3;
            System.Windows.Forms.ToolStripLabel toolStripLabel4;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("EID", "EID");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("Drawcall", "Draw #");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("Name", "Name");
            TreelistView.TreeListColumn treeListColumn4 = new TreelistView.TreeListColumn("Duration", "Duration (µs)");
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.eventView = new TreelistView.TreeListView();
            this.eventViewRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.expandAll = new System.Windows.Forms.ToolStripMenuItem();
            this.collapseAll = new System.Windows.Forms.ToolStripMenuItem();
            this.selectVisibleColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.findEventButton = new System.Windows.Forms.ToolStripButton();
            this.jumpEventButton = new System.Windows.Forms.ToolStripButton();
            this.timeDraws = new System.Windows.Forms.ToolStripButton();
            this.selectColumnsButton = new System.Windows.Forms.ToolStripButton();
            this.toggleBookmark = new System.Windows.Forms.ToolStripButton();
            this.export = new System.Windows.Forms.ToolStripButton();
            this.jumpStrip = new System.Windows.Forms.ToolStrip();
            this.jumpToEID = new renderdocui.Controls.ToolStripSpringTextBox();
            this.findStrip = new System.Windows.Forms.ToolStrip();
            this.findEvent = new renderdocui.Controls.ToolStripSpringTextBox();
            this.closeFind = new System.Windows.Forms.ToolStripButton();
            this.findNext = new System.Windows.Forms.ToolStripButton();
            this.findPrev = new System.Windows.Forms.ToolStripButton();
            this.bookmarkStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.findHighlight = new System.Windows.Forms.Timer(this.components);
            this.exportDialog = new System.Windows.Forms.SaveFileDialog();
            this.prevDraw = new System.Windows.Forms.ToolStripButton();
            this.nextDraw = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.eventView)).BeginInit();
            this.eventViewRightClick.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.jumpStrip.SuspendLayout();
            this.findStrip.SuspendLayout();
            this.bookmarkStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripLabel3
            // 
            toolStripLabel3.Name = "toolStripLabel3";
            toolStripLabel3.Size = new System.Drawing.Size(47, 22);
            toolStripLabel3.Text = "Controls";
            // 
            // toolStripLabel4
            // 
            toolStripLabel4.Image = global::renderdocui.Properties.Resources.asterisk_orange;
            toolStripLabel4.Name = "toolStripLabel4";
            toolStripLabel4.Size = new System.Drawing.Size(74, 22);
            toolStripLabel4.Text = "Bookmarks";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Image = global::renderdocui.Properties.Resources.flag_green;
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(92, 22);
            this.toolStripLabel1.Text = "Jump to Event";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Image = global::renderdocui.Properties.Resources.find;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(74, 22);
            this.toolStripLabel2.Text = "Find Event";
            // 
            // toolStripContainer1
            // 
            this.toolStripContainer1.BottomToolStripPanelVisible = false;
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.eventView);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(285, 238);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.LeftToolStripPanelVisible = false;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.RightToolStripPanelVisible = false;
            this.toolStripContainer1.Size = new System.Drawing.Size(285, 338);
            this.toolStripContainer1.TabIndex = 1;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.jumpStrip);
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.findStrip);
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.bookmarkStrip);
            // 
            // eventView
            // 
            this.eventView.AlwaysDisplayVScroll = true;
            treeListColumn1.AutoSizeMinSize = 15;
            treeListColumn1.Width = 80;
            treeListColumn2.AutoSizeMinSize = 15;
            treeListColumn2.Width = 45;
            treeListColumn3.AutoSize = true;
            treeListColumn3.AutoSizeMinSize = 100;
            treeListColumn3.Width = 200;
            treeListColumn4.AutoSizeMinSize = 20;
            treeListColumn4.Width = 75;
            this.eventView.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3,
            treeListColumn4});
            this.eventView.ContextMenuStrip = this.eventViewRightClick;
            this.eventView.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.eventView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.eventView.Location = new System.Drawing.Point(0, 0);
            this.eventView.MultiSelect = false;
            this.eventView.Name = "eventView";
            this.eventView.RowOptions.ShowHeader = false;
            this.eventView.SelectedImage = global::renderdocui.Properties.Resources.flag_green;
            this.eventView.Size = new System.Drawing.Size(285, 238);
            this.eventView.TabIndex = 0;
            this.eventView.TreeColumn = 2;
            this.eventView.ViewOptions.HoverHandTreeColumn = false;
            this.eventView.ViewOptions.Indent = 12;
            this.eventView.ViewOptions.UserRearrangeableColumns = true;
            this.eventView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.eventView_AfterSelect);
            this.eventView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.eventView_KeyDown);
            // 
            // eventViewRightClick
            // 
            this.eventViewRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.expandAll,
            this.collapseAll,
            this.selectVisibleColumnsToolStripMenuItem});
            this.eventViewRightClick.Name = "contextMenuStrip1";
            this.eventViewRightClick.Size = new System.Drawing.Size(179, 70);
            this.eventViewRightClick.Opening += new System.ComponentModel.CancelEventHandler(this.eventViewRightClick_Opening);
            // 
            // expandAll
            // 
            this.expandAll.Image = global::renderdocui.Properties.Resources.fit_window;
            this.expandAll.Name = "expandAll";
            this.expandAll.Size = new System.Drawing.Size(178, 22);
            this.expandAll.Text = "&Expand All";
            this.expandAll.Click += new System.EventHandler(this.expandAll_Click);
            // 
            // collapseAll
            // 
            this.collapseAll.Image = global::renderdocui.Properties.Resources.arrow_in;
            this.collapseAll.Name = "collapseAll";
            this.collapseAll.Size = new System.Drawing.Size(178, 22);
            this.collapseAll.Text = "&Collapse All";
            this.collapseAll.Click += new System.EventHandler(this.collapseAll_Click);
            // 
            // selectVisibleColumnsToolStripMenuItem
            // 
            this.selectVisibleColumnsToolStripMenuItem.Image = global::renderdocui.Properties.Resources.timeline_marker;
            this.selectVisibleColumnsToolStripMenuItem.Name = "selectVisibleColumnsToolStripMenuItem";
            this.selectVisibleColumnsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.selectVisibleColumnsToolStripMenuItem.Text = "Select &Visible Columns";
            this.selectVisibleColumnsToolStripMenuItem.Click += new System.EventHandler(this.selectVisibleColumnsToolStripMenuItem_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel3,
            this.toolStripSeparator1,
            this.prevDraw,
            this.nextDraw,
            this.toolStripSeparator3,
            this.findEventButton,
            this.jumpEventButton,
            this.timeDraws,
            this.selectColumnsButton,
            this.toggleBookmark,
            this.export});
            this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(285, 25);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 2;
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // findEventButton
            // 
            this.findEventButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.findEventButton.Image = global::renderdocui.Properties.Resources.find;
            this.findEventButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findEventButton.Name = "findEventButton";
            this.findEventButton.Size = new System.Drawing.Size(23, 22);
            this.findEventButton.Text = "Find event by string";
            this.findEventButton.ToolTipText = "Find event by string";
            this.findEventButton.Click += new System.EventHandler(this.findEventButton_Click);
            // 
            // jumpEventButton
            // 
            this.jumpEventButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.jumpEventButton.Image = global::renderdocui.Properties.Resources.flag_green;
            this.jumpEventButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.jumpEventButton.Name = "jumpEventButton";
            this.jumpEventButton.Size = new System.Drawing.Size(23, 22);
            this.jumpEventButton.Text = "Jump to an Event by EID";
            this.jumpEventButton.ToolTipText = "Jump to an Event by EID";
            this.jumpEventButton.Click += new System.EventHandler(this.jumpEventButton_Click);
            // 
            // timeDraws
            // 
            this.timeDraws.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.timeDraws.Image = global::renderdocui.Properties.Resources.time;
            this.timeDraws.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.timeDraws.Name = "timeDraws";
            this.timeDraws.Size = new System.Drawing.Size(23, 22);
            this.timeDraws.Text = "Time durations for the drawcalls";
            this.timeDraws.ToolTipText = "Time durations for the drawcalls";
            this.timeDraws.Click += new System.EventHandler(this.timeDraws_Click);
            // 
            // selectColumnsButton
            // 
            this.selectColumnsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.selectColumnsButton.Image = global::renderdocui.Properties.Resources.timeline_marker;
            this.selectColumnsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.selectColumnsButton.Name = "selectColumnsButton";
            this.selectColumnsButton.Size = new System.Drawing.Size(23, 22);
            this.selectColumnsButton.Text = "Select visible columns";
            this.selectColumnsButton.Click += new System.EventHandler(this.selectColumnsButton_Click);
            // 
            // toggleBookmark
            // 
            this.toggleBookmark.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toggleBookmark.Image = global::renderdocui.Properties.Resources.asterisk_orange;
            this.toggleBookmark.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toggleBookmark.Name = "toggleBookmark";
            this.toggleBookmark.Size = new System.Drawing.Size(23, 22);
            this.toggleBookmark.Text = "Toggle Bookmark";
            this.toggleBookmark.Click += new System.EventHandler(this.toggleBookmark_Click);
            // 
            // export
            // 
            this.export.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.export.Image = global::renderdocui.Properties.Resources.save;
            this.export.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.export.Name = "export";
            this.export.Size = new System.Drawing.Size(23, 22);
            this.export.Text = "Export";
            this.export.Click += new System.EventHandler(this.export_Click);
            // 
            // jumpStrip
            // 
            this.jumpStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.jumpStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.jumpStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.jumpToEID});
            this.jumpStrip.Location = new System.Drawing.Point(0, 25);
            this.jumpStrip.Name = "jumpStrip";
            this.jumpStrip.Size = new System.Drawing.Size(285, 25);
            this.jumpStrip.Stretch = true;
            this.jumpStrip.TabIndex = 0;
            // 
            // jumpToEID
            // 
            this.jumpToEID.Name = "jumpToEID";
            this.jumpToEID.Size = new System.Drawing.Size(159, 25);
            this.jumpToEID.ToolTipText = "Jump to event by event ID";
            this.jumpToEID.Leave += new System.EventHandler(this.jumpFind_Leave);
            this.jumpToEID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.jumpToEID_KeyPress);
            this.jumpToEID.TextChanged += new System.EventHandler(this.jumpToEID_TextChanged);
            // 
            // findStrip
            // 
            this.findStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.findStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.findStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2,
            this.findEvent,
            this.closeFind,
            this.findNext,
            this.findPrev});
            this.findStrip.Location = new System.Drawing.Point(0, 50);
            this.findStrip.Name = "findStrip";
            this.findStrip.Size = new System.Drawing.Size(285, 25);
            this.findStrip.Stretch = true;
            this.findStrip.TabIndex = 1;
            // 
            // findEvent
            // 
            this.findEvent.Name = "findEvent";
            this.findEvent.Size = new System.Drawing.Size(108, 25);
            this.findEvent.ToolTipText = "Find an event by type or name";
            this.findEvent.Leave += new System.EventHandler(this.jumpFind_Leave);
            this.findEvent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.findEvent_KeyDown);
            this.findEvent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.findEvent_KeyPress);
            this.findEvent.TextChanged += new System.EventHandler(this.findEvent_TextChanged);
            // 
            // closeFind
            // 
            this.closeFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.closeFind.Image = global::renderdocui.Properties.Resources.cross;
            this.closeFind.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeFind.Name = "closeFind";
            this.closeFind.Size = new System.Drawing.Size(23, 22);
            this.closeFind.Text = "Close";
            this.closeFind.ToolTipText = "Close search";
            this.closeFind.Click += new System.EventHandler(this.closeFind_Click);
            // 
            // findNext
            // 
            this.findNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.findNext.Image = global::renderdocui.Properties.Resources.stepnext;
            this.findNext.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findNext.Name = "findNext";
            this.findNext.Size = new System.Drawing.Size(23, 22);
            this.findNext.Text = "Find Next Match";
            this.findNext.Click += new System.EventHandler(this.findNext_Click);
            // 
            // findPrev
            // 
            this.findPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.findPrev.Image = global::renderdocui.Properties.Resources.stepprev;
            this.findPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findPrev.Name = "findPrev";
            this.findPrev.Size = new System.Drawing.Size(23, 22);
            this.findPrev.Text = "Find Previous Match";
            this.findPrev.Click += new System.EventHandler(this.findPrev_Click);
            // 
            // bookmarkStrip
            // 
            this.bookmarkStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.bookmarkStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.bookmarkStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            toolStripLabel4,
            this.toolStripSeparator2});
            this.bookmarkStrip.Location = new System.Drawing.Point(0, 75);
            this.bookmarkStrip.Name = "bookmarkStrip";
            this.bookmarkStrip.Size = new System.Drawing.Size(285, 25);
            this.bookmarkStrip.Stretch = true;
            this.bookmarkStrip.TabIndex = 3;
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // findHighlight
            // 
            this.findHighlight.Interval = 400;
            this.findHighlight.Tick += new System.EventHandler(this.findHighlight_Tick);
            // 
            // exportDialog
            // 
            this.exportDialog.DefaultExt = "txt";
            this.exportDialog.Filter = "Text Files (*.txt)|*.txt";
            this.exportDialog.Title = "Save Event List";
            // 
            // prevDraw
            // 
            this.prevDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.prevDraw.Image = global::renderdocui.Properties.Resources.back;
            this.prevDraw.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.prevDraw.Name = "prevDraw";
            this.prevDraw.Size = new System.Drawing.Size(23, 22);
            this.prevDraw.Text = "Go to Previous Drawcall";
            this.prevDraw.Click += new System.EventHandler(this.prevDraw_Click);
            // 
            // nextDraw
            // 
            this.nextDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.nextDraw.Image = global::renderdocui.Properties.Resources.forward;
            this.nextDraw.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.nextDraw.Name = "nextDraw";
            this.nextDraw.Size = new System.Drawing.Size(23, 22);
            this.nextDraw.Text = "Go To Next Drawcall";
            this.nextDraw.Click += new System.EventHandler(this.nextDraw_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // EventBrowser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(285, 338);
            this.Controls.Add(this.toolStripContainer1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "EventBrowser";
            this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
            this.Text = "Event Browser";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EventBrowser_FormClosed);
            this.Leave += new System.EventHandler(this.EventBrowser_Leave);
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.eventView)).EndInit();
            this.eventViewRightClick.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.jumpStrip.ResumeLayout(false);
            this.jumpStrip.PerformLayout();
            this.findStrip.ResumeLayout(false);
            this.findStrip.PerformLayout();
            this.bookmarkStrip.ResumeLayout(false);
            this.bookmarkStrip.PerformLayout();
            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()
 {
     TreelistView.TreeListColumn treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("VarName", "Name")));
     TreelistView.TreeListColumn treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("VarValue", "Value")));
     TreelistView.TreeListColumn treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("VarType", "Type")));
     this.slotLabel         = new System.Windows.Forms.Label();
     this.nameLabel         = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.variables         = new TreelistView.TreeListView();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.variables)).BeginInit();
     this.SuspendLayout();
     //
     // slotLabel
     //
     this.slotLabel.AutoSize = true;
     this.slotLabel.Location = new System.Drawing.Point(3, 0);
     this.slotLabel.Name     = "slotLabel";
     this.slotLabel.Padding  = new System.Windows.Forms.Padding(5);
     this.slotLabel.Size     = new System.Drawing.Size(10, 23);
     this.slotLabel.TabIndex = 0;
     //
     // nameLabel
     //
     this.nameLabel.AutoSize = true;
     this.nameLabel.Location = new System.Drawing.Point(19, 0);
     this.nameLabel.Name     = "nameLabel";
     this.nameLabel.Padding  = new System.Windows.Forms.Padding(5);
     this.nameLabel.Size     = new System.Drawing.Size(10, 23);
     this.nameLabel.TabIndex = 1;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.slotLabel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.nameLabel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.variables, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(499, 357);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // variables
     //
     treeListColumn1.AutoSizeMinSize = 0;
     treeListColumn1.Width           = 175;
     treeListColumn2.AutoSize        = true;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 50;
     treeListColumn3.AutoSizeMinSize = 0;
     treeListColumn3.Width           = 50;
     this.variables.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3
     });
     this.variables.ColumnsOptions.LeftMargin = 0;
     this.tableLayoutPanel1.SetColumnSpan(this.variables, 2);
     this.variables.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.variables.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.variables.Location = new System.Drawing.Point(3, 26);
     this.variables.Name     = "variables";
     this.variables.RowOptions.ShowHeader = false;
     this.variables.Size     = new System.Drawing.Size(493, 328);
     this.variables.TabIndex = 2;
     this.variables.Text     = "treeListView1";
     this.variables.KeyDown += new System.Windows.Forms.KeyEventHandler(this.variables_KeyDown);
     //
     // ConstantBufferPreviewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ConstantBufferPreviewer";
     this.Size = new System.Drawing.Size(499, 357);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.variables)).EndInit();
     this.ResumeLayout(false);
 }
Пример #16
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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("EID", "EID")));
     TreelistView.TreeListColumn           treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Call", "API Call")));
     this.apiEvents      = new TreelistView.TreeListView();
     this.callstacklabel = new System.Windows.Forms.Label();
     this.callstackSkipLevelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.callSkip      = new System.Windows.Forms.ToolStripTextBox();
     this.contextMenu   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.panelSplitter = new renderdocui.Controls.DoubleClickSplitter();
     this.callstack     = new System.Windows.Forms.ListBox();
     tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).BeginInit();
     this.contextMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).BeginInit();
     this.panelSplitter.Panel1.SuspendLayout();
     this.panelSplitter.Panel2.SuspendLayout();
     this.panelSplitter.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(this.apiEvents, 0, 0);
     tableLayoutPanel1.Controls.Add(this.callstacklabel, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(292, 171);
     tableLayoutPanel1.TabIndex = 3;
     //
     // apiEvents
     //
     this.apiEvents.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSizeMinSize     = 50;
     treeListColumn1.Width           = 60;
     treeListColumn2.AutoSize        = true;
     treeListColumn2.AutoSizeMinSize = 0;
     treeListColumn2.Width           = 50;
     this.apiEvents.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2
     });
     this.apiEvents.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.apiEvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.apiEvents.Location = new System.Drawing.Point(3, 3);
     this.apiEvents.Name     = "apiEvents";
     this.apiEvents.RowOptions.ShowHeader = false;
     this.apiEvents.Size         = new System.Drawing.Size(286, 152);
     this.apiEvents.TabIndex     = 2;
     this.apiEvents.Text         = "API Calls";
     this.apiEvents.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.apiEvents.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.apiEvents_KeyDown);
     //
     // callstacklabel
     //
     this.callstacklabel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.callstacklabel.AutoSize     = true;
     this.callstacklabel.Cursor       = System.Windows.Forms.Cursors.HSplit;
     this.callstacklabel.Location     = new System.Drawing.Point(3, 158);
     this.callstacklabel.Name         = "callstacklabel";
     this.callstacklabel.Size         = new System.Drawing.Size(286, 13);
     this.callstacklabel.TabIndex     = 3;
     this.callstacklabel.Text         = "Callstack";
     this.callstacklabel.TextAlign    = System.Drawing.ContentAlignment.BottomCenter;
     this.callstacklabel.DoubleClick += new System.EventHandler(this.callstacklabel_DoubleClick);
     //
     // callstackSkipLevelsToolStripMenuItem
     //
     this.callstackSkipLevelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callSkip
     });
     this.callstackSkipLevelsToolStripMenuItem.Name = "callstackSkipLevelsToolStripMenuItem";
     this.callstackSkipLevelsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
     this.callstackSkipLevelsToolStripMenuItem.Text = "Callstack Skip Levels";
     //
     // callSkip
     //
     this.callSkip.Name        = "callSkip";
     this.callSkip.Size        = new System.Drawing.Size(100, 21);
     this.callSkip.Text        = "0";
     this.callSkip.ToolTipText = "Number of levels in the callstack to skip, from the bottom";
     this.callSkip.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.callSkip_KeyPress);
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.callstackSkipLevelsToolStripMenuItem
     });
     this.contextMenu.Name = "contextMenuStrip1";
     this.contextMenu.Size = new System.Drawing.Size(172, 26);
     //
     // panelSplitter
     //
     this.panelSplitter.Collapsed   = false;
     this.panelSplitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.panelSplitter.Location    = new System.Drawing.Point(0, 0);
     this.panelSplitter.Name        = "panelSplitter";
     this.panelSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // panelSplitter.Panel1
     //
     this.panelSplitter.Panel1.Controls.Add(tableLayoutPanel1);
     this.panelSplitter.Panel1Collapse = false;
     //
     // panelSplitter.Panel2
     //
     this.panelSplitter.Panel2.Controls.Add(this.callstack);
     this.panelSplitter.Size             = new System.Drawing.Size(292, 273);
     this.panelSplitter.SplitterDistance = 171;
     this.panelSplitter.SplitterWidth    = 7;
     this.panelSplitter.TabIndex         = 4;
     //
     // callstack
     //
     this.callstack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.callstack.FormattingEnabled   = true;
     this.callstack.HorizontalScrollbar = true;
     this.callstack.Location            = new System.Drawing.Point(0, 0);
     this.callstack.Name          = "callstack";
     this.callstack.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.callstack.Size          = new System.Drawing.Size(292, 95);
     this.callstack.TabIndex      = 0;
     this.callstack.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.callstack_KeyDown);
     //
     // APIInspector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.panelSplitter);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "APIInspector";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
     this.Text        = "API Calls";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.APIInspector_FormClosed);
     this.Shown      += new System.EventHandler(this.APIEvents_Shown);
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apiEvents)).EndInit();
     this.contextMenu.ResumeLayout(false);
     this.panelSplitter.Panel1.ResumeLayout(false);
     this.panelSplitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelSplitter)).EndInit();
     this.panelSplitter.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #17
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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
     System.Windows.Forms.Label            label6;
     System.Windows.Forms.Label            label4;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.Label            label2;
     System.Windows.Forms.Label            label5;
     System.Windows.Forms.Label            label7;
     System.Windows.Forms.Label            label3;
     System.Windows.Forms.Label            label11;
     System.Windows.Forms.GroupBox         groupBox2;
     System.Windows.Forms.Label            label10;
     System.Windows.Forms.GroupBox         groupBox3;
     System.Windows.Forms.Label            label12;
     System.Windows.Forms.GroupBox         groupBox4;
     System.Windows.Forms.Label            label8;
     System.Windows.Forms.Label            label9;
     TreelistView.TreeListColumn           treeListColumn1 = new TreelistView.TreeListColumn("Section", "Section");
     this.settingsTabs                = new renderdocui.Controls.TablessControl();
     this.generalTab                  = new System.Windows.Forms.TabPage();
     this.Formatter_PosExp            = new System.Windows.Forms.NumericUpDown();
     this.Formatter_NegExp            = new System.Windows.Forms.NumericUpDown();
     this.rdcAssoc                    = new System.Windows.Forms.Button();
     this.capAssoc                    = new System.Windows.Forms.Button();
     this.Formatter_MaxFigures        = new System.Windows.Forms.NumericUpDown();
     this.Formatter_MinFigures        = new System.Windows.Forms.NumericUpDown();
     this.CheckUpdate_AllowChecks     = new System.Windows.Forms.CheckBox();
     this.browseCaptureDirectory      = new System.Windows.Forms.Button();
     this.texViewTab                  = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.TextureViewer_ResetRange    = new System.Windows.Forms.CheckBox();
     this.shadViewTab                 = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel4           = new System.Windows.Forms.TableLayoutPanel();
     this.ShaderViewer_FriendlyNaming = new System.Windows.Forms.CheckBox();
     this.eventTab                    = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel5           = new System.Windows.Forms.TableLayoutPanel();
     this.EventBrowser_TimeUnit       = new System.Windows.Forms.ComboBox();
     this.EventBrowser_HideEmpty      = new System.Windows.Forms.CheckBox();
     this.pagesTree                   = new TreelistView.TreeListView();
     this.ok      = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.browserCaptureDialog = new System.Windows.Forms.FolderBrowserDialog();
     tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     label6            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     label2            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label7            = new System.Windows.Forms.Label();
     label3            = new System.Windows.Forms.Label();
     label11           = new System.Windows.Forms.Label();
     groupBox2         = new System.Windows.Forms.GroupBox();
     label10           = new System.Windows.Forms.Label();
     groupBox3         = new System.Windows.Forms.GroupBox();
     label12           = new System.Windows.Forms.Label();
     groupBox4         = new System.Windows.Forms.GroupBox();
     label8            = new System.Windows.Forms.Label();
     label9            = new System.Windows.Forms.Label();
     tableLayoutPanel1.SuspendLayout();
     this.settingsTabs.SuspendLayout();
     this.generalTab.SuspendLayout();
     groupBox1.SuspendLayout();
     tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).BeginInit();
     this.texViewTab.SuspendLayout();
     groupBox2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.shadViewTab.SuspendLayout();
     groupBox3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.eventTab.SuspendLayout();
     groupBox4.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
     tableLayoutPanel1.Controls.Add(this.settingsTabs, 1, 0);
     tableLayoutPanel1.Controls.Add(this.pagesTree, 0, 0);
     tableLayoutPanel1.Controls.Add(this.ok, 1, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(580, 353);
     tableLayoutPanel1.TabIndex = 1;
     //
     // settingsTabs
     //
     this.settingsTabs.Alignment = System.Windows.Forms.TabAlignment.Left;
     this.settingsTabs.Controls.Add(this.generalTab);
     this.settingsTabs.Controls.Add(this.texViewTab);
     this.settingsTabs.Controls.Add(this.shadViewTab);
     this.settingsTabs.Controls.Add(this.eventTab);
     this.settingsTabs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.settingsTabs.Location      = new System.Drawing.Point(177, 3);
     this.settingsTabs.Multiline     = true;
     this.settingsTabs.Name          = "settingsTabs";
     this.settingsTabs.SelectedIndex = 0;
     this.settingsTabs.Size          = new System.Drawing.Size(400, 318);
     this.settingsTabs.TabIndex      = 0;
     //
     // generalTab
     //
     this.generalTab.Controls.Add(groupBox1);
     this.generalTab.Location = new System.Drawing.Point(23, 4);
     this.generalTab.Name     = "generalTab";
     this.generalTab.Padding  = new System.Windows.Forms.Padding(3);
     this.generalTab.Size     = new System.Drawing.Size(373, 310);
     this.generalTab.TabIndex = 0;
     this.generalTab.Text     = "General";
     this.generalTab.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     groupBox1.Controls.Add(tableLayoutPanel2);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(3, 3);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(367, 304);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "General";
     //
     // tableLayoutPanel2
     //
     tableLayoutPanel2.ColumnCount = 2;
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel2.Controls.Add(this.Formatter_PosExp, 1, 5);
     tableLayoutPanel2.Controls.Add(this.Formatter_NegExp, 1, 4);
     tableLayoutPanel2.Controls.Add(label6, 0, 3);
     tableLayoutPanel2.Controls.Add(label4, 0, 2);
     tableLayoutPanel2.Controls.Add(this.rdcAssoc, 1, 0);
     tableLayoutPanel2.Controls.Add(label1, 0, 0);
     tableLayoutPanel2.Controls.Add(label2, 0, 1);
     tableLayoutPanel2.Controls.Add(this.capAssoc, 1, 1);
     tableLayoutPanel2.Controls.Add(label5, 0, 4);
     tableLayoutPanel2.Controls.Add(label7, 0, 5);
     tableLayoutPanel2.Controls.Add(this.Formatter_MaxFigures, 1, 3);
     tableLayoutPanel2.Controls.Add(this.Formatter_MinFigures, 1, 2);
     tableLayoutPanel2.Controls.Add(label3, 0, 7);
     tableLayoutPanel2.Controls.Add(this.CheckUpdate_AllowChecks, 1, 7);
     tableLayoutPanel2.Controls.Add(label11, 0, 6);
     tableLayoutPanel2.Controls.Add(this.browseCaptureDirectory, 1, 6);
     tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
     tableLayoutPanel2.Name     = "tableLayoutPanel2";
     tableLayoutPanel2.RowCount = 9;
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel2.Size     = new System.Drawing.Size(361, 285);
     tableLayoutPanel2.TabIndex = 0;
     //
     // Formatter_PosExp
     //
     this.Formatter_PosExp.Location = new System.Drawing.Point(268, 139);
     this.Formatter_PosExp.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.Formatter_PosExp.Name     = "Formatter_PosExp";
     this.Formatter_PosExp.Size     = new System.Drawing.Size(90, 20);
     this.Formatter_PosExp.TabIndex = 6;
     this.toolTip.SetToolTip(this.Formatter_PosExp, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
                             "e.g. 1000 * 10 = 1e4");
     this.Formatter_PosExp.Value = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.Formatter_PosExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
     //
     // Formatter_NegExp
     //
     this.Formatter_NegExp.Location = new System.Drawing.Point(268, 113);
     this.Formatter_NegExp.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.Formatter_NegExp.Name     = "Formatter_NegExp";
     this.Formatter_NegExp.Size     = new System.Drawing.Size(90, 20);
     this.Formatter_NegExp.TabIndex = 5;
     this.toolTip.SetToolTip(this.Formatter_NegExp, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
                             "\nE.g. a value of 3 means 0.005 / 10 = 5E-4");
     this.Formatter_NegExp.Value = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.Formatter_NegExp.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
     //
     // label6
     //
     label6.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)));
     label6.AutoSize  = true;
     label6.Location  = new System.Drawing.Point(3, 87);
     label6.Margin    = new System.Windows.Forms.Padding(3);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(259, 20);
     label6.TabIndex  = 6;
     label6.Text      = "Maximum significant figures on decimals";
     label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label6, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
                             "of 5 means 0.123456789 will display as 0.12345");
     //
     // label4
     //
     label4.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)));
     label4.AutoSize  = true;
     label4.Location  = new System.Drawing.Point(3, 61);
     label4.Margin    = new System.Windows.Forms.Padding(3);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(259, 20);
     label4.TabIndex  = 4;
     label4.Text      = "Minimum decimal places on float values";
     label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label4, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
                             "display as 0.00, 0.5 as 0.50");
     //
     // rdcAssoc
     //
     this.rdcAssoc.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.rdcAssoc.Location = new System.Drawing.Point(268, 3);
     this.rdcAssoc.Name     = "rdcAssoc";
     this.rdcAssoc.Size     = new System.Drawing.Size(90, 23);
     this.rdcAssoc.TabIndex = 1;
     this.rdcAssoc.Text     = "Associate .rdc";
     this.rdcAssoc.UseVisualStyleBackColor = true;
     this.rdcAssoc.Click += new System.EventHandler(this.rdcAssoc_Click);
     //
     // label1
     //
     label1.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)));
     label1.AutoSize  = true;
     label1.Location  = new System.Drawing.Point(3, 3);
     label1.Margin    = new System.Windows.Forms.Padding(3);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(259, 23);
     label1.TabIndex  = 0;
     label1.Text      = "Associate .rdc with RenderDoc";
     label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     label2.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)));
     label2.AutoSize  = true;
     label2.Location  = new System.Drawing.Point(3, 32);
     label2.Margin    = new System.Windows.Forms.Padding(3);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(259, 23);
     label2.TabIndex  = 2;
     label2.Text      = "Associate .cap with RenderDoc";
     label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // capAssoc
     //
     this.capAssoc.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.capAssoc.Location = new System.Drawing.Point(268, 32);
     this.capAssoc.Name     = "capAssoc";
     this.capAssoc.Size     = new System.Drawing.Size(90, 23);
     this.capAssoc.TabIndex = 2;
     this.capAssoc.Text     = "Associate .cap";
     this.capAssoc.UseVisualStyleBackColor = true;
     this.capAssoc.Click += new System.EventHandler(this.capAssoc_Click);
     //
     // label5
     //
     label5.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)));
     label5.AutoSize  = true;
     label5.Location  = new System.Drawing.Point(3, 113);
     label5.Margin    = new System.Windows.Forms.Padding(3);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(259, 20);
     label5.TabIndex  = 5;
     label5.Text      = "Negative exponential cutoff value";
     label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label5, "Any numbers smaller than this exponent will be displayed in scientific notation.\r" +
                             "\nE.g. a value of 3 means 0.005 / 10 = 5E-4\r\n");
     //
     // label7
     //
     label7.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)));
     label7.AutoSize  = true;
     label7.Location  = new System.Drawing.Point(3, 139);
     label7.Margin    = new System.Windows.Forms.Padding(3);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(259, 20);
     label7.TabIndex  = 7;
     label7.Text      = "Positive exponential cutoff value";
     label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label7, "Any numbers larger than this exponent will be displayed in scientific notation.\r\n" +
                             "e.g. 1000 * 10 = 1e4");
     //
     // Formatter_MaxFigures
     //
     this.Formatter_MaxFigures.Location = new System.Drawing.Point(268, 87);
     this.Formatter_MaxFigures.Maximum  = new decimal(new int[] {
         29,
         0,
         0,
         0
     });
     this.Formatter_MaxFigures.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.Formatter_MaxFigures.Name     = "Formatter_MaxFigures";
     this.Formatter_MaxFigures.Size     = new System.Drawing.Size(90, 20);
     this.Formatter_MaxFigures.TabIndex = 4;
     this.toolTip.SetToolTip(this.Formatter_MaxFigures, "No more significant figures than this will be displayed on floats.\r\ne.g. a value " +
                             "of 5 means 0.123456789 will display as 0.12345\r\n");
     this.Formatter_MaxFigures.Value = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.Formatter_MaxFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
     //
     // Formatter_MinFigures
     //
     this.Formatter_MinFigures.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.Formatter_MinFigures.Location = new System.Drawing.Point(268, 61);
     this.Formatter_MinFigures.Maximum  = new decimal(new int[] {
         29,
         0,
         0,
         0
     });
     this.Formatter_MinFigures.Name     = "Formatter_MinFigures";
     this.Formatter_MinFigures.Size     = new System.Drawing.Size(90, 20);
     this.Formatter_MinFigures.TabIndex = 3;
     this.toolTip.SetToolTip(this.Formatter_MinFigures, "Decimals will display at least this many digits.\r\ne.g. a value of 2 means 0 will " +
                             "display as 0.00, 0.5 as 0.50\r\n");
     this.Formatter_MinFigures.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.Formatter_MinFigures.ValueChanged += new System.EventHandler(this.formatter_ValueChanged);
     //
     // label3
     //
     label3.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)));
     label3.AutoSize  = true;
     label3.Location  = new System.Drawing.Point(3, 191);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(259, 20);
     label3.TabIndex  = 12;
     label3.Text      = "Allow periodic anonymous update checks";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" +
                             "ew versions.");
     //
     // CheckUpdate_AllowChecks
     //
     this.CheckUpdate_AllowChecks.AutoSize   = true;
     this.CheckUpdate_AllowChecks.Checked    = true;
     this.CheckUpdate_AllowChecks.CheckState = System.Windows.Forms.CheckState.Checked;
     this.CheckUpdate_AllowChecks.Location   = new System.Drawing.Point(268, 194);
     this.CheckUpdate_AllowChecks.Name       = "CheckUpdate_AllowChecks";
     this.CheckUpdate_AllowChecks.Size       = new System.Drawing.Size(15, 14);
     this.CheckUpdate_AllowChecks.TabIndex   = 8;
     this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allow periodic update checks");
     this.CheckUpdate_AllowChecks.UseVisualStyleBackColor = true;
     this.CheckUpdate_AllowChecks.CheckedChanged         += new System.EventHandler(this.CheckUpdate_AllowChecks_CheckedChanged);
     //
     // label11
     //
     label11.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)));
     label11.AutoSize  = true;
     label11.Location  = new System.Drawing.Point(3, 162);
     label11.Name      = "label11";
     label11.Size      = new System.Drawing.Size(259, 29);
     label11.TabIndex  = 14;
     label11.Text      = "Directory for temporary capture files";
     label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(label11, "Changes the directory where capture files are saved after being created, until sa" +
                             "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
     //
     // browseCaptureDirectory
     //
     this.browseCaptureDirectory.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.browseCaptureDirectory.Location = new System.Drawing.Point(268, 165);
     this.browseCaptureDirectory.Name     = "browseCaptureDirectory";
     this.browseCaptureDirectory.Size     = new System.Drawing.Size(90, 23);
     this.browseCaptureDirectory.TabIndex = 7;
     this.browseCaptureDirectory.Text     = "Browse";
     this.toolTip.SetToolTip(this.browseCaptureDirectory, "Changes the directory where capture files are saved after being created, until sa" +
                             "ved manually or deleted.\r\n\r\nDefaults to %TEMP%.");
     this.browseCaptureDirectory.UseVisualStyleBackColor = true;
     this.browseCaptureDirectory.Click += new System.EventHandler(this.browseCaptureDirectory_Click);
     //
     // texViewTab
     //
     this.texViewTab.Controls.Add(groupBox2);
     this.texViewTab.Location = new System.Drawing.Point(23, 4);
     this.texViewTab.Name     = "texViewTab";
     this.texViewTab.Padding  = new System.Windows.Forms.Padding(3);
     this.texViewTab.Size     = new System.Drawing.Size(373, 310);
     this.texViewTab.TabIndex = 1;
     this.texViewTab.Text     = "Texture Viewer";
     this.texViewTab.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(this.tableLayoutPanel3);
     groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox2.Location = new System.Drawing.Point(3, 3);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(367, 304);
     groupBox2.TabIndex = 0;
     groupBox2.TabStop  = false;
     groupBox2.Text     = "Texture Viewer";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.Controls.Add(this.TextureViewer_ResetRange, 1, 0);
     this.tableLayoutPanel3.Controls.Add(label10, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(361, 285);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // TextureViewer_ResetRange
     //
     this.TextureViewer_ResetRange.AutoSize = true;
     this.TextureViewer_ResetRange.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.TextureViewer_ResetRange.Location = new System.Drawing.Point(291, 3);
     this.TextureViewer_ResetRange.Name     = "TextureViewer_ResetRange";
     this.TextureViewer_ResetRange.Size     = new System.Drawing.Size(67, 14);
     this.TextureViewer_ResetRange.TabIndex = 20;
     this.toolTip.SetToolTip(this.TextureViewer_ResetRange, "Reset visible range when changing event or texture");
     this.TextureViewer_ResetRange.UseVisualStyleBackColor = true;
     this.TextureViewer_ResetRange.CheckedChanged         += new System.EventHandler(this.TextureViewer_ResetRange_CheckedChanged);
     //
     // label10
     //
     label10.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)));
     label10.AutoSize  = true;
     label10.Location  = new System.Drawing.Point(3, 3);
     label10.Margin    = new System.Windows.Forms.Padding(3);
     label10.Name      = "label10";
     label10.Size      = new System.Drawing.Size(282, 14);
     label10.TabIndex  = 4;
     label10.Text      = "Reset Range on changing selection";
     label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // shadViewTab
     //
     this.shadViewTab.Controls.Add(groupBox3);
     this.shadViewTab.Location = new System.Drawing.Point(23, 4);
     this.shadViewTab.Name     = "shadViewTab";
     this.shadViewTab.Padding  = new System.Windows.Forms.Padding(3);
     this.shadViewTab.Size     = new System.Drawing.Size(373, 310);
     this.shadViewTab.TabIndex = 2;
     this.shadViewTab.Text     = "Shader Viewer";
     this.shadViewTab.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     groupBox3.Controls.Add(this.tableLayoutPanel4);
     groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox3.Location = new System.Drawing.Point(3, 3);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(367, 304);
     groupBox3.TabIndex = 0;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "Shader Viewer";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel4.Controls.Add(this.ShaderViewer_FriendlyNaming, 1, 0);
     this.tableLayoutPanel4.Controls.Add(label12, 0, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(361, 285);
     this.tableLayoutPanel4.TabIndex = 1;
     //
     // ShaderViewer_FriendlyNaming
     //
     this.ShaderViewer_FriendlyNaming.AutoSize = true;
     this.ShaderViewer_FriendlyNaming.Location = new System.Drawing.Point(291, 3);
     this.ShaderViewer_FriendlyNaming.Name     = "ShaderViewer_FriendlyNaming";
     this.ShaderViewer_FriendlyNaming.Size     = new System.Drawing.Size(15, 14);
     this.ShaderViewer_FriendlyNaming.TabIndex = 40;
     this.toolTip.SetToolTip(this.ShaderViewer_FriendlyNaming, "In disassembly view, rename constant registers to their names from shader reflect" +
                             "ion data");
     this.ShaderViewer_FriendlyNaming.UseVisualStyleBackColor = true;
     this.ShaderViewer_FriendlyNaming.CheckedChanged         += new System.EventHandler(this.friendlyRegName_CheckedChanged);
     //
     // label12
     //
     label12.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)));
     label12.AutoSize  = true;
     label12.Location  = new System.Drawing.Point(3, 3);
     label12.Margin    = new System.Windows.Forms.Padding(3);
     label12.Name      = "label12";
     label12.Size      = new System.Drawing.Size(282, 14);
     label12.TabIndex  = 6;
     label12.Text      = "Rename disassembly registers";
     label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // eventTab
     //
     this.eventTab.Controls.Add(groupBox4);
     this.eventTab.Location = new System.Drawing.Point(23, 4);
     this.eventTab.Name     = "eventTab";
     this.eventTab.Padding  = new System.Windows.Forms.Padding(3);
     this.eventTab.Size     = new System.Drawing.Size(373, 310);
     this.eventTab.TabIndex = 3;
     this.eventTab.Text     = "Event Browser";
     this.eventTab.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     groupBox4.Controls.Add(this.tableLayoutPanel5);
     groupBox4.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox4.Location = new System.Drawing.Point(3, 3);
     groupBox4.Name     = "groupBox4";
     groupBox4.Size     = new System.Drawing.Size(367, 304);
     groupBox4.TabIndex = 1;
     groupBox4.TabStop  = false;
     groupBox4.Text     = "Event Browser";
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel5.Controls.Add(label8, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.EventBrowser_TimeUnit, 1, 0);
     this.tableLayoutPanel5.Controls.Add(label9, 0, 1);
     this.tableLayoutPanel5.Controls.Add(this.EventBrowser_HideEmpty, 1, 1);
     this.tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel5.Name     = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 3;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size     = new System.Drawing.Size(361, 285);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // label8
     //
     label8.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)));
     label8.AutoSize  = true;
     label8.Location  = new System.Drawing.Point(3, 3);
     label8.Margin    = new System.Windows.Forms.Padding(3);
     label8.Name      = "label8";
     label8.Size      = new System.Drawing.Size(282, 21);
     label8.TabIndex  = 3;
     label8.Text      = "Time unit used for event browser timings";
     label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EventBrowser_TimeUnit
     //
     this.EventBrowser_TimeUnit.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.EventBrowser_TimeUnit.FormattingEnabled = true;
     this.EventBrowser_TimeUnit.Location          = new System.Drawing.Point(291, 3);
     this.EventBrowser_TimeUnit.Name     = "EventBrowser_TimeUnit";
     this.EventBrowser_TimeUnit.Size     = new System.Drawing.Size(67, 21);
     this.EventBrowser_TimeUnit.TabIndex = 50;
     this.toolTip.SetToolTip(this.EventBrowser_TimeUnit, "The time unit to use when displaying the duration column in the event browser");
     this.EventBrowser_TimeUnit.SelectionChangeCommitted += new System.EventHandler(this.EventBrowser_TimeUnit_SelectionChangeCommitted);
     //
     // label9
     //
     label9.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)));
     label9.AutoSize  = true;
     label9.Location  = new System.Drawing.Point(3, 30);
     label9.Margin    = new System.Windows.Forms.Padding(3);
     label9.Name      = "label9";
     label9.Size      = new System.Drawing.Size(282, 14);
     label9.TabIndex  = 7;
     label9.Text      = "Hide empty marker sections (requires log reload)";
     label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EventBrowser_HideEmpty
     //
     this.EventBrowser_HideEmpty.AutoSize = true;
     this.EventBrowser_HideEmpty.Location = new System.Drawing.Point(291, 30);
     this.EventBrowser_HideEmpty.Name     = "EventBrowser_HideEmpty";
     this.EventBrowser_HideEmpty.Size     = new System.Drawing.Size(15, 14);
     this.EventBrowser_HideEmpty.TabIndex = 51;
     this.toolTip.SetToolTip(this.EventBrowser_HideEmpty, "In the Event Browser and Timeline Bar, marker sections that contain no API calls " +
                             "or drawcalls will be completely removed");
     this.EventBrowser_HideEmpty.UseVisualStyleBackColor = true;
     this.EventBrowser_HideEmpty.CheckedChanged         += new System.EventHandler(this.EventBrowser_HideEmpty_CheckedChanged);
     //
     // pagesTree
     //
     this.pagesTree.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSize            = true;
     treeListColumn1.AutoSizeMinSize     = 0;
     treeListColumn1.Width = 50;
     this.pagesTree.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1
     });
     this.pagesTree.ColumnsOptions.HeaderHeight = 1;
     this.pagesTree.Cursor                    = System.Windows.Forms.Cursors.Arrow;
     this.pagesTree.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.pagesTree.Location                  = new System.Drawing.Point(3, 3);
     this.pagesTree.MultiSelect               = false;
     this.pagesTree.Name                      = "pagesTree";
     this.pagesTree.RowOptions.ShowHeader     = false;
     this.pagesTree.Size                      = new System.Drawing.Size(168, 318);
     this.pagesTree.TabIndex                  = 0;
     this.pagesTree.ViewOptions.ShowGridLines = false;
     this.pagesTree.ViewOptions.ShowLine      = false;
     this.pagesTree.ViewOptions.ShowPlusMinus = false;
     this.pagesTree.AfterSelect              += new System.Windows.Forms.TreeViewEventHandler(this.pagesTree_AfterSelect);
     //
     // ok
     //
     this.ok.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.Location = new System.Drawing.Point(502, 327);
     this.ok.Name     = "ok";
     this.ok.Size     = new System.Drawing.Size(75, 23);
     this.ok.TabIndex = 100;
     this.ok.Text     = "OK";
     this.ok.UseVisualStyleBackColor = true;
     this.ok.Click += new System.EventHandler(this.ok_Click);
     //
     // browserCaptureDialog
     //
     this.browserCaptureDialog.RootFolder = System.Environment.SpecialFolder.MyComputer;
     //
     // SettingsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(580, 353);
     this.Controls.Add(tableLayoutPanel1);
     this.MinimumSize   = new System.Drawing.Size(500, 300);
     this.Name          = "SettingsDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Settings";
     tableLayoutPanel1.ResumeLayout(false);
     this.settingsTabs.ResumeLayout(false);
     this.generalTab.ResumeLayout(false);
     groupBox1.ResumeLayout(false);
     tableLayoutPanel2.ResumeLayout(false);
     tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_PosExp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_NegExp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_MaxFigures)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formatter_MinFigures)).EndInit();
     this.texViewTab.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.shadViewTab.ResumeLayout(false);
     groupBox3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.eventTab.ResumeLayout(false);
     groupBox4.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pagesTree)).EndInit();
     this.ResumeLayout(false);
 }
Пример #18
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.Windows.Forms.ToolStripLabel toolStripLabel3;
     TreelistView.TreeListColumn         treeListColumn1 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("EID", "EID")));
     TreelistView.TreeListColumn         treeListColumn2 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Drawcall", "Draw #")));
     TreelistView.TreeListColumn         treeListColumn3 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Name", "Name")));
     TreelistView.TreeListColumn         treeListColumn4 = ((TreelistView.TreeListColumn)(new TreelistView.TreeListColumn("Duration", "Duration (µs)")));
     System.Windows.Forms.ToolStripLabel toolStripLabel4;
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.eventView           = new TreelistView.TreeListView();
     this.eventViewRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.selectVisibleColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.findEventButton     = new System.Windows.Forms.ToolStripButton();
     this.jumpEventButton     = new System.Windows.Forms.ToolStripButton();
     this.timeDraws           = new System.Windows.Forms.ToolStripButton();
     this.selectColumnsButton = new System.Windows.Forms.ToolStripButton();
     this.jumpStrip           = new System.Windows.Forms.ToolStrip();
     this.jumpToEID           = new renderdocui.Controls.ToolStripSpringTextBox();
     this.findStrip           = new System.Windows.Forms.ToolStrip();
     this.findEvent           = new renderdocui.Controls.ToolStripSpringTextBox();
     this.closeFind           = new System.Windows.Forms.ToolStripButton();
     this.findNext            = new System.Windows.Forms.ToolStripButton();
     this.findPrev            = new System.Windows.Forms.ToolStripButton();
     this.findHighlight       = new System.Windows.Forms.Timer(this.components);
     this.bookmarkStrip       = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toggleBookmark      = new System.Windows.Forms.ToolStripButton();
     toolStripLabel3          = new System.Windows.Forms.ToolStripLabel();
     toolStripLabel4          = new System.Windows.Forms.ToolStripLabel();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eventView)).BeginInit();
     this.eventViewRightClick.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.jumpStrip.SuspendLayout();
     this.findStrip.SuspendLayout();
     this.bookmarkStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripLabel3
     //
     toolStripLabel3.Name = "toolStripLabel3";
     toolStripLabel3.Size = new System.Drawing.Size(47, 22);
     toolStripLabel3.Text = "Controls";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Image = global::renderdocui.Properties.Resources.flag_green;
     this.toolStripLabel1.Name  = "toolStripLabel1";
     this.toolStripLabel1.Size  = new System.Drawing.Size(92, 22);
     this.toolStripLabel1.Text  = "Jump to Event";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Image = global::renderdocui.Properties.Resources.find;
     this.toolStripLabel2.Name  = "toolStripLabel2";
     this.toolStripLabel2.Size  = new System.Drawing.Size(74, 22);
     this.toolStripLabel2.Text  = "Find Event";
     //
     // toolStripContainer1
     //
     this.toolStripContainer1.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.eventView);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(285, 238);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size     = new System.Drawing.Size(285, 338);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.jumpStrip);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.findStrip);
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.bookmarkStrip);
     //
     // eventView
     //
     this.eventView.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSizeMinSize     = 15;
     treeListColumn1.Width           = 48;
     treeListColumn2.AutoSizeMinSize = 15;
     treeListColumn2.Width           = 45;
     treeListColumn3.AutoSize        = true;
     treeListColumn3.AutoSizeMinSize = 100;
     treeListColumn3.Width           = 200;
     treeListColumn4.AutoSizeMinSize = 20;
     treeListColumn4.Width           = 75;
     this.eventView.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3,
         treeListColumn4
     });
     this.eventView.ContextMenuStrip                     = this.eventViewRightClick;
     this.eventView.Cursor                               = System.Windows.Forms.Cursors.Arrow;
     this.eventView.Dock                                 = System.Windows.Forms.DockStyle.Fill;
     this.eventView.Location                             = new System.Drawing.Point(0, 0);
     this.eventView.MultiSelect                          = false;
     this.eventView.Name                                 = "eventView";
     this.eventView.RowOptions.ShowHeader                = false;
     this.eventView.SelectedImage                        = global::renderdocui.Properties.Resources.flag_green;
     this.eventView.Size                                 = new System.Drawing.Size(285, 238);
     this.eventView.TabIndex                             = 0;
     this.eventView.TreeColumn                           = 2;
     this.eventView.ViewOptions.HoverHandTreeColumn      = false;
     this.eventView.ViewOptions.Indent                   = 12;
     this.eventView.ViewOptions.UserRearrangeableColumns = true;
     this.eventView.AfterSelect                         += new System.Windows.Forms.TreeViewEventHandler(this.eventView_AfterSelect);
     this.eventView.KeyDown                             += new System.Windows.Forms.KeyEventHandler(this.eventView_KeyDown);
     //
     // eventViewRightClick
     //
     this.eventViewRightClick.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.selectVisibleColumnsToolStripMenuItem
     });
     this.eventViewRightClick.Name = "contextMenuStrip1";
     this.eventViewRightClick.Size = new System.Drawing.Size(179, 26);
     //
     // selectVisibleColumnsToolStripMenuItem
     //
     this.selectVisibleColumnsToolStripMenuItem.Image  = global::renderdocui.Properties.Resources.timeline_marker;
     this.selectVisibleColumnsToolStripMenuItem.Name   = "selectVisibleColumnsToolStripMenuItem";
     this.selectVisibleColumnsToolStripMenuItem.Size   = new System.Drawing.Size(178, 22);
     this.selectVisibleColumnsToolStripMenuItem.Text   = "Select Visible Columns";
     this.selectVisibleColumnsToolStripMenuItem.Click += new System.EventHandler(this.selectVisibleColumnsToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock      = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel3,
         this.toolStripSeparator1,
         this.findEventButton,
         this.jumpEventButton,
         this.timeDraws,
         this.selectColumnsButton,
         this.toggleBookmark
     });
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.Size        = new System.Drawing.Size(285, 25);
     this.toolStrip1.Stretch     = true;
     this.toolStrip1.TabIndex    = 2;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // findEventButton
     //
     this.findEventButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.findEventButton.Image                 = global::renderdocui.Properties.Resources.find;
     this.findEventButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.findEventButton.Name        = "findEventButton";
     this.findEventButton.Size        = new System.Drawing.Size(23, 22);
     this.findEventButton.Text        = "Find event by string";
     this.findEventButton.ToolTipText = "Find event by string";
     this.findEventButton.Click      += new System.EventHandler(this.findEventButton_Click);
     //
     // jumpEventButton
     //
     this.jumpEventButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.jumpEventButton.Image                 = global::renderdocui.Properties.Resources.flag_green;
     this.jumpEventButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.jumpEventButton.Name        = "jumpEventButton";
     this.jumpEventButton.Size        = new System.Drawing.Size(23, 22);
     this.jumpEventButton.Text        = "Jump to an Event by EID";
     this.jumpEventButton.ToolTipText = "Jump to an Event by EID";
     this.jumpEventButton.Click      += new System.EventHandler(this.jumpEventButton_Click);
     //
     // timeDraws
     //
     this.timeDraws.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.timeDraws.Image                 = global::renderdocui.Properties.Resources.time;
     this.timeDraws.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.timeDraws.Name        = "timeDraws";
     this.timeDraws.Size        = new System.Drawing.Size(23, 22);
     this.timeDraws.Text        = "Time durations for the drawcalls";
     this.timeDraws.ToolTipText = "Time durations for the drawcalls";
     this.timeDraws.Click      += new System.EventHandler(this.timeDraws_Click);
     //
     // selectColumnsButton
     //
     this.selectColumnsButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.selectColumnsButton.Image                 = global::renderdocui.Properties.Resources.timeline_marker;
     this.selectColumnsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.selectColumnsButton.Name   = "selectColumnsButton";
     this.selectColumnsButton.Size   = new System.Drawing.Size(23, 22);
     this.selectColumnsButton.Text   = "Select visible columns";
     this.selectColumnsButton.Click += new System.EventHandler(this.selectColumnsButton_Click);
     //
     // jumpStrip
     //
     this.jumpStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.jumpStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.jumpStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.jumpToEID
     });
     this.jumpStrip.Location = new System.Drawing.Point(0, 25);
     this.jumpStrip.Name     = "jumpStrip";
     this.jumpStrip.Size     = new System.Drawing.Size(285, 25);
     this.jumpStrip.Stretch  = true;
     this.jumpStrip.TabIndex = 0;
     //
     // jumpToEID
     //
     this.jumpToEID.Name         = "jumpToEID";
     this.jumpToEID.Size         = new System.Drawing.Size(159, 25);
     this.jumpToEID.ToolTipText  = "Jump to event by event ID";
     this.jumpToEID.Leave       += new System.EventHandler(this.jumpFind_Leave);
     this.jumpToEID.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.jumpToEID_KeyPress);
     this.jumpToEID.TextChanged += new System.EventHandler(this.jumpToEID_TextChanged);
     //
     // findStrip
     //
     this.findStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.findStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.findStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.findEvent,
         this.closeFind,
         this.findNext,
         this.findPrev
     });
     this.findStrip.Location = new System.Drawing.Point(0, 50);
     this.findStrip.Name     = "findStrip";
     this.findStrip.Size     = new System.Drawing.Size(285, 25);
     this.findStrip.Stretch  = true;
     this.findStrip.TabIndex = 1;
     //
     // findEvent
     //
     this.findEvent.Name         = "findEvent";
     this.findEvent.Size         = new System.Drawing.Size(108, 25);
     this.findEvent.ToolTipText  = "Find an event by type or name";
     this.findEvent.Leave       += new System.EventHandler(this.jumpFind_Leave);
     this.findEvent.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.findEvent_KeyPress);
     this.findEvent.TextChanged += new System.EventHandler(this.findEvent_TextChanged);
     //
     // closeFind
     //
     this.closeFind.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.closeFind.Image                 = global::renderdocui.Properties.Resources.cross;
     this.closeFind.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.closeFind.Name        = "closeFind";
     this.closeFind.Size        = new System.Drawing.Size(23, 22);
     this.closeFind.Text        = "Close";
     this.closeFind.ToolTipText = "Close search";
     this.closeFind.Click      += new System.EventHandler(this.closeFind_Click);
     //
     // findNext
     //
     this.findNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.findNext.Image                 = global::renderdocui.Properties.Resources.stepnext;
     this.findNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.findNext.Name   = "findNext";
     this.findNext.Size   = new System.Drawing.Size(23, 22);
     this.findNext.Text   = "Find Next Match";
     this.findNext.Click += new System.EventHandler(this.findNext_Click);
     //
     // findPrev
     //
     this.findPrev.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.findPrev.Image                 = global::renderdocui.Properties.Resources.stepprev;
     this.findPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.findPrev.Name   = "findPrev";
     this.findPrev.Size   = new System.Drawing.Size(23, 22);
     this.findPrev.Text   = "Find Previous Match";
     this.findPrev.Click += new System.EventHandler(this.findPrev_Click);
     //
     // findHighlight
     //
     this.findHighlight.Interval = 400;
     this.findHighlight.Tick    += new System.EventHandler(this.findHighlight_Tick);
     //
     // bookmarkStrip
     //
     this.bookmarkStrip.Dock      = System.Windows.Forms.DockStyle.None;
     this.bookmarkStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.bookmarkStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripLabel4,
         this.toolStripSeparator2
     });
     this.bookmarkStrip.Location = new System.Drawing.Point(0, 75);
     this.bookmarkStrip.Name     = "bookmarkStrip";
     this.bookmarkStrip.Size     = new System.Drawing.Size(285, 25);
     this.bookmarkStrip.Stretch  = true;
     this.bookmarkStrip.TabIndex = 3;
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel4
     //
     toolStripLabel4.Image = global::renderdocui.Properties.Resources.asterisk_orange;
     toolStripLabel4.Name  = "toolStripLabel4";
     toolStripLabel4.Size  = new System.Drawing.Size(74, 22);
     toolStripLabel4.Text  = "Bookmarks";
     //
     // toggleBookmarkButton
     //
     this.toggleBookmark.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toggleBookmark.Image                 = global::renderdocui.Properties.Resources.asterisk_orange;
     this.toggleBookmark.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toggleBookmark.Name   = "toggleBookmarkButton";
     this.toggleBookmark.Size   = new System.Drawing.Size(23, 22);
     this.toggleBookmark.Text   = "Toggle Bookmark";
     this.toggleBookmark.Click += new System.EventHandler(this.toggleBookmark_Click);
     //
     // EventBrowser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(285, 338);
     this.Controls.Add(this.toolStripContainer1);
     this.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "EventBrowser";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
     this.Text        = "Event Browser";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EventBrowser_FormClosed);
     this.Shown      += new System.EventHandler(this.EventBrowser_Shown);
     this.Leave      += new System.EventHandler(this.EventBrowser_Leave);
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eventView)).EndInit();
     this.eventViewRightClick.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.jumpStrip.ResumeLayout(false);
     this.jumpStrip.PerformLayout();
     this.findStrip.ResumeLayout(false);
     this.findStrip.PerformLayout();
     this.bookmarkStrip.ResumeLayout(false);
     this.bookmarkStrip.PerformLayout();
     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.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            TreelistView.TreeListColumn treeListColumn1 = new TreelistView.TreeListColumn("Hostname", "Hostname");
            TreelistView.TreeListColumn treeListColumn2 = new TreelistView.TreeListColumn("API", "API");
            TreelistView.TreeListColumn treeListColumn3 = new TreelistView.TreeListColumn("User", "Connected User");
            this.hosts = new TreelistView.TreeListView();
            this.connect = new System.Windows.Forms.Button();
            this.addhost = new System.Windows.Forms.Button();
            this.hostname = new System.Windows.Forms.TextBox();
            this.refresh = new System.Windows.Forms.Button();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 4;
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
            tableLayoutPanel1.Controls.Add(this.connect, 3, 1);
            tableLayoutPanel1.Controls.Add(this.addhost, 1, 1);
            tableLayoutPanel1.Controls.Add(this.hostname, 0, 1);
            tableLayoutPanel1.Controls.Add(this.refresh, 2, 1);
            tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            tableLayoutPanel1.Size = new System.Drawing.Size(488, 297);
            tableLayoutPanel1.TabIndex = 2;
            // 
            // hosts
            // 
            this.hosts.AlwaysDisplayVScroll = true;
            treeListColumn1.AutoSize = true;
            treeListColumn1.AutoSizeMinSize = 15;
            treeListColumn1.Width = 48;
            treeListColumn2.AutoSizeMinSize = 15;
            treeListColumn2.Width = 80;
            treeListColumn3.AutoSizeMinSize = 15;
            treeListColumn3.Width = 125;
            this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
            treeListColumn1,
            treeListColumn2,
            treeListColumn3});
            tableLayoutPanel1.SetColumnSpan(this.hosts, 4);
            this.hosts.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.hosts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.hosts.Location = new System.Drawing.Point(3, 3);
            this.hosts.MultiSelect = false;
            this.hosts.Name = "hosts";
            this.hosts.RowOptions.ShowHeader = false;
            this.hosts.Size = new System.Drawing.Size(482, 262);
            this.hosts.TabIndex = 1;
            this.hosts.ViewOptions.HoverHandTreeColumn = false;
            this.hosts.ViewOptions.Indent = 12;
            this.hosts.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
            this.hosts.NodeDoubleClicked += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
            this.hosts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
            // 
            // connect
            // 
            this.connect.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.connect.Enabled = false;
            this.connect.Location = new System.Drawing.Point(410, 271);
            this.connect.Margin = new System.Windows.Forms.Padding(32, 3, 3, 3);
            this.connect.Name = "connect";
            this.connect.Size = new System.Drawing.Size(75, 23);
            this.connect.TabIndex = 5;
            this.connect.Text = "Connect";
            this.connect.UseVisualStyleBackColor = true;
            this.connect.Click += new System.EventHandler(this.connect_Click);
            // 
            // addhost
            // 
            this.addhost.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.addhost.Location = new System.Drawing.Point(219, 271);
            this.addhost.Name = "addhost";
            this.addhost.Size = new System.Drawing.Size(75, 23);
            this.addhost.TabIndex = 3;
            this.addhost.Text = "Add Host";
            this.addhost.UseVisualStyleBackColor = true;
            this.addhost.Click += new System.EventHandler(this.addhost_Click);
            // 
            // hostname
            // 
            this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.hostname.Location = new System.Drawing.Point(3, 271);
            this.hostname.Name = "hostname";
            this.hostname.Size = new System.Drawing.Size(210, 20);
            this.hostname.TabIndex = 2;
            this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hostname_KeyPress);
            // 
            // refresh
            // 
            this.refresh.Location = new System.Drawing.Point(300, 271);
            this.refresh.Name = "refresh";
            this.refresh.Size = new System.Drawing.Size(75, 23);
            this.refresh.TabIndex = 4;
            this.refresh.Text = "Refresh";
            this.refresh.UseVisualStyleBackColor = true;
            this.refresh.Click += new System.EventHandler(this.refresh_Click);
            // 
            // RemoteHostSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(488, 297);
            this.Controls.Add(tableLayoutPanel1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "RemoteHostSelect";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Attach to running instance";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit();
            this.ResumeLayout(false);

        }
Пример #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     TreelistView.TreeListColumn           treeListColumn1 = new TreelistView.TreeListColumn("Hostname", "Hostname");
     TreelistView.TreeListColumn           treeListColumn2 = new TreelistView.TreeListColumn("API", "API");
     TreelistView.TreeListColumn           treeListColumn3 = new TreelistView.TreeListColumn("User", "Connected User");
     this.hosts        = new TreelistView.TreeListView();
     this.connect      = new System.Windows.Forms.Button();
     this.addhost      = new System.Windows.Forms.Button();
     this.hostname     = new System.Windows.Forms.TextBox();
     this.refresh      = new System.Windows.Forms.Button();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 4;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(this.hosts, 0, 0);
     tableLayoutPanel1.Controls.Add(this.connect, 3, 1);
     tableLayoutPanel1.Controls.Add(this.addhost, 1, 1);
     tableLayoutPanel1.Controls.Add(this.hostname, 0, 1);
     tableLayoutPanel1.Controls.Add(this.refresh, 2, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(488, 297);
     tableLayoutPanel1.TabIndex = 2;
     //
     // hosts
     //
     this.hosts.AlwaysDisplayVScroll = true;
     treeListColumn1.AutoSize        = true;
     treeListColumn1.AutoSizeMinSize = 15;
     treeListColumn1.Width           = 48;
     treeListColumn2.AutoSizeMinSize = 15;
     treeListColumn2.Width           = 80;
     treeListColumn3.AutoSizeMinSize = 15;
     treeListColumn3.Width           = 125;
     this.hosts.Columns.AddRange(new TreelistView.TreeListColumn[] {
         treeListColumn1,
         treeListColumn2,
         treeListColumn3
     });
     tableLayoutPanel1.SetColumnSpan(this.hosts, 4);
     this.hosts.Cursor                          = System.Windows.Forms.Cursors.Arrow;
     this.hosts.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.hosts.Location                        = new System.Drawing.Point(3, 3);
     this.hosts.MultiSelect                     = false;
     this.hosts.Name                            = "hosts";
     this.hosts.RowOptions.ShowHeader           = false;
     this.hosts.Size                            = new System.Drawing.Size(482, 262);
     this.hosts.TabIndex                        = 1;
     this.hosts.ViewOptions.HoverHandTreeColumn = false;
     this.hosts.ViewOptions.Indent              = 12;
     this.hosts.AfterSelect                    += new System.Windows.Forms.TreeViewEventHandler(this.hosts_AfterSelect);
     this.hosts.NodeDoubleClicked              += new TreelistView.TreeListView.NodeDoubleClickedHandler(this.hosts_NodeDoubleClicked);
     this.hosts.KeyDown                        += new System.Windows.Forms.KeyEventHandler(this.hosts_KeyDown);
     //
     // connect
     //
     this.connect.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.connect.Enabled  = false;
     this.connect.Location = new System.Drawing.Point(410, 271);
     this.connect.Margin   = new System.Windows.Forms.Padding(32, 3, 3, 3);
     this.connect.Name     = "connect";
     this.connect.Size     = new System.Drawing.Size(75, 23);
     this.connect.TabIndex = 5;
     this.connect.Text     = "Connect";
     this.connect.UseVisualStyleBackColor = true;
     this.connect.Click += new System.EventHandler(this.connect_Click);
     //
     // addhost
     //
     this.addhost.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.addhost.Location = new System.Drawing.Point(219, 271);
     this.addhost.Name     = "addhost";
     this.addhost.Size     = new System.Drawing.Size(75, 23);
     this.addhost.TabIndex = 3;
     this.addhost.Text     = "Add Host";
     this.addhost.UseVisualStyleBackColor = true;
     this.addhost.Click += new System.EventHandler(this.addhost_Click);
     //
     // hostname
     //
     this.hostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.hostname.Location  = new System.Drawing.Point(3, 271);
     this.hostname.Name      = "hostname";
     this.hostname.Size      = new System.Drawing.Size(210, 20);
     this.hostname.TabIndex  = 2;
     this.hostname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hostname_KeyPress);
     //
     // refresh
     //
     this.refresh.Location = new System.Drawing.Point(300, 271);
     this.refresh.Name     = "refresh";
     this.refresh.Size     = new System.Drawing.Size(75, 23);
     this.refresh.TabIndex = 4;
     this.refresh.Text     = "Refresh";
     this.refresh.UseVisualStyleBackColor = true;
     this.refresh.Click += new System.EventHandler(this.refresh_Click);
     //
     // RemoteHostSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(488, 297);
     this.Controls.Add(tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "RemoteHostSelect";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Attach to running instance";
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hosts)).EndInit();
     this.ResumeLayout(false);
 }