[13780] | 1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
[14852] | 2 | partial class PartialDependencePlot {
|
---|
[13780] | 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() {
|
---|
[13831] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[13780] | 27 | System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation verticalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation();
|
---|
| 28 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
[13831] | 29 | System.Windows.Forms.DataVisualization.Charting.StripLine stripLine1 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
|
---|
| 30 | System.Windows.Forms.DataVisualization.Charting.StripLine stripLine2 = new System.Windows.Forms.DataVisualization.Charting.StripLine();
|
---|
| 31 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
[14131] | 32 | System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
---|
[13853] | 33 | this.calculationPendingLabel = new System.Windows.Forms.Label();
|
---|
| 34 | this.calculationPendingTimer = new System.Windows.Forms.Timer(this.components);
|
---|
[13831] | 35 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[13855] | 36 | this.configurationButton = new System.Windows.Forms.Button();
|
---|
| 37 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[13831] | 38 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
[13780] | 39 | this.SuspendLayout();
|
---|
| 40 | //
|
---|
[13853] | 41 | // calculationPendingLabel
|
---|
| 42 | //
|
---|
| 43 | this.calculationPendingLabel.BackColor = System.Drawing.Color.White;
|
---|
[13996] | 44 | this.calculationPendingLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
|
---|
[13853] | 45 | this.calculationPendingLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 46 | this.calculationPendingLabel.Location = new System.Drawing.Point(3, 3);
|
---|
| 47 | this.calculationPendingLabel.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 48 | this.calculationPendingLabel.Name = "calculationPendingLabel";
|
---|
| 49 | this.calculationPendingLabel.Size = new System.Drawing.Size(17, 17);
|
---|
| 50 | this.calculationPendingLabel.TabIndex = 1;
|
---|
| 51 | this.calculationPendingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 52 | this.calculationPendingLabel.Visible = false;
|
---|
| 53 | //
|
---|
| 54 | // calculationPendingTimer
|
---|
| 55 | //
|
---|
| 56 | this.calculationPendingTimer.Tick += new System.EventHandler(this.calculationPendingTimer_Tick);
|
---|
| 57 | //
|
---|
[13831] | 58 | // chart
|
---|
[13780] | 59 | //
|
---|
[13831] | 60 | this.chart.AllowDrop = true;
|
---|
[13780] | 61 | verticalLineAnnotation1.AllowMoving = true;
|
---|
[13831] | 62 | verticalLineAnnotation1.AxisXName = "ChartArea\\rX";
|
---|
| 63 | verticalLineAnnotation1.ClipToChartArea = "ChartArea";
|
---|
[13780] | 64 | verticalLineAnnotation1.IsInfinitive = true;
|
---|
| 65 | verticalLineAnnotation1.LineColor = System.Drawing.Color.Red;
|
---|
| 66 | verticalLineAnnotation1.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
---|
[13831] | 67 | verticalLineAnnotation1.Name = "VerticalLineAnnotation";
|
---|
[13995] | 68 | verticalLineAnnotation1.YAxisName = "ChartArea\\rY";
|
---|
[13831] | 69 | this.chart.Annotations.Add(verticalLineAnnotation1);
|
---|
| 70 | stripLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))));
|
---|
| 71 | stripLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))));
|
---|
| 72 | chartArea1.AxisX.StripLines.Add(stripLine1);
|
---|
| 73 | chartArea1.AxisX.StripLines.Add(stripLine2);
|
---|
| 74 | chartArea1.Name = "ChartArea";
|
---|
[13850] | 75 | chartArea1.Position.Auto = false;
|
---|
[14131] | 76 | chartArea1.Position.Height = 90F;
|
---|
[13850] | 77 | chartArea1.Position.Width = 100F;
|
---|
[14131] | 78 | chartArea1.Position.Y = 10F;
|
---|
[13831] | 79 | this.chart.ChartAreas.Add(chartArea1);
|
---|
| 80 | this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 81 | legend1.Alignment = System.Drawing.StringAlignment.Center;
|
---|
| 82 | legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
[13836] | 83 | legend1.LegendItemOrder = System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.ReversedSeriesOrder;
|
---|
| 84 | legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
|
---|
[13831] | 85 | legend1.Name = "Default";
|
---|
| 86 | this.chart.Legends.Add(legend1);
|
---|
| 87 | this.chart.Location = new System.Drawing.Point(0, 0);
|
---|
| 88 | this.chart.Name = "chart";
|
---|
| 89 | this.chart.Size = new System.Drawing.Size(453, 308);
|
---|
| 90 | this.chart.TabIndex = 0;
|
---|
[14131] | 91 | title1.Alignment = System.Drawing.ContentAlignment.TopCenter;
|
---|
| 92 | title1.DockedToChartArea = "ChartArea";
|
---|
| 93 | title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 94 | title1.IsDockedInsideChartArea = false;
|
---|
| 95 | title1.Name = "Title";
|
---|
| 96 | title1.Text = "[Title]";
|
---|
| 97 | this.chart.Titles.Add(title1);
|
---|
[14089] | 98 | this.chart.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.chart_SelectionRangeChanged);
|
---|
[14158] | 99 | this.chart.PostPaint += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs>(this.chart_PostPaint);
|
---|
[14118] | 100 | this.chart.AnnotationPositionChanged += new System.EventHandler(this.chart_AnnotationPositionChanged);
|
---|
[13831] | 101 | this.chart.AnnotationPositionChanging += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs>(this.chart_AnnotationPositionChanging);
|
---|
[13842] | 102 | this.chart.DragDrop += new System.Windows.Forms.DragEventHandler(this.chart_DragDrop);
|
---|
| 103 | this.chart.DragEnter += new System.Windows.Forms.DragEventHandler(this.chart_DragEnter);
|
---|
[13831] | 104 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[14131] | 105 | this.chart.Resize += new System.EventHandler(this.chart_Resize);
|
---|
[13831] | 106 | //
|
---|
[13855] | 107 | // configurationButton
|
---|
| 108 | //
|
---|
| 109 | this.configurationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 110 | this.configurationButton.AutoSize = true;
|
---|
[13996] | 111 | this.configurationButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
|
---|
[13855] | 112 | this.configurationButton.Location = new System.Drawing.Point(426, 3);
|
---|
| 113 | this.configurationButton.Name = "configurationButton";
|
---|
| 114 | this.configurationButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 115 | this.configurationButton.TabIndex = 2;
|
---|
| 116 | this.configurationButton.TabStop = false;
|
---|
| 117 | this.toolTip.SetToolTip(this.configurationButton, "Configuration");
|
---|
| 118 | this.configurationButton.UseVisualStyleBackColor = true;
|
---|
| 119 | this.configurationButton.Click += new System.EventHandler(this.config_Click);
|
---|
| 120 | //
|
---|
[14852] | 121 | // PartialDependencePlot
|
---|
[13831] | 122 | //
|
---|
| 123 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 124 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[13855] | 125 | this.Controls.Add(this.configurationButton);
|
---|
[13853] | 126 | this.Controls.Add(this.calculationPendingLabel);
|
---|
[13831] | 127 | this.Controls.Add(this.chart);
|
---|
[14852] | 128 | this.Name = "PartialDependencePlot";
|
---|
[13831] | 129 | this.Size = new System.Drawing.Size(453, 308);
|
---|
| 130 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
[13780] | 131 | this.ResumeLayout(false);
|
---|
[13855] | 132 | this.PerformLayout();
|
---|
[13780] | 133 |
|
---|
| 134 | }
|
---|
| 135 |
|
---|
| 136 | #endregion
|
---|
[13831] | 137 |
|
---|
| 138 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
[13853] | 139 | private System.Windows.Forms.Label calculationPendingLabel;
|
---|
| 140 | private System.Windows.Forms.Timer calculationPendingTimer;
|
---|
[13855] | 141 | private System.Windows.Forms.Button configurationButton;
|
---|
| 142 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[13780] | 143 | }
|
---|
| 144 | }
|
---|