in tools/clang/tools/dotnetc/EditorForm.Designer.cs [38:1081]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.TheStatusStrip = new System.Windows.Forms.StatusStrip();
this.TheStatusStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.TheMenuStrip = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.NewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.recentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.findAndReplaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.quickFindToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileVariablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.FontGrowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.FontShrinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bitstreamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bitstreamFromClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ColorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.errorListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.renderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.outputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buildToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exportCompiledObjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rewriterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rewriteNobodyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.CodeBox = new System.Windows.Forms.RichTextBox();
this.AnalysisTabControl = new System.Windows.Forms.TabControl();
this.CompilationTabPage = new System.Windows.Forms.TabPage();
this.btnCompile = new System.Windows.Forms.Button();
this.tbOptions = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.cbProfile = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.tbEntry = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.DisassemblyTabPage = new System.Windows.Forms.TabPage();
this.DisassemblyTextBox = new System.Windows.Forms.RichTextBox();
this.ASTTabPage = new System.Windows.Forms.TabPage();
this.ASTDumpBox = new System.Windows.Forms.RichTextBox();
this.OptimizerTabPage = new System.Windows.Forms.TabPage();
this.InteractiveEditorButton = new System.Windows.Forms.Button();
this.ResetDefaultPassesButton = new System.Windows.Forms.Button();
this.AnalyzeCheckBox = new System.Windows.Forms.CheckBox();
this.AddPrintModuleButton = new System.Windows.Forms.Button();
this.RunPassesButton = new System.Windows.Forms.Button();
this.SelectPassDownButton = new System.Windows.Forms.Button();
this.SelectPassUpButton = new System.Windows.Forms.Button();
this.SelectedPassesBox = new System.Windows.Forms.ListBox();
this.PassesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.PassPropertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PastePassesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteAllPassesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.AvailablePassesBox = new System.Windows.Forms.ListBox();
this.TheToolTip = new System.Windows.Forms.ToolTip(this.components);
this.TopSplitContainer = new System.Windows.Forms.SplitContainer();
this.OutputTabControl = new System.Windows.Forms.TabControl();
this.RenderLogTabPage = new System.Windows.Forms.TabPage();
this.RenderLogBox = new System.Windows.Forms.TextBox();
this.RewriterOutputTextBox = new System.Windows.Forms.RichTextBox();
this.TheStatusStrip.SuspendLayout();
this.TheMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.AnalysisTabControl.SuspendLayout();
this.CompilationTabPage.SuspendLayout();
this.DisassemblyTabPage.SuspendLayout();
this.ASTTabPage.SuspendLayout();
this.OptimizerTabPage.SuspendLayout();
this.PassesContextMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopSplitContainer)).BeginInit();
this.TopSplitContainer.Panel1.SuspendLayout();
this.TopSplitContainer.Panel2.SuspendLayout();
this.TopSplitContainer.SuspendLayout();
this.OutputTabControl.SuspendLayout();
this.RenderLogTabPage.SuspendLayout();
this.SuspendLayout();
//
// TheStatusStrip
//
this.TheStatusStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.TheStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TheStatusStripLabel});
this.TheStatusStrip.Location = new System.Drawing.Point(0, 1155);
this.TheStatusStrip.Name = "TheStatusStrip";
this.TheStatusStrip.Padding = new System.Windows.Forms.Padding(2, 0, 8, 0);
this.TheStatusStrip.Size = new System.Drawing.Size(2115, 42);
this.TheStatusStrip.TabIndex = 0;
this.TheStatusStrip.Text = "statusStrip1";
//
// TheStatusStripLabel
//
this.TheStatusStripLabel.Name = "TheStatusStripLabel";
this.TheStatusStripLabel.Size = new System.Drawing.Size(84, 32);
this.TheStatusStripLabel.Text = "Ready.";
//
// TheMenuStrip
//
this.TheMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.TheMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.viewToolStripMenuItem,
this.buildToolStripMenuItem,
this.toolsToolStripMenuItem,
this.helpToolStripMenuItem});
this.TheMenuStrip.Location = new System.Drawing.Point(0, 0);
this.TheMenuStrip.Name = "TheMenuStrip";
this.TheMenuStrip.Padding = new System.Windows.Forms.Padding(3, 1, 0, 1);
this.TheMenuStrip.Size = new System.Drawing.Size(2115, 38);
this.TheMenuStrip.TabIndex = 1;
this.TheMenuStrip.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewToolStripMenuItem,
this.openToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator1,
this.recentFilesToolStripMenuItem,
this.toolStripMenuItem4,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(72, 36);
this.fileToolStripMenuItem.Text = "&File";
this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening);
//
// NewToolStripMenuItem
//
this.NewToolStripMenuItem.Name = "NewToolStripMenuItem";
this.NewToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.NewToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.NewToolStripMenuItem.Text = "&New";
this.NewToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.openToolStripMenuItem.Text = "&Open...";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.saveToolStripMenuItem.Text = "&Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.saveAsToolStripMenuItem.Text = "Save &As...";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(306, 6);
//
// recentFilesToolStripMenuItem
//
this.recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem";
this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.recentFilesToolStripMenuItem.Text = "Recent &Files";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(306, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(309, 44);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripMenuItem,
this.toolStripMenuItem1,
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripMenuItem2,
this.selectAllToolStripMenuItem,
this.toolStripMenuItem3,
this.findAndReplaceToolStripMenuItem,
this.goToToolStripMenuItem,
this.fileVariablesToolStripMenuItem,
this.FontGrowToolStripMenuItem,
this.FontShrinkToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(75, 36);
this.editToolStripMenuItem.Text = "&Edit";
//
// undoToolStripMenuItem
//
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.undoToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.undoToolStripMenuItem.Text = "&Undo";
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(328, 6);
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cutToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.cutToolStripMenuItem.Text = "Cu&t";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.copyToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.copyToolStripMenuItem.Text = "&Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.pasteToolStripMenuItem.Text = "&Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.deleteToolStripMenuItem.Text = "&Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(328, 6);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.selectAllToolStripMenuItem.Text = "Select &All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(328, 6);
//
// findAndReplaceToolStripMenuItem
//
this.findAndReplaceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.quickFindToolStripMenuItem});
this.findAndReplaceToolStripMenuItem.Name = "findAndReplaceToolStripMenuItem";
this.findAndReplaceToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.findAndReplaceToolStripMenuItem.Text = "&Find and Replace";
//
// quickFindToolStripMenuItem
//
this.quickFindToolStripMenuItem.Name = "quickFindToolStripMenuItem";
this.quickFindToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.quickFindToolStripMenuItem.Size = new System.Drawing.Size(343, 44);
this.quickFindToolStripMenuItem.Text = "Quick &Find";
this.quickFindToolStripMenuItem.Click += new System.EventHandler(this.quickFindToolStripMenuItem_Click);
//
// goToToolStripMenuItem
//
this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
this.goToToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
this.goToToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.goToToolStripMenuItem.Text = "&Go To...";
this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click);
//
// fileVariablesToolStripMenuItem
//
this.fileVariablesToolStripMenuItem.Name = "fileVariablesToolStripMenuItem";
this.fileVariablesToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.fileVariablesToolStripMenuItem.Text = "File &Variables...";
this.fileVariablesToolStripMenuItem.Click += new System.EventHandler(this.fileVariablesToolStripMenuItem_Click);
//
// FontGrowToolStripMenuItem
//
this.FontGrowToolStripMenuItem.Name = "FontGrowToolStripMenuItem";
this.FontGrowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.OemPeriod)));
this.FontGrowToolStripMenuItem.ShowShortcutKeys = false;
this.FontGrowToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.FontGrowToolStripMenuItem.Text = "Font G&row";
this.FontGrowToolStripMenuItem.Click += new System.EventHandler(this.FontGrowToolStripMenuItem_Click);
//
// FontShrinkToolStripMenuItem
//
this.FontShrinkToolStripMenuItem.Name = "FontShrinkToolStripMenuItem";
this.FontShrinkToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.Oemcomma)));
this.FontShrinkToolStripMenuItem.ShowShortcutKeys = false;
this.FontShrinkToolStripMenuItem.Size = new System.Drawing.Size(331, 44);
this.FontShrinkToolStripMenuItem.Text = "Font Shrin&k";
this.FontShrinkToolStripMenuItem.Click += new System.EventHandler(this.FontShrinkToolStripMenuItem_Click);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.autoUpdateToolStripMenuItem,
this.bitstreamToolStripMenuItem,
this.bitstreamFromClipboardToolStripMenuItem,
this.ColorMenuItem,
this.debugInformationToolStripMenuItem,
this.errorListToolStripMenuItem,
this.renderToolStripMenuItem,
this.outputToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(86, 36);
this.viewToolStripMenuItem.Text = "&View";
//
// autoUpdateToolStripMenuItem
//
this.autoUpdateToolStripMenuItem.Name = "autoUpdateToolStripMenuItem";
this.autoUpdateToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.autoUpdateToolStripMenuItem.Text = "&Auto-Update";
this.autoUpdateToolStripMenuItem.Click += new System.EventHandler(this.autoUpdateToolStripMenuItem_Click);
//
// bitstreamToolStripMenuItem
//
this.bitstreamToolStripMenuItem.Name = "bitstreamToolStripMenuItem";
this.bitstreamToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.bitstreamToolStripMenuItem.Text = "&Bitstream";
this.bitstreamToolStripMenuItem.Click += new System.EventHandler(this.bitstreamToolStripMenuItem_Click);
//
// bitstreamFromClipboardToolStripMenuItem
//
this.bitstreamFromClipboardToolStripMenuItem.Name = "bitstreamFromClipboardToolStripMenuItem";
this.bitstreamFromClipboardToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.bitstreamFromClipboardToolStripMenuItem.Text = "Bitstream from clipboard";
this.bitstreamFromClipboardToolStripMenuItem.Click += new System.EventHandler(this.bitstreamFromClipboardToolStripMenuItem_Click);
//
// ColorMenuItem
//
this.ColorMenuItem.Name = "ColorMenuItem";
this.ColorMenuItem.Size = new System.Drawing.Size(413, 44);
this.ColorMenuItem.Text = "&Color";
this.ColorMenuItem.Click += new System.EventHandler(this.colorToolStripMenuItem_Click);
//
// debugInformationToolStripMenuItem
//
this.debugInformationToolStripMenuItem.Name = "debugInformationToolStripMenuItem";
this.debugInformationToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.debugInformationToolStripMenuItem.Text = "&Debug Information";
this.debugInformationToolStripMenuItem.Click += new System.EventHandler(this.debugInformationToolStripMenuItem_Click);
//
// errorListToolStripMenuItem
//
this.errorListToolStripMenuItem.Name = "errorListToolStripMenuItem";
this.errorListToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.errorListToolStripMenuItem.Text = "Error L&ist";
this.errorListToolStripMenuItem.Click += new System.EventHandler(this.errorListToolStripMenuItem_Click);
//
// renderToolStripMenuItem
//
this.renderToolStripMenuItem.Name = "renderToolStripMenuItem";
this.renderToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.renderToolStripMenuItem.Text = "&Render";
this.renderToolStripMenuItem.Click += new System.EventHandler(this.renderToolStripMenuItem_Click);
//
// outputToolStripMenuItem
//
this.outputToolStripMenuItem.Name = "outputToolStripMenuItem";
this.outputToolStripMenuItem.Size = new System.Drawing.Size(413, 44);
this.outputToolStripMenuItem.Text = "&Output";
this.outputToolStripMenuItem.Click += new System.EventHandler(this.outputToolStripMenuItem_Click);
//
// buildToolStripMenuItem
//
this.buildToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.compileToolStripMenuItem,
this.exportCompiledObjectToolStripMenuItem});
this.buildToolStripMenuItem.Name = "buildToolStripMenuItem";
this.buildToolStripMenuItem.Size = new System.Drawing.Size(89, 36);
this.buildToolStripMenuItem.Text = "&Build";
//
// compileToolStripMenuItem
//
this.compileToolStripMenuItem.Name = "compileToolStripMenuItem";
this.compileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F7)));
this.compileToolStripMenuItem.Size = new System.Drawing.Size(403, 44);
this.compileToolStripMenuItem.Text = "Co&mpile";
this.compileToolStripMenuItem.Click += new System.EventHandler(this.compileToolStripMenuItem_Click);
//
// exportCompiledObjectToolStripMenuItem
//
this.exportCompiledObjectToolStripMenuItem.Name = "exportCompiledObjectToolStripMenuItem";
this.exportCompiledObjectToolStripMenuItem.Size = new System.Drawing.Size(403, 44);
this.exportCompiledObjectToolStripMenuItem.Text = "&Export Compiled Object";
this.exportCompiledObjectToolStripMenuItem.Click += new System.EventHandler(this.exportCompiledObjectToolStripMenuItem_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem,
this.rewriterToolStripMenuItem,
this.rewriteNobodyToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(90, 36);
this.toolsToolStripMenuItem.Text = "&Tools";
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(313, 44);
this.optionsToolStripMenuItem.Text = "&Options...";
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
//
// rewriterToolStripMenuItem
//
this.rewriterToolStripMenuItem.Name = "rewriterToolStripMenuItem";
this.rewriterToolStripMenuItem.Size = new System.Drawing.Size(313, 44);
this.rewriterToolStripMenuItem.Text = "Rewriter";
this.rewriterToolStripMenuItem.Click += new System.EventHandler(this.rewriterToolStripMenuItem_Click);
//
// rewriteNobodyToolStripMenuItem
//
this.rewriteNobodyToolStripMenuItem.Name = "rewriteNobodyToolStripMenuItem";
this.rewriteNobodyToolStripMenuItem.Size = new System.Drawing.Size(313, 44);
this.rewriteNobodyToolStripMenuItem.Text = "RewriteNobody";
this.rewriteNobodyToolStripMenuItem.Click += new System.EventHandler(this.rewriteNobodyToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(85, 36);
this.helpToolStripMenuItem.Text = "&Help";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(229, 44);
this.aboutToolStripMenuItem.Text = "&About...";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.CodeBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.AnalysisTabControl);
this.splitContainer1.Size = new System.Drawing.Size(2115, 1117);
this.splitContainer1.SplitterDistance = 759;
this.splitContainer1.SplitterWidth = 2;
this.splitContainer1.TabIndex = 2;
//
// CodeBox
//
this.CodeBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.CodeBox.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CodeBox.Location = new System.Drawing.Point(0, 0);
this.CodeBox.Margin = new System.Windows.Forms.Padding(2);
this.CodeBox.Name = "CodeBox";
this.CodeBox.Size = new System.Drawing.Size(759, 1117);
this.CodeBox.TabIndex = 0;
this.CodeBox.Text = "";
this.CodeBox.WordWrap = false;
this.CodeBox.SelectionChanged += new System.EventHandler(this.CodeBox_SelectionChanged);
this.CodeBox.TextChanged += new System.EventHandler(this.CodeBox_TextChanged);
this.CodeBox.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.CodeBox_HelpRequested);
//
// AnalysisTabControl
//
this.AnalysisTabControl.Controls.Add(this.CompilationTabPage);
this.AnalysisTabControl.Controls.Add(this.DisassemblyTabPage);
this.AnalysisTabControl.Controls.Add(this.ASTTabPage);
this.AnalysisTabControl.Controls.Add(this.OptimizerTabPage);
this.AnalysisTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.AnalysisTabControl.Location = new System.Drawing.Point(0, 0);
this.AnalysisTabControl.Margin = new System.Windows.Forms.Padding(2);
this.AnalysisTabControl.Name = "AnalysisTabControl";
this.AnalysisTabControl.SelectedIndex = 0;
this.AnalysisTabControl.Size = new System.Drawing.Size(1354, 1117);
this.AnalysisTabControl.TabIndex = 0;
this.AnalysisTabControl.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.AnalysisTabControl_Selecting);
//
// CompilationTabPage
//
this.CompilationTabPage.Controls.Add(this.btnCompile);
this.CompilationTabPage.Controls.Add(this.tbOptions);
this.CompilationTabPage.Controls.Add(this.label6);
this.CompilationTabPage.Controls.Add(this.cbProfile);
this.CompilationTabPage.Controls.Add(this.label5);
this.CompilationTabPage.Controls.Add(this.tbEntry);
this.CompilationTabPage.Controls.Add(this.label4);
this.CompilationTabPage.Location = new System.Drawing.Point(8, 27);
this.CompilationTabPage.Margin = new System.Windows.Forms.Padding(2);
this.CompilationTabPage.Name = "CompilationTabPage";
this.CompilationTabPage.Size = new System.Drawing.Size(1338, 1082);
this.CompilationTabPage.TabIndex = 3;
this.CompilationTabPage.Text = "Compilation";
this.CompilationTabPage.UseVisualStyleBackColor = true;
//
// btnCompile
//
this.btnCompile.AutoSize = true;
this.btnCompile.Location = new System.Drawing.Point(135, 13);
this.btnCompile.Margin = new System.Windows.Forms.Padding(2);
this.btnCompile.Name = "btnCompile";
this.btnCompile.Size = new System.Drawing.Size(142, 36);
this.btnCompile.TabIndex = 2;
this.btnCompile.Text = "Compile (Ctrl+F7)";
this.btnCompile.UseVisualStyleBackColor = true;
this.btnCompile.Click += new System.EventHandler(this.compileToolStripMenuItem_Click);
//
// tbOptions
//
this.tbOptions.Location = new System.Drawing.Point(4, 78);
this.tbOptions.Margin = new System.Windows.Forms.Padding(2);
this.tbOptions.Name = "tbOptions";
this.tbOptions.Size = new System.Drawing.Size(286, 20);
this.tbOptions.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(2, 63);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 13);
this.label6.TabIndex = 7;
this.label6.Text = "Options:";
//
// cbProfile
//
this.cbProfile.FormattingEnabled = true;
this.cbProfile.Items.AddRange(new object[] {
"ps_6_0",
"ps_6_1",
"ps_6_2",
"ps_6_3",
"ps_6_4",
"ps_6_5",
"ps_6_6",
"vs_6_0",
"vs_6_1",
"vs_6_2",
"vs_6_3",
"vs_6_4",
"vs_6_5",
"vs_6_6",
"cs_6_0",
"cs_6_1",
"cs_6_2",
"cs_6_3",
"cs_6_4",
"cs_6_5",
"cs_6_6",
"gs_6_0",
"gs_6_1",
"gs_6_2",
"gs_6_3",
"gs_6_4",
"gs_6_5",
"gs_6_6",
"hs_6_0",
"hs_6_1",
"hs_6_2",
"hs_6_3",
"hs_6_4",
"hs_6_5",
"hs_6_6",
"ds_6_0",
"ds_6_1",
"ds_6_2",
"ds_6_3",
"ds_6_4",
"ds_6_5",
"ds_6_6",
"lib_6_1",
"lib_6_2",
"lib_6_3",
"lib_6_4",
"lib_6_5",
"lib_6_6"});
this.cbProfile.Location = new System.Drawing.Point(4, 45);
this.cbProfile.Margin = new System.Windows.Forms.Padding(2);
this.cbProfile.Name = "cbProfile";
this.cbProfile.Size = new System.Drawing.Size(102, 21);
this.cbProfile.TabIndex = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(2, 31);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(76, 13);
this.label5.TabIndex = 6;
this.label5.Text = "Shader Model:";
//
// tbEntry
//
this.tbEntry.Location = new System.Drawing.Point(4, 13);
this.tbEntry.Margin = new System.Windows.Forms.Padding(2);
this.tbEntry.Name = "tbEntry";
this.tbEntry.Size = new System.Drawing.Size(108, 20);
this.tbEntry.TabIndex = 4;
this.tbEntry.Text = "main";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(2, 0);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(34, 13);
this.label4.TabIndex = 5;
this.label4.Text = "Entry:";
//
// DisassemblyTabPage
//
this.DisassemblyTabPage.Controls.Add(this.DisassemblyTextBox);
this.DisassemblyTabPage.Location = new System.Drawing.Point(8, 27);
this.DisassemblyTabPage.Margin = new System.Windows.Forms.Padding(2);
this.DisassemblyTabPage.Name = "DisassemblyTabPage";
this.DisassemblyTabPage.Padding = new System.Windows.Forms.Padding(2);
this.DisassemblyTabPage.Size = new System.Drawing.Size(1719, 1353);
this.DisassemblyTabPage.TabIndex = 0;
this.DisassemblyTabPage.Text = "Disassembly";
this.DisassemblyTabPage.UseVisualStyleBackColor = true;
//
// DisassemblyTextBox
//
this.DisassemblyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.DisassemblyTextBox.Location = new System.Drawing.Point(2, 2);
this.DisassemblyTextBox.Margin = new System.Windows.Forms.Padding(2);
this.DisassemblyTextBox.Name = "DisassemblyTextBox";
this.DisassemblyTextBox.ReadOnly = true;
this.DisassemblyTextBox.Size = new System.Drawing.Size(1715, 1349);
this.DisassemblyTextBox.TabIndex = 0;
this.DisassemblyTextBox.Text = "";
this.DisassemblyTextBox.WordWrap = false;
this.DisassemblyTextBox.SelectionChanged += new System.EventHandler(this.DisassemblyTextBox_SelectionChanged);
//
// ASTTabPage
//
this.ASTTabPage.Controls.Add(this.ASTDumpBox);
this.ASTTabPage.Location = new System.Drawing.Point(8, 27);
this.ASTTabPage.Margin = new System.Windows.Forms.Padding(2);
this.ASTTabPage.Name = "ASTTabPage";
this.ASTTabPage.Padding = new System.Windows.Forms.Padding(2);
this.ASTTabPage.Size = new System.Drawing.Size(1719, 1353);
this.ASTTabPage.TabIndex = 1;
this.ASTTabPage.Text = "AST";
this.ASTTabPage.UseVisualStyleBackColor = true;
//
// ASTDumpBox
//
this.ASTDumpBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.ASTDumpBox.Location = new System.Drawing.Point(2, 2);
this.ASTDumpBox.Margin = new System.Windows.Forms.Padding(2);
this.ASTDumpBox.Name = "ASTDumpBox";
this.ASTDumpBox.ReadOnly = true;
this.ASTDumpBox.Size = new System.Drawing.Size(1715, 1349);
this.ASTDumpBox.TabIndex = 0;
this.ASTDumpBox.Text = "";
//
// OptimizerTabPage
//
this.OptimizerTabPage.Controls.Add(this.InteractiveEditorButton);
this.OptimizerTabPage.Controls.Add(this.ResetDefaultPassesButton);
this.OptimizerTabPage.Controls.Add(this.AnalyzeCheckBox);
this.OptimizerTabPage.Controls.Add(this.AddPrintModuleButton);
this.OptimizerTabPage.Controls.Add(this.RunPassesButton);
this.OptimizerTabPage.Controls.Add(this.SelectPassDownButton);
this.OptimizerTabPage.Controls.Add(this.SelectPassUpButton);
this.OptimizerTabPage.Controls.Add(this.SelectedPassesBox);
this.OptimizerTabPage.Controls.Add(this.label2);
this.OptimizerTabPage.Controls.Add(this.label1);
this.OptimizerTabPage.Controls.Add(this.AvailablePassesBox);
this.OptimizerTabPage.Location = new System.Drawing.Point(8, 27);
this.OptimizerTabPage.Margin = new System.Windows.Forms.Padding(2);
this.OptimizerTabPage.Name = "OptimizerTabPage";
this.OptimizerTabPage.Padding = new System.Windows.Forms.Padding(2);
this.OptimizerTabPage.Size = new System.Drawing.Size(1719, 1353);
this.OptimizerTabPage.TabIndex = 2;
this.OptimizerTabPage.Text = "Optimizer";
this.OptimizerTabPage.UseVisualStyleBackColor = true;
//
// InteractiveEditorButton
//
this.InteractiveEditorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.InteractiveEditorButton.Location = new System.Drawing.Point(1567, 1332);
this.InteractiveEditorButton.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.InteractiveEditorButton.Name = "InteractiveEditorButton";
this.InteractiveEditorButton.Size = new System.Drawing.Size(112, 18);
this.InteractiveEditorButton.TabIndex = 11;
this.InteractiveEditorButton.Text = "Interactive Editor...";
this.InteractiveEditorButton.UseVisualStyleBackColor = true;
this.InteractiveEditorButton.Click += new System.EventHandler(this.InteractiveEditorButton_Click);
//
// ResetDefaultPassesButton
//
this.ResetDefaultPassesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ResetDefaultPassesButton.Location = new System.Drawing.Point(1567, 1289);
this.ResetDefaultPassesButton.Margin = new System.Windows.Forms.Padding(2);
this.ResetDefaultPassesButton.Name = "ResetDefaultPassesButton";
this.ResetDefaultPassesButton.Size = new System.Drawing.Size(112, 19);
this.ResetDefaultPassesButton.TabIndex = 9;
this.ResetDefaultPassesButton.Text = "Reset Default Passes";
this.ResetDefaultPassesButton.UseVisualStyleBackColor = true;
this.ResetDefaultPassesButton.Click += new System.EventHandler(this.ResetDefaultPassesButton_Click);
//
// AnalyzeCheckBox
//
this.AnalyzeCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.AnalyzeCheckBox.AutoSize = true;
this.AnalyzeCheckBox.Location = new System.Drawing.Point(4, 1251);
this.AnalyzeCheckBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.AnalyzeCheckBox.Name = "AnalyzeCheckBox";
this.AnalyzeCheckBox.Size = new System.Drawing.Size(112, 27);
this.AnalyzeCheckBox.TabIndex = 8;
this.AnalyzeCheckBox.Text = "Analyze passes";
this.AnalyzeCheckBox.UseVisualStyleBackColor = true;
//
// AddPrintModuleButton
//
this.AddPrintModuleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.AddPrintModuleButton.Location = new System.Drawing.Point(3, 1282);
this.AddPrintModuleButton.Margin = new System.Windows.Forms.Padding(2);
this.AddPrintModuleButton.Name = "AddPrintModuleButton";
this.AddPrintModuleButton.Size = new System.Drawing.Size(112, 19);
this.AddPrintModuleButton.TabIndex = 7;
this.AddPrintModuleButton.Text = "Add Print Module";
this.AddPrintModuleButton.UseVisualStyleBackColor = true;
this.AddPrintModuleButton.Click += new System.EventHandler(this.AddPrintModuleButton_Click);
//
// RunPassesButton
//
this.RunPassesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.RunPassesButton.Location = new System.Drawing.Point(1567, 1310);
this.RunPassesButton.Margin = new System.Windows.Forms.Padding(2);
this.RunPassesButton.Name = "RunPassesButton";
this.RunPassesButton.Size = new System.Drawing.Size(112, 19);
this.RunPassesButton.TabIndex = 6;
this.RunPassesButton.Text = "Run Passes";
this.RunPassesButton.UseVisualStyleBackColor = true;
this.RunPassesButton.Click += new System.EventHandler(this.RunPassesButton_Click);
//
// SelectPassDownButton
//
this.SelectPassDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SelectPassDownButton.Location = new System.Drawing.Point(1625, 1265);
this.SelectPassDownButton.Margin = new System.Windows.Forms.Padding(2);
this.SelectPassDownButton.Name = "SelectPassDownButton";
this.SelectPassDownButton.Size = new System.Drawing.Size(57, 19);
this.SelectPassDownButton.TabIndex = 5;
this.SelectPassDownButton.Text = "Swap Down";
this.SelectPassDownButton.UseVisualStyleBackColor = true;
this.SelectPassDownButton.Click += new System.EventHandler(this.SelectPassDownButton_Click);
//
// SelectPassUpButton
//
this.SelectPassUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SelectPassUpButton.Location = new System.Drawing.Point(1567, 1265);
this.SelectPassUpButton.Margin = new System.Windows.Forms.Padding(2);
this.SelectPassUpButton.Name = "SelectPassUpButton";
this.SelectPassUpButton.Size = new System.Drawing.Size(54, 19);
this.SelectPassUpButton.TabIndex = 4;
this.SelectPassUpButton.Text = "Swap Up";
this.SelectPassUpButton.UseVisualStyleBackColor = true;
this.SelectPassUpButton.Click += new System.EventHandler(this.SelectPassUpButton_Click);
//
// SelectedPassesBox
//
this.SelectedPassesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.SelectedPassesBox.ContextMenuStrip = this.PassesContextMenu;
this.SelectedPassesBox.FormattingEnabled = true;
this.SelectedPassesBox.IntegralHeight = false;
this.SelectedPassesBox.Location = new System.Drawing.Point(1567, 24);
this.SelectedPassesBox.Margin = new System.Windows.Forms.Padding(2);
this.SelectedPassesBox.Name = "SelectedPassesBox";
this.SelectedPassesBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.SelectedPassesBox.Size = new System.Drawing.Size(159, 1239);
this.SelectedPassesBox.TabIndex = 3;
this.SelectedPassesBox.DoubleClick += new System.EventHandler(this.SelectedPassesBox_DoubleClick);
this.SelectedPassesBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.SelectedPassesBox_KeyUp);
//
// PassesContextMenu
//
this.PassesContextMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
this.PassesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.PassPropertiesMenuItem,
this.toolStripMenuItem5,
this.copyToolStripMenuItem1,
this.copyAllToolStripMenuItem,
this.PastePassesMenuItem,
this.DeleteAllPassesMenuItem});
this.PassesContextMenu.Name = "PassesContextMenu";
this.PassesContextMenu.Size = new System.Drawing.Size(213, 200);
//
// PassPropertiesMenuItem
//
this.PassPropertiesMenuItem.Name = "PassPropertiesMenuItem";
this.PassPropertiesMenuItem.Size = new System.Drawing.Size(212, 38);
this.PassPropertiesMenuItem.Text = "P&roperties...";
this.PassPropertiesMenuItem.Click += new System.EventHandler(this.PassPropertiesMenuItem_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(209, 6);
//
// copyToolStripMenuItem1
//
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
this.copyToolStripMenuItem1.Size = new System.Drawing.Size(212, 38);
this.copyToolStripMenuItem1.Text = "&Copy";
this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// copyAllToolStripMenuItem
//
this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(212, 38);
this.copyAllToolStripMenuItem.Text = "Copy &All";
this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click);
//
// PastePassesMenuItem
//
this.PastePassesMenuItem.Name = "PastePassesMenuItem";
this.PastePassesMenuItem.Size = new System.Drawing.Size(212, 38);
this.PastePassesMenuItem.Text = "&Paste";
this.PastePassesMenuItem.Click += new System.EventHandler(this.PastePassesMenuItem_Click);
//
// DeleteAllPassesMenuItem
//
this.DeleteAllPassesMenuItem.Name = "DeleteAllPassesMenuItem";
this.DeleteAllPassesMenuItem.Size = new System.Drawing.Size(212, 38);
this.DeleteAllPassesMenuItem.Text = "Delete All";
this.DeleteAllPassesMenuItem.Click += new System.EventHandler(this.DeleteAllPassesMenuItem_Click);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(1565, 6);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 2;
this.label2.Text = "&Pipeline:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 6);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(189, 13);
this.label1.TabIndex = 1;
this.label1.Text = "&Available Passes (double-click to add):";
//
// AvailablePassesBox
//
this.AvailablePassesBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.AvailablePassesBox.FormattingEnabled = true;
this.AvailablePassesBox.IntegralHeight = false;
this.AvailablePassesBox.Location = new System.Drawing.Point(4, 24);
this.AvailablePassesBox.Margin = new System.Windows.Forms.Padding(2);
this.AvailablePassesBox.Name = "AvailablePassesBox";
this.AvailablePassesBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.AvailablePassesBox.Size = new System.Drawing.Size(1559, 1239);
this.AvailablePassesBox.TabIndex = 0;
this.AvailablePassesBox.DoubleClick += new System.EventHandler(this.AvailablePassesBox_DoubleClick);
//
// TopSplitContainer
//
this.TopSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.TopSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.TopSplitContainer.Location = new System.Drawing.Point(0, 38);
this.TopSplitContainer.Margin = new System.Windows.Forms.Padding(2);
this.TopSplitContainer.Name = "TopSplitContainer";
this.TopSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// TopSplitContainer.Panel1
//
this.TopSplitContainer.Panel1.Controls.Add(this.splitContainer1);
//
// TopSplitContainer.Panel2
//
this.TopSplitContainer.Panel2.Controls.Add(this.OutputTabControl);
this.TopSplitContainer.Panel2Collapsed = true;
this.TopSplitContainer.Panel2MinSize = 75;
this.TopSplitContainer.Size = new System.Drawing.Size(2115, 1117);
this.TopSplitContainer.SplitterDistance = 25;
this.TopSplitContainer.SplitterWidth = 2;
this.TopSplitContainer.TabIndex = 3;
//
// OutputTabControl
//
this.OutputTabControl.Controls.Add(this.RenderLogTabPage);
this.OutputTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.OutputTabControl.Location = new System.Drawing.Point(0, 0);
this.OutputTabControl.Margin = new System.Windows.Forms.Padding(2);
this.OutputTabControl.Name = "OutputTabControl";
this.OutputTabControl.SelectedIndex = 0;
this.OutputTabControl.Size = new System.Drawing.Size(150, 46);
this.OutputTabControl.TabIndex = 0;
//
// RenderLogTabPage
//
this.RenderLogTabPage.Controls.Add(this.RenderLogBox);
this.RenderLogTabPage.Location = new System.Drawing.Point(4, 22);
this.RenderLogTabPage.Margin = new System.Windows.Forms.Padding(2);
this.RenderLogTabPage.Name = "RenderLogTabPage";
this.RenderLogTabPage.Padding = new System.Windows.Forms.Padding(2);
this.RenderLogTabPage.Size = new System.Drawing.Size(142, 20);
this.RenderLogTabPage.TabIndex = 0;
this.RenderLogTabPage.Text = "Render Log";
this.RenderLogTabPage.UseVisualStyleBackColor = true;
//
// RenderLogBox
//
this.RenderLogBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.RenderLogBox.Location = new System.Drawing.Point(2, 2);
this.RenderLogBox.Margin = new System.Windows.Forms.Padding(2);
this.RenderLogBox.Multiline = true;
this.RenderLogBox.Name = "RenderLogBox";
this.RenderLogBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.RenderLogBox.Size = new System.Drawing.Size(138, 16);
this.RenderLogBox.TabIndex = 0;
this.RenderLogBox.WordWrap = false;
//
// RewriterOutputTextBox
//
this.RewriterOutputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.RewriterOutputTextBox.Location = new System.Drawing.Point(4, 4);
this.RewriterOutputTextBox.Margin = new System.Windows.Forms.Padding(4);
this.RewriterOutputTextBox.Name = "RewriterOutputTextBox";
this.RewriterOutputTextBox.ReadOnly = true;
this.RewriterOutputTextBox.Size = new System.Drawing.Size(970, 937);
this.RewriterOutputTextBox.TabIndex = 1;
this.RewriterOutputTextBox.Text = "";
this.RewriterOutputTextBox.WordWrap = false;
//
// EditorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(2115, 1197);
this.Controls.Add(this.TopSplitContainer);
this.Controls.Add(this.TheStatusStrip);
this.Controls.Add(this.TheMenuStrip);
this.MainMenuStrip = this.TheMenuStrip;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "EditorForm";
this.Text = "DirectX Compiler Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditorForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EditorForm_FormClosed);
this.Load += new System.EventHandler(this.EditorForm_Load);
this.Shown += new System.EventHandler(this.EditorForm_Shown);
this.TheStatusStrip.ResumeLayout(false);
this.TheStatusStrip.PerformLayout();
this.TheMenuStrip.ResumeLayout(false);
this.TheMenuStrip.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.AnalysisTabControl.ResumeLayout(false);
this.CompilationTabPage.ResumeLayout(false);
this.CompilationTabPage.PerformLayout();
this.DisassemblyTabPage.ResumeLayout(false);
this.ASTTabPage.ResumeLayout(false);
this.OptimizerTabPage.ResumeLayout(false);
this.OptimizerTabPage.PerformLayout();
this.PassesContextMenu.ResumeLayout(false);
this.TopSplitContainer.Panel1.ResumeLayout(false);
this.TopSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TopSplitContainer)).EndInit();
this.TopSplitContainer.ResumeLayout(false);
this.OutputTabControl.ResumeLayout(false);
this.RenderLogTabPage.ResumeLayout(false);
this.RenderLogTabPage.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}