namespace Maestro.Editors.Common { partial class XmlContentErrorDialog { /// /// 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(XmlContentErrorDialog)); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtErrorDetails = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.txtXmlContent = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtErrorDetails); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtErrorDetails // resources.ApplyResources(this.txtErrorDetails, "txtErrorDetails"); this.txtErrorDetails.Name = "txtErrorDetails"; this.txtErrorDetails.ReadOnly = true; // // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.txtXmlContent); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // btnSave // resources.ApplyResources(this.btnSave, "btnSave"); this.btnSave.Name = "btnSave"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // textBox1 // resources.ApplyResources(this.txtXmlContent, "textBox1"); this.txtXmlContent.Name = "textBox1"; this.txtXmlContent.ReadOnly = true; // // XmlContentErrorDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Name = "XmlContentErrorDialog"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TextBox txtErrorDetails; private System.Windows.Forms.TextBox txtXmlContent; } }