Пример #1
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();
     ShaderToy_Components.controlProjectObject.clsDesigner clsDesigner1           = new ShaderToy_Components.controlProjectObject.clsDesigner();
     System.ComponentModel.ComponentResourceManager        resources              = new System.ComponentModel.ComponentResourceManager(typeof(frmShader));
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelMain              = new ShaderToy_Components.controlProjectObject();
     this.panelSourceEdit        = new System.Windows.Forms.Panel();
     this.txtSource              = new FastColoredTextBoxNS.FastColoredTextBox();
     this.txtmapSource           = new FastColoredTextBoxNS.DocumentMap();
     this.splitterCompileStatus  = new System.Windows.Forms.Splitter();
     this.panelCompileStatus     = new System.Windows.Forms.Panel();
     this.dataCompileStatus      = new System.Windows.Forms.DataGridView();
     this.panelCompileStatusHead = new System.Windows.Forms.Panel();
     this.chkCompileWarnings     = new System.Windows.Forms.CheckBox();
     this.chkCompileErrors       = new System.Windows.Forms.CheckBox();
     this.lblCompileStatus       = new System.Windows.Forms.Label();
     this.lstShaderType          = new System.Windows.Forms.ComboBox();
     this.btnLoad        = new System.Windows.Forms.Button();
     this.btnSave        = new System.Windows.Forms.Button();
     this.gadgetCompile  = new System.Windows.Forms.Panel();
     this.btnCompile     = new System.Windows.Forms.Button();
     this.chkAutoCompile = new System.Windows.Forms.CheckBox();
     this.dialogSaveFile = new System.Windows.Forms.SaveFileDialog();
     this.dialogOpenFile = new System.Windows.Forms.OpenFileDialog();
     this.panelMain.Content.SuspendLayout();
     this.panelMain.Status.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.panelSourceEdit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSource)).BeginInit();
     this.panelCompileStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataCompileStatus)).BeginInit();
     this.panelCompileStatusHead.SuspendLayout();
     this.gadgetCompile.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     //
     // panelMain.Content
     //
     this.panelMain.Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Content.Controls.Add(this.panelSourceEdit);
     this.panelMain.Content.Controls.Add(this.splitterCompileStatus);
     this.panelMain.Content.Controls.Add(this.panelCompileStatus);
     this.panelMain.Content.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Content.Location = new System.Drawing.Point(0, 0);
     this.panelMain.Content.Name     = "Content";
     this.panelMain.Content.Size     = new System.Drawing.Size(800, 419);
     this.panelMain.Content.TabIndex = 2;
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.ForeColor        = System.Drawing.SystemColors.Window;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Margin           = new System.Windows.Forms.Padding(0);
     this.panelMain.Name             = "panelMain";
     clsDesigner1.Name            = "ProjectObject";
     clsDesigner1.ParentControl   = this.panelMain;
     this.panelMain.ProjectObject = clsDesigner1;
     this.panelMain.Size          = new System.Drawing.Size(800, 449);
     //
     // panelMain.Status
     //
     this.panelMain.Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Status.Controls.Add(this.lstShaderType);
     this.panelMain.Status.Controls.Add(this.btnLoad);
     this.panelMain.Status.Controls.Add(this.btnSave);
     this.panelMain.Status.Controls.Add(this.gadgetCompile);
     this.panelMain.Status.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.panelMain.Status.Location      = new System.Drawing.Point(0, 419);
     this.panelMain.Status.Name          = "Status";
     this.panelMain.Status.Size          = new System.Drawing.Size(800, 30);
     this.panelMain.Status.TabIndex      = 3;
     this.panelMain.TabIndex             = 4;
     this.panelMain.Timer_IntervalUpdate = null;
     //
     // panelSourceEdit
     //
     this.panelSourceEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(16)))), ((int)(((byte)(24)))));
     this.panelSourceEdit.Controls.Add(this.txtSource);
     this.panelSourceEdit.Controls.Add(this.txtmapSource);
     this.panelSourceEdit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSourceEdit.Location = new System.Drawing.Point(0, 0);
     this.panelSourceEdit.Name     = "panelSourceEdit";
     this.panelSourceEdit.Size     = new System.Drawing.Size(798, 381);
     this.panelSourceEdit.TabIndex = 2;
     //
     // txtSource
     //
     this.txtSource.AllowSeveralTextStyleDrawing = true;
     this.txtSource.AutoCompleteBracketsList     = new char[] {
         '(',
         ')',
         '{',
         '}',
         '[',
         ']',
         '\"',
         '\"',
         '\'',
         '\''
     };
     this.txtSource.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?<range>=)\\s*(?<range>[^;]+);\r\n";
     this.txtSource.AutoScrollMinSize       = new System.Drawing.Size(27, 14);
     this.txtSource.BackBrush   = null;
     this.txtSource.BackColor   = System.Drawing.Color.Transparent;
     this.txtSource.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSource.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2;
     this.txtSource.CaretColor            = System.Drawing.Color.White;
     this.txtSource.CharHeight            = 14;
     this.txtSource.CharWidth             = 8;
     this.txtSource.Cursor                = System.Windows.Forms.Cursors.IBeam;
     this.txtSource.DisabledColor         = System.Drawing.Color.Gray;
     this.txtSource.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.txtSource.ForeColor             = System.Drawing.Color.LightGray;
     this.txtSource.IndentBackColor       = System.Drawing.Color.Transparent;
     this.txtSource.IsReplaceMode         = false;
     this.txtSource.Language              = FastColoredTextBoxNS.Language.JS;
     this.txtSource.LeftBracket           = '(';
     this.txtSource.LeftBracket2          = '{';
     this.txtSource.Location              = new System.Drawing.Point(0, 0);
     this.txtSource.Name                  = "txtSource";
     this.txtSource.Paddings              = new System.Windows.Forms.Padding(0);
     this.txtSource.RightBracket          = ')';
     this.txtSource.RightBracket2         = '}';
     this.txtSource.SelectionColor        = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.txtSource.ServiceColors         = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("txtSource.ServiceColors")));
     this.txtSource.ShowCaretWhenInactive = true;
     this.txtSource.ShowFoldingLines      = true;
     this.txtSource.Size                  = new System.Drawing.Size(675, 381);
     this.txtSource.TabIndex              = 0;
     this.txtSource.TextAreaBorder        = FastColoredTextBoxNS.TextAreaBorderType.Shadow;
     this.txtSource.Zoom                  = 100;
     this.txtSource.TextChanged          += new System.EventHandler <FastColoredTextBoxNS.TextChangedEventArgs>(this.TxtSource_TextChanged);
     //
     // txtmapSource
     //
     this.txtmapSource.Dock      = System.Windows.Forms.DockStyle.Right;
     this.txtmapSource.ForeColor = System.Drawing.Color.Maroon;
     this.txtmapSource.Location  = new System.Drawing.Point(675, 0);
     this.txtmapSource.Name      = "txtmapSource";
     this.txtmapSource.Size      = new System.Drawing.Size(123, 381);
     this.txtmapSource.TabIndex  = 1;
     this.txtmapSource.Target    = this.txtSource;
     //
     // splitterCompileStatus
     //
     this.splitterCompileStatus.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitterCompileStatus.Cursor    = System.Windows.Forms.Cursors.HSplit;
     this.splitterCompileStatus.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.splitterCompileStatus.Location  = new System.Drawing.Point(0, 381);
     this.splitterCompileStatus.Margin    = new System.Windows.Forms.Padding(0);
     this.splitterCompileStatus.MinExtra  = 0;
     this.splitterCompileStatus.MinSize   = 18;
     this.splitterCompileStatus.Name      = "splitterCompileStatus";
     this.splitterCompileStatus.Size      = new System.Drawing.Size(798, 10);
     this.splitterCompileStatus.TabIndex  = 2;
     this.splitterCompileStatus.TabStop   = false;
     //
     // panelCompileStatus
     //
     this.panelCompileStatus.Controls.Add(this.dataCompileStatus);
     this.panelCompileStatus.Controls.Add(this.panelCompileStatusHead);
     this.panelCompileStatus.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelCompileStatus.Location = new System.Drawing.Point(0, 391);
     this.panelCompileStatus.Name     = "panelCompileStatus";
     this.panelCompileStatus.Size     = new System.Drawing.Size(798, 26);
     this.panelCompileStatus.TabIndex = 3;
     //
     // dataCompileStatus
     //
     this.dataCompileStatus.AllowUserToAddRows          = false;
     this.dataCompileStatus.AllowUserToDeleteRows       = false;
     this.dataCompileStatus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataCompileStatus.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dataCompileStatus.Location             = new System.Drawing.Point(0, 23);
     this.dataCompileStatus.Name                 = "dataCompileStatus";
     this.dataCompileStatus.ReadOnly             = true;
     dataGridViewCellStyle1.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.dataCompileStatus.RowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataCompileStatus.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataCompileStatus.Size                 = new System.Drawing.Size(798, 3);
     this.dataCompileStatus.TabIndex             = 0;
     this.dataCompileStatus.CellDoubleClick     += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataCompileStatus_CellDoubleClick);
     //
     // panelCompileStatusHead
     //
     this.panelCompileStatusHead.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelCompileStatusHead.Controls.Add(this.chkCompileWarnings);
     this.panelCompileStatusHead.Controls.Add(this.chkCompileErrors);
     this.panelCompileStatusHead.Controls.Add(this.lblCompileStatus);
     this.panelCompileStatusHead.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panelCompileStatusHead.ForeColor = System.Drawing.SystemColors.Window;
     this.panelCompileStatusHead.Location  = new System.Drawing.Point(0, 0);
     this.panelCompileStatusHead.Name      = "panelCompileStatusHead";
     this.panelCompileStatusHead.Size      = new System.Drawing.Size(798, 23);
     this.panelCompileStatusHead.TabIndex  = 1;
     //
     // chkCompileWarnings
     //
     this.chkCompileWarnings.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkCompileWarnings.AutoSize   = true;
     this.chkCompileWarnings.BackColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkCompileWarnings.Checked    = true;
     this.chkCompileWarnings.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkCompileWarnings.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkCompileWarnings.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkCompileWarnings.ForeColor  = System.Drawing.SystemColors.Window;
     this.chkCompileWarnings.Location   = new System.Drawing.Point(342, 0);
     this.chkCompileWarnings.Name       = "chkCompileWarnings";
     this.chkCompileWarnings.Size       = new System.Drawing.Size(74, 23);
     this.chkCompileWarnings.TabIndex   = 2;
     this.chkCompileWarnings.Text       = "Warnings: 0";
     this.chkCompileWarnings.UseVisualStyleBackColor = false;
     this.chkCompileWarnings.CheckedChanged         += new System.EventHandler(this.ChkCompileWarnings_CheckedChanged);
     //
     // chkCompileErrors
     //
     this.chkCompileErrors.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkCompileErrors.AutoSize   = true;
     this.chkCompileErrors.BackColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkCompileErrors.Checked    = true;
     this.chkCompileErrors.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkCompileErrors.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkCompileErrors.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkCompileErrors.ForeColor  = System.Drawing.SystemColors.Window;
     this.chkCompileErrors.Location   = new System.Drawing.Point(286, 0);
     this.chkCompileErrors.Name       = "chkCompileErrors";
     this.chkCompileErrors.Size       = new System.Drawing.Size(56, 23);
     this.chkCompileErrors.TabIndex   = 1;
     this.chkCompileErrors.Text       = "Errors: 0";
     this.chkCompileErrors.UseVisualStyleBackColor = false;
     this.chkCompileErrors.CheckedChanged         += new System.EventHandler(this.ChkCompileErrors_CheckedChanged);
     //
     // lblCompileStatus
     //
     this.lblCompileStatus.BackColor = System.Drawing.SystemColors.ControlDark;
     this.lblCompileStatus.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblCompileStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblCompileStatus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCompileStatus.ForeColor = System.Drawing.Color.Lime;
     this.lblCompileStatus.Location  = new System.Drawing.Point(0, 0);
     this.lblCompileStatus.Name      = "lblCompileStatus";
     this.lblCompileStatus.Size      = new System.Drawing.Size(286, 23);
     this.lblCompileStatus.TabIndex  = 0;
     this.lblCompileStatus.Text      = "Compile Status: Good";
     this.lblCompileStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lstShaderType
     //
     this.lstShaderType.BackColor         = System.Drawing.SystemColors.ControlDarkDark;
     this.lstShaderType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstShaderType.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.lstShaderType.ForeColor         = System.Drawing.SystemColors.Window;
     this.lstShaderType.FormattingEnabled = true;
     this.lstShaderType.Location          = new System.Drawing.Point(3, 3);
     this.lstShaderType.Name                  = "lstShaderType";
     this.lstShaderType.Size                  = new System.Drawing.Size(138, 21);
     this.lstShaderType.TabIndex              = 1;
     this.lstShaderType.SelectedIndexChanged += new System.EventHandler(this.lstShaderType_SelectedIndexChanged);
     //
     // btnLoad
     //
     this.btnLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLoad.Location  = new System.Drawing.Point(310, 3);
     this.btnLoad.Name      = "btnLoad";
     this.btnLoad.Size      = new System.Drawing.Size(80, 21);
     this.btnLoad.TabIndex  = 3;
     this.btnLoad.Text      = "Load Source";
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click += new System.EventHandler(this.BtnLoad_Click);
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSave.Location  = new System.Drawing.Point(396, 3);
     this.btnSave.Name      = "btnSave";
     this.btnSave.Size      = new System.Drawing.Size(85, 21);
     this.btnSave.TabIndex  = 2;
     this.btnSave.Text      = "Save Source";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // gadgetCompile
     //
     this.gadgetCompile.Controls.Add(this.btnCompile);
     this.gadgetCompile.Controls.Add(this.chkAutoCompile);
     this.gadgetCompile.Location = new System.Drawing.Point(487, 3);
     this.gadgetCompile.Name     = "gadgetCompile";
     this.gadgetCompile.Size     = new System.Drawing.Size(94, 21);
     this.gadgetCompile.TabIndex = 6;
     //
     // btnCompile
     //
     this.btnCompile.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.btnCompile.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnCompile.Enabled   = false;
     this.btnCompile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCompile.Location  = new System.Drawing.Point(39, 0);
     this.btnCompile.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCompile.Name      = "btnCompile";
     this.btnCompile.Size      = new System.Drawing.Size(56, 21);
     this.btnCompile.TabIndex  = 5;
     this.btnCompile.Text      = "Compile";
     this.btnCompile.UseVisualStyleBackColor = false;
     this.btnCompile.Click += new System.EventHandler(this.BtnCompile_Click);
     //
     // chkAutoCompile
     //
     this.chkAutoCompile.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkAutoCompile.AutoSize   = true;
     this.chkAutoCompile.Checked    = true;
     this.chkAutoCompile.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoCompile.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkAutoCompile.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkAutoCompile.Location   = new System.Drawing.Point(0, 0);
     this.chkAutoCompile.Margin     = new System.Windows.Forms.Padding(0);
     this.chkAutoCompile.Name       = "chkAutoCompile";
     this.chkAutoCompile.Size       = new System.Drawing.Size(39, 21);
     this.chkAutoCompile.TabIndex   = 4;
     this.chkAutoCompile.Text       = "Auto";
     this.chkAutoCompile.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkAutoCompile.UseVisualStyleBackColor = true;
     this.chkAutoCompile.CheckedChanged         += new System.EventHandler(this.ChkAutoCompile_CheckedChanged);
     //
     // dialogOpenFile
     //
     this.dialogOpenFile.FileName = "openFileDialog1";
     //
     // frmShader
     //
     this.BackColor  = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(800, 449);
     this.Controls.Add(this.panelMain);
     this.Name         = "frmShader";
     this.Text         = "Designer_ProjectObject";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmShader_FormClosing);
     this.Load        += new System.EventHandler(this.FrmShader_Load);
     this.panelMain.Content.ResumeLayout(false);
     this.panelMain.Status.ResumeLayout(false);
     this.panelMain.Status.PerformLayout();
     this.panelMain.ResumeLayout(false);
     this.panelSourceEdit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtSource)).EndInit();
     this.panelCompileStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataCompileStatus)).EndInit();
     this.panelCompileStatusHead.ResumeLayout(false);
     this.panelCompileStatusHead.PerformLayout();
     this.gadgetCompile.ResumeLayout(false);
     this.gadgetCompile.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ShaderToy_Components.controlProjectObject.clsDesigner clsDesigner1           = new ShaderToy_Components.controlProjectObject.clsDesigner();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelMain           = new ShaderToy_Components.controlProjectObject();
     this.datagridShaderLinks = new System.Windows.Forms.DataGridView();
     this.columnShader        = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.splitterLinkStatus  = new System.Windows.Forms.Splitter();
     this.panelLinkStatus     = new System.Windows.Forms.Panel();
     this.dataLinkStatus      = new System.Windows.Forms.DataGridView();
     this.panelLinkStatusHead = new System.Windows.Forms.Panel();
     this.chkLinkWarnings     = new System.Windows.Forms.CheckBox();
     this.chkLinkErrors       = new System.Windows.Forms.CheckBox();
     this.lblLinkStatus       = new System.Windows.Forms.Label();
     this.lblName             = new System.Windows.Forms.Label();
     this.gadgetLink          = new System.Windows.Forms.Panel();
     this.btnLink             = new System.Windows.Forms.Button();
     this.chkAutoLink         = new System.Windows.Forms.CheckBox();
     this.panelMain.Content.SuspendLayout();
     this.panelMain.Status.SuspendLayout();
     this.panelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridShaderLinks)).BeginInit();
     this.panelLinkStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataLinkStatus)).BeginInit();
     this.panelLinkStatusHead.SuspendLayout();
     this.gadgetLink.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     //
     // panelMain.Content
     //
     this.panelMain.Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Content.Controls.Add(this.datagridShaderLinks);
     this.panelMain.Content.Controls.Add(this.splitterLinkStatus);
     this.panelMain.Content.Controls.Add(this.panelLinkStatus);
     this.panelMain.Content.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Content.Location = new System.Drawing.Point(0, 0);
     this.panelMain.Content.Name     = "Content";
     this.panelMain.Content.Size     = new System.Drawing.Size(423, 250);
     this.panelMain.Content.TabIndex = 2;
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.ForeColor        = System.Drawing.SystemColors.Window;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Margin           = new System.Windows.Forms.Padding(0);
     this.panelMain.Name             = "panelMain";
     clsDesigner1.Name            = "ProjectObject";
     clsDesigner1.ParentControl   = this.panelMain;
     this.panelMain.ProjectObject = clsDesigner1;
     this.panelMain.Size          = new System.Drawing.Size(423, 280);
     //
     // panelMain.Status
     //
     this.panelMain.Status.BackColor   = System.Drawing.SystemColors.ControlDark;
     this.panelMain.Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Status.Controls.Add(this.lblName);
     this.panelMain.Status.Controls.Add(this.gadgetLink);
     this.panelMain.Status.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.panelMain.Status.Location      = new System.Drawing.Point(0, 250);
     this.panelMain.Status.Name          = "Status";
     this.panelMain.Status.Size          = new System.Drawing.Size(423, 30);
     this.panelMain.Status.TabIndex      = 3;
     this.panelMain.TabIndex             = 3;
     this.panelMain.Timer_IntervalUpdate = null;
     //
     // datagridShaderLinks
     //
     this.datagridShaderLinks.AllowUserToResizeColumns    = false;
     this.datagridShaderLinks.AllowUserToResizeRows       = false;
     this.datagridShaderLinks.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridShaderLinks.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.datagridShaderLinks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridShaderLinks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.columnShader
     });
     dataGridViewCellStyle1.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                = System.Drawing.SystemColors.ControlDark;
     dataGridViewCellStyle1.Font                     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                 = System.Windows.Forms.DataGridViewTriState.False;
     this.datagridShaderLinks.DefaultCellStyle       = dataGridViewCellStyle1;
     this.datagridShaderLinks.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.datagridShaderLinks.EditMode               = System.Windows.Forms.DataGridViewEditMode.EditOnF2;
     this.datagridShaderLinks.Location               = new System.Drawing.Point(0, 0);
     this.datagridShaderLinks.Name                   = "datagridShaderLinks";
     this.datagridShaderLinks.ShowCellErrors         = false;
     this.datagridShaderLinks.Size                   = new System.Drawing.Size(421, 214);
     this.datagridShaderLinks.TabIndex               = 6;
     this.datagridShaderLinks.CellValueChanged      += new System.Windows.Forms.DataGridViewCellEventHandler(this.datagridShaderLinks_CellValueChanged);
     this.datagridShaderLinks.DataError             += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.datagridShaderLinks_DataError);
     this.datagridShaderLinks.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.datagridShaderLinks_EditingControlShowing);
     this.datagridShaderLinks.RowsRemoved           += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.datagridShaderLinks_RowsRemoved);
     this.datagridShaderLinks.UserAddedRow          += new System.Windows.Forms.DataGridViewRowEventHandler(this.datagridShaderLinks_UserAddedRow);
     //
     // columnShader
     //
     this.columnShader.HeaderText = "Shader Link";
     this.columnShader.Name       = "columnShader";
     //
     // splitterLinkStatus
     //
     this.splitterLinkStatus.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitterLinkStatus.Cursor    = System.Windows.Forms.Cursors.HSplit;
     this.splitterLinkStatus.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.splitterLinkStatus.Location  = new System.Drawing.Point(0, 214);
     this.splitterLinkStatus.Name      = "splitterLinkStatus";
     this.splitterLinkStatus.Size      = new System.Drawing.Size(421, 10);
     this.splitterLinkStatus.TabIndex  = 1;
     this.splitterLinkStatus.TabStop   = false;
     //
     // panelLinkStatus
     //
     this.panelLinkStatus.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelLinkStatus.Controls.Add(this.dataLinkStatus);
     this.panelLinkStatus.Controls.Add(this.panelLinkStatusHead);
     this.panelLinkStatus.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panelLinkStatus.ForeColor = System.Drawing.SystemColors.Window;
     this.panelLinkStatus.Location  = new System.Drawing.Point(0, 224);
     this.panelLinkStatus.Name      = "panelLinkStatus";
     this.panelLinkStatus.Size      = new System.Drawing.Size(421, 24);
     this.panelLinkStatus.TabIndex  = 5;
     //
     // dataLinkStatus
     //
     this.dataLinkStatus.AllowUserToAddRows          = false;
     this.dataLinkStatus.AllowUserToDeleteRows       = false;
     this.dataLinkStatus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataLinkStatus.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dataLinkStatus.Location             = new System.Drawing.Point(0, 23);
     this.dataLinkStatus.Name                 = "dataLinkStatus";
     this.dataLinkStatus.ReadOnly             = true;
     dataGridViewCellStyle2.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.dataLinkStatus.RowsDefaultCellStyle = dataGridViewCellStyle2;
     this.dataLinkStatus.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataLinkStatus.Size                 = new System.Drawing.Size(421, 1);
     this.dataLinkStatus.TabIndex             = 0;
     //
     // panelLinkStatusHead
     //
     this.panelLinkStatusHead.Controls.Add(this.chkLinkWarnings);
     this.panelLinkStatusHead.Controls.Add(this.chkLinkErrors);
     this.panelLinkStatusHead.Controls.Add(this.lblLinkStatus);
     this.panelLinkStatusHead.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelLinkStatusHead.Location = new System.Drawing.Point(0, 0);
     this.panelLinkStatusHead.Name     = "panelLinkStatusHead";
     this.panelLinkStatusHead.Size     = new System.Drawing.Size(421, 23);
     this.panelLinkStatusHead.TabIndex = 1;
     //
     // chkLinkWarnings
     //
     this.chkLinkWarnings.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkLinkWarnings.AutoSize   = true;
     this.chkLinkWarnings.BackColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkLinkWarnings.Checked    = true;
     this.chkLinkWarnings.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkLinkWarnings.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkLinkWarnings.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkLinkWarnings.ForeColor  = System.Drawing.SystemColors.Window;
     this.chkLinkWarnings.Location   = new System.Drawing.Point(342, 0);
     this.chkLinkWarnings.Name       = "chkLinkWarnings";
     this.chkLinkWarnings.Size       = new System.Drawing.Size(74, 23);
     this.chkLinkWarnings.TabIndex   = 4;
     this.chkLinkWarnings.Text       = "Warnings: 0";
     this.chkLinkWarnings.UseVisualStyleBackColor = false;
     this.chkLinkWarnings.CheckedChanged         += new System.EventHandler(this.ChkLinkWarnings_CheckedChanged);
     //
     // chkLinkErrors
     //
     this.chkLinkErrors.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkLinkErrors.AutoSize   = true;
     this.chkLinkErrors.BackColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkLinkErrors.Checked    = true;
     this.chkLinkErrors.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkLinkErrors.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkLinkErrors.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkLinkErrors.ForeColor  = System.Drawing.SystemColors.Window;
     this.chkLinkErrors.Location   = new System.Drawing.Point(286, 0);
     this.chkLinkErrors.Name       = "chkLinkErrors";
     this.chkLinkErrors.Size       = new System.Drawing.Size(56, 23);
     this.chkLinkErrors.TabIndex   = 3;
     this.chkLinkErrors.Text       = "Errors: 0";
     this.chkLinkErrors.UseVisualStyleBackColor = false;
     this.chkLinkErrors.CheckedChanged         += new System.EventHandler(this.ChkLinkErrors_CheckedChanged);
     //
     // lblLinkStatus
     //
     this.lblLinkStatus.BackColor = System.Drawing.Color.Transparent;
     this.lblLinkStatus.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblLinkStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblLinkStatus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLinkStatus.ForeColor = System.Drawing.Color.Lime;
     this.lblLinkStatus.Location  = new System.Drawing.Point(0, 0);
     this.lblLinkStatus.Name      = "lblLinkStatus";
     this.lblLinkStatus.Size      = new System.Drawing.Size(286, 23);
     this.lblLinkStatus.TabIndex  = 0;
     this.lblLinkStatus.Text      = "Link Status: Good";
     this.lblLinkStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblName
     //
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.ForeColor = System.Drawing.SystemColors.Window;
     this.lblName.Location  = new System.Drawing.Point(3, 6);
     this.lblName.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(60, 16);
     this.lblName.TabIndex  = 2;
     this.lblName.Text      = "Program";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gadgetLink
     //
     this.gadgetLink.Controls.Add(this.btnLink);
     this.gadgetLink.Controls.Add(this.chkAutoLink);
     this.gadgetLink.Location = new System.Drawing.Point(232, 3);
     this.gadgetLink.Name     = "gadgetLink";
     this.gadgetLink.Size     = new System.Drawing.Size(94, 21);
     this.gadgetLink.TabIndex = 7;
     //
     // btnLink
     //
     this.btnLink.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.btnLink.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnLink.Enabled   = false;
     this.btnLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLink.ForeColor = System.Drawing.SystemColors.Window;
     this.btnLink.Location  = new System.Drawing.Point(39, 0);
     this.btnLink.Margin    = new System.Windows.Forms.Padding(0);
     this.btnLink.Name      = "btnLink";
     this.btnLink.Size      = new System.Drawing.Size(56, 21);
     this.btnLink.TabIndex  = 5;
     this.btnLink.Text      = "Link";
     this.btnLink.UseVisualStyleBackColor = false;
     this.btnLink.Click += new System.EventHandler(this.BtnLink_Click);
     //
     // chkAutoLink
     //
     this.chkAutoLink.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkAutoLink.AutoSize   = true;
     this.chkAutoLink.BackColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkAutoLink.Checked    = true;
     this.chkAutoLink.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoLink.Dock       = System.Windows.Forms.DockStyle.Left;
     this.chkAutoLink.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.chkAutoLink.ForeColor  = System.Drawing.SystemColors.Window;
     this.chkAutoLink.Location   = new System.Drawing.Point(0, 0);
     this.chkAutoLink.Margin     = new System.Windows.Forms.Padding(0);
     this.chkAutoLink.Name       = "chkAutoLink";
     this.chkAutoLink.Size       = new System.Drawing.Size(39, 21);
     this.chkAutoLink.TabIndex   = 4;
     this.chkAutoLink.Text       = "Auto";
     this.chkAutoLink.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkAutoLink.UseVisualStyleBackColor = false;
     this.chkAutoLink.CheckedChanged         += new System.EventHandler(this.ChkAutoLink_CheckedChanged);
     //
     // frmProgram
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(423, 280);
     this.Controls.Add(this.panelMain);
     this.Name         = "frmProgram";
     this.Text         = "Designer_ProjectObject";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmProgram_FormClosing);
     this.Load        += new System.EventHandler(this.FrmProgram_Load);
     this.panelMain.Content.ResumeLayout(false);
     this.panelMain.Status.ResumeLayout(false);
     this.panelMain.Status.PerformLayout();
     this.panelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridShaderLinks)).EndInit();
     this.panelLinkStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataLinkStatus)).EndInit();
     this.panelLinkStatusHead.ResumeLayout(false);
     this.panelLinkStatusHead.PerformLayout();
     this.gadgetLink.ResumeLayout(false);
     this.gadgetLink.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ShaderToy_Components.controlProjectObject.clsDesigner clsDesigner1           = new ShaderToy_Components.controlProjectObject.clsDesigner();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle            dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelMain = new ShaderToy_Components.controlProjectObject();
     this.datagridVertexDescriptions = new System.Windows.Forms.DataGridView();
     this.columnIndex         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.columnComponentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.columnElementType   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.columnElementCount  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblName             = new System.Windows.Forms.Label();
     this.panelMain.Content.SuspendLayout();
     this.panelMain.Status.SuspendLayout();
     this.panelMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridVertexDescriptions)).BeginInit();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     //
     // panelMain.Content
     //
     this.panelMain.Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Content.Controls.Add(this.datagridVertexDescriptions);
     this.panelMain.Content.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Content.Location = new System.Drawing.Point(0, 0);
     this.panelMain.Content.Name     = "Content";
     this.panelMain.Content.Size     = new System.Drawing.Size(519, 260);
     this.panelMain.Content.TabIndex = 2;
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.ForeColor        = System.Drawing.SystemColors.Window;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Margin           = new System.Windows.Forms.Padding(0);
     this.panelMain.Name             = "panelMain";
     clsDesigner1.Name            = "ProjectObject";
     clsDesigner1.ParentControl   = this.panelMain;
     this.panelMain.ProjectObject = clsDesigner1;
     this.panelMain.Size          = new System.Drawing.Size(519, 290);
     //
     // panelMain.Status
     //
     this.panelMain.Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Status.Controls.Add(this.lblName);
     this.panelMain.Status.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.panelMain.Status.Location      = new System.Drawing.Point(0, 260);
     this.panelMain.Status.Name          = "Status";
     this.panelMain.Status.Size          = new System.Drawing.Size(519, 30);
     this.panelMain.Status.TabIndex      = 3;
     this.panelMain.TabIndex             = 0;
     this.panelMain.Timer_IntervalUpdate = null;
     //
     // datagridVertexDescriptions
     //
     this.datagridVertexDescriptions.AllowUserToOrderColumns = true;
     this.datagridVertexDescriptions.AllowUserToResizeRows   = false;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.ControlDark;
     dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     this.datagridVertexDescriptions.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.datagridVertexDescriptions.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.datagridVertexDescriptions.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.ControlDark;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.datagridVertexDescriptions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.datagridVertexDescriptions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.columnIndex,
         this.columnComponentName,
         this.columnElementType,
         this.columnElementCount
     });
     dataGridViewCellStyle3.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                 = System.Drawing.SystemColors.ControlDark;
     dataGridViewCellStyle3.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.datagridVertexDescriptions.DefaultCellStyle = dataGridViewCellStyle3;
     this.datagridVertexDescriptions.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.datagridVertexDescriptions.GridColor        = System.Drawing.SystemColors.WindowText;
     this.datagridVertexDescriptions.Location         = new System.Drawing.Point(0, 0);
     this.datagridVertexDescriptions.Name             = "datagridVertexDescriptions";
     this.datagridVertexDescriptions.Size             = new System.Drawing.Size(517, 258);
     this.datagridVertexDescriptions.TabIndex         = 1;
     this.datagridVertexDescriptions.CellEndEdit     += new System.Windows.Forms.DataGridViewCellEventHandler(this.DatagridVertexDescriptions_CellEndEdit);
     this.datagridVertexDescriptions.DataError       += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DatagridVertexDescriptions_DataError);
     this.datagridVertexDescriptions.RowsAdded       += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DatagridVertexDescriptions_RowsAdded);
     this.datagridVertexDescriptions.RowsRemoved     += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.DatagridVertexDescriptions_RowsRemoved);
     //
     // columnIndex
     //
     this.columnIndex.HeaderText = "Index";
     this.columnIndex.Name       = "columnIndex";
     this.columnIndex.Width      = 58;
     //
     // columnComponentName
     //
     this.columnComponentName.HeaderText = "Component Name";
     this.columnComponentName.Name       = "columnComponentName";
     this.columnComponentName.Width      = 117;
     //
     // columnElementType
     //
     this.columnElementType.HeaderText = "Element Type";
     this.columnElementType.Name       = "columnElementType";
     this.columnElementType.Width      = 78;
     //
     // columnElementCount
     //
     this.columnElementCount.HeaderText = "Element Count";
     this.columnElementCount.Name       = "columnElementCount";
     this.columnElementCount.Width      = 101;
     //
     // lblName
     //
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Location  = new System.Drawing.Point(3, 6);
     this.lblName.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(117, 16);
     this.lblName.TabIndex  = 4;
     this.lblName.Text      = "Vertex Description";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmVertexDescription
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(519, 290);
     this.Controls.Add(this.panelMain);
     this.Name         = "frmVertexDescription";
     this.Text         = "Designer_ProjectObject";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmProgram_FormClosing);
     this.Load        += new System.EventHandler(this.FrmProgram_Load);
     this.panelMain.Content.ResumeLayout(false);
     this.panelMain.Status.ResumeLayout(false);
     this.panelMain.Status.PerformLayout();
     this.panelMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridVertexDescriptions)).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()
 {
     ShaderToy_Components.controlProjectObject.clsDesigner clsDesigner1 = new ShaderToy_Components.controlProjectObject.clsDesigner();
     this.panelMain         = new ShaderToy_Components.controlProjectObject();
     this.lblName           = new System.Windows.Forms.Label();
     this.btnConfigure      = new System.Windows.Forms.Button();
     this.panelFrameCount   = new System.Windows.Forms.FlowLayoutPanel();
     this.lblFrameCount     = new System.Windows.Forms.Label();
     this.lblFrameNumber    = new System.Windows.Forms.Label();
     this.lblFrameTimeStamp = new System.Windows.Forms.Label();
     this.toolStripFPS      = new System.Windows.Forms.ToolStrip();
     this.btnInterval       = new System.Windows.Forms.ToolStripDropDownButton();
     this.txtInterval       = new System.Windows.Forms.ToolStripTextBox();
     this.btnFPS            = new System.Windows.Forms.ToolStripDropDownButton();
     this.txtFPS            = new System.Windows.Forms.ToolStripTextBox();
     this.lblRenderDuration = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblRenderFreq     = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblRenderName     = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelMain.Status.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.panelFrameCount.SuspendLayout();
     this.toolStripFPS.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     //
     // panelMain.Content
     //
     this.panelMain.Content.BackColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.panelMain.Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Content.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Content.Location    = new System.Drawing.Point(0, 0);
     this.panelMain.Content.Margin      = new System.Windows.Forms.Padding(0);
     this.panelMain.Content.Name        = "Content";
     this.panelMain.Content.Size        = new System.Drawing.Size(800, 420);
     this.panelMain.Content.TabIndex    = 2;
     this.panelMain.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.ForeColor     = System.Drawing.SystemColors.Window;
     this.panelMain.Location      = new System.Drawing.Point(0, 0);
     this.panelMain.Margin        = new System.Windows.Forms.Padding(0);
     this.panelMain.Name          = "panelMain";
     clsDesigner1.Name            = "ProjectObject";
     clsDesigner1.ParentControl   = this.panelMain;
     this.panelMain.ProjectObject = clsDesigner1;
     this.panelMain.Size          = new System.Drawing.Size(800, 450);
     //
     // panelMain.Status
     //
     this.panelMain.Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Status.Controls.Add(this.lblName);
     this.panelMain.Status.Controls.Add(this.btnConfigure);
     this.panelMain.Status.Controls.Add(this.panelFrameCount);
     this.panelMain.Status.Controls.Add(this.toolStripFPS);
     this.panelMain.Status.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.panelMain.Status.Location      = new System.Drawing.Point(0, 420);
     this.panelMain.Status.Name          = "Status";
     this.panelMain.Status.Size          = new System.Drawing.Size(800, 30);
     this.panelMain.Status.TabIndex      = 3;
     this.panelMain.TabIndex             = 0;
     this.panelMain.Timer_IntervalUpdate = null;
     //
     // lblName
     //
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Location  = new System.Drawing.Point(3, 6);
     this.lblName.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(65, 16);
     this.lblName.TabIndex  = 3;
     this.lblName.Text      = "Renderer";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnConfigure
     //
     this.btnConfigure.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.btnConfigure.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConfigure.Location  = new System.Drawing.Point(237, 3);
     this.btnConfigure.Name      = "btnConfigure";
     this.btnConfigure.Size      = new System.Drawing.Size(69, 23);
     this.btnConfigure.TabIndex  = 4;
     this.btnConfigure.Text      = "Configure";
     this.btnConfigure.UseVisualStyleBackColor = false;
     this.btnConfigure.Click += new System.EventHandler(this.btnConfigure_Click);
     //
     // panelFrameCount
     //
     this.panelFrameCount.AutoSize     = true;
     this.panelFrameCount.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelFrameCount.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelFrameCount.Controls.Add(this.lblFrameCount);
     this.panelFrameCount.Controls.Add(this.lblFrameNumber);
     this.panelFrameCount.Controls.Add(this.lblFrameTimeStamp);
     this.panelFrameCount.Location = new System.Drawing.Point(312, 3);
     this.panelFrameCount.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.panelFrameCount.Name     = "panelFrameCount";
     this.panelFrameCount.Size     = new System.Drawing.Size(132, 20);
     this.panelFrameCount.TabIndex = 9;
     //
     // lblFrameCount
     //
     this.lblFrameCount.AutoSize     = true;
     this.lblFrameCount.BackColor    = System.Drawing.Color.Transparent;
     this.lblFrameCount.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.lblFrameCount.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFrameCount.Location     = new System.Drawing.Point(0, 0);
     this.lblFrameCount.Margin       = new System.Windows.Forms.Padding(0);
     this.lblFrameCount.Name         = "lblFrameCount";
     this.lblFrameCount.Size         = new System.Drawing.Size(47, 16);
     this.lblFrameCount.TabIndex     = 6;
     this.lblFrameCount.Text         = "Frame";
     this.lblFrameCount.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblFrameCount.DoubleClick += new System.EventHandler(this.lblFrameCount_DoubleClick);
     this.lblFrameCount.MouseEnter  += new System.EventHandler(this.FrameCount_MouseEnter);
     this.lblFrameCount.MouseLeave  += new System.EventHandler(this.FrameCount_MouseLeave);
     //
     // lblFrameNumber
     //
     this.lblFrameNumber.AutoSize     = true;
     this.lblFrameNumber.BackColor    = System.Drawing.Color.Transparent;
     this.lblFrameNumber.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFrameNumber.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFrameNumber.Location     = new System.Drawing.Point(50, 0);
     this.lblFrameNumber.Margin       = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.lblFrameNumber.Name         = "lblFrameNumber";
     this.lblFrameNumber.Size         = new System.Drawing.Size(24, 15);
     this.lblFrameNumber.TabIndex     = 8;
     this.lblFrameNumber.Text         = "0.0";
     this.lblFrameNumber.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblFrameNumber.DoubleClick += new System.EventHandler(this.lblFrameNumber_DoubleClick);
     this.lblFrameNumber.MouseEnter  += new System.EventHandler(this.FrameCount_MouseEnter);
     this.lblFrameNumber.MouseLeave  += new System.EventHandler(this.FrameCount_MouseLeave);
     //
     // lblFrameTimeStamp
     //
     this.lblFrameTimeStamp.AutoSize     = true;
     this.lblFrameTimeStamp.BackColor    = System.Drawing.Color.Transparent;
     this.lblFrameTimeStamp.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFrameTimeStamp.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFrameTimeStamp.Location     = new System.Drawing.Point(77, 0);
     this.lblFrameTimeStamp.Name         = "lblFrameTimeStamp";
     this.lblFrameTimeStamp.Size         = new System.Drawing.Size(48, 15);
     this.lblFrameTimeStamp.TabIndex     = 7;
     this.lblFrameTimeStamp.Text         = "0.00000";
     this.lblFrameTimeStamp.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblFrameTimeStamp.DoubleClick += new System.EventHandler(this.lblFrameTimeStamp_DoubleClick);
     this.lblFrameTimeStamp.MouseEnter  += new System.EventHandler(this.FrameCount_MouseEnter);
     this.lblFrameTimeStamp.MouseLeave  += new System.EventHandler(this.FrameCount_MouseLeave);
     //
     // toolStripFPS
     //
     this.toolStripFPS.BackColor = System.Drawing.Color.Transparent;
     this.toolStripFPS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStripFPS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnInterval,
         this.btnFPS,
         this.lblRenderDuration,
         this.lblRenderFreq
     });
     this.toolStripFPS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolStripFPS.Location    = new System.Drawing.Point(447, 0);
     this.toolStripFPS.Name        = "toolStripFPS";
     this.toolStripFPS.Padding     = new System.Windows.Forms.Padding(0, 5, 0, 0);
     this.toolStripFPS.RenderMode  = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStripFPS.Size        = new System.Drawing.Size(119, 27);
     this.toolStripFPS.Stretch     = true;
     this.toolStripFPS.TabIndex    = 5;
     this.toolStripFPS.Text        = "toolStripFPS";
     //
     // btnInterval
     //
     this.btnInterval.BackColor    = System.Drawing.Color.Transparent;
     this.btnInterval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnInterval.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.txtInterval
     });
     this.btnInterval.Name            = "btnInterval";
     this.btnInterval.Size            = new System.Drawing.Size(36, 19);
     this.btnInterval.Text            = "ms";
     this.btnInterval.DropDownClosed += new System.EventHandler(this.BtnInterval_DropDownClosed);
     //
     // txtInterval
     //
     this.txtInterval.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.txtInterval.Name         = "txtInterval";
     this.txtInterval.Size         = new System.Drawing.Size(100, 23);
     this.txtInterval.TextChanged += new System.EventHandler(this.txtInterval_Change);
     //
     // btnFPS
     //
     this.btnFPS.BackColor    = System.Drawing.Color.Transparent;
     this.btnFPS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnFPS.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.txtFPS
     });
     this.btnFPS.Name            = "btnFPS";
     this.btnFPS.Size            = new System.Drawing.Size(39, 19);
     this.btnFPS.Text            = "FPS";
     this.btnFPS.DropDownClosed += new System.EventHandler(this.BtnFPS_DropDownClosed);
     //
     // txtFPS
     //
     this.txtFPS.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.txtFPS.Name         = "txtFPS";
     this.txtFPS.Size         = new System.Drawing.Size(100, 23);
     this.txtFPS.TextChanged += new System.EventHandler(this.txtFPS_Change);
     //
     // lblRenderDuration
     //
     this.lblRenderDuration.BackColor    = System.Drawing.Color.Transparent;
     this.lblRenderDuration.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.lblRenderDuration.Name         = "lblRenderDuration";
     this.lblRenderDuration.Size         = new System.Drawing.Size(23, 15);
     this.lblRenderDuration.Text         = "ms";
     //
     // lblRenderFreq
     //
     this.lblRenderFreq.BackColor    = System.Drawing.Color.Transparent;
     this.lblRenderFreq.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.lblRenderFreq.Name         = "lblRenderFreq";
     this.lblRenderFreq.Size         = new System.Drawing.Size(21, 15);
     this.lblRenderFreq.Text         = "Hz";
     //
     // lblRenderName
     //
     this.lblRenderName.Name = "lblRenderName";
     this.lblRenderName.Size = new System.Drawing.Size(44, 20);
     this.lblRenderName.Text = "Render";
     //
     // frmRender
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.panelMain);
     this.DoubleBuffered = true;
     this.Name           = "frmRender";
     this.Text           = "Designer_ProjectObject";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FrmGLMain_FormClosing);
     this.Load          += new System.EventHandler(this.FrmGLMain_Load);
     this.panelMain.Status.ResumeLayout(false);
     this.panelMain.Status.PerformLayout();
     this.panelMain.ResumeLayout(false);
     this.panelFrameCount.ResumeLayout(false);
     this.panelFrameCount.PerformLayout();
     this.toolStripFPS.ResumeLayout(false);
     this.toolStripFPS.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()
 {
     ShaderToy_Components.controlProjectObject.clsDesigner clsDesigner1 = new ShaderToy_Components.controlProjectObject.clsDesigner();
     this.panelMain          = new ShaderToy_Components.controlProjectObject();
     this.panelCollapse      = new System.Windows.Forms.Panel();
     this.splitterLeft       = new System.Windows.Forms.Splitter();
     this.splitterRight      = new System.Windows.Forms.Splitter();
     this.panelLeft          = new System.Windows.Forms.Panel();
     this.panelRight         = new System.Windows.Forms.Panel();
     this.panelGeometry      = new System.Windows.Forms.Panel();
     this.propsGeometry      = new System.Windows.Forms.PropertyGrid();
     this.lblHeader_Geometry = new System.Windows.Forms.Label();
     this.lblName            = new System.Windows.Forms.Label();
     this.lblVertexDesc      = new System.Windows.Forms.Label();
     this.lstVertexDesc      = new System.Windows.Forms.ComboBox();
     this.lblPositionAttr    = new System.Windows.Forms.Label();
     this.lstPositionAttr    = new System.Windows.Forms.ComboBox();
     this.panelRender        = new System.Windows.Forms.Panel();
     this.panelMain.Content.SuspendLayout();
     this.panelMain.Status.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.panelCollapse.SuspendLayout();
     this.panelRight.SuspendLayout();
     this.panelGeometry.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     //
     // panelMain.Content
     //
     this.panelMain.Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Content.Controls.Add(this.panelCollapse);
     this.panelMain.Content.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Content.Location = new System.Drawing.Point(0, 0);
     this.panelMain.Content.Name     = "Content";
     this.panelMain.Content.Size     = new System.Drawing.Size(871, 479);
     this.panelMain.Content.TabIndex = 2;
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.ForeColor        = System.Drawing.SystemColors.Window;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Margin           = new System.Windows.Forms.Padding(0);
     this.panelMain.Name             = "panelMain";
     clsDesigner1.Name            = "ProjectObject";
     clsDesigner1.ParentControl   = this.panelMain;
     this.panelMain.ProjectObject = clsDesigner1;
     this.panelMain.Size          = new System.Drawing.Size(871, 509);
     //
     // panelMain.Status
     //
     this.panelMain.Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMain.Status.Controls.Add(this.lblName);
     this.panelMain.Status.Controls.Add(this.lblVertexDesc);
     this.panelMain.Status.Controls.Add(this.lstVertexDesc);
     this.panelMain.Status.Controls.Add(this.lblPositionAttr);
     this.panelMain.Status.Controls.Add(this.lstPositionAttr);
     this.panelMain.Status.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.panelMain.Status.Location      = new System.Drawing.Point(0, 479);
     this.panelMain.Status.Name          = "Status";
     this.panelMain.Status.Size          = new System.Drawing.Size(871, 30);
     this.panelMain.Status.TabIndex      = 3;
     this.panelMain.TabIndex             = 0;
     this.panelMain.Timer_IntervalUpdate = null;
     //
     // panelCollapse
     //
     this.panelCollapse.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panelCollapse.Controls.Add(this.panelRender);
     this.panelCollapse.Controls.Add(this.splitterLeft);
     this.panelCollapse.Controls.Add(this.splitterRight);
     this.panelCollapse.Controls.Add(this.panelLeft);
     this.panelCollapse.Controls.Add(this.panelRight);
     this.panelCollapse.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panelCollapse.ForeColor = System.Drawing.SystemColors.Window;
     this.panelCollapse.Location  = new System.Drawing.Point(0, 0);
     this.panelCollapse.Name      = "panelCollapse";
     this.panelCollapse.Size      = new System.Drawing.Size(869, 477);
     this.panelCollapse.TabIndex  = 10;
     //
     // splitterLeft
     //
     this.splitterLeft.BackColor = System.Drawing.SystemColors.ControlDark;
     this.splitterLeft.Location  = new System.Drawing.Point(0, 0);
     this.splitterLeft.Margin    = new System.Windows.Forms.Padding(0);
     this.splitterLeft.MinExtra  = 0;
     this.splitterLeft.MinSize   = 0;
     this.splitterLeft.Name      = "splitterLeft";
     this.splitterLeft.Size      = new System.Drawing.Size(8, 477);
     this.splitterLeft.TabIndex  = 12;
     this.splitterLeft.TabStop   = false;
     //
     // splitterRight
     //
     this.splitterRight.BackColor = System.Drawing.SystemColors.ControlDark;
     this.splitterRight.Dock      = System.Windows.Forms.DockStyle.Right;
     this.splitterRight.Location  = new System.Drawing.Point(612, 0);
     this.splitterRight.Margin    = new System.Windows.Forms.Padding(0);
     this.splitterRight.MinExtra  = 0;
     this.splitterRight.MinSize   = 0;
     this.splitterRight.Name      = "splitterRight";
     this.splitterRight.Size      = new System.Drawing.Size(8, 477);
     this.splitterRight.TabIndex  = 11;
     this.splitterRight.TabStop   = false;
     //
     // panelLeft
     //
     this.panelLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelLeft.Location = new System.Drawing.Point(0, 0);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Size     = new System.Drawing.Size(0, 477);
     this.panelLeft.TabIndex = 0;
     //
     // panelRight
     //
     this.panelRight.Controls.Add(this.panelGeometry);
     this.panelRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelRight.Location = new System.Drawing.Point(620, 0);
     this.panelRight.Name     = "panelRight";
     this.panelRight.Size     = new System.Drawing.Size(249, 477);
     this.panelRight.TabIndex = 1;
     //
     // panelGeometry
     //
     this.panelGeometry.BackColor = System.Drawing.Color.Transparent;
     this.panelGeometry.Controls.Add(this.propsGeometry);
     this.panelGeometry.Controls.Add(this.lblHeader_Geometry);
     this.panelGeometry.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelGeometry.Location = new System.Drawing.Point(0, 0);
     this.panelGeometry.Name     = "panelGeometry";
     this.panelGeometry.Size     = new System.Drawing.Size(249, 477);
     this.panelGeometry.TabIndex = 1;
     //
     // propsGeometry
     //
     this.propsGeometry.BackColor = System.Drawing.SystemColors.ControlDark;
     this.propsGeometry.CommandsDisabledLinkColor = System.Drawing.Color.Black;
     this.propsGeometry.DisabledItemForeColor     = System.Drawing.Color.Black;
     this.propsGeometry.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propsGeometry.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.propsGeometry.HelpBackColor         = System.Drawing.SystemColors.ControlDarkDark;
     this.propsGeometry.HelpBorderColor       = System.Drawing.SystemColors.ControlLight;
     this.propsGeometry.HelpForeColor         = System.Drawing.SystemColors.Window;
     this.propsGeometry.LineColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.propsGeometry.Location              = new System.Drawing.Point(0, 24);
     this.propsGeometry.Name                  = "propsGeometry";
     this.propsGeometry.PropertySort          = System.Windows.Forms.PropertySort.Alphabetical;
     this.propsGeometry.Size                  = new System.Drawing.Size(249, 453);
     this.propsGeometry.TabIndex              = 0;
     this.propsGeometry.ToolbarVisible        = false;
     this.propsGeometry.ViewBackColor         = System.Drawing.SystemColors.ControlDark;
     this.propsGeometry.ViewBorderColor       = System.Drawing.SystemColors.ControlLight;
     this.propsGeometry.ViewForeColor         = System.Drawing.SystemColors.Window;
     this.propsGeometry.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropsGeometry_PropertyValueChanged);
     //
     // lblHeader_Geometry
     //
     this.lblHeader_Geometry.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.lblHeader_Geometry.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblHeader_Geometry.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader_Geometry.Location  = new System.Drawing.Point(0, 0);
     this.lblHeader_Geometry.Name      = "lblHeader_Geometry";
     this.lblHeader_Geometry.Size      = new System.Drawing.Size(249, 24);
     this.lblHeader_Geometry.TabIndex  = 0;
     this.lblHeader_Geometry.Text      = "Geometry";
     //
     // lblName
     //
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.ForeColor = System.Drawing.SystemColors.Window;
     this.lblName.Location  = new System.Drawing.Point(3, 6);
     this.lblName.Margin    = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(67, 16);
     this.lblName.TabIndex  = 3;
     this.lblName.Text      = "Geometry";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblVertexDesc
     //
     this.lblVertexDesc.BackColor  = System.Drawing.Color.Transparent;
     this.lblVertexDesc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVertexDesc.ForeColor  = System.Drawing.SystemColors.Window;
     this.lblVertexDesc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblVertexDesc.Location   = new System.Drawing.Point(239, 0);
     this.lblVertexDesc.Name       = "lblVertexDesc";
     this.lblVertexDesc.Size       = new System.Drawing.Size(119, 29);
     this.lblVertexDesc.TabIndex   = 6;
     this.lblVertexDesc.Text       = "Vertex Description";
     this.lblVertexDesc.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lstVertexDesc
     //
     this.lstVertexDesc.BackColor             = System.Drawing.SystemColors.ControlDarkDark;
     this.lstVertexDesc.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstVertexDesc.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.lstVertexDesc.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstVertexDesc.ForeColor             = System.Drawing.SystemColors.Window;
     this.lstVertexDesc.FormattingEnabled     = true;
     this.lstVertexDesc.Location              = new System.Drawing.Point(364, 3);
     this.lstVertexDesc.Name                  = "lstVertexDesc";
     this.lstVertexDesc.Size                  = new System.Drawing.Size(177, 24);
     this.lstVertexDesc.TabIndex              = 7;
     this.lstVertexDesc.SelectedIndexChanged += new System.EventHandler(this.lstVertexDesc_SelectedIndexChanged);
     //
     // lblPositionAttr
     //
     this.lblPositionAttr.BackColor  = System.Drawing.Color.Transparent;
     this.lblPositionAttr.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPositionAttr.ForeColor  = System.Drawing.SystemColors.Window;
     this.lblPositionAttr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblPositionAttr.Location   = new System.Drawing.Point(547, 0);
     this.lblPositionAttr.Name       = "lblPositionAttr";
     this.lblPositionAttr.Size       = new System.Drawing.Size(109, 29);
     this.lblPositionAttr.TabIndex   = 4;
     this.lblPositionAttr.Text       = "Position Attribute";
     this.lblPositionAttr.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lstPositionAttr
     //
     this.lstPositionAttr.BackColor             = System.Drawing.SystemColors.ControlDarkDark;
     this.lstPositionAttr.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstPositionAttr.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.lstPositionAttr.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstPositionAttr.ForeColor             = System.Drawing.SystemColors.Window;
     this.lstPositionAttr.FormattingEnabled     = true;
     this.lstPositionAttr.Location              = new System.Drawing.Point(662, 3);
     this.lstPositionAttr.Name                  = "lstPositionAttr";
     this.lstPositionAttr.Size                  = new System.Drawing.Size(190, 24);
     this.lstPositionAttr.TabIndex              = 5;
     this.lstPositionAttr.SelectedIndexChanged += new System.EventHandler(this.LstPositionAttr_SelectedIndexChanged);
     //
     // panelRender
     //
     this.panelRender.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panelRender.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panelRender.Location  = new System.Drawing.Point(8, 0);
     this.panelRender.Margin    = new System.Windows.Forms.Padding(0);
     this.panelRender.Name      = "panelRender";
     this.panelRender.Size      = new System.Drawing.Size(604, 477);
     this.panelRender.TabIndex  = 13;
     //
     // frmGeometry
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(871, 509);
     this.Controls.Add(this.panelMain);
     this.DoubleBuffered = true;
     this.Name           = "frmGeometry";
     this.Text           = "Designer_ProjectObject";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FrmGeometry_FormClosing);
     this.Load          += new System.EventHandler(this.FrmGeometry_Load);
     this.panelMain.Content.ResumeLayout(false);
     this.panelMain.Status.ResumeLayout(false);
     this.panelMain.Status.PerformLayout();
     this.panelMain.ResumeLayout(false);
     this.panelCollapse.ResumeLayout(false);
     this.panelRight.ResumeLayout(false);
     this.panelGeometry.ResumeLayout(false);
     this.ResumeLayout(false);
 }