Changeset 8058 for trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
- Timestamp:
- 06/19/12 16:05:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
r8051 r8058 71 71 this.dvOnline.ActiveTool = drawTool1; 72 72 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) 74 75 | System.Windows.Forms.AnchorStyles.Right))); 75 76 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; … … 246 247 // mcOnline 247 248 // 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) 249 250 | System.Windows.Forms.AnchorStyles.Right))); 250 251 this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1); … … 256 257 // ScheduleView 257 258 // 258 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);259 259 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 260 260 this.Controls.Add(this.dvOnline);
Note: See TracChangeset
for help on using the changeset viewer.