namespace OSGeo.MapGuide.Maestro { partial class LocalNativeLoginCtrl { /// /// 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.txtPassword = new System.Windows.Forms.TextBox(); this.txtUsername = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtWebConfig = new System.Windows.Forms.TextBox(); this.btnBrowse = new System.Windows.Forms.Button(); this.SuspendLayout(); // // 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(100, 93); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(308, 20); this.txtPassword.TabIndex = 25; this.txtPassword.Text = "admin"; // // 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(100, 67); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(308, 20); this.txtUsername.TabIndex = 24; this.txtUsername.Text = "Administrator"; // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label4.Location = new System.Drawing.Point(20, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 16); this.label4.TabIndex = 23; 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(20, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 16); this.label3.TabIndex = 22; this.label3.Text = "Username"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(135, 13); this.label1.TabIndex = 26; this.label1.Text = "Web Tier Configuration File"; // // txtWebConfig // this.txtWebConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtWebConfig.Location = new System.Drawing.Point(23, 29); this.txtWebConfig.Name = "txtWebConfig"; this.txtWebConfig.Size = new System.Drawing.Size(385, 20); this.txtWebConfig.TabIndex = 27; this.txtWebConfig.TextChanged += new System.EventHandler(this.txtWebConfig_TextChanged); // // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse.Location = new System.Drawing.Point(414, 26); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(26, 23); this.btnBrowse.TabIndex = 28; this.btnBrowse.Text = "..."; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // LocalNativeLoginCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnBrowse); this.Controls.Add(this.txtWebConfig); this.Controls.Add(this.label1); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Name = "LocalNativeLoginCtrl"; this.Size = new System.Drawing.Size(453, 150); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtWebConfig; private System.Windows.Forms.Button btnBrowse; } }