Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Views/3.4/Controls/FactorGradientChart.Designer.cs @ 14248

Last change on this file since 14248 was 14248, checked in by gkronber, 8 years ago

#2650: added support for factor variables to target variation view together with Philipp

File size: 9.3 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Views {
2  partial class FactorGradientChart {
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FactorGradientChart));
28      System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation verticalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation();
29      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
30      System.Windows.Forms.DataVisualization.Charting.StripLine stripLine1 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
31      System.Windows.Forms.DataVisualization.Charting.StripLine stripLine2 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
32      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
33      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
34      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
35      System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
36      System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
37      System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
38      this.calculationPendingLabel = new System.Windows.Forms.Label();
39      this.calculationPendingTimer = new System.Windows.Forms.Timer(this.components);
40      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
41      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
42      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
43      this.SuspendLayout();
44      //
45      // calculationPendingLabel
46      //
47      this.calculationPendingLabel.BackColor = System.Drawing.Color.White;
48      this.calculationPendingLabel.Image = ((System.Drawing.Image)(resources.GetObject("calculationPendingLabel.Image")));
49      this.calculationPendingLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
50      this.calculationPendingLabel.Location = new System.Drawing.Point(3, 3);
51      this.calculationPendingLabel.Margin = new System.Windows.Forms.Padding(0);
52      this.calculationPendingLabel.Name = "calculationPendingLabel";
53      this.calculationPendingLabel.Size = new System.Drawing.Size(17, 17);
54      this.calculationPendingLabel.TabIndex = 1;
55      this.calculationPendingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
56      this.calculationPendingLabel.Visible = false;
57      //
58      // calculationPendingTimer
59      //
60      this.calculationPendingTimer.Tick += new System.EventHandler(this.calculationPendingTimer_Tick);
61      //
62      // chart
63      //
64      this.chart.AllowDrop = true;
65      verticalLineAnnotation1.AllowMoving = true;
66      verticalLineAnnotation1.AxisXName = "ChartArea\\rX";
67      verticalLineAnnotation1.ClipToChartArea = "ChartArea";
68      verticalLineAnnotation1.IsInfinitive = true;
69      verticalLineAnnotation1.LineColor = System.Drawing.Color.Red;
70      verticalLineAnnotation1.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
71      verticalLineAnnotation1.Name = "VerticalLineAnnotation";
72      verticalLineAnnotation1.YAxisName = "ChartArea\\rY";
73      this.chart.Annotations.Add(verticalLineAnnotation1);
74      chartArea1.AxisX.IsMarginVisible = false;
75      stripLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))));
76      stripLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))));
77      chartArea1.AxisX.StripLines.Add(stripLine1);
78      chartArea1.AxisX.StripLines.Add(stripLine2);
79      chartArea1.Name = "ChartArea";
80      chartArea1.Position.Auto = false;
81      chartArea1.Position.Height = 90F;
82      chartArea1.Position.Width = 100F;
83      chartArea1.Position.Y = 10F;
84      this.chart.ChartAreas.Add(chartArea1);
85      this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
86      legend1.Alignment = System.Drawing.StringAlignment.Center;
87      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
88      legend1.LegendItemOrder = System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.ReversedSeriesOrder;
89      legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
90      legend1.Name = "Default";
91      this.chart.Legends.Add(legend1);
92      this.chart.Location = new System.Drawing.Point(0, 0);
93      this.chart.Name = "chart";
94      series1.BorderColor = System.Drawing.Color.Red;
95      series1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
96      series1.ChartArea = "ChartArea";
97      series1.IsVisibleInLegend = false;
98      series1.Legend = "Default";
99      series1.Name = "Series1";
100      series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
101      series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
102      series2.ChartArea = "ChartArea";
103      series2.IsVisibleInLegend = false;
104      series2.Legend = "Default";
105      series2.Name = "Series2";
106      series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
107      series3.ChartArea = "ChartArea";
108      series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
109      series3.Color = System.Drawing.Color.Black;
110      series3.Legend = "Default";
111      series3.Name = "Series3";
112      series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
113      series3.YValuesPerPoint = 6;
114      series4.ChartArea = "ChartArea";
115      series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
116      series4.Legend = "Default";
117      series4.Name = "Series4";
118      series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
119      series4.YValuesPerPoint = 6;
120      this.chart.Series.Add(series1);
121      this.chart.Series.Add(series2);
122      this.chart.Series.Add(series3);
123      this.chart.Series.Add(series4);
124      this.chart.Size = new System.Drawing.Size(453, 308);
125      this.chart.TabIndex = 0;
126      title1.Alignment = System.Drawing.ContentAlignment.TopCenter;
127      title1.DockedToChartArea = "ChartArea";
128      title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129      title1.IsDockedInsideChartArea = false;
130      title1.Name = "Title";
131      title1.Text = "[Title]";
132      this.chart.Titles.Add(title1);
133      this.chart.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.chart_SelectionRangeChanged);
134      this.chart.PostPaint += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs>(this.chart_PostPaint);
135      this.chart.DragDrop += new System.Windows.Forms.DragEventHandler(this.chart_DragDrop);
136      this.chart.DragEnter += new System.Windows.Forms.DragEventHandler(this.chart_DragEnter);
137      this.chart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseClick);
138      this.chart.Resize += new System.EventHandler(this.chart_Resize);
139      //
140      // FactorGradientChart
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.Controls.Add(this.calculationPendingLabel);
145      this.Controls.Add(this.chart);
146      this.Name = "FactorGradientChart";
147      this.Size = new System.Drawing.Size(453, 308);
148      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
149      this.ResumeLayout(false);
150
151    }
152
153    #endregion
154
155    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
156    private System.Windows.Forms.Label calculationPendingLabel;
157    private System.Windows.Forms.Timer calculationPendingTimer;
158    private System.Windows.Forms.ToolTip toolTip;
159  }
160}
Note: See TracBrowser for help on using the repository browser.