Changeset 10111 for branches/HeuristicLab.Analysis.AlgorithmBehavior/Visualization/Visualization.Designer.cs
- Timestamp:
- 11/06/13 21:23:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/Visualization/Visualization.Designer.cs
r9945 r10111 36 36 this.pictureBox.Location = new System.Drawing.Point(12, 12); 37 37 this.pictureBox.Name = "pictureBox"; 38 this.pictureBox.Size = new System.Drawing.Size(282, 2 43);38 this.pictureBox.Size = new System.Drawing.Size(282, 270); 39 39 this.pictureBox.TabIndex = 0; 40 40 this.pictureBox.TabStop = false; … … 44 44 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 45 45 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 46 this.ClientSize = new System.Drawing.Size(306, 2 67);46 this.ClientSize = new System.Drawing.Size(306, 294); 47 47 this.Controls.Add(this.pictureBox); 48 48 this.Name = "VisualizationForm";
Note: See TracChangeset
for help on using the changeset viewer.