Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9036


Ignore:
Timestamp:
12/12/12 12:42:58 (12 years ago)
Author:
ascheibe
Message:

#1890 enabled setting minutes for appointments in the Hive Administrator

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  
    106106      // dtpToTime
    107107      //
    108       this.dtpToTime.CustomFormat = "HH:00";
     108      this.dtpToTime.CustomFormat = "HH:mm";
    109109      this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    110110      this.dtpToTime.Location = new System.Drawing.Point(226, 56);
     
    133133      // dtpFromTime
    134134      //
    135       this.dtpFromTime.CustomFormat = "HH:00";
     135      this.dtpFromTime.CustomFormat = "HH:mm";
    136136      this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    137137      this.dtpFromTime.Location = new System.Drawing.Point(226, 19);
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs

    r9016 r9036  
    9696      // txttimeTo
    9797      //
    98       this.txttimeTo.CustomFormat = "HH:00";
     98      this.txttimeTo.CustomFormat = "HH:mm";
    9999      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    100100      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
     
    106106      // txttimeFrom
    107107      //
    108       this.txttimeFrom.CustomFormat = "HH:00";
     108      this.txttimeFrom.CustomFormat = "HH:mm";
    109109      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    110110      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
Note: See TracChangeset for help on using the changeset viewer.