namespace OSGeo.MapGuide.Maestro { partial class HttpLoginCtrl { /// /// 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() { this.cmbLanguage = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtStartingpoint = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmbServerUrl = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // cmbLanguage // this.cmbLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLanguage.Location = new System.Drawing.Point(82, 108); this.cmbLanguage.Name = "cmbLanguage"; this.cmbLanguage.Size = new System.Drawing.Size(279, 21); this.cmbLanguage.TabIndex = 23; this.cmbLanguage.SelectedIndexChanged += new System.EventHandler(this.cmbLanguage_SelectedIndexChanged); // // label5 // this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label5.Location = new System.Drawing.Point(2, 108); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 16); this.label5.TabIndex = 22; this.label5.Text = "Language"; // // txtPassword // this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPassword.Location = new System.Drawing.Point(82, 82); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(279, 20); this.txtPassword.TabIndex = 21; this.txtPassword.Text = "admin"; this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged); // // txtUsername // this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUsername.Location = new System.Drawing.Point(82, 56); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(279, 20); this.txtUsername.TabIndex = 20; this.txtUsername.Text = "Administrator"; // // txtStartingpoint // this.txtStartingpoint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtStartingpoint.Enabled = false; this.txtStartingpoint.Location = new System.Drawing.Point(82, 30); this.txtStartingpoint.Name = "txtStartingpoint"; this.txtStartingpoint.Size = new System.Drawing.Size(279, 20); this.txtStartingpoint.TabIndex = 17; this.txtStartingpoint.Text = "Library://"; // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label4.Location = new System.Drawing.Point(2, 82); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 16); this.label4.TabIndex = 19; this.label4.Text = "Password"; // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label3.Location = new System.Drawing.Point(2, 56); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.label3.TabIndex = 18; this.label3.Text = "Username"; // // label2 // this.label2.Enabled = false; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.Location = new System.Drawing.Point(2, 30); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 16); this.label2.TabIndex = 16; this.label2.Text = "Startingpoint"; // // cmbServerUrl // this.cmbServerUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbServerUrl.Location = new System.Drawing.Point(82, 3); this.cmbServerUrl.Name = "cmbServerUrl"; this.cmbServerUrl.Size = new System.Drawing.Size(279, 21); this.cmbServerUrl.TabIndex = 15; this.cmbServerUrl.Text = "http://localhost/mapguide/mapagent/mapagent.fcgi"; this.cmbServerUrl.SelectedIndexChanged += new System.EventHandler(this.cmbServerUrl_SelectedIndexChanged); // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label1.Location = new System.Drawing.Point(2, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 14; this.label1.Text = "Server:"; // // HttpLoginCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cmbLanguage); this.Controls.Add(this.label5); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.txtStartingpoint); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.cmbServerUrl); this.Controls.Add(this.label1); this.Name = "HttpLoginCtrl"; this.Size = new System.Drawing.Size(364, 133); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cmbLanguage; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.TextBox txtStartingpoint; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbServerUrl; private System.Windows.Forms.Label label1; } }