namespace sharpcomparer.controls { partial class Database { /// /// 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.comboBoxDatabase = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.buttonTest = new System.Windows.Forms.Button(); this.textBoxName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.checkBoxRemember = new System.Windows.Forms.CheckBox(); this.textPassword = new System.Windows.Forms.MaskedTextBox(); this.textUsername = 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.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.comboAuthentication = new System.Windows.Forms.ComboBox(); this.comboServerName = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // comboBoxDatabase // this.comboBoxDatabase.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxDatabase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDatabase.Enabled = false; this.comboBoxDatabase.FormattingEnabled = true; this.comboBoxDatabase.Location = new System.Drawing.Point(176, 132); this.comboBoxDatabase.Name = "comboBoxDatabase"; this.comboBoxDatabase.Size = new System.Drawing.Size(235, 21); this.comboBoxDatabase.TabIndex = 31; this.comboBoxDatabase.SelectedIndexChanged += new System.EventHandler(this.comboBoxDatabase_SelectedIndexChanged); this.comboBoxDatabase.DropDown += new System.EventHandler(this.comboBoxDatabase_DropDown); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 129); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 13); this.label6.TabIndex = 30; this.label6.Text = "Database:"; // // buttonTest // this.buttonTest.Enabled = false; this.buttonTest.Location = new System.Drawing.Point(3, 185); this.buttonTest.Name = "buttonTest"; this.buttonTest.Size = new System.Drawing.Size(75, 23); this.buttonTest.TabIndex = 27; this.buttonTest.Text = "Test"; this.buttonTest.UseVisualStyleBackColor = true; this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click); // // textBoxName // this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxName.Location = new System.Drawing.Point(176, 159); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(235, 20); this.textBoxName.TabIndex = 26; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 156); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(122, 13); this.label5.TabIndex = 25; this.label5.Text = "Regsitered server name:"; // // checkBoxRemember // this.checkBoxRemember.AutoSize = true; this.checkBoxRemember.Enabled = false; this.checkBoxRemember.Location = new System.Drawing.Point(176, 109); this.checkBoxRemember.Name = "checkBoxRemember"; this.checkBoxRemember.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.checkBoxRemember.Size = new System.Drawing.Size(117, 17); this.checkBoxRemember.TabIndex = 24; this.checkBoxRemember.Text = "Remeber password"; this.checkBoxRemember.UseVisualStyleBackColor = true; // // textPassword // this.textPassword.Dock = System.Windows.Forms.DockStyle.Fill; this.textPassword.Enabled = false; this.textPassword.Location = new System.Drawing.Point(176, 83); this.textPassword.Name = "textPassword"; this.textPassword.PasswordChar = '•'; this.textPassword.Size = new System.Drawing.Size(235, 20); this.textPassword.TabIndex = 23; // // textUsername // this.textUsername.Dock = System.Windows.Forms.DockStyle.Fill; this.textUsername.Enabled = false; this.textUsername.Location = new System.Drawing.Point(176, 57); this.textUsername.Name = "textUsername"; this.textUsername.Size = new System.Drawing.Size(235, 20); this.textUsername.TabIndex = 22; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 13); this.label4.TabIndex = 20; this.label4.Text = "Password:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 54); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 13); this.label3.TabIndex = 19; this.label3.Text = "Username:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 13); this.label2.TabIndex = 18; this.label2.Text = "Authentication:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 13); this.label1.TabIndex = 17; this.label1.Text = "Server name:"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 41.91177F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 58.08823F)); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.buttonTest, 0, 14); this.tableLayoutPanel1.Controls.Add(this.comboBoxDatabase, 1, 10); this.tableLayoutPanel1.Controls.Add(this.comboAuthentication, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label6, 0, 10); this.tableLayoutPanel1.Controls.Add(this.comboServerName, 1, 3); this.tableLayoutPanel1.Controls.Add(this.label5, 0, 12); this.tableLayoutPanel1.Controls.Add(this.textUsername, 1, 5); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 5); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 7); this.tableLayoutPanel1.Controls.Add(this.textPassword, 1, 7); this.tableLayoutPanel1.Controls.Add(this.checkBoxRemember, 1, 8); this.tableLayoutPanel1.Controls.Add(this.textBoxName, 1, 12); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 15; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(414, 420); this.tableLayoutPanel1.TabIndex = 33; // // comboAuthentication // this.comboAuthentication.Dock = System.Windows.Forms.DockStyle.Fill; this.comboAuthentication.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAuthentication.FormattingEnabled = true; this.comboAuthentication.Items.AddRange(new object[] { "Windows Authentication", "SQL Server Authentication"}); this.comboAuthentication.Location = new System.Drawing.Point(176, 3); this.comboAuthentication.Name = "comboAuthentication"; this.comboAuthentication.Size = new System.Drawing.Size(235, 21); this.comboAuthentication.TabIndex = 32; this.comboAuthentication.SelectedIndexChanged += new System.EventHandler(this.comboAuthentication_SelectedIndexChanged); // // comboServerName // this.comboServerName.Dock = System.Windows.Forms.DockStyle.Fill; this.comboServerName.FormattingEnabled = true; this.comboServerName.Location = new System.Drawing.Point(176, 30); this.comboServerName.Name = "comboServerName"; this.comboServerName.Size = new System.Drawing.Size(235, 21); this.comboServerName.TabIndex = 21; this.comboServerName.DropDown += new System.EventHandler(this.comboBoxServerName_DropDown); this.comboServerName.TextChanged += new System.EventHandler(this.comboServerName_TextChanged); // // Database // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.tableLayoutPanel1); this.Name = "Database"; this.Size = new System.Drawing.Size(414, 420); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox comboBoxDatabase; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button buttonTest; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox checkBoxRemember; private System.Windows.Forms.MaskedTextBox textPassword; private System.Windows.Forms.TextBox textUsername; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.ComboBox comboAuthentication; private System.Windows.Forms.ComboBox comboServerName; } }