#region License Information
/* HeuristicLab
* Copyright (C) 2002-2008 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.Communication.Data {
partial class OdbcDatabaseDriverConfigurationView {
///
/// 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.dbTableGroupBox = new System.Windows.Forms.GroupBox();
this.dbSynchronizationColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
this.dbCommunicationColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
this.dbIDColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
this.dbIDColumnNameLabel = new System.Windows.Forms.Label();
this.dbCommunicationColumnNameLabel = new System.Windows.Forms.Label();
this.dbSynchronizationColumnNameLabel = new System.Windows.Forms.Label();
this.dbTableStringDataView = new HeuristicLab.Data.StringDataView();
this.dbPasswordStringDataView = new HeuristicLab.Data.StringDataView();
this.dbUserStringDataView = new HeuristicLab.Data.StringDataView();
this.dbNameStringDataView = new HeuristicLab.Data.StringDataView();
this.dbTableLabel = new System.Windows.Forms.Label();
this.dbPasswordLabel = new System.Windows.Forms.Label();
this.dbUserLabel = new System.Windows.Forms.Label();
this.dbNameLabel = new System.Windows.Forms.Label();
this.portLabel = new System.Windows.Forms.Label();
this.ipAddressLabel = new System.Windows.Forms.Label();
this.portIntDataView = new HeuristicLab.Data.IntDataView();
this.ipAddressStringDataView = new HeuristicLab.Data.StringDataView();
this.odbcDriverLabel = new System.Windows.Forms.Label();
this.odbcDriverComboBox = new System.Windows.Forms.ComboBox();
this.dbTableGroupBox.SuspendLayout();
this.SuspendLayout();
//
// dbTableGroupBox
//
this.dbTableGroupBox.Controls.Add(this.dbSynchronizationColumnNameStringDataView);
this.dbTableGroupBox.Controls.Add(this.dbCommunicationColumnNameStringDataView);
this.dbTableGroupBox.Controls.Add(this.dbIDColumnNameStringDataView);
this.dbTableGroupBox.Controls.Add(this.dbIDColumnNameLabel);
this.dbTableGroupBox.Controls.Add(this.dbCommunicationColumnNameLabel);
this.dbTableGroupBox.Controls.Add(this.dbSynchronizationColumnNameLabel);
this.dbTableGroupBox.Location = new System.Drawing.Point(6, 180);
this.dbTableGroupBox.Name = "dbTableGroupBox";
this.dbTableGroupBox.Size = new System.Drawing.Size(402, 101);
this.dbTableGroupBox.TabIndex = 6;
this.dbTableGroupBox.TabStop = false;
this.dbTableGroupBox.Text = "Table";
//
// dbSynchronizationColumnNameStringDataView
//
this.dbSynchronizationColumnNameStringDataView.Caption = "View";
this.dbSynchronizationColumnNameStringDataView.Location = new System.Drawing.Point(184, 65);
this.dbSynchronizationColumnNameStringDataView.Name = "dbSynchronizationColumnNameStringDataView";
this.dbSynchronizationColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbSynchronizationColumnNameStringDataView.StringData = null;
this.dbSynchronizationColumnNameStringDataView.TabIndex = 2;
//
// dbCommunicationColumnNameStringDataView
//
this.dbCommunicationColumnNameStringDataView.Caption = "View";
this.dbCommunicationColumnNameStringDataView.Location = new System.Drawing.Point(184, 42);
this.dbCommunicationColumnNameStringDataView.Name = "dbCommunicationColumnNameStringDataView";
this.dbCommunicationColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbCommunicationColumnNameStringDataView.StringData = null;
this.dbCommunicationColumnNameStringDataView.TabIndex = 1;
//
// dbIDColumnNameStringDataView
//
this.dbIDColumnNameStringDataView.Caption = "View";
this.dbIDColumnNameStringDataView.Location = new System.Drawing.Point(184, 19);
this.dbIDColumnNameStringDataView.Name = "dbIDColumnNameStringDataView";
this.dbIDColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbIDColumnNameStringDataView.StringData = null;
this.dbIDColumnNameStringDataView.TabIndex = 0;
//
// dbIDColumnNameLabel
//
this.dbIDColumnNameLabel.AutoSize = true;
this.dbIDColumnNameLabel.Location = new System.Drawing.Point(6, 23);
this.dbIDColumnNameLabel.Name = "dbIDColumnNameLabel";
this.dbIDColumnNameLabel.Size = new System.Drawing.Size(108, 13);
this.dbIDColumnNameLabel.TabIndex = 3;
this.dbIDColumnNameLabel.Text = "DB ID Column Name:";
//
// dbCommunicationColumnNameLabel
//
this.dbCommunicationColumnNameLabel.AutoSize = true;
this.dbCommunicationColumnNameLabel.Location = new System.Drawing.Point(6, 46);
this.dbCommunicationColumnNameLabel.Name = "dbCommunicationColumnNameLabel";
this.dbCommunicationColumnNameLabel.Size = new System.Drawing.Size(169, 13);
this.dbCommunicationColumnNameLabel.TabIndex = 4;
this.dbCommunicationColumnNameLabel.Text = "DB Communication Column Name:";
//
// dbSynchronizationColumnNameLabel
//
this.dbSynchronizationColumnNameLabel.AutoSize = true;
this.dbSynchronizationColumnNameLabel.Location = new System.Drawing.Point(6, 70);
this.dbSynchronizationColumnNameLabel.Name = "dbSynchronizationColumnNameLabel";
this.dbSynchronizationColumnNameLabel.Size = new System.Drawing.Size(172, 13);
this.dbSynchronizationColumnNameLabel.TabIndex = 5;
this.dbSynchronizationColumnNameLabel.Text = "DB Synchronization Column Name:";
//
// dbTableStringDataView
//
this.dbTableStringDataView.Caption = "View";
this.dbTableStringDataView.Location = new System.Drawing.Point(86, 148);
this.dbTableStringDataView.Name = "dbTableStringDataView";
this.dbTableStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbTableStringDataView.StringData = null;
this.dbTableStringDataView.TabIndex = 5;
//
// dbPasswordStringDataView
//
this.dbPasswordStringDataView.Caption = "View";
this.dbPasswordStringDataView.Location = new System.Drawing.Point(86, 124);
this.dbPasswordStringDataView.Name = "dbPasswordStringDataView";
this.dbPasswordStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbPasswordStringDataView.StringData = null;
this.dbPasswordStringDataView.TabIndex = 4;
//
// dbUserStringDataView
//
this.dbUserStringDataView.Caption = "View";
this.dbUserStringDataView.Location = new System.Drawing.Point(86, 100);
this.dbUserStringDataView.Name = "dbUserStringDataView";
this.dbUserStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbUserStringDataView.StringData = null;
this.dbUserStringDataView.TabIndex = 3;
//
// dbNameStringDataView
//
this.dbNameStringDataView.Caption = "View";
this.dbNameStringDataView.Location = new System.Drawing.Point(86, 76);
this.dbNameStringDataView.Name = "dbNameStringDataView";
this.dbNameStringDataView.Size = new System.Drawing.Size(200, 25);
this.dbNameStringDataView.StringData = null;
this.dbNameStringDataView.TabIndex = 2;
//
// dbTableLabel
//
this.dbTableLabel.AutoSize = true;
this.dbTableLabel.Location = new System.Drawing.Point(3, 152);
this.dbTableLabel.Name = "dbTableLabel";
this.dbTableLabel.Size = new System.Drawing.Size(55, 13);
this.dbTableLabel.TabIndex = 12;
this.dbTableLabel.Text = "DB Table:";
//
// dbPasswordLabel
//
this.dbPasswordLabel.AutoSize = true;
this.dbPasswordLabel.Location = new System.Drawing.Point(3, 128);
this.dbPasswordLabel.Name = "dbPasswordLabel";
this.dbPasswordLabel.Size = new System.Drawing.Size(74, 13);
this.dbPasswordLabel.TabIndex = 11;
this.dbPasswordLabel.Text = "DB Password:";
//
// dbUserLabel
//
this.dbUserLabel.AutoSize = true;
this.dbUserLabel.Location = new System.Drawing.Point(3, 104);
this.dbUserLabel.Name = "dbUserLabel";
this.dbUserLabel.Size = new System.Drawing.Size(50, 13);
this.dbUserLabel.TabIndex = 10;
this.dbUserLabel.Text = "DB User:";
//
// dbNameLabel
//
this.dbNameLabel.AutoSize = true;
this.dbNameLabel.Location = new System.Drawing.Point(3, 80);
this.dbNameLabel.Name = "dbNameLabel";
this.dbNameLabel.Size = new System.Drawing.Size(56, 13);
this.dbNameLabel.TabIndex = 9;
this.dbNameLabel.Text = "DB Name:";
//
// portLabel
//
this.portLabel.AutoSize = true;
this.portLabel.Location = new System.Drawing.Point(3, 55);
this.portLabel.Name = "portLabel";
this.portLabel.Size = new System.Drawing.Size(29, 13);
this.portLabel.TabIndex = 8;
this.portLabel.Text = "Port:";
//
// ipAddressLabel
//
this.ipAddressLabel.AutoSize = true;
this.ipAddressLabel.Location = new System.Drawing.Point(3, 31);
this.ipAddressLabel.Name = "ipAddressLabel";
this.ipAddressLabel.Size = new System.Drawing.Size(61, 13);
this.ipAddressLabel.TabIndex = 7;
this.ipAddressLabel.Text = "IP Address:";
//
// portIntDataView
//
this.portIntDataView.Caption = "View";
this.portIntDataView.IntData = null;
this.portIntDataView.Location = new System.Drawing.Point(86, 52);
this.portIntDataView.Name = "portIntDataView";
this.portIntDataView.Size = new System.Drawing.Size(200, 26);
this.portIntDataView.TabIndex = 1;
//
// ipAddressStringDataView
//
this.ipAddressStringDataView.Caption = "View";
this.ipAddressStringDataView.Location = new System.Drawing.Point(86, 28);
this.ipAddressStringDataView.Name = "ipAddressStringDataView";
this.ipAddressStringDataView.Size = new System.Drawing.Size(200, 25);
this.ipAddressStringDataView.StringData = null;
this.ipAddressStringDataView.TabIndex = 0;
//
// odbcDriverLabel
//
this.odbcDriverLabel.AutoSize = true;
this.odbcDriverLabel.Location = new System.Drawing.Point(3, 6);
this.odbcDriverLabel.Name = "odbcDriverLabel";
this.odbcDriverLabel.Size = new System.Drawing.Size(71, 13);
this.odbcDriverLabel.TabIndex = 13;
this.odbcDriverLabel.Text = "ODBC Driver:";
//
// odbcDriverComboBox
//
this.odbcDriverComboBox.FormattingEnabled = true;
this.odbcDriverComboBox.Location = new System.Drawing.Point(86, 3);
this.odbcDriverComboBox.Name = "odbcDriverComboBox";
this.odbcDriverComboBox.Size = new System.Drawing.Size(200, 21);
this.odbcDriverComboBox.TabIndex = 14;
this.odbcDriverComboBox.SelectedIndexChanged += new System.EventHandler(this.odbcDriverComboBox_SelectedIndexChanged);
//
// MySQLOdbcDatabaseDriverConfigurationView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.odbcDriverComboBox);
this.Controls.Add(this.odbcDriverLabel);
this.Controls.Add(this.dbTableGroupBox);
this.Controls.Add(this.dbTableStringDataView);
this.Controls.Add(this.dbPasswordStringDataView);
this.Controls.Add(this.dbUserStringDataView);
this.Controls.Add(this.dbNameStringDataView);
this.Controls.Add(this.dbTableLabel);
this.Controls.Add(this.dbPasswordLabel);
this.Controls.Add(this.dbUserLabel);
this.Controls.Add(this.dbNameLabel);
this.Controls.Add(this.portLabel);
this.Controls.Add(this.ipAddressLabel);
this.Controls.Add(this.portIntDataView);
this.Controls.Add(this.ipAddressStringDataView);
this.Name = "MySQLOdbcDatabaseDriverConfigurationView";
this.Size = new System.Drawing.Size(411, 284);
this.dbTableGroupBox.ResumeLayout(false);
this.dbTableGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox dbTableGroupBox;
private System.Windows.Forms.Label dbIDColumnNameLabel;
private HeuristicLab.Data.StringDataView dbSynchronizationColumnNameStringDataView;
private System.Windows.Forms.Label dbCommunicationColumnNameLabel;
private HeuristicLab.Data.StringDataView dbCommunicationColumnNameStringDataView;
private System.Windows.Forms.Label dbSynchronizationColumnNameLabel;
private HeuristicLab.Data.StringDataView dbIDColumnNameStringDataView;
private HeuristicLab.Data.StringDataView dbTableStringDataView;
private HeuristicLab.Data.StringDataView dbPasswordStringDataView;
private HeuristicLab.Data.StringDataView dbUserStringDataView;
private HeuristicLab.Data.StringDataView dbNameStringDataView;
private System.Windows.Forms.Label dbTableLabel;
private System.Windows.Forms.Label dbPasswordLabel;
private System.Windows.Forms.Label dbUserLabel;
private System.Windows.Forms.Label dbNameLabel;
private System.Windows.Forms.Label portLabel;
private System.Windows.Forms.Label ipAddressLabel;
private HeuristicLab.Data.IntDataView portIntDataView;
private HeuristicLab.Data.StringDataView ipAddressStringDataView;
private System.Windows.Forms.Label odbcDriverLabel;
private System.Windows.Forms.ComboBox odbcDriverComboBox;
}
}