Changeset 7268 for branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
- Timestamp:
- 01/03/12 11:22:21 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
- Property svn:mergeinfo changed
/trunk/sources merged: 7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266
- Property svn:mergeinfo changed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 2 obj 3 *.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
r6976 r7268 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Recurrence));27 26 this.gbAppointment = new System.Windows.Forms.GroupBox(); 28 27 this.chbade = new System.Windows.Forms.CheckBox(); … … 243 242 this.Controls.Add(this.gbAppointment); 244 243 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 245 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));244 this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; 246 245 this.Name = "Recurrence"; 247 246 this.Text = "Recurrence";
Note: See TracChangeset
for help on using the changeset viewer.