namespace snippeter { partial class MainWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.snippetOutputBox = new System.Windows.Forms.TextBox(); this.snippetBox = new sharpsyntax.SyntaxTextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.snippetTab = new System.Windows.Forms.TabPage(); this.consoleTab = new System.Windows.Forms.TabPage(); this.consoleOutputBox = new System.Windows.Forms.TextBox(); this.consoleBox = new System.Windows.Forms.TextBox(); this.regExTab = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.validationBox = new System.Windows.Forms.TextBox(); this.regExBox = new System.Windows.Forms.TextBox(); this.xmlTab = new System.Windows.Forms.TabPage(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.xmlSchema = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.errorList = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewImageColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmlText = new System.Windows.Forms.TextBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabErrors = new System.Windows.Forms.TabPage(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fontsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.usingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.playButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.openButton = new System.Windows.Forms.ToolStripButton(); this.saveButton = new System.Windows.Forms.ToolStripButton(); this.panel = new System.Windows.Forms.Panel(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabControl.SuspendLayout(); this.snippetTab.SuspendLayout(); this.consoleTab.SuspendLayout(); this.regExTab.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.xmlTab.SuspendLayout(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.panel1.SuspendLayout(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorList)).BeginInit(); this.tabControl1.SuspendLayout(); this.menuStrip.SuspendLayout(); this.toolStrip.SuspendLayout(); this.panel.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.snippetOutputBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.snippetBox); this.splitContainer1.Size = new System.Drawing.Size(700, 472); this.splitContainer1.SplitterDistance = 216; this.splitContainer1.TabIndex = 2; this.splitContainer1.TabStop = false; // // snippetOutputBox // this.snippetOutputBox.BackColor = System.Drawing.Color.White; this.snippetOutputBox.Dock = System.Windows.Forms.DockStyle.Fill; this.snippetOutputBox.Location = new System.Drawing.Point(0, 0); this.snippetOutputBox.Multiline = true; this.snippetOutputBox.Name = "snippetOutputBox"; this.snippetOutputBox.ReadOnly = true; this.snippetOutputBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.snippetOutputBox.Size = new System.Drawing.Size(700, 216); this.snippetOutputBox.TabIndex = 0; // // snippetBox // this.snippetBox.AcceptsTab = true; this.snippetBox.Dock = System.Windows.Forms.DockStyle.Fill; this.snippetBox.Language = null; this.snippetBox.Location = new System.Drawing.Point(0, 0); this.snippetBox.Name = "snippetBox"; this.snippetBox.Size = new System.Drawing.Size(700, 252); this.snippetBox.TabIndex = 0; this.snippetBox.Text = ""; // // tabControl // this.tabControl.Controls.Add(this.snippetTab); this.tabControl.Controls.Add(this.consoleTab); this.tabControl.Controls.Add(this.regExTab); this.tabControl.Controls.Add(this.xmlTab); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(714, 504); this.tabControl.TabIndex = 3; this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // snippetTab // this.snippetTab.Controls.Add(this.splitContainer1); this.snippetTab.Location = new System.Drawing.Point(4, 22); this.snippetTab.Name = "snippetTab"; this.snippetTab.Padding = new System.Windows.Forms.Padding(3); this.snippetTab.Size = new System.Drawing.Size(706, 478); this.snippetTab.TabIndex = 0; this.snippetTab.Text = "Snippet"; this.snippetTab.UseVisualStyleBackColor = true; // // consoleTab // this.consoleTab.Controls.Add(this.consoleOutputBox); this.consoleTab.Controls.Add(this.consoleBox); this.consoleTab.Location = new System.Drawing.Point(4, 22); this.consoleTab.Name = "consoleTab"; this.consoleTab.Padding = new System.Windows.Forms.Padding(3); this.consoleTab.Size = new System.Drawing.Size(706, 478); this.consoleTab.TabIndex = 1; this.consoleTab.Text = "Console"; this.consoleTab.UseVisualStyleBackColor = true; // // consoleOutputBox // this.consoleOutputBox.BackColor = System.Drawing.Color.White; this.consoleOutputBox.Dock = System.Windows.Forms.DockStyle.Fill; this.consoleOutputBox.Location = new System.Drawing.Point(3, 3); this.consoleOutputBox.Multiline = true; this.consoleOutputBox.Name = "consoleOutputBox"; this.consoleOutputBox.ReadOnly = true; this.consoleOutputBox.Size = new System.Drawing.Size(700, 452); this.consoleOutputBox.TabIndex = 1; // // consoleBox // this.consoleBox.Dock = System.Windows.Forms.DockStyle.Bottom; this.consoleBox.Location = new System.Drawing.Point(3, 455); this.consoleBox.Name = "consoleBox"; this.consoleBox.Size = new System.Drawing.Size(700, 20); this.consoleBox.TabIndex = 0; this.consoleBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.consoleBox_KeyUp); // // regExTab // this.regExTab.BackColor = System.Drawing.SystemColors.Control; this.regExTab.Controls.Add(this.splitContainer2); this.regExTab.Location = new System.Drawing.Point(4, 22); this.regExTab.Name = "regExTab"; this.regExTab.Padding = new System.Windows.Forms.Padding(3); this.regExTab.Size = new System.Drawing.Size(706, 478); this.regExTab.TabIndex = 2; this.regExTab.Text = "RegEx"; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(3, 3); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.validationBox); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.regExBox); this.splitContainer2.Size = new System.Drawing.Size(700, 472); this.splitContainer2.SplitterDistance = 229; this.splitContainer2.TabIndex = 0; this.splitContainer2.TabStop = false; // // validationBox // this.validationBox.Dock = System.Windows.Forms.DockStyle.Fill; this.validationBox.Location = new System.Drawing.Point(0, 0); this.validationBox.Multiline = true; this.validationBox.Name = "validationBox"; this.validationBox.Size = new System.Drawing.Size(700, 229); this.validationBox.TabIndex = 0; this.validationBox.TextChanged += new System.EventHandler(this.regExBox_TextChanged); // // regExBox // this.regExBox.Dock = System.Windows.Forms.DockStyle.Fill; this.regExBox.Location = new System.Drawing.Point(0, 0); this.regExBox.Multiline = true; this.regExBox.Name = "regExBox"; this.regExBox.Size = new System.Drawing.Size(700, 239); this.regExBox.TabIndex = 0; this.regExBox.TextChanged += new System.EventHandler(this.regExBox_TextChanged); // // xmlTab // this.xmlTab.Controls.Add(this.splitContainer3); this.xmlTab.Location = new System.Drawing.Point(4, 22); this.xmlTab.Name = "xmlTab"; this.xmlTab.Padding = new System.Windows.Forms.Padding(3); this.xmlTab.Size = new System.Drawing.Size(706, 478); this.xmlTab.TabIndex = 3; this.xmlTab.Text = "Xml"; this.xmlTab.UseVisualStyleBackColor = true; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(3, 3); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.xmlSchema); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.panel1); this.splitContainer3.Size = new System.Drawing.Size(700, 472); this.splitContainer3.SplitterDistance = 233; this.splitContainer3.TabIndex = 0; // // xmlSchema // this.xmlSchema.Dock = System.Windows.Forms.DockStyle.Fill; this.xmlSchema.Location = new System.Drawing.Point(0, 0); this.xmlSchema.Multiline = true; this.xmlSchema.Name = "xmlSchema"; this.xmlSchema.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.xmlSchema.Size = new System.Drawing.Size(700, 233); this.xmlSchema.TabIndex = 0; this.xmlSchema.TextChanged += new System.EventHandler(this.xmlSchema_TextChanged); // // panel1 // this.panel1.Controls.Add(this.splitContainer4); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(700, 235); this.panel1.TabIndex = 2; // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer4.IsSplitterFixed = true; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.errorList); this.splitContainer4.Panel1.Controls.Add(this.xmlText); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.tabControl1); this.splitContainer4.Size = new System.Drawing.Size(700, 235); this.splitContainer4.SplitterDistance = 206; this.splitContainer4.TabIndex = 3; this.splitContainer4.TabStop = false; // // errorList // this.errorList.AllowUserToAddRows = false; this.errorList.AllowUserToDeleteRows = false; this.errorList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.errorList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); this.errorList.Dock = System.Windows.Forms.DockStyle.Bottom; this.errorList.Location = new System.Drawing.Point(0, 56); this.errorList.Name = "errorList"; this.errorList.ReadOnly = true; this.errorList.RowHeadersVisible = false; this.errorList.Size = new System.Drawing.Size(700, 150); this.errorList.TabIndex = 1; this.errorList.Visible = false; this.errorList.MouseHover += new System.EventHandler(this.errorList_MouseHover); this.errorList.MouseLeave += new System.EventHandler(this.errorList_MouseLeave); // // Column1 // this.Column1.HeaderText = ""; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Column1.Width = 20; // // Column2 // this.Column2.HeaderText = "Type"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "Description"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // xmlText // this.xmlText.Dock = System.Windows.Forms.DockStyle.Fill; this.xmlText.Location = new System.Drawing.Point(0, 0); this.xmlText.Multiline = true; this.xmlText.Name = "xmlText"; this.xmlText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.xmlText.Size = new System.Drawing.Size(700, 206); this.xmlText.TabIndex = 0; this.xmlText.TextChanged += new System.EventHandler(this.xmlSchema_TextChanged); // // tabControl1 // this.tabControl1.Controls.Add(this.tabErrors); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tabControl1.Location = new System.Drawing.Point(0, 5); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(700, 20); this.tabControl1.TabIndex = 1; this.tabControl1.MouseHover += new System.EventHandler(this.tabControl1_MouseHover); // // tabErrors // this.tabErrors.Location = new System.Drawing.Point(4, 22); this.tabErrors.Name = "tabErrors"; this.tabErrors.Padding = new System.Windows.Forms.Padding(3); this.tabErrors.Size = new System.Drawing.Size(692, 0); this.tabErrors.TabIndex = 0; this.tabErrors.Text = "Error List"; this.tabErrors.UseVisualStyleBackColor = true; // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.menuStrip.Size = new System.Drawing.Size(714, 24); this.menuStrip.TabIndex = 3; this.menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fontsToolStripMenuItem, this.usingToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // fontsToolStripMenuItem // this.fontsToolStripMenuItem.Name = "fontsToolStripMenuItem"; this.fontsToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.fontsToolStripMenuItem.Text = "Fonts..."; this.fontsToolStripMenuItem.Click += new System.EventHandler(this.fontsToolStripMenuItem_Click); // // usingToolStripMenuItem // this.usingToolStripMenuItem.Name = "usingToolStripMenuItem"; this.usingToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.usingToolStripMenuItem.Text = "Using..."; // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contentsToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "Help"; // // contentsToolStripMenuItem // this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem"; this.contentsToolStripMenuItem.Size = new System.Drawing.Size(129, 22); this.contentsToolStripMenuItem.Text = "Contents"; this.contentsToolStripMenuItem.Click += new System.EventHandler(this.contentsToolStripMenuItem_Click); // // statusStrip // this.statusStrip.Location = new System.Drawing.Point(0, 553); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(714, 22); this.statusStrip.TabIndex = 3; this.statusStrip.Text = "statusStrip1"; // // toolStrip // this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.playButton, this.toolStripSeparator1, this.openButton, this.saveButton}); this.toolStrip.Location = new System.Drawing.Point(0, 24); this.toolStrip.Name = "toolStrip"; this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip.Size = new System.Drawing.Size(714, 25); this.toolStrip.TabIndex = 1; this.toolStrip.Text = "toolStrip1"; // // playButton // this.playButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.playButton.Image = ((System.Drawing.Image)(resources.GetObject("playButton.Image"))); this.playButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.playButton.Name = "playButton"; this.playButton.Size = new System.Drawing.Size(23, 22); this.playButton.ToolTipText = "Play"; this.playButton.Click += new System.EventHandler(this.playButton_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // openButton // this.openButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openButton.Image = ((System.Drawing.Image)(resources.GetObject("openButton.Image"))); this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openButton.Name = "openButton"; this.openButton.Size = new System.Drawing.Size(23, 22); this.openButton.ToolTipText = "Open"; this.openButton.Click += new System.EventHandler(this.openButton_Click); // // saveButton // this.saveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image"))); this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(23, 22); this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // panel // this.panel.Controls.Add(this.tabControl); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 49); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(714, 504); this.panel.TabIndex = 4; // // openFileDialog // this.openFileDialog.Filter = "C# snippet (*.scs)|*.scs|All files (*.*)|*.*"; // // saveFileDialog // this.saveFileDialog.Filter = "C# snippet (*.scs)|*.scs|All files (*.*)|*.*"; // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(714, 575); this.Controls.Add(this.panel); this.Controls.Add(this.statusStrip); this.Controls.Add(this.toolStrip); this.Controls.Add(this.menuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MainMenuStrip = this.menuStrip; this.Name = "MainWindow"; this.Text = "Snippeter"; this.Load += new System.EventHandler(this.MainWindow_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainWindow_KeyDown); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.snippetTab.ResumeLayout(false); this.consoleTab.ResumeLayout(false); this.consoleTab.PerformLayout(); this.regExTab.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel1.PerformLayout(); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); this.splitContainer2.ResumeLayout(false); this.xmlTab.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel1.PerformLayout(); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.ResumeLayout(false); this.panel1.ResumeLayout(false); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel1.PerformLayout(); this.splitContainer4.Panel2.ResumeLayout(false); this.splitContainer4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorList)).EndInit(); this.tabControl1.ResumeLayout(false); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.panel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage snippetTab; private System.Windows.Forms.TabPage consoleTab; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripButton playButton; private System.Windows.Forms.Panel panel; private System.Windows.Forms.TextBox consoleOutputBox; private System.Windows.Forms.TextBox consoleBox; private System.Windows.Forms.TabPage regExTab; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TextBox validationBox; private System.Windows.Forms.TextBox regExBox; private System.Windows.Forms.TabPage xmlTab; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fontsToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.TextBox xmlSchema; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabErrors; private System.Windows.Forms.TextBox xmlText; private System.Windows.Forms.SplitContainer splitContainer4; private System.Windows.Forms.DataGridView errorList; private System.Windows.Forms.DataGridViewImageColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem; private System.Windows.Forms.ToolStripButton saveButton; private sharpsyntax.SyntaxTextBox snippetBox; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton openButton; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.ToolStripMenuItem usingToolStripMenuItem; private System.Windows.Forms.TextBox snippetOutputBox; } }