Changeset 9970 for branches/HeuristicLab.ReingoldTilfordTreeLayout/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeChart.Designer.cs
- Timestamp:
- 09/16/13 14:49:23 (11 years ago)
- Location:
- branches/HeuristicLab.ReingoldTilfordTreeLayout
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.ReingoldTilfordTreeLayout
-
Property
svn:global-ignores
set to
bin
-
Property
svn:global-ignores
set to
-
branches/HeuristicLab.ReingoldTilfordTreeLayout/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeChart.Designer.cs
r9456 r9970 70 70 // 71 71 this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|EMF (*.emf)|*.emf"; 72 this.saveFileDialog.FilterIndex = 1;72 // 73 73 // SymbolicExpressionTreeChart 74 74 // 75 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);76 75 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 77 76 this.ContextMenuStrip = this.contextMenuStrip; 77 this.DoubleBuffered = true; 78 78 this.Name = "SymbolicExpressionTreeChart"; 79 79 this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseClick);
Note: See TracChangeset
for help on using the changeset viewer.