Last change
on this file since 5457 was
5457,
checked in by ascheibe, 14 years ago
|
#1233
- Added HiveCalendar Plugin Project
- Started working on Administration UI Sketch
|
File size:
582 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 |
|
---|
5 | namespace HeuristicLab.Calendar
|
---|
6 | {
|
---|
7 | public enum AppHeightDrawMode
|
---|
8 | {
|
---|
9 | TrueHeightAll = 0, // all appointments have height proportional to true length
|
---|
10 | FullHalfHourBlocksAll = 1, // all appts drawn in half hour blocks
|
---|
11 | EndHalfHourBlocksAll = 2, // all appts boxes start at actual time, end in half hour blocks
|
---|
12 | FullHalfHourBlocksShort = 3, // short (< 30 mins) appts drawn in half hour blocks
|
---|
13 | EndHalfHourBlocksShort = 4, // short appts boxes start at actual time, end in half hour blocks
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.