Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/DataProcessorView.Designer.cs @ 7267

Last change on this file since 7267 was 7267, checked in by gkronber, 12 years ago

#1734 updated copyright year in all files of the DataImporter branch

File size: 28.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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
22using System.Windows.Forms;
23namespace HeuristicLab.DataImporter.DataProcessor {
24  partial class DataProcessorView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Windows Form Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
49      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50      this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
53      this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
56      this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57      this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
59      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60      this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61      this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62      this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63      this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64      this.addTablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65      this.addTablesWithSqlStringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66      this.statusStrip1 = new System.Windows.Forms.StatusStrip();
67      this.lblConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel();
68      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
69      this.listCommands = new System.Windows.Forms.ListView();
70      this.toolStrip = new System.Windows.Forms.ToolStrip();
71      this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
72      this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
73      this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
74      this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
75      this.recordMacroToolStripButton = new System.Windows.Forms.ToolStripButton();
76      this.openCommandChainToolStripButton = new System.Windows.Forms.ToolStripButton();
77      this.saveCommandChainToolStripButton = new System.Windows.Forms.ToolStripButton();
78      this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
79      this.undoToolStripButton = new System.Windows.Forms.ToolStripButton();
80      this.redoToolStripButton = new System.Windows.Forms.ToolStripButton();
81      this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
82      this.chbReorder = new HeuristicLab.DataImporter.DataProcessor.ToolStripCheckBox();
83      this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
84      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
85      this.menuStrip1.SuspendLayout();
86      this.statusStrip1.SuspendLayout();
87      this.splitContainer1.Panel1.SuspendLayout();
88      this.splitContainer1.SuspendLayout();
89      this.toolStrip.SuspendLayout();
90      this.toolStripContainer1.ContentPanel.SuspendLayout();
91      this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
92      this.toolStripContainer1.SuspendLayout();
93      this.SuspendLayout();
94      //
95      // menuStrip1
96      //
97      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
98            this.fileToolStripMenuItem,
99            this.editToolStripMenuItem,
100            this.databaseToolStripMenuItem});
101      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
102      this.menuStrip1.Name = "menuStrip1";
103      this.menuStrip1.Size = new System.Drawing.Size(1102, 24);
104      this.menuStrip1.TabIndex = 0;
105      this.menuStrip1.Text = "menuStrip1";
106      //
107      // fileToolStripMenuItem
108      //
109      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
110            this.newToolStripMenuItem,
111            this.openToolStripMenuItem,
112            this.toolStripSeparator3,
113            this.saveToolStripMenuItem,
114            this.saveAsToolStripMenuItem,
115            this.toolStripSeparator2,
116            this.importToolStripMenuItem,
117            this.exportToolStripMenuItem,
118            this.toolStripSeparator6,
119            this.exitToolStripMenuItem});
120      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
121      this.fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
122      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
123      this.fileToolStripMenuItem.Text = "File";
124      //
125      // newToolStripMenuItem
126      //
127      this.newToolStripMenuItem.Name = "newToolStripMenuItem";
128      this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
129      this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
130      this.newToolStripMenuItem.Text = "New";
131      this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
132      //
133      // openToolStripMenuItem
134      //
135      this.openToolStripMenuItem.Name = "openToolStripMenuItem";
136      this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
137      this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
138      this.openToolStripMenuItem.Text = "Open";
139      this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
140      //
141      // toolStripSeparator3
142      //
143      this.toolStripSeparator3.Name = "toolStripSeparator3";
144      this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
145      //
146      // saveToolStripMenuItem
147      //
148      this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
149      this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
150      this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
151      this.saveToolStripMenuItem.Text = "Save";
152      this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
153      //
154      // saveAsToolStripMenuItem
155      //
156      this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
157      this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
158      this.saveAsToolStripMenuItem.Text = "Save As";
159      this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
160      //
161      // toolStripSeparator2
162      //
163      this.toolStripSeparator2.Name = "toolStripSeparator2";
164      this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
165      //
166      // importToolStripMenuItem
167      //
168      this.importToolStripMenuItem.Name = "importToolStripMenuItem";
169      this.importToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
170      this.importToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
171      this.importToolStripMenuItem.Text = "Import";
172      this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
173      //
174      // exportToolStripMenuItem
175      //
176      this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
177      this.exportToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
178      this.exportToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
179      this.exportToolStripMenuItem.Text = "Export";
180      this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
181      //
182      // toolStripSeparator6
183      //
184      this.toolStripSeparator6.Name = "toolStripSeparator6";
185      this.toolStripSeparator6.Size = new System.Drawing.Size(149, 6);
186      //
187      // exitToolStripMenuItem
188      //
189      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
190      this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
191      this.exitToolStripMenuItem.Text = "Exit";
192      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
193      //
194      // editToolStripMenuItem
195      //
196      this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
197            this.undoToolStripMenuItem,
198            this.redoToolStripMenuItem});
199      this.editToolStripMenuItem.Name = "editToolStripMenuItem";
200      this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
201      this.editToolStripMenuItem.Text = "Edit";
202      //
203      // undoToolStripMenuItem
204      //
205      this.undoToolStripMenuItem.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_UndoHS;
206      this.undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
207      this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
208      this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
209      this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
210      this.undoToolStripMenuItem.Text = "Undo";
211      this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
212      //
213      // redoToolStripMenuItem
214      //
215      this.redoToolStripMenuItem.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_RedoHS;
216      this.redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
217      this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
218      this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
219      this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
220      this.redoToolStripMenuItem.Text = "Redo";
221      this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
222      //
223      // databaseToolStripMenuItem
224      //
225      this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
226            this.addTablesToolStripMenuItem,
227            this.addTablesWithSqlStringToolStripMenuItem});
228      this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
229      this.databaseToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
230      this.databaseToolStripMenuItem.Text = "Database";
231      //
232      // addTablesToolStripMenuItem
233      //
234      this.addTablesToolStripMenuItem.Name = "addTablesToolStripMenuItem";
235      this.addTablesToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
236      this.addTablesToolStripMenuItem.Text = "Add Tables";
237      this.addTablesToolStripMenuItem.Click += new System.EventHandler(this.addTablesToolStripMenuItem_Click);
238      //
239      // addTablesWithSqlStringToolStripMenuItem
240      //
241      this.addTablesWithSqlStringToolStripMenuItem.Name = "addTablesWithSqlStringToolStripMenuItem";
242      this.addTablesWithSqlStringToolStripMenuItem.Size = new System.Drawing.Size(241, 22);
243      this.addTablesWithSqlStringToolStripMenuItem.Text = "Add Tables with SQL command";
244      this.addTablesWithSqlStringToolStripMenuItem.Click += new System.EventHandler(this.addTablesWithSqlStringToolStripMenuItem_Click);
245      //
246      // statusStrip1
247      //
248      this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
249            this.lblConnectionStatus});
250      this.statusStrip1.Location = new System.Drawing.Point(0, 551);
251      this.statusStrip1.Name = "statusStrip1";
252      this.statusStrip1.Size = new System.Drawing.Size(1102, 22);
253      this.statusStrip1.TabIndex = 1;
254      this.statusStrip1.Text = "statusStrip1";
255      //
256      // lblConnectionStatus
257      //
258      this.lblConnectionStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
259      this.lblConnectionStatus.Name = "lblConnectionStatus";
260      this.lblConnectionStatus.Size = new System.Drawing.Size(153, 17);
261      this.lblConnectionStatus.Text = "Not connected to database!";
262      //
263      // splitContainer1
264      //
265      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
266      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
267      this.splitContainer1.Name = "splitContainer1";
268      //
269      // splitContainer1.Panel1
270      //
271      this.splitContainer1.Panel1.Controls.Add(this.listCommands);
272      this.splitContainer1.Size = new System.Drawing.Size(1102, 502);
273      this.splitContainer1.SplitterDistance = 165;
274      this.splitContainer1.TabIndex = 0;
275      //
276      // listCommands
277      //
278      this.listCommands.Activation = System.Windows.Forms.ItemActivation.TwoClick;
279      this.listCommands.Dock = System.Windows.Forms.DockStyle.Fill;
280      this.listCommands.Location = new System.Drawing.Point(0, 0);
281      this.listCommands.MultiSelect = false;
282      this.listCommands.Name = "listCommands";
283      this.listCommands.Size = new System.Drawing.Size(165, 502);
284      this.listCommands.TabIndex = 0;
285      this.listCommands.TileSize = new System.Drawing.Size(100, 50);
286      this.listCommands.UseCompatibleStateImageBehavior = false;
287      this.listCommands.View = System.Windows.Forms.View.SmallIcon;
288      this.listCommands.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listCommands_MouseDoubleClick);
289      //
290      // toolStrip
291      //
292      this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
293      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
294            this.newToolStripButton,
295            this.openToolStripButton,
296            this.saveToolStripButton,
297            this.toolStripSeparator5,
298            this.recordMacroToolStripButton,
299            this.openCommandChainToolStripButton,
300            this.saveCommandChainToolStripButton,
301            this.toolStripSeparator,
302            this.undoToolStripButton,
303            this.redoToolStripButton,
304            this.toolStripSeparator4,
305            this.chbReorder});
306      this.toolStrip.Location = new System.Drawing.Point(0, 0);
307      this.toolStrip.Name = "toolStrip";
308      this.toolStrip.Size = new System.Drawing.Size(1102, 25);
309      this.toolStrip.Stretch = true;
310      this.toolStrip.TabIndex = 4;
311      this.toolStrip.Text = "toolStrip1";
312      //
313      // newToolStripButton
314      //
315      this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
316      this.newToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;// ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
317      this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
318      this.newToolStripButton.Name = "newToolStripButton";
319      this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
320      this.newToolStripButton.Text = "&New";
321      this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click);
322      //
323      // openToolStripButton
324      //
325      this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
326      this.openToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; // ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
327      this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
328      this.openToolStripButton.Name = "openToolStripButton";
329      this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
330      this.openToolStripButton.Text = "&Open";
331      this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
332      //
333      // saveToolStripButton
334      //
335      this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
336      this.saveToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; // ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
337      this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
338      this.saveToolStripButton.Name = "saveToolStripButton";
339      this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
340      this.saveToolStripButton.Text = "&Save";
341      this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
342      //
343      // toolStripSeparator5
344      //
345      this.toolStripSeparator5.Name = "toolStripSeparator5";
346      this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
347      //
348      // recordMacroToolStripButton
349      //
350      this.recordMacroToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
351      this.recordMacroToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.RecordHS;
352      this.recordMacroToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
353      this.recordMacroToolStripButton.Name = "recordMacroToolStripButton";
354      this.recordMacroToolStripButton.Size = new System.Drawing.Size(23, 22);
355      this.recordMacroToolStripButton.Text = "Start Macro recording";
356      this.recordMacroToolStripButton.Click += new System.EventHandler(this.recordMacroToolStripButton_Click);
357      //
358      // openCommandChainToolStripButton
359      //
360      this.openCommandChainToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
361      this.openCommandChainToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.OpenSelectedItemHS;
362      this.openCommandChainToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
363      this.openCommandChainToolStripButton.Name = "openCommandChainToolStripButton";
364      this.openCommandChainToolStripButton.Size = new System.Drawing.Size(23, 22);
365      this.openCommandChainToolStripButton.Text = "Open CommandChain";
366      this.openCommandChainToolStripButton.Click += new System.EventHandler(this.openCommandChainToolStripButton_Click);
367      //
368      // saveCommandChainToolStripButton
369      //
370      this.saveCommandChainToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
371      this.saveCommandChainToolStripButton.Enabled = false;
372      this.saveCommandChainToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.SaveAllHS;
373      this.saveCommandChainToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
374      this.saveCommandChainToolStripButton.Name = "saveCommandChainToolStripButton";
375      this.saveCommandChainToolStripButton.Size = new System.Drawing.Size(23, 22);
376      this.saveCommandChainToolStripButton.Text = "Save CommandChain";
377      this.saveCommandChainToolStripButton.Click += new System.EventHandler(this.saveCommandChaingToolStripButton_Click);
378      //
379      // toolStripSeparator
380      //
381      this.toolStripSeparator.Name = "toolStripSeparator";
382      this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
383      //
384      // undoToolStripButton
385      //
386      this.undoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
387      this.undoToolStripButton.Enabled = false;
388      this.undoToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_UndoHS;
389      this.undoToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
390      this.undoToolStripButton.Name = "undoToolStripButton";
391      this.undoToolStripButton.Size = new System.Drawing.Size(23, 22);
392      this.undoToolStripButton.Text = "Undo";
393      this.undoToolStripButton.Click += new System.EventHandler(this.undoToolStripButton_Click);
394      //
395      // redoToolStripButton
396      //
397      this.redoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
398      this.redoToolStripButton.Enabled = false;
399      this.redoToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_RedoHS;
400      this.redoToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
401      this.redoToolStripButton.Name = "redoToolStripButton";
402      this.redoToolStripButton.Size = new System.Drawing.Size(23, 22);
403      this.redoToolStripButton.Text = "Redo";
404      this.redoToolStripButton.Click += new System.EventHandler(this.redoToolStripButton_Click);
405      //
406      // toolStripSeparator4
407      //
408      this.toolStripSeparator4.Name = "toolStripSeparator4";
409      this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
410      //
411      // chbReorder
412      //
413      this.chbReorder.BackColor = System.Drawing.Color.Transparent;
414      //
415      // chbReorder
416      //
417      this.chbReorder.CheckBoxControl.AccessibleName = "chbReorder";
418      this.chbReorder.CheckBoxControl.BackColor = System.Drawing.Color.Transparent;
419      this.chbReorder.CheckBoxControl.Location = new System.Drawing.Point(211, 1);
420      this.chbReorder.CheckBoxControl.Name = "chbReorder";
421      this.chbReorder.CheckBoxControl.Size = new System.Drawing.Size(118, 22);
422      this.chbReorder.CheckBoxControl.TabIndex = 1;
423      this.chbReorder.CheckBoxControl.Text = "Reorder Columns";
424      this.chbReorder.CheckBoxControl.UseVisualStyleBackColor = false;
425      this.chbReorder.Name = "chbReorder";
426      this.chbReorder.Size = new System.Drawing.Size(118, 22);
427      this.chbReorder.Text = "Reorder Columns";
428      this.chbReorder.Click += new System.EventHandler(this.chbReorderColumns_CheckedChanged);
429      //
430      // toolStripContainer1
431      //
432      //
433      // toolStripContainer1.ContentPanel
434      //
435      this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
436      this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1102, 502);
437      this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
438      this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
439      this.toolStripContainer1.Name = "toolStripContainer1";
440      this.toolStripContainer1.Size = new System.Drawing.Size(1102, 527);
441      this.toolStripContainer1.TabIndex = 0;
442      this.toolStripContainer1.Text = "toolStripContainer1";
443      //
444      // toolStripContainer1.TopToolStripPanel
445      //
446      this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip);
447      //
448      // toolStripSeparator1
449      //
450      this.toolStripSeparator1.Name = "toolStripSeparator1";
451      this.toolStripSeparator1.Size = new System.Drawing.Size(6, 6);
452      //
453      // DataProcessorView
454      //
455      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
456      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
457      this.ClientSize = new System.Drawing.Size(1102, 573);
458      this.Controls.Add(this.toolStripContainer1);
459      this.Controls.Add(this.statusStrip1);
460      this.Controls.Add(this.menuStrip1);
461      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
462      this.MainMenuStrip = this.menuStrip1;
463      this.Name = "DataProcessorView";
464      this.Text = "DataImporter";
465      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DataProcessorView_FormClosing);
466      this.menuStrip1.ResumeLayout(false);
467      this.menuStrip1.PerformLayout();
468      this.statusStrip1.ResumeLayout(false);
469      this.statusStrip1.PerformLayout();
470      this.splitContainer1.Panel1.ResumeLayout(false);
471      this.splitContainer1.ResumeLayout(false);
472      this.toolStrip.ResumeLayout(false);
473      this.toolStrip.PerformLayout();
474      this.toolStripContainer1.ContentPanel.ResumeLayout(false);
475      this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
476      this.toolStripContainer1.TopToolStripPanel.PerformLayout();
477      this.toolStripContainer1.ResumeLayout(false);
478      this.toolStripContainer1.PerformLayout();
479      this.ResumeLayout(false);
480      this.PerformLayout();
481
482    }
483
484    #endregion
485
486    private System.Windows.Forms.MenuStrip menuStrip1;
487    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
488    private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
489    private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
490    private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
491    private System.Windows.Forms.ToolStripMenuItem addTablesToolStripMenuItem;
492    private System.Windows.Forms.StatusStrip statusStrip1;
493    private System.Windows.Forms.ToolStripStatusLabel lblConnectionStatus;
494    private System.Windows.Forms.ToolStrip toolStrip;
495    private System.Windows.Forms.ToolStripContainer toolStripContainer1;
496    private System.Windows.Forms.ToolStripButton newToolStripButton;
497    private System.Windows.Forms.ToolStripButton openToolStripButton;
498    private System.Windows.Forms.ToolStripButton saveToolStripButton;
499    private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
500    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
501    private System.Windows.Forms.ToolStripButton undoToolStripButton;
502    private System.Windows.Forms.ToolStripButton redoToolStripButton;
503    private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
504    private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
505    private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
506    private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
507    private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
508    private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
509    private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
510    private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
511    private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
512    private System.Windows.Forms.SplitContainer splitContainer1;
513    private System.Windows.Forms.ListView listCommands;
514    private ToolStripSeparator toolStripSeparator4;
515    private HeuristicLab.DataImporter.DataProcessor.ToolStripCheckBox chbReorder;
516    private ToolStripButton saveCommandChainToolStripButton;
517    private ToolStripSeparator toolStripSeparator5;
518    private ToolStripButton openCommandChainToolStripButton;
519    private ToolStripMenuItem addTablesWithSqlStringToolStripMenuItem;
520    private ToolStripButton recordMacroToolStripButton;
521    private ToolStripSeparator toolStripSeparator6;
522    private ToolStripMenuItem exitToolStripMenuItem;
523  }
524}
Note: See TracBrowser for help on using the repository browser.