[7980] | 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 | namespace HeuristicLab.Optimization.Views {
|
---|
| 22 | partial class RunCollectionDataTableView {
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required designer variable.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private System.ComponentModel.IContainer components = null;
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Clean up any resources being used.
|
---|
| 30 | /// </summary>
|
---|
| 31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 32 | protected override void Dispose(bool disposing) {
|
---|
| 33 | if (disposing && (components != null)) {
|
---|
| 34 | components.Dispose();
|
---|
| 35 | }
|
---|
| 36 | base.Dispose(disposing);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | #region Component Designer generated code
|
---|
| 40 |
|
---|
| 41 | /// <summary>
|
---|
| 42 | /// Required method for Designer support - do not modify
|
---|
| 43 | /// the contents of this method with the code editor.
|
---|
| 44 | /// </summary>
|
---|
| 45 | private void InitializeComponent() {
|
---|
| 46 | this.dataTableComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 47 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 48 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 49 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 50 | this.dataRowComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 51 | this.SuspendLayout();
|
---|
| 52 | //
|
---|
| 53 | // dataTableComboBox
|
---|
| 54 | //
|
---|
[8925] | 55 | this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7980] | 56 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 57 | this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 58 | this.dataTableComboBox.FormattingEnabled = true;
|
---|
| 59 | this.dataTableComboBox.Location = new System.Drawing.Point(69, 3);
|
---|
| 60 | this.dataTableComboBox.Name = "dataTableComboBox";
|
---|
| 61 | this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
|
---|
| 62 | this.dataTableComboBox.TabIndex = 0;
|
---|
| 63 | this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
|
---|
| 64 | //
|
---|
| 65 | // label1
|
---|
| 66 | //
|
---|
| 67 | this.label1.AutoSize = true;
|
---|
| 68 | this.label1.Location = new System.Drawing.Point(3, 6);
|
---|
| 69 | this.label1.Name = "label1";
|
---|
| 70 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
| 71 | this.label1.TabIndex = 1;
|
---|
| 72 | this.label1.Text = "DataTable:";
|
---|
| 73 | //
|
---|
| 74 | // viewHost
|
---|
| 75 | //
|
---|
[8925] | 76 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 77 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7980] | 78 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 79 | this.viewHost.Caption = "View";
|
---|
| 80 | this.viewHost.Content = null;
|
---|
| 81 | this.viewHost.Enabled = false;
|
---|
| 82 | this.viewHost.Location = new System.Drawing.Point(4, 57);
|
---|
| 83 | this.viewHost.Name = "viewHost";
|
---|
| 84 | this.viewHost.ReadOnly = false;
|
---|
| 85 | this.viewHost.Size = new System.Drawing.Size(520, 314);
|
---|
| 86 | this.viewHost.TabIndex = 2;
|
---|
| 87 | this.viewHost.ViewsLabelVisible = true;
|
---|
| 88 | this.viewHost.ViewType = null;
|
---|
| 89 | //
|
---|
| 90 | // label2
|
---|
| 91 | //
|
---|
| 92 | this.label2.AutoSize = true;
|
---|
| 93 | this.label2.Location = new System.Drawing.Point(3, 33);
|
---|
| 94 | this.label2.Name = "label2";
|
---|
| 95 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
| 96 | this.label2.TabIndex = 3;
|
---|
| 97 | this.label2.Text = "DataRow:";
|
---|
| 98 | //
|
---|
| 99 | // dataRowComboBox
|
---|
| 100 | //
|
---|
[8925] | 101 | this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7980] | 102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 103 | this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 104 | this.dataRowComboBox.FormattingEnabled = true;
|
---|
| 105 | this.dataRowComboBox.Location = new System.Drawing.Point(69, 30);
|
---|
| 106 | this.dataRowComboBox.Name = "dataRowComboBox";
|
---|
| 107 | this.dataRowComboBox.Size = new System.Drawing.Size(455, 21);
|
---|
| 108 | this.dataRowComboBox.TabIndex = 4;
|
---|
| 109 | this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
|
---|
| 110 | //
|
---|
| 111 | // RunCollectionDataTableView
|
---|
| 112 | //
|
---|
[8925] | 113 | this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
---|
[7980] | 114 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 115 | this.Controls.Add(this.dataRowComboBox);
|
---|
| 116 | this.Controls.Add(this.label2);
|
---|
| 117 | this.Controls.Add(this.viewHost);
|
---|
| 118 | this.Controls.Add(this.label1);
|
---|
| 119 | this.Controls.Add(this.dataTableComboBox);
|
---|
| 120 | this.Name = "RunCollectionDataTableView";
|
---|
| 121 | this.Size = new System.Drawing.Size(527, 374);
|
---|
| 122 | this.ResumeLayout(false);
|
---|
| 123 | this.PerformLayout();
|
---|
| 124 |
|
---|
| 125 | }
|
---|
| 126 |
|
---|
| 127 | #endregion
|
---|
| 128 |
|
---|
| 129 | private System.Windows.Forms.ComboBox dataTableComboBox;
|
---|
| 130 | private System.Windows.Forms.Label label1;
|
---|
| 131 | private MainForm.WindowsForms.ViewHost viewHost;
|
---|
| 132 | private System.Windows.Forms.Label label2;
|
---|
| 133 | private System.Windows.Forms.ComboBox dataRowComboBox;
|
---|
| 134 | }
|
---|
| 135 | }
|
---|