- Timestamp:
- 04/13/10 17:35:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
r3329 r3331 123 123 // 124 124 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 125 this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));125 this.startButton.Image = Common.Resources.VS2008ImageLibrary.Play; 126 126 this.startButton.Location = new System.Drawing.Point(0, 458); 127 127 this.startButton.Name = "startButton"; … … 135 135 // 136 136 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 137 this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));137 this.stopButton.Image = Common.Resources.VS2008ImageLibrary.Stop; 138 138 this.stopButton.Location = new System.Drawing.Point(60, 458); 139 139 this.stopButton.Name = "stopButton"; … … 147 147 // 148 148 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 149 this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));149 this.resetButton.Image = Common.Resources.VS2008ImageLibrary.Restart; 150 150 this.resetButton.Location = new System.Drawing.Point(90, 458); 151 151 this.resetButton.Name = "resetButton"; … … 178 178 // 179 179 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 180 this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));180 this.pauseButton.Image = Common.Resources.VS2008ImageLibrary.Pause; 181 181 this.pauseButton.Location = new System.Drawing.Point(30, 458); 182 182 this.pauseButton.Name = "pauseButton";
Note: See TracChangeset
for help on using the changeset viewer.