[5829] | 1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
[6642] | 2 | partial class RegressionSolutionErrorCharacteristicsCurveView {
|
---|
[4417] | 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.components = new System.ComponentModel.Container();
|
---|
| 27 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 28 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
[4651] | 29 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[4417] | 30 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 31 | this.cmbSamples = new System.Windows.Forms.ComboBox();
|
---|
| 32 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
| 33 | this.SuspendLayout();
|
---|
| 34 | //
|
---|
| 35 | // chart
|
---|
| 36 | //
|
---|
| 37 | this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[8508] | 38 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 39 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4417] | 40 | chartArea1.Name = "ChartArea1";
|
---|
| 41 | this.chart.ChartAreas.Add(chartArea1);
|
---|
| 42 | legend1.Alignment = System.Drawing.StringAlignment.Center;
|
---|
| 43 | legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
| 44 | legend1.Name = "Legend1";
|
---|
| 45 | this.chart.Legends.Add(legend1);
|
---|
[6642] | 46 | this.chart.Location = new System.Drawing.Point(6, 28);
|
---|
[4417] | 47 | this.chart.Name = "chart";
|
---|
| 48 | this.chart.Size = new System.Drawing.Size(366, 202);
|
---|
| 49 | this.chart.TabIndex = 0;
|
---|
| 50 | this.chart.Text = "chart";
|
---|
[7866] | 51 | this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick);
|
---|
| 52 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[4417] | 53 | //
|
---|
| 54 | // label1
|
---|
| 55 | //
|
---|
| 56 | this.label1.AutoSize = true;
|
---|
| 57 | this.label1.Location = new System.Drawing.Point(3, 6);
|
---|
| 58 | this.label1.Name = "label1";
|
---|
| 59 | this.label1.Size = new System.Drawing.Size(47, 13);
|
---|
| 60 | this.label1.TabIndex = 4;
|
---|
| 61 | this.label1.Text = "Samples";
|
---|
| 62 | //
|
---|
| 63 | // cmbSamples
|
---|
| 64 | //
|
---|
| 65 | this.cmbSamples.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 66 | this.cmbSamples.FormattingEnabled = true;
|
---|
| 67 | this.cmbSamples.Location = new System.Drawing.Point(56, 3);
|
---|
| 68 | this.cmbSamples.Name = "cmbSamples";
|
---|
| 69 | this.cmbSamples.Size = new System.Drawing.Size(121, 21);
|
---|
| 70 | this.cmbSamples.TabIndex = 3;
|
---|
| 71 | this.cmbSamples.SelectedIndexChanged += new System.EventHandler(this.cmbSamples_SelectedIndexChanged);
|
---|
| 72 | //
|
---|
[6642] | 73 | // RegressionSolutionErrorCharacteristicsCurveView
|
---|
[4417] | 74 | //
|
---|
[8508] | 75 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4417] | 76 | this.Controls.Add(this.label1);
|
---|
| 77 | this.Controls.Add(this.cmbSamples);
|
---|
| 78 | this.Controls.Add(this.chart);
|
---|
[6642] | 79 | this.Name = "RegressionSolutionErrorCharacteristicsCurveView";
|
---|
[4417] | 80 | this.Size = new System.Drawing.Size(366, 230);
|
---|
| 81 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
| 82 | this.ResumeLayout(false);
|
---|
| 83 | this.PerformLayout();
|
---|
| 84 |
|
---|
| 85 | }
|
---|
| 86 |
|
---|
| 87 | #endregion
|
---|
| 88 |
|
---|
[6642] | 89 | protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
| 90 | protected System.Windows.Forms.Label label1;
|
---|
| 91 | protected System.Windows.Forms.ComboBox cmbSamples;
|
---|
[4417] | 92 | }
|
---|
| 93 | }
|
---|