using System.ComponentModel; using System.Windows.Forms; namespace OpenDBDiff.SqlServer.Ui { partial class SqlServerConnectFront { /// /// Required designer variable. /// private 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.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboServer = new System.Windows.Forms.ComboBox(); this.cboAuthentication = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.cboDatabase = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.btnTest = new System.Windows.Forms.Button(); this.lblName = new System.Windows.Forms.Label(); this.gradientPanel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.gradientPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(82, 107); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(180, 20); this.txtPassword.TabIndex = 3; this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 110); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 13); this.label4.TabIndex = 16; this.label4.Text = "Password:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 13); this.label3.TabIndex = 15; this.label3.Text = "Username:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 13); this.label2.TabIndex = 14; this.label2.Text = "Server Host:"; // // cboServer // this.cboServer.FormattingEnabled = true; this.cboServer.Items.AddRange(new object[] { "(local)"}); this.cboServer.Location = new System.Drawing.Point(82, 28); this.cboServer.Name = "cboServer"; this.cboServer.Size = new System.Drawing.Size(180, 21); this.cboServer.TabIndex = 0; this.cboServer.SelectedIndexChanged += new System.EventHandler(this.cboServer_SelectedIndexChanged); this.cboServer.DropDown += new System.EventHandler(this.cboServer_DropDown); this.cboServer.TextChanged += new System.EventHandler(this.cboServer_TextChanged); // // cboAuthentication // this.cboAuthentication.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboAuthentication.FormattingEnabled = true; this.cboAuthentication.Items.AddRange(new object[] { "Windows Authentication", "SQL Server Authentication"}); this.cboAuthentication.Location = new System.Drawing.Point(82, 55); this.cboAuthentication.Name = "cboAuthentication"; this.cboAuthentication.Size = new System.Drawing.Size(180, 21); this.cboAuthentication.TabIndex = 1; this.cboAuthentication.SelectedIndexChanged += new System.EventHandler(this.cboAuthentication_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(75, 13); this.label5.TabIndex = 20; this.label5.Text = "Authentication"; // // cboDatabase // this.cboDatabase.FormattingEnabled = true; this.cboDatabase.Location = new System.Drawing.Point(82, 133); this.cboDatabase.Name = "cboDatabase"; this.cboDatabase.Size = new System.Drawing.Size(223, 21); this.cboDatabase.TabIndex = 4; this.cboDatabase.DropDown += new System.EventHandler(this.cboDatabase_DropDown); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 136); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 13); this.label6.TabIndex = 23; this.label6.Text = "Database:"; // // txtUsername // this.txtUsername.Location = new System.Drawing.Point(82, 81); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(180, 20); this.txtUsername.TabIndex = 2; this.txtUsername.TextChanged += new System.EventHandler(this.txtUsername_TextChanged); // // btnTest // this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnTest.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTest.Location = new System.Drawing.Point(327, 126); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(54, 28); this.btnTest.TabIndex = 5; this.btnTest.Text = "Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // lblName // this.lblName.AutoSize = true; this.lblName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblName.Location = new System.Drawing.Point(17, 5); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(105, 13); this.lblName.TabIndex = 24; this.lblName.Text = "Source Database"; // // gradientPanel1 // this.gradientPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gradientPanel1.Controls.Add(this.pictureBox1); this.gradientPanel1.Controls.Add(this.lblName); this.gradientPanel1.Location = new System.Drawing.Point(0, 0); this.gradientPanel1.Name = "gradientPanel1"; this.gradientPanel1.Size = new System.Drawing.Size(384, 24); this.gradientPanel1.TabIndex = 26; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::OpenDBDiff.SqlServer.Ui.Properties.Resources.database_yellow; this.pictureBox1.Location = new System.Drawing.Point(2, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(15, 18); this.pictureBox1.TabIndex = 27; this.pictureBox1.TabStop = false; // // SqlServerConnectFront // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.gradientPanel1); this.Controls.Add(this.cboDatabase); this.Controls.Add(this.label6); this.Controls.Add(this.btnTest); this.Controls.Add(this.cboAuthentication); this.Controls.Add(this.label5); this.Controls.Add(this.cboServer); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Name = "SqlServerConnectFront"; this.Size = new System.Drawing.Size(384, 156); this.gradientPanel1.ResumeLayout(false); this.gradientPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox txtPassword; private TextBox txtUsername; private Label label4; private Label label3; private Label label2; private ComboBox cboServer; private ComboBox cboAuthentication; private Label label5; private Button btnTest; private ComboBox cboDatabase; private Label label6; private Label lblName; private Panel gradientPanel1; private PictureBox pictureBox1; } }