namespace Maestro.Editors.FeatureSource.Providers.Odbc.OverrideEditor
{
partial class TableConfigCtrl
{
///
/// 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 Component 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(TableConfigCtrl));
this.label1 = new System.Windows.Forms.Label();
this.txtTable = new System.Windows.Forms.TextBox();
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.txtKey = new System.Windows.Forms.TextBox();
this.btnKey = new System.Windows.Forms.Button();
this.btnX = new System.Windows.Forms.Button();
this.txtX = new System.Windows.Forms.TextBox();
this.btnY = new System.Windows.Forms.Button();
this.txtY = new System.Windows.Forms.TextBox();
this.btnZ = new System.Windows.Forms.Button();
this.txtZ = new System.Windows.Forms.TextBox();
this.chkGeometry = new System.Windows.Forms.CheckBox();
this.btnSpatialContext = new System.Windows.Forms.Button();
this.txtSpatialContext = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// txtTable
//
resources.ApplyResources(this.txtTable, "txtTable");
this.txtTable.Name = "txtTable";
this.txtTable.ReadOnly = true;
//
// 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";
//
// txtKey
//
resources.ApplyResources(this.txtKey, "txtKey");
this.txtKey.Name = "txtKey";
this.txtKey.ReadOnly = true;
this.txtKey.TextChanged += new System.EventHandler(this.txtKey_TextChanged);
//
// btnKey
//
resources.ApplyResources(this.btnKey, "btnKey");
this.btnKey.Name = "btnKey";
this.btnKey.UseVisualStyleBackColor = true;
this.btnKey.Click += new System.EventHandler(this.btnKey_Click);
//
// btnX
//
resources.ApplyResources(this.btnX, "btnX");
this.btnX.Name = "btnX";
this.btnX.UseVisualStyleBackColor = true;
this.btnX.Click += new System.EventHandler(this.btnX_Click);
//
// txtX
//
resources.ApplyResources(this.txtX, "txtX");
this.txtX.Name = "txtX";
this.txtX.ReadOnly = true;
this.txtX.TextChanged += new System.EventHandler(this.txtX_TextChanged);
//
// btnY
//
resources.ApplyResources(this.btnY, "btnY");
this.btnY.Name = "btnY";
this.btnY.UseVisualStyleBackColor = true;
this.btnY.Click += new System.EventHandler(this.btnY_Click);
//
// txtY
//
resources.ApplyResources(this.txtY, "txtY");
this.txtY.Name = "txtY";
this.txtY.ReadOnly = true;
this.txtY.TextChanged += new System.EventHandler(this.txtY_TextChanged);
//
// btnZ
//
resources.ApplyResources(this.btnZ, "btnZ");
this.btnZ.Name = "btnZ";
this.btnZ.UseVisualStyleBackColor = true;
this.btnZ.Click += new System.EventHandler(this.btnZ_Click);
//
// txtZ
//
resources.ApplyResources(this.txtZ, "txtZ");
this.txtZ.Name = "txtZ";
this.txtZ.ReadOnly = true;
this.txtZ.TextChanged += new System.EventHandler(this.txtZ_TextChanged);
//
// chkGeometry
//
resources.ApplyResources(this.chkGeometry, "chkGeometry");
this.chkGeometry.Name = "chkGeometry";
this.chkGeometry.UseVisualStyleBackColor = true;
this.chkGeometry.CheckedChanged += new System.EventHandler(this.chkGeometry_CheckedChanged);
//
// btnSpatialContext
//
resources.ApplyResources(this.btnSpatialContext, "btnSpatialContext");
this.btnSpatialContext.Name = "btnSpatialContext";
this.btnSpatialContext.UseVisualStyleBackColor = true;
this.btnSpatialContext.Click += new System.EventHandler(this.btnSpatialContext_Click);
//
// txtSpatialContext
//
resources.ApplyResources(this.txtSpatialContext, "txtSpatialContext");
this.txtSpatialContext.Name = "txtSpatialContext";
this.txtSpatialContext.ReadOnly = true;
this.txtSpatialContext.TextChanged += new System.EventHandler(this.txtSpatialContext_TextChanged);
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// TableConfigCtrl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.btnSpatialContext);
this.Controls.Add(this.txtSpatialContext);
this.Controls.Add(this.label6);
this.Controls.Add(this.chkGeometry);
this.Controls.Add(this.btnZ);
this.Controls.Add(this.txtZ);
this.Controls.Add(this.btnY);
this.Controls.Add(this.txtY);
this.Controls.Add(this.btnX);
this.Controls.Add(this.txtX);
this.Controls.Add(this.btnKey);
this.Controls.Add(this.txtKey);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtTable);
this.Controls.Add(this.label1);
this.Name = "TableConfigCtrl";
resources.ApplyResources(this, "$this");
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTable;
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.TextBox txtKey;
private System.Windows.Forms.Button btnKey;
private System.Windows.Forms.Button btnX;
private System.Windows.Forms.TextBox txtX;
private System.Windows.Forms.Button btnY;
private System.Windows.Forms.TextBox txtY;
private System.Windows.Forms.Button btnZ;
private System.Windows.Forms.TextBox txtZ;
private System.Windows.Forms.CheckBox chkGeometry;
private System.Windows.Forms.Button btnSpatialContext;
private System.Windows.Forms.TextBox txtSpatialContext;
private System.Windows.Forms.Label label6;
}
}