Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/12 16:05:31 (12 years ago)
Author:
jkarder
Message:

#1859: fixed layout of administration user interface views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs

    r8051 r8058  
    7171      this.dvOnline.ActiveTool = drawTool1;
    7272      this.dvOnline.AmPmDisplay = false;
    73       this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     73      this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     74            | System.Windows.Forms.AnchorStyles.Left)
    7475            | System.Windows.Forms.AnchorStyles.Right)));
    7576      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    246247      // mcOnline
    247248      //
    248       this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     249      this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    249250            | System.Windows.Forms.AnchorStyles.Right)));
    250251      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
     
    256257      // ScheduleView
    257258      //
    258       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    259259      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    260260      this.Controls.Add(this.dvOnline);
Note: See TracChangeset for help on using the changeset viewer.