namespace ELMA { partial class ConfigMan { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtServerName = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.txtPasswd = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtUser = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtBaseUrl = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtAppBasePath = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnApply = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 0; this.label1.Text = "Name / IP"; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(70, 19); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(204, 20); this.txtServerName.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.txtPasswd); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtUser); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtServerName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 57); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(385, 111); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "SQL Server"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(281, 20); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(73, 17); this.checkBox1.TabIndex = 6; this.checkBox1.Text = "integ auth"; this.checkBox1.UseVisualStyleBackColor = true; // // txtPasswd // this.txtPasswd.Location = new System.Drawing.Point(70, 81); this.txtPasswd.Name = "txtPasswd"; this.txtPasswd.Size = new System.Drawing.Size(136, 20); this.txtPasswd.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(20, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 4; this.label3.Text = "Passwd"; // // txtUser // this.txtUser.Location = new System.Drawing.Point(70, 51); this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(136, 20); this.txtUser.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 13); this.label2.TabIndex = 2; this.label2.Text = "User"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(12, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(116, 22); this.label4.TabIndex = 3; this.label4.Text = "Active Config"; // // txtBaseUrl // this.txtBaseUrl.Location = new System.Drawing.Point(70, 33); this.txtBaseUrl.Name = "txtBaseUrl"; this.txtBaseUrl.Size = new System.Drawing.Size(306, 20); this.txtBaseUrl.TabIndex = 21; this.txtBaseUrl.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(8, 33); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 13); this.label5.TabIndex = 20; this.label5.Text = "Base URL"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtAppBasePath); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtBaseUrl); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Location = new System.Drawing.Point(12, 174); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(385, 104); this.groupBox2.TabIndex = 22; this.groupBox2.TabStop = false; this.groupBox2.Text = "IIS Server"; // // txtAppBasePath // this.txtAppBasePath.Location = new System.Drawing.Point(70, 59); this.txtAppBasePath.Name = "txtAppBasePath"; this.txtAppBasePath.Size = new System.Drawing.Size(306, 20); this.txtAppBasePath.TabIndex = 23; this.txtAppBasePath.Text = "--"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 59); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(51, 13); this.label6.TabIndex = 22; this.label6.Text = "App Path"; // // btnApply // this.btnApply.Location = new System.Drawing.Point(222, 284); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(101, 23); this.btnApply.TabIndex = 23; this.btnApply.Text = "Apply"; this.btnApply.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(77, 284); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(101, 23); this.btnCancel.TabIndex = 24; this.btnCancel.Text = "Cancel"; this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(411, 24); this.menuStrip1.TabIndex = 25; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadToolStripMenuItem, this.saveToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loadToolStripMenuItem.Text = "&Load"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // ConfigMan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(411, 327); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnApply); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label4); this.Controls.Add(this.groupBox1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "ConfigMan"; this.Text = "ConfigMan"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtServerName; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtPasswd; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtUser; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtBaseUrl; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.TextBox txtAppBasePath; private System.Windows.Forms.Label label6; } }