[14658] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2016 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 |
|
---|
| 22 | namespace HeuristicLab.Encodings.PermutationEncoding.Views {
|
---|
| 23 |
|
---|
| 24 | partial class PermutationHistoryView {
|
---|
| 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 Component 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 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 50 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 51 | this.movieTabPage = new System.Windows.Forms.TabPage();
|
---|
| 52 | this.trackBar = new System.Windows.Forms.TrackBar();
|
---|
| 53 | this.graphTabPage = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.permutationView = new HeuristicLab.Encodings.PermutationEncoding.Views.PermutationView();
|
---|
| 55 | this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
---|
| 56 | this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
---|
| 57 | this.tabControl.SuspendLayout();
|
---|
| 58 | this.movieTabPage.SuspendLayout();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
|
---|
| 60 | this.graphTabPage.SuspendLayout();
|
---|
| 61 | ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
|
---|
| 62 | this.SuspendLayout();
|
---|
| 63 | //
|
---|
| 64 | // tabControl
|
---|
| 65 | //
|
---|
| 66 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 67 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 68 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 69 | this.tabControl.Controls.Add(this.movieTabPage);
|
---|
| 70 | this.tabControl.Controls.Add(this.graphTabPage);
|
---|
| 71 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 72 | this.tabControl.Name = "tabControl";
|
---|
| 73 | this.tabControl.SelectedIndex = 0;
|
---|
| 74 | this.tabControl.Size = new System.Drawing.Size(387, 383);
|
---|
| 75 | this.tabControl.TabIndex = 4;
|
---|
| 76 | this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
|
---|
| 77 | //
|
---|
| 78 | // movieTabPage
|
---|
| 79 | //
|
---|
| 80 | this.movieTabPage.Controls.Add(this.permutationView);
|
---|
| 81 | this.movieTabPage.Controls.Add(this.trackBar);
|
---|
| 82 | this.movieTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 83 | this.movieTabPage.Name = "movieTabPage";
|
---|
| 84 | this.movieTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 85 | this.movieTabPage.Size = new System.Drawing.Size(379, 357);
|
---|
| 86 | this.movieTabPage.TabIndex = 0;
|
---|
| 87 | this.movieTabPage.Text = "Movie";
|
---|
| 88 | this.movieTabPage.UseVisualStyleBackColor = true;
|
---|
| 89 | //
|
---|
| 90 | // trackBar
|
---|
| 91 | //
|
---|
| 92 | this.trackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 94 | this.trackBar.Location = new System.Drawing.Point(6, 306);
|
---|
| 95 | this.trackBar.Name = "trackBar";
|
---|
| 96 | this.trackBar.Size = new System.Drawing.Size(367, 45);
|
---|
| 97 | this.trackBar.TabIndex = 0;
|
---|
| 98 | this.trackBar.Scroll += new System.EventHandler(this.trackBar_Scroll);
|
---|
| 99 | //
|
---|
| 100 | // graphTabPage
|
---|
| 101 | //
|
---|
| 102 | this.graphTabPage.Controls.Add(this.progressBar1);
|
---|
| 103 | this.graphTabPage.Controls.Add(this.chart1);
|
---|
| 104 | this.graphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 105 | this.graphTabPage.Name = "graphTabPage";
|
---|
| 106 | this.graphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 107 | this.graphTabPage.Size = new System.Drawing.Size(379, 357);
|
---|
| 108 | this.graphTabPage.TabIndex = 1;
|
---|
| 109 | this.graphTabPage.Text = "Graph";
|
---|
| 110 | this.graphTabPage.UseVisualStyleBackColor = true;
|
---|
| 111 | //
|
---|
| 112 | // permutationView
|
---|
| 113 | //
|
---|
| 114 | this.permutationView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 115 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 117 | this.permutationView.Caption = "Permutation View";
|
---|
| 118 | this.permutationView.Content = null;
|
---|
| 119 | this.permutationView.Location = new System.Drawing.Point(6, 6);
|
---|
| 120 | this.permutationView.Name = "permutationView";
|
---|
| 121 | this.permutationView.ReadOnly = false;
|
---|
| 122 | this.permutationView.Size = new System.Drawing.Size(367, 294);
|
---|
| 123 | this.permutationView.TabIndex = 1;
|
---|
| 124 | //
|
---|
| 125 | // chart1
|
---|
| 126 | //
|
---|
| 127 | this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 128 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 129 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 130 | chartArea1.Name = "ChartArea1";
|
---|
| 131 | this.chart1.ChartAreas.Add(chartArea1);
|
---|
| 132 | legend1.Name = "Legend1";
|
---|
| 133 | this.chart1.Legends.Add(legend1);
|
---|
| 134 | this.chart1.Location = new System.Drawing.Point(6, 6);
|
---|
| 135 | this.chart1.Name = "chart1";
|
---|
| 136 | this.chart1.Size = new System.Drawing.Size(367, 316);
|
---|
| 137 | this.chart1.TabIndex = 0;
|
---|
| 138 | this.chart1.Text = "chart";
|
---|
| 139 | //
|
---|
| 140 | // progressBar1
|
---|
| 141 | //
|
---|
| 142 | this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 143 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 144 | this.progressBar1.Location = new System.Drawing.Point(7, 328);
|
---|
| 145 | this.progressBar1.Name = "progressBar1";
|
---|
| 146 | this.progressBar1.Size = new System.Drawing.Size(366, 23);
|
---|
| 147 | this.progressBar1.TabIndex = 1;
|
---|
| 148 | //
|
---|
| 149 | // PermutationHistoryView
|
---|
| 150 | //
|
---|
| 151 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 152 | this.Controls.Add(this.tabControl);
|
---|
| 153 | this.Name = "PermutationHistoryView";
|
---|
| 154 | this.Size = new System.Drawing.Size(393, 389);
|
---|
| 155 | this.tabControl.ResumeLayout(false);
|
---|
| 156 | this.movieTabPage.ResumeLayout(false);
|
---|
| 157 | this.movieTabPage.PerformLayout();
|
---|
| 158 | ((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
|
---|
| 159 | this.graphTabPage.ResumeLayout(false);
|
---|
| 160 | ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
|
---|
| 161 | this.ResumeLayout(false);
|
---|
| 162 |
|
---|
| 163 | }
|
---|
| 164 |
|
---|
| 165 | #endregion
|
---|
| 166 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 167 | private System.Windows.Forms.TabPage movieTabPage;
|
---|
| 168 | private System.Windows.Forms.TabPage graphTabPage;
|
---|
| 169 | private System.Windows.Forms.TrackBar trackBar;
|
---|
| 170 | private PermutationView permutationView;
|
---|
| 171 | private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
---|
| 172 | private System.Windows.Forms.ProgressBar progressBar1;
|
---|
| 173 | }
|
---|
| 174 | }
|
---|