namespace Maestro.Editors.FeatureSource { partial class SpatialContextInfoDialog { /// /// 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(SpatialContextInfoDialog)); this.btnClose = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtExtentType = new System.Windows.Forms.TextBox(); this.txtMinX = new System.Windows.Forms.TextBox(); this.txtMinY = new System.Windows.Forms.TextBox(); this.txtMaxY = new System.Windows.Forms.TextBox(); this.txtMaxX = new System.Windows.Forms.TextBox(); this.txtCSName = new System.Windows.Forms.TextBox(); this.txtCSWkt = new System.Windows.Forms.TextBox(); this.txtXYTolerance = new System.Windows.Forms.TextBox(); this.txtZTolerance = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // txtName // resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; this.txtName.ReadOnly = true; // // txtExtentType // resources.ApplyResources(this.txtExtentType, "txtExtentType"); this.txtExtentType.Name = "txtExtentType"; this.txtExtentType.ReadOnly = true; // // txtMinX // resources.ApplyResources(this.txtMinX, "txtMinX"); this.txtMinX.Name = "txtMinX"; this.txtMinX.ReadOnly = true; // // txtMinY // resources.ApplyResources(this.txtMinY, "txtMinY"); this.txtMinY.Name = "txtMinY"; this.txtMinY.ReadOnly = true; // // txtMaxY // resources.ApplyResources(this.txtMaxY, "txtMaxY"); this.txtMaxY.Name = "txtMaxY"; this.txtMaxY.ReadOnly = true; // // txtMaxX // resources.ApplyResources(this.txtMaxX, "txtMaxX"); this.txtMaxX.Name = "txtMaxX"; this.txtMaxX.ReadOnly = true; // // txtCSName // resources.ApplyResources(this.txtCSName, "txtCSName"); this.txtCSName.Name = "txtCSName"; this.txtCSName.ReadOnly = true; // // txtCSWkt // resources.ApplyResources(this.txtCSWkt, "txtCSWkt"); this.txtCSWkt.Name = "txtCSWkt"; this.txtCSWkt.ReadOnly = true; // // txtXYTolerance // resources.ApplyResources(this.txtXYTolerance, "txtXYTolerance"); this.txtXYTolerance.Name = "txtXYTolerance"; this.txtXYTolerance.ReadOnly = true; // // txtZTolerance // resources.ApplyResources(this.txtZTolerance, "txtZTolerance"); this.txtZTolerance.Name = "txtZTolerance"; this.txtZTolerance.ReadOnly = true; // // txtDescription // resources.ApplyResources(this.txtDescription, "txtDescription"); this.txtDescription.Name = "txtDescription"; this.txtDescription.ReadOnly = true; // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.Name = "label8"; // // SpatialContextInfoDialog // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ControlBox = false; this.Controls.Add(this.txtDescription); this.Controls.Add(this.label8); this.Controls.Add(this.txtZTolerance); this.Controls.Add(this.txtXYTolerance); this.Controls.Add(this.txtCSWkt); this.Controls.Add(this.txtCSName); this.Controls.Add(this.txtMaxY); this.Controls.Add(this.txtMaxX); this.Controls.Add(this.txtMinY); this.Controls.Add(this.txtMinX); this.Controls.Add(this.txtExtentType); this.Controls.Add(this.txtName); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "SpatialContextInfoDialog"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtExtentType; private System.Windows.Forms.TextBox txtMinX; private System.Windows.Forms.TextBox txtMinY; private System.Windows.Forms.TextBox txtMaxY; private System.Windows.Forms.TextBox txtMaxX; private System.Windows.Forms.TextBox txtCSName; private System.Windows.Forms.TextBox txtCSWkt; private System.Windows.Forms.TextBox txtXYTolerance; private System.Windows.Forms.TextBox txtZTolerance; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label label8; } }