namespace Maestro.Login { partial class LocalNativeStubCtrl { /// /// 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.lblIniPath = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); 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.SuspendLayout(); // // lblIniPath // this.lblIniPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblIniPath.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.lblIniPath.Location = new System.Drawing.Point(12, 40); this.lblIniPath.Name = "lblIniPath"; this.lblIniPath.Size = new System.Drawing.Size(329, 37); this.lblIniPath.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label1.Location = new System.Drawing.Point(12, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(154, 13); this.label1.TabIndex = 2; this.label1.Text = "Connect using previous path of"; // // 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(95, 116); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(246, 20); this.txtPassword.TabIndex = 29; 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(95, 90); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(246, 20); this.txtUsername.TabIndex = 28; 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(15, 119); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 16); this.label4.TabIndex = 27; 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(15, 93); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 16); this.label3.TabIndex = 26; this.label3.Text = "Username"; // // LocalNativeStubCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.lblIniPath); this.Controls.Add(this.label1); this.Name = "LocalNativeStubCtrl"; this.Size = new System.Drawing.Size(357, 164); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblIniPath; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; } }