- Timestamp:
- 06/21/17 15:25:30 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs
r15019 r15041 312 312 this.gradientPanel.Size = new System.Drawing.Size(69, 517); 313 313 this.gradientPanel.TabIndex = 1; 314 this.gradientPanel.Visible = false; 314 315 // 315 316 // gradientPictureBox 316 317 // 317 this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 318 | System.Windows.Forms.AnchorStyles.Left))); 318 this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 319 | System.Windows.Forms.AnchorStyles.Left) 320 | System.Windows.Forms.AnchorStyles.Right))); 319 321 this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 320 322 this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image")));
Note: See TracChangeset
for help on using the changeset viewer.