namespace Maestro.AddIn.GeoRest.UI { partial class RestConfigEditor { /// /// 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(RestConfigEditor)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnValidate = new System.Windows.Forms.ToolStripButton(); this.txtXml = new System.Windows.Forms.RichTextBox(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.toolStripSeparator1, this.btnValidate}); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // btnSave // resources.ApplyResources(this.btnSave, "btnSave"); this.btnSave.Image = global::Maestro.AddIn.GeoRest.Properties.Resources.disk; this.btnSave.Name = "btnSave"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // btnValidate // resources.ApplyResources(this.btnValidate, "btnValidate"); this.btnValidate.Image = global::Maestro.AddIn.GeoRest.Properties.Resources.document_task; this.btnValidate.Name = "btnValidate"; this.btnValidate.Click += new System.EventHandler(this.btnValidate_Click); // // txtXml // resources.ApplyResources(this.txtXml, "txtXml"); this.txtXml.Name = "txtXml"; this.txtXml.TextChanged += new System.EventHandler(this.txtXml_TextChanged); // // RestConfigEditor // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(this.txtXml); this.Controls.Add(this.toolStrip1); this.Name = "RestConfigEditor"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnSave; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btnValidate; private System.Windows.Forms.RichTextBox txtXml; } }