Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Core/ResultListView.Designer.cs @ 559

Last change on this file since 559 was 554, checked in by gkronber, 16 years ago

added 'jitter' sliders to add random noise to data points (useful in scatter plots with integer values). #200 (Simple indexer for results and matching search-frontend for solution-quality)

File size: 7.3 KB
Line 
1namespace HeuristicLab.CEDMA.Core {
2  partial class ResultListView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if(disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.dataChart = new HeuristicLab.Charting.Data.DataChartControl();
27      this.xAxisLabel = new System.Windows.Forms.Label();
28      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
29      this.yAxisLabel = new System.Windows.Forms.Label();
30      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
31      this.yTrackBar = new System.Windows.Forms.TrackBar();
32      this.xTrackBar = new System.Windows.Forms.TrackBar();
33      this.xJitterlabel = new System.Windows.Forms.Label();
34      this.yJitterLabel = new System.Windows.Forms.Label();
35      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
36      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
37      this.SuspendLayout();
38      //
39      // dataChart
40      //
41      this.dataChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
42                  | System.Windows.Forms.AnchorStyles.Left)
43                  | System.Windows.Forms.AnchorStyles.Right)));
44      this.dataChart.BackColor = System.Drawing.SystemColors.Control;
45      this.dataChart.Chart = null;
46      this.dataChart.Location = new System.Drawing.Point(3, 30);
47      this.dataChart.Name = "dataChart";
48      this.dataChart.ScaleOnResize = true;
49      this.dataChart.Size = new System.Drawing.Size(447, 390);
50      this.dataChart.TabIndex = 9;
51      //
52      // xAxisLabel
53      //
54      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
55      this.xAxisLabel.AutoSize = true;
56      this.xAxisLabel.Location = new System.Drawing.Point(197, 429);
57      this.xAxisLabel.Name = "xAxisLabel";
58      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
59      this.xAxisLabel.TabIndex = 8;
60      this.xAxisLabel.Text = "x:";
61      //
62      // xAxisComboBox
63      //
64      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
65      this.xAxisComboBox.FormattingEnabled = true;
66      this.xAxisComboBox.Location = new System.Drawing.Point(218, 426);
67      this.xAxisComboBox.Name = "xAxisComboBox";
68      this.xAxisComboBox.Size = new System.Drawing.Size(121, 21);
69      this.xAxisComboBox.TabIndex = 7;
70      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.xAxisComboBox_SelectedIndexChanged);
71      //
72      // yAxisLabel
73      //
74      this.yAxisLabel.AutoSize = true;
75      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
76      this.yAxisLabel.Name = "yAxisLabel";
77      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
78      this.yAxisLabel.TabIndex = 6;
79      this.yAxisLabel.Text = "y:";
80      //
81      // yAxisComboBox
82      //
83      this.yAxisComboBox.FormattingEnabled = true;
84      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
85      this.yAxisComboBox.Name = "yAxisComboBox";
86      this.yAxisComboBox.Size = new System.Drawing.Size(121, 21);
87      this.yAxisComboBox.TabIndex = 5;
88      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.yAxisComboBox_SelectedIndexChanged);
89      //
90      // yTrackBar
91      //
92      this.yTrackBar.Location = new System.Drawing.Point(186, 3);
93      this.yTrackBar.Maximum = 100;
94      this.yTrackBar.Name = "yTrackBar";
95      this.yTrackBar.Size = new System.Drawing.Size(60, 45);
96      this.yTrackBar.TabIndex = 10;
97      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
98      this.yTrackBar.ValueChanged += new System.EventHandler(this.yTrackBar_ValueChanged);
99      //
100      // xTrackBar
101      //
102      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
103      this.xTrackBar.Location = new System.Drawing.Point(387, 426);
104      this.xTrackBar.Maximum = 100;
105      this.xTrackBar.Name = "xTrackBar";
106      this.xTrackBar.Size = new System.Drawing.Size(60, 45);
107      this.xTrackBar.TabIndex = 11;
108      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
109      this.xTrackBar.ValueChanged += new System.EventHandler(this.xTrackBar_ValueChanged);
110      //
111      // xJitterlabel
112      //
113      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
114      this.xJitterlabel.AutoSize = true;
115      this.xJitterlabel.Location = new System.Drawing.Point(352, 429);
116      this.xJitterlabel.Name = "xJitterlabel";
117      this.xJitterlabel.Size = new System.Drawing.Size(29, 13);
118      this.xJitterlabel.TabIndex = 12;
119      this.xJitterlabel.Text = "jitter:";
120      //
121      // yJitterLabel
122      //
123      this.yJitterLabel.AutoSize = true;
124      this.yJitterLabel.Location = new System.Drawing.Point(151, 6);
125      this.yJitterLabel.Name = "yJitterLabel";
126      this.yJitterLabel.Size = new System.Drawing.Size(29, 13);
127      this.yJitterLabel.TabIndex = 13;
128      this.yJitterLabel.Text = "jitter:";
129      //
130      // ResultListView
131      //
132      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
133      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134      this.Controls.Add(this.yJitterLabel);
135      this.Controls.Add(this.xJitterlabel);
136      this.Controls.Add(this.xTrackBar);
137      this.Controls.Add(this.dataChart);
138      this.Controls.Add(this.xAxisLabel);
139      this.Controls.Add(this.xAxisComboBox);
140      this.Controls.Add(this.yAxisLabel);
141      this.Controls.Add(this.yAxisComboBox);
142      this.Controls.Add(this.yTrackBar);
143      this.Name = "ResultListView";
144      this.Size = new System.Drawing.Size(450, 450);
145      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
146      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
147      this.ResumeLayout(false);
148      this.PerformLayout();
149
150    }
151
152    #endregion
153
154    private HeuristicLab.Charting.Data.DataChartControl dataChart;
155    private System.Windows.Forms.Label xAxisLabel;
156    private System.Windows.Forms.ComboBox xAxisComboBox;
157    private System.Windows.Forms.Label yAxisLabel;
158    private System.Windows.Forms.ComboBox yAxisComboBox;
159    private System.Windows.Forms.TrackBar yTrackBar;
160    private System.Windows.Forms.TrackBar xTrackBar;
161    private System.Windows.Forms.Label xJitterlabel;
162    private System.Windows.Forms.Label yJitterLabel;
163  }
164}
Note: See TracBrowser for help on using the repository browser.