namespace Maestro.AddIn.Scripting.UI { partial class IronPythonRepl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textEditorControl = new ICSharpCode.TextEditor.TextEditorControl(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnLoadFile = new System.Windows.Forms.ToolStripButton(); this.btnClear = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // textEditorControl // this.textEditorControl.Dock = System.Windows.Forms.DockStyle.Fill; this.textEditorControl.IsReadOnly = false; this.textEditorControl.Location = new System.Drawing.Point(0, 25); this.textEditorControl.Name = "textEditorControl"; this.textEditorControl.Size = new System.Drawing.Size(594, 274); this.textEditorControl.TabIndex = 0; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnLoadFile, this.toolStripSeparator1, this.btnClear}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(594, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btnLoadFile // this.btnLoadFile.Image = global::Maestro.AddIn.Scripting.Properties.Resources.control; this.btnLoadFile.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnLoadFile.Name = "btnLoadFile"; this.btnLoadFile.Size = new System.Drawing.Size(69, 22); this.btnLoadFile.Text = "Run File"; this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); // // btnClear // this.btnClear.Image = global::Maestro.AddIn.Scripting.Properties.Resources.cross_script; this.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(54, 22); this.btnClear.Text = "Clear"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // IronPythonRepl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textEditorControl); this.Controls.Add(this.toolStrip1); this.Name = "IronPythonRepl"; this.Size = new System.Drawing.Size(594, 299); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ICSharpCode.TextEditor.TextEditorControl textEditorControl; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnClear; private System.Windows.Forms.ToolStripButton btnLoadFile; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }