|
@@ -53,7 +53,12 @@ namespace Comal.Classes
|
|
|
Offset = offset;
|
|
|
}
|
|
|
|
|
|
+ [EnumLookupEditor(typeof(SchedulePeriod), Visible = Visible.Default)]
|
|
|
+ [EditorSequence(1)]
|
|
|
public SchedulePeriod Period { get; set; }
|
|
|
+
|
|
|
+ [IntegerEditor(Visible = Visible.Default)]
|
|
|
+ [EditorSequence(2)]
|
|
|
public int Offset { get; set; }
|
|
|
|
|
|
public void Pack(BinaryWriter writer)
|
|
@@ -230,7 +235,7 @@ namespace Comal.Classes
|
|
|
[Caption("Scheduled Action")]
|
|
|
public ScheduleType ScheduleType { get; set; }
|
|
|
|
|
|
- [LookupEditor(typeof(KanbanType))]
|
|
|
+ //[LookupEditor(typeof(KanbanType))]
|
|
|
[EditorSequence(9)]
|
|
|
[Caption("Task Type")]
|
|
|
public KanbanTypeLink KanbanType { get; set; }
|