#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.Oracle { partial class OracleConnectionWizard { /// /// 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.txtHost = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.txtServiceName = new System.Windows.Forms.TextBox(); this.chbAdvancedSettings = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 41); 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(14, 67); 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, 38); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(169, 20); this.txtUsername.TabIndex = 1; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(113, 64); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(169, 20); this.txtPassword.TabIndex = 2; this.txtPassword.UseSystemPasswordChar = true; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(113, 206); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 7; 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, 206); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // txtDatabaseName // this.txtDatabaseName.Location = new System.Drawing.Point(113, 12); this.txtDatabaseName.Name = "txtDatabaseName"; this.txtDatabaseName.Size = new System.Drawing.Size(169, 20); this.txtDatabaseName.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 15); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 13); this.label4.TabIndex = 5; this.label4.Text = "Database Name"; // // txtHost // this.txtHost.Enabled = false; this.txtHost.Location = new System.Drawing.Point(113, 117); this.txtHost.Name = "txtHost"; this.txtHost.Size = new System.Drawing.Size(169, 20); this.txtHost.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 120); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 11; this.label1.Text = "Host"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 172); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(74, 13); this.label5.TabIndex = 12; this.label5.Text = "Service Name"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 146); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 13); this.label6.TabIndex = 13; this.label6.Text = "Port"; // // txtPort // this.txtPort.Enabled = false; this.txtPort.Location = new System.Drawing.Point(113, 143); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(169, 20); this.txtPort.TabIndex = 5; // // txtServiceName // this.txtServiceName.Enabled = false; this.txtServiceName.Location = new System.Drawing.Point(113, 169); this.txtServiceName.Name = "txtServiceName"; this.txtServiceName.Size = new System.Drawing.Size(169, 20); this.txtServiceName.TabIndex = 6; // // chbAdvancedSettings // this.chbAdvancedSettings.AutoSize = true; this.chbAdvancedSettings.Location = new System.Drawing.Point(113, 99); this.chbAdvancedSettings.Name = "chbAdvancedSettings"; this.chbAdvancedSettings.Size = new System.Drawing.Size(116, 17); this.chbAdvancedSettings.TabIndex = 3; this.chbAdvancedSettings.Text = "Advanced Settings"; this.chbAdvancedSettings.UseVisualStyleBackColor = true; this.chbAdvancedSettings.CheckedChanged += new System.EventHandler(this.chbWindowsAuthentication_CheckedChanged); // // OracleConnectionWizard // 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(319, 244); this.ControlBox = false; this.Controls.Add(this.chbAdvancedSettings); this.Controls.Add(this.txtServiceName); this.Controls.Add(this.txtPort); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label1); this.Controls.Add(this.txtHost); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OracleConnectionWizard"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Oracle 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.TextBox txtHost; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.TextBox txtServiceName; private System.Windows.Forms.CheckBox chbAdvancedSettings; } }