Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Communication.Data/3.2/OdbcDatabaseDriverConfigurationView.designer.cs @ 1529

Last change on this file since 1529 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 15.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Communication.Data {
23  partial class OdbcDatabaseDriverConfigurationView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.dbTableGroupBox = new System.Windows.Forms.GroupBox();
48      this.dbSynchronizationColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
49      this.dbCommunicationColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
50      this.dbIDColumnNameStringDataView = new HeuristicLab.Data.StringDataView();
51      this.dbIDColumnNameLabel = new System.Windows.Forms.Label();
52      this.dbCommunicationColumnNameLabel = new System.Windows.Forms.Label();
53      this.dbSynchronizationColumnNameLabel = new System.Windows.Forms.Label();
54      this.dbTableStringDataView = new HeuristicLab.Data.StringDataView();
55      this.dbPasswordStringDataView = new HeuristicLab.Data.StringDataView();
56      this.dbUserStringDataView = new HeuristicLab.Data.StringDataView();
57      this.dbNameStringDataView = new HeuristicLab.Data.StringDataView();
58      this.dbTableLabel = new System.Windows.Forms.Label();
59      this.dbPasswordLabel = new System.Windows.Forms.Label();
60      this.dbUserLabel = new System.Windows.Forms.Label();
61      this.dbNameLabel = new System.Windows.Forms.Label();
62      this.portLabel = new System.Windows.Forms.Label();
63      this.ipAddressLabel = new System.Windows.Forms.Label();
64      this.portIntDataView = new HeuristicLab.Data.IntDataView();
65      this.ipAddressStringDataView = new HeuristicLab.Data.StringDataView();
66      this.odbcDriverLabel = new System.Windows.Forms.Label();
67      this.odbcDriverComboBox = new System.Windows.Forms.ComboBox();
68      this.dbTableGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // dbTableGroupBox
72      //
73      this.dbTableGroupBox.Controls.Add(this.dbSynchronizationColumnNameStringDataView);
74      this.dbTableGroupBox.Controls.Add(this.dbCommunicationColumnNameStringDataView);
75      this.dbTableGroupBox.Controls.Add(this.dbIDColumnNameStringDataView);
76      this.dbTableGroupBox.Controls.Add(this.dbIDColumnNameLabel);
77      this.dbTableGroupBox.Controls.Add(this.dbCommunicationColumnNameLabel);
78      this.dbTableGroupBox.Controls.Add(this.dbSynchronizationColumnNameLabel);
79      this.dbTableGroupBox.Location = new System.Drawing.Point(6, 180);
80      this.dbTableGroupBox.Name = "dbTableGroupBox";
81      this.dbTableGroupBox.Size = new System.Drawing.Size(402, 101);
82      this.dbTableGroupBox.TabIndex = 6;
83      this.dbTableGroupBox.TabStop = false;
84      this.dbTableGroupBox.Text = "Table";
85      //
86      // dbSynchronizationColumnNameStringDataView
87      //
88      this.dbSynchronizationColumnNameStringDataView.Caption = "View";
89      this.dbSynchronizationColumnNameStringDataView.Location = new System.Drawing.Point(184, 65);
90      this.dbSynchronizationColumnNameStringDataView.Name = "dbSynchronizationColumnNameStringDataView";
91      this.dbSynchronizationColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
92      this.dbSynchronizationColumnNameStringDataView.StringData = null;
93      this.dbSynchronizationColumnNameStringDataView.TabIndex = 2;
94      //
95      // dbCommunicationColumnNameStringDataView
96      //
97      this.dbCommunicationColumnNameStringDataView.Caption = "View";
98      this.dbCommunicationColumnNameStringDataView.Location = new System.Drawing.Point(184, 42);
99      this.dbCommunicationColumnNameStringDataView.Name = "dbCommunicationColumnNameStringDataView";
100      this.dbCommunicationColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
101      this.dbCommunicationColumnNameStringDataView.StringData = null;
102      this.dbCommunicationColumnNameStringDataView.TabIndex = 1;
103      //
104      // dbIDColumnNameStringDataView
105      //
106      this.dbIDColumnNameStringDataView.Caption = "View";
107      this.dbIDColumnNameStringDataView.Location = new System.Drawing.Point(184, 19);
108      this.dbIDColumnNameStringDataView.Name = "dbIDColumnNameStringDataView";
109      this.dbIDColumnNameStringDataView.Size = new System.Drawing.Size(200, 25);
110      this.dbIDColumnNameStringDataView.StringData = null;
111      this.dbIDColumnNameStringDataView.TabIndex = 0;
112      //
113      // dbIDColumnNameLabel
114      //
115      this.dbIDColumnNameLabel.AutoSize = true;
116      this.dbIDColumnNameLabel.Location = new System.Drawing.Point(6, 23);
117      this.dbIDColumnNameLabel.Name = "dbIDColumnNameLabel";
118      this.dbIDColumnNameLabel.Size = new System.Drawing.Size(108, 13);
119      this.dbIDColumnNameLabel.TabIndex = 3;
120      this.dbIDColumnNameLabel.Text = "DB ID Column Name:";
121      //
122      // dbCommunicationColumnNameLabel
123      //
124      this.dbCommunicationColumnNameLabel.AutoSize = true;
125      this.dbCommunicationColumnNameLabel.Location = new System.Drawing.Point(6, 46);
126      this.dbCommunicationColumnNameLabel.Name = "dbCommunicationColumnNameLabel";
127      this.dbCommunicationColumnNameLabel.Size = new System.Drawing.Size(169, 13);
128      this.dbCommunicationColumnNameLabel.TabIndex = 4;
129      this.dbCommunicationColumnNameLabel.Text = "DB Communication Column Name:";
130      //
131      // dbSynchronizationColumnNameLabel
132      //
133      this.dbSynchronizationColumnNameLabel.AutoSize = true;
134      this.dbSynchronizationColumnNameLabel.Location = new System.Drawing.Point(6, 70);
135      this.dbSynchronizationColumnNameLabel.Name = "dbSynchronizationColumnNameLabel";
136      this.dbSynchronizationColumnNameLabel.Size = new System.Drawing.Size(172, 13);
137      this.dbSynchronizationColumnNameLabel.TabIndex = 5;
138      this.dbSynchronizationColumnNameLabel.Text = "DB Synchronization Column Name:";
139      //
140      // dbTableStringDataView
141      //
142      this.dbTableStringDataView.Caption = "View";
143      this.dbTableStringDataView.Location = new System.Drawing.Point(86, 148);
144      this.dbTableStringDataView.Name = "dbTableStringDataView";
145      this.dbTableStringDataView.Size = new System.Drawing.Size(200, 25);
146      this.dbTableStringDataView.StringData = null;
147      this.dbTableStringDataView.TabIndex = 5;
148      //
149      // dbPasswordStringDataView
150      //
151      this.dbPasswordStringDataView.Caption = "View";
152      this.dbPasswordStringDataView.Location = new System.Drawing.Point(86, 124);
153      this.dbPasswordStringDataView.Name = "dbPasswordStringDataView";
154      this.dbPasswordStringDataView.Size = new System.Drawing.Size(200, 25);
155      this.dbPasswordStringDataView.StringData = null;
156      this.dbPasswordStringDataView.TabIndex = 4;
157      //
158      // dbUserStringDataView
159      //
160      this.dbUserStringDataView.Caption = "View";
161      this.dbUserStringDataView.Location = new System.Drawing.Point(86, 100);
162      this.dbUserStringDataView.Name = "dbUserStringDataView";
163      this.dbUserStringDataView.Size = new System.Drawing.Size(200, 25);
164      this.dbUserStringDataView.StringData = null;
165      this.dbUserStringDataView.TabIndex = 3;
166      //
167      // dbNameStringDataView
168      //
169      this.dbNameStringDataView.Caption = "View";
170      this.dbNameStringDataView.Location = new System.Drawing.Point(86, 76);
171      this.dbNameStringDataView.Name = "dbNameStringDataView";
172      this.dbNameStringDataView.Size = new System.Drawing.Size(200, 25);
173      this.dbNameStringDataView.StringData = null;
174      this.dbNameStringDataView.TabIndex = 2;
175      //
176      // dbTableLabel
177      //
178      this.dbTableLabel.AutoSize = true;
179      this.dbTableLabel.Location = new System.Drawing.Point(3, 152);
180      this.dbTableLabel.Name = "dbTableLabel";
181      this.dbTableLabel.Size = new System.Drawing.Size(55, 13);
182      this.dbTableLabel.TabIndex = 12;
183      this.dbTableLabel.Text = "DB Table:";
184      //
185      // dbPasswordLabel
186      //
187      this.dbPasswordLabel.AutoSize = true;
188      this.dbPasswordLabel.Location = new System.Drawing.Point(3, 128);
189      this.dbPasswordLabel.Name = "dbPasswordLabel";
190      this.dbPasswordLabel.Size = new System.Drawing.Size(74, 13);
191      this.dbPasswordLabel.TabIndex = 11;
192      this.dbPasswordLabel.Text = "DB Password:";
193      //
194      // dbUserLabel
195      //
196      this.dbUserLabel.AutoSize = true;
197      this.dbUserLabel.Location = new System.Drawing.Point(3, 104);
198      this.dbUserLabel.Name = "dbUserLabel";
199      this.dbUserLabel.Size = new System.Drawing.Size(50, 13);
200      this.dbUserLabel.TabIndex = 10;
201      this.dbUserLabel.Text = "DB User:";
202      //
203      // dbNameLabel
204      //
205      this.dbNameLabel.AutoSize = true;
206      this.dbNameLabel.Location = new System.Drawing.Point(3, 80);
207      this.dbNameLabel.Name = "dbNameLabel";
208      this.dbNameLabel.Size = new System.Drawing.Size(56, 13);
209      this.dbNameLabel.TabIndex = 9;
210      this.dbNameLabel.Text = "DB Name:";
211      //
212      // portLabel
213      //
214      this.portLabel.AutoSize = true;
215      this.portLabel.Location = new System.Drawing.Point(3, 55);
216      this.portLabel.Name = "portLabel";
217      this.portLabel.Size = new System.Drawing.Size(29, 13);
218      this.portLabel.TabIndex = 8;
219      this.portLabel.Text = "Port:";
220      //
221      // ipAddressLabel
222      //
223      this.ipAddressLabel.AutoSize = true;
224      this.ipAddressLabel.Location = new System.Drawing.Point(3, 31);
225      this.ipAddressLabel.Name = "ipAddressLabel";
226      this.ipAddressLabel.Size = new System.Drawing.Size(61, 13);
227      this.ipAddressLabel.TabIndex = 7;
228      this.ipAddressLabel.Text = "IP Address:";
229      //
230      // portIntDataView
231      //
232      this.portIntDataView.Caption = "View";
233      this.portIntDataView.IntData = null;
234      this.portIntDataView.Location = new System.Drawing.Point(86, 52);
235      this.portIntDataView.Name = "portIntDataView";
236      this.portIntDataView.Size = new System.Drawing.Size(200, 26);
237      this.portIntDataView.TabIndex = 1;
238      //
239      // ipAddressStringDataView
240      //
241      this.ipAddressStringDataView.Caption = "View";
242      this.ipAddressStringDataView.Location = new System.Drawing.Point(86, 28);
243      this.ipAddressStringDataView.Name = "ipAddressStringDataView";
244      this.ipAddressStringDataView.Size = new System.Drawing.Size(200, 25);
245      this.ipAddressStringDataView.StringData = null;
246      this.ipAddressStringDataView.TabIndex = 0;
247      //
248      // odbcDriverLabel
249      //
250      this.odbcDriverLabel.AutoSize = true;
251      this.odbcDriverLabel.Location = new System.Drawing.Point(3, 6);
252      this.odbcDriverLabel.Name = "odbcDriverLabel";
253      this.odbcDriverLabel.Size = new System.Drawing.Size(71, 13);
254      this.odbcDriverLabel.TabIndex = 13;
255      this.odbcDriverLabel.Text = "ODBC Driver:";
256      //
257      // odbcDriverComboBox
258      //
259      this.odbcDriverComboBox.FormattingEnabled = true;
260      this.odbcDriverComboBox.Location = new System.Drawing.Point(86, 3);
261      this.odbcDriverComboBox.Name = "odbcDriverComboBox";
262      this.odbcDriverComboBox.Size = new System.Drawing.Size(200, 21);
263      this.odbcDriverComboBox.TabIndex = 14;
264      this.odbcDriverComboBox.SelectedIndexChanged += new System.EventHandler(this.odbcDriverComboBox_SelectedIndexChanged);
265      //
266      // MySQLOdbcDatabaseDriverConfigurationView
267      //
268      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
269      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
270      this.Controls.Add(this.odbcDriverComboBox);
271      this.Controls.Add(this.odbcDriverLabel);
272      this.Controls.Add(this.dbTableGroupBox);
273      this.Controls.Add(this.dbTableStringDataView);
274      this.Controls.Add(this.dbPasswordStringDataView);
275      this.Controls.Add(this.dbUserStringDataView);
276      this.Controls.Add(this.dbNameStringDataView);
277      this.Controls.Add(this.dbTableLabel);
278      this.Controls.Add(this.dbPasswordLabel);
279      this.Controls.Add(this.dbUserLabel);
280      this.Controls.Add(this.dbNameLabel);
281      this.Controls.Add(this.portLabel);
282      this.Controls.Add(this.ipAddressLabel);
283      this.Controls.Add(this.portIntDataView);
284      this.Controls.Add(this.ipAddressStringDataView);
285      this.Name = "MySQLOdbcDatabaseDriverConfigurationView";
286      this.Size = new System.Drawing.Size(411, 284);
287      this.dbTableGroupBox.ResumeLayout(false);
288      this.dbTableGroupBox.PerformLayout();
289      this.ResumeLayout(false);
290      this.PerformLayout();
291
292    }
293
294    #endregion
295
296    private System.Windows.Forms.GroupBox dbTableGroupBox;
297    private System.Windows.Forms.Label dbIDColumnNameLabel;
298    private HeuristicLab.Data.StringDataView dbSynchronizationColumnNameStringDataView;
299    private System.Windows.Forms.Label dbCommunicationColumnNameLabel;
300    private HeuristicLab.Data.StringDataView dbCommunicationColumnNameStringDataView;
301    private System.Windows.Forms.Label dbSynchronizationColumnNameLabel;
302    private HeuristicLab.Data.StringDataView dbIDColumnNameStringDataView;
303    private HeuristicLab.Data.StringDataView dbTableStringDataView;
304    private HeuristicLab.Data.StringDataView dbPasswordStringDataView;
305    private HeuristicLab.Data.StringDataView dbUserStringDataView;
306    private HeuristicLab.Data.StringDataView dbNameStringDataView;
307    private System.Windows.Forms.Label dbTableLabel;
308    private System.Windows.Forms.Label dbPasswordLabel;
309    private System.Windows.Forms.Label dbUserLabel;
310    private System.Windows.Forms.Label dbNameLabel;
311    private System.Windows.Forms.Label portLabel;
312    private System.Windows.Forms.Label ipAddressLabel;
313    private HeuristicLab.Data.IntDataView portIntDataView;
314    private HeuristicLab.Data.StringDataView ipAddressStringDataView;
315    private System.Windows.Forms.Label odbcDriverLabel;
316    private System.Windows.Forms.ComboBox odbcDriverComboBox;
317
318  }
319}
Note: See TracBrowser for help on using the repository browser.