- Timestamp:
- 01/03/12 02:10:15 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views
- Files:
-
- 5 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
r6976 r7257 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"; -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r7146 r7257 47 47 private void InitializeComponent() { 48 48 this.components = new System.ComponentModel.Container(); 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));50 49 this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components); 51 50 this.splitSlaves = new System.Windows.Forms.SplitContainer(); … … 103 102 // btnRefresh 104 103 // 105 this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));104 this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 106 105 this.btnRefresh.Location = new System.Drawing.Point(3, 3); 107 106 this.btnRefresh.Name = "btnRefresh"; … … 122 121 // btnSave 123 122 // 124 this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));123 this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 125 124 this.btnSave.Location = new System.Drawing.Point(93, 3); 126 125 this.btnSave.Name = "btnSave"; … … 133 132 // btnRemoveGroup 134 133 // 135 this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));134 this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; 136 135 this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3); 137 136 this.btnRemoveGroup.Name = "btnRemoveGroup"; … … 144 143 // btnAddGroup 145 144 // 146 this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));145 this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; 147 146 this.btnAddGroup.Location = new System.Drawing.Point(33, 3); 148 147 this.btnAddGroup.Name = "btnAddGroup"; -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
r7146 r7257 47 47 this.components = new System.ComponentModel.Container(); 48 48 Calendar.DrawTool drawTool1 = new Calendar.DrawTool(); 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScheduleView));50 49 this.dvOnline = new Calendar.DayView(); 51 50 this.txttimeTo = new System.Windows.Forms.DateTimePicker(); … … 161 160 // btnRecurrence 162 161 // 163 this.btnRecurrence.Image = ((System.Drawing.Image)(resources.GetObject("btnRecurrence.Image")));162 this.btnRecurrence.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer; 164 163 this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 165 164 this.btnRecurrence.Location = new System.Drawing.Point(135, 129); … … 174 173 // btbDelete 175 174 // 176 this.btbDelete.Image = ((System.Drawing.Image)(resources.GetObject("btbDelete.Image")));175 this.btbDelete.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete; 177 176 this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 178 177 this.btbDelete.Location = new System.Drawing.Point(8, 129); … … 205 204 // btCreate 206 205 // 207 this.btCreate.Image = ((System.Drawing.Image)(resources.GetObject("btCreate.Image")));206 this.btCreate.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; 208 207 this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 209 208 this.btCreate.Location = new System.Drawing.Point(6, 93); … … 218 217 // btnSaveCal 219 218 // 220 this.btnSaveCal.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveCal.Image")));219 this.btnSaveCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 221 220 this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 222 221 this.btnSaveCal.Location = new System.Drawing.Point(633, 41); … … 231 230 // btnClearCal 232 231 // 233 this.btnClearCal.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCal.Image")));232 this.btnClearCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.Document; 234 233 this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; 235 234 this.btnClearCal.Location = new System.Drawing.Point(633, 9);
Note: See TracChangeset
for help on using the changeset viewer.