namespace Maestro.Editors.LayerDefinition.Vector.Scales { partial class ExplodeThemeDialog { /// /// 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(ExplodeThemeDialog)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtFolder = new System.Windows.Forms.TextBox(); this.btnBrowse = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtLayersCreate = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtLayerNameFormat = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.lstLayerNameExamples = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.btnCreate = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtLayerPrefix = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // txtFolder // resources.ApplyResources(this.txtFolder, "txtFolder"); this.txtFolder.Name = "txtFolder"; this.txtFolder.ReadOnly = true; this.txtFolder.TextChanged += new System.EventHandler(this.txtFolder_TextChanged); // // btnBrowse // resources.ApplyResources(this.btnBrowse, "btnBrowse"); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // txtLayersCreate // resources.ApplyResources(this.txtLayersCreate, "txtLayersCreate"); this.txtLayersCreate.Name = "txtLayersCreate"; this.txtLayersCreate.ReadOnly = true; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // txtLayerNameFormat // resources.ApplyResources(this.txtLayerNameFormat, "txtLayerNameFormat"); this.txtLayerNameFormat.Name = "txtLayerNameFormat"; this.txtLayerNameFormat.TextChanged += new System.EventHandler(this.txtLayerNameFormat_TextChanged); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // lstLayerNameExamples // resources.ApplyResources(this.lstLayerNameExamples, "lstLayerNameExamples"); this.lstLayerNameExamples.FormattingEnabled = true; this.lstLayerNameExamples.Name = "lstLayerNameExamples"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // btnCreate // resources.ApplyResources(this.btnCreate, "btnCreate"); this.btnCreate.Name = "btnCreate"; this.btnCreate.UseVisualStyleBackColor = true; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtLayerPrefix // resources.ApplyResources(this.txtLayerPrefix, "txtLayerPrefix"); this.txtLayerPrefix.Name = "txtLayerPrefix"; this.txtLayerPrefix.TextChanged += new System.EventHandler(this.txtLayerPrefix_TextChanged); // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // ExplodeThemeDialog // this.AcceptButton = this.btnCreate; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.btnCancel; resources.ApplyResources(this, "$this"); this.ControlBox = false; this.Controls.Add(this.txtLayerPrefix); this.Controls.Add(this.label7); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnCreate); this.Controls.Add(this.label6); this.Controls.Add(this.lstLayerNameExamples); this.Controls.Add(this.label5); this.Controls.Add(this.txtLayerNameFormat); this.Controls.Add(this.label4); this.Controls.Add(this.txtLayersCreate); this.Controls.Add(this.label3); this.Controls.Add(this.btnBrowse); this.Controls.Add(this.txtFolder); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ExplodeThemeDialog"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtFolder; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtLayersCreate; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtLayerNameFormat; private System.Windows.Forms.Label label5; private System.Windows.Forms.ListBox lstLayerNameExamples; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnCreate; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtLayerPrefix; private System.Windows.Forms.Label label7; } }