Changeset 16150 for branches/2947_ConfigurableIndexedDataTable/HeuristicLab.Analysis.Views/3.3/IndexedDataTableView.Designer.cs
- Timestamp:
- 09/15/18 11:54:41 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2947_ConfigurableIndexedDataTable/HeuristicLab.Analysis.Views/3.3/IndexedDataTableView.Designer.cs
r15583 r16150 50 50 System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); 51 51 this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart(); 52 this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 52 53 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 53 54 ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); … … 100 101 this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove); 101 102 // 103 // configureToolStripMenuItem 104 // 105 this.configureToolStripMenuItem.Name = "configureToolStripMenuItem"; 106 this.configureToolStripMenuItem.Size = new System.Drawing.Size(256, 22); 107 this.configureToolStripMenuItem.Text = "Configure Chart..."; 108 this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click); 109 // 102 110 // DataTableView 103 111 // … … 121 129 122 130 protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart; 123 131 private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem; 124 132 } 125 133 }
Note: See TracChangeset
for help on using the changeset viewer.