Changeset 986
- Timestamp:
- 12/12/08 19:56:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Visualization.Test/LineChartTestForm.Designer.cs ¶
r985 r986 42 42 // btnResetView 43 43 // 44 this.btnResetView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles. Top| System.Windows.Forms.AnchorStyles.Right)));44 this.btnResetView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 45 45 this.btnResetView.Location = new System.Drawing.Point(544, 346); 46 46 this.btnResetView.Name = "btnResetView"; … … 56 56 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 57 57 this.ClientSize = new System.Drawing.Size(631, 395); 58 this.Controls.Add(this.lineChartGroupBox); 58 59 this.Controls.Add(this.btnResetView); 59 this.Controls.Add(this.lineChartGroupBox);60 60 this.Name = "LineChartTestForm"; 61 61 this.Text = "LineChartTestForm";
Note: See TracChangeset
for help on using the changeset viewer.