namespace Maestro.Editors.FeatureSource.Providers.Wms { partial class WmsProviderCtrl { /// /// 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(WmsProviderCtrl)); this.txtPassword = new System.Windows.Forms.TextBox(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtFeatureServer = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtStatus = new System.Windows.Forms.TextBox(); this.btnTest = new System.Windows.Forms.Button(); this.btnAdvanced = new System.Windows.Forms.Button(); this.contentPanel.SuspendLayout(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.btnAdvanced); this.contentPanel.Controls.Add(this.txtStatus); this.contentPanel.Controls.Add(this.btnTest); this.contentPanel.Controls.Add(this.txtPassword); this.contentPanel.Controls.Add(this.txtUsername); this.contentPanel.Controls.Add(this.txtFeatureServer); this.contentPanel.Controls.Add(this.label3); this.contentPanel.Controls.Add(this.label2); this.contentPanel.Controls.Add(this.label1); resources.ApplyResources(this.contentPanel, "contentPanel"); // // txtPassword // resources.ApplyResources(this.txtPassword, "txtPassword"); this.txtPassword.Name = "txtPassword"; this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged); // // txtUsername // resources.ApplyResources(this.txtUsername, "txtUsername"); this.txtUsername.Name = "txtUsername"; this.txtUsername.TextChanged += new System.EventHandler(this.txtUsername_TextChanged); // // txtFeatureServer // resources.ApplyResources(this.txtFeatureServer, "txtFeatureServer"); this.txtFeatureServer.Name = "txtFeatureServer"; this.txtFeatureServer.TextChanged += new System.EventHandler(this.txtFeatureServer_TextChanged); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // txtStatus // resources.ApplyResources(this.txtStatus, "txtStatus"); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; // // btnTest // resources.ApplyResources(this.btnTest, "btnTest"); this.btnTest.Name = "btnTest"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // btnAdvanced // resources.ApplyResources(this.btnAdvanced, "btnAdvanced"); this.btnAdvanced.Name = "btnAdvanced"; this.btnAdvanced.UseVisualStyleBackColor = true; this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click); // // WmsProviderCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.HeaderText = "WMS Feature Source"; this.Name = "WmsProviderCtrl"; resources.ApplyResources(this, "$this"); this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.TextBox txtFeatureServer; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnAdvanced; private System.Windows.Forms.TextBox txtStatus; private System.Windows.Forms.Button btnTest; } }