- Timestamp:
- 12/12/12 12:42:58 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs
r9016 r9036 106 106 // dtpToTime 107 107 // 108 this.dtpToTime.CustomFormat = "HH: 00";108 this.dtpToTime.CustomFormat = "HH:mm"; 109 109 this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 110 110 this.dtpToTime.Location = new System.Drawing.Point(226, 56); … … 133 133 // dtpFromTime 134 134 // 135 this.dtpFromTime.CustomFormat = "HH: 00";135 this.dtpFromTime.CustomFormat = "HH:mm"; 136 136 this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 137 137 this.dtpFromTime.Location = new System.Drawing.Point(226, 19); -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
r9016 r9036 96 96 // txttimeTo 97 97 // 98 this.txttimeTo.CustomFormat = "HH: 00";98 this.txttimeTo.CustomFormat = "HH:mm"; 99 99 this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 100 100 this.txttimeTo.Location = new System.Drawing.Point(164, 45); … … 106 106 // txttimeFrom 107 107 // 108 this.txttimeFrom.CustomFormat = "HH: 00";108 this.txttimeFrom.CustomFormat = "HH:mm"; 109 109 this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 110 110 this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
Note: See TracChangeset
for help on using the changeset viewer.