#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.DataImporter.DbExplorer.MsSqlServer { partial class SqlServerConnectionWizard { /// /// 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.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtDatabaseName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtServerName = new System.Windows.Forms.TextBox(); this.chbWindowsAuthentication = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 127); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 13); this.label2.TabIndex = 3; this.label2.Text = "Username"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 13); this.label3.TabIndex = 4; this.label3.Text = "Password"; // // txtUsername // this.txtUsername.Location = new System.Drawing.Point(113, 124); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(169, 20); this.txtUsername.TabIndex = 3; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(113, 150); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(169, 20); this.txtPassword.TabIndex = 4; this.txtPassword.UseSystemPasswordChar = true; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(113, 189); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 5; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(207, 189); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // txtDatabaseName // this.txtDatabaseName.Location = new System.Drawing.Point(113, 56); this.txtDatabaseName.Name = "txtDatabaseName"; this.txtDatabaseName.Size = new System.Drawing.Size(169, 20); this.txtDatabaseName.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 13); this.label4.TabIndex = 9; this.label4.Text = "Database Name"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 13); this.label1.TabIndex = 0; this.label1.Text = "Server Name"; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(113, 29); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(169, 20); this.txtServerName.TabIndex = 0; // // chbAdvancedSettings // this.chbWindowsAuthentication.AutoSize = true; this.chbWindowsAuthentication.Location = new System.Drawing.Point(113, 100); this.chbWindowsAuthentication.Name = "chbAdvancedSettings"; this.chbWindowsAuthentication.Size = new System.Drawing.Size(141, 17); this.chbWindowsAuthentication.TabIndex = 2; this.chbWindowsAuthentication.Text = "Windows Authentication"; this.chbWindowsAuthentication.UseVisualStyleBackColor = true; this.chbWindowsAuthentication.CheckedChanged += new System.EventHandler(this.chbWindowsAuthentication_CheckedChanged); // // SqlServerConnectionWizard // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(323, 229); this.ControlBox = false; this.Controls.Add(this.txtDatabaseName); this.Controls.Add(this.label4); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.chbWindowsAuthentication); this.Controls.Add(this.txtServerName); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SqlServerConnectionWizard"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Microsoft SQLServer Connection Wizard"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtDatabaseName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtServerName; private System.Windows.Forms.CheckBox chbWindowsAuthentication; } }