namespace Maestro.Login { partial class LocalLoginCtrl { /// /// 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.btnBrowse = new System.Windows.Forms.Button(); this.txtPlatformConfig = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnBrowse.Location = new System.Drawing.Point(410, 30); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(26, 23); this.btnBrowse.TabIndex = 31; this.btnBrowse.Text = "..."; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // txtWebConfig // this.txtPlatformConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPlatformConfig.Location = new System.Drawing.Point(19, 32); this.txtPlatformConfig.Name = "txtWebConfig"; this.txtPlatformConfig.Size = new System.Drawing.Size(385, 20); this.txtPlatformConfig.TabIndex = 30; // // label1 // this.label1.AutoSize = true; this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label1.Location = new System.Drawing.Point(16, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(129, 13); this.label1.TabIndex = 29; this.label1.Text = "Platform Configuration File"; // // LocalLoginCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnBrowse); this.Controls.Add(this.txtPlatformConfig); this.Controls.Add(this.label1); this.Name = "LocalLoginCtrl"; this.Size = new System.Drawing.Size(453, 165); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox txtPlatformConfig; private System.Windows.Forms.Label label1; } }