namespace OSGeo.MapGuide.Maestro.ResourceEditors.LayerEditorControls { partial class EditScales { /// /// 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(EditScales)); this.panel1 = new System.Windows.Forms.Panel(); this.CancelBtn = new System.Windows.Forms.Button(); this.OKBtn = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.CancelBtn); this.panel1.Controls.Add(this.OKBtn); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // CancelBtn // this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.CancelBtn, "CancelBtn"); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.UseVisualStyleBackColor = true; // // OKBtn // this.OKBtn.DialogResult = System.Windows.Forms.DialogResult.OK; resources.ApplyResources(this.OKBtn, "OKBtn"); this.OKBtn.Name = "OKBtn"; this.OKBtn.UseVisualStyleBackColor = true; // // textBox1 // resources.ApplyResources(this.textBox1, "textBox1"); this.textBox1.Name = "textBox1"; // // EditScales // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CancelBtn; this.Controls.Add(this.textBox1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "EditScales"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.Button OKBtn; public System.Windows.Forms.TextBox textBox1; } }