Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/11 15:28:01 (14 years ago)
Author:
ascheibe
Message:

#1233

  • some admin gui updates
  • HeuristicLab.Calendar is now HeuristicLab.ExtLibs/HeuristicLab.DayView Plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/ScheduleControl.Designer.cs

    r5457 r5538  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       HeuristicLab.Calendar.DrawTool drawTool1 = new HeuristicLab.Calendar.DrawTool();
     26      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
    2727      this.cbx_forcePush = new System.Windows.Forms.CheckBox();
    2828      this.btnClearCal = new System.Windows.Forms.Button();
     
    4040      this.btCreate = new System.Windows.Forms.Button();
    4141      this.mcOnline = new System.Windows.Forms.MonthCalendar();
    42       this.dvOnline = new HeuristicLab.Calendar.DayView();
     42      this.dvOnline = new Calendar.DayView();
    4343      this.groupBox1.SuspendLayout();
    4444      this.SuspendLayout();
     
    193193      this.dvOnline.ActiveTool = drawTool1;
    194194      this.dvOnline.AmPmDisplay = false;
    195       this.dvOnline.AppointmentDuration = HeuristicLab.Calendar.AppointmentSlotDuration.SixtyMinutes;
    196       this.dvOnline.AppointmentHeightMode = HeuristicLab.Calendar.AppHeightDrawMode.TrueHeightAll;
     195      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     196      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
    197197      this.dvOnline.DayHeadersHeight = 15;
    198198      this.dvOnline.DaysToShow = 7;
Note: See TracChangeset for help on using the changeset viewer.