equal
deleted
inserted
replaced
41 public event EventHandler OnSuccessAnnotation; |
41 public event EventHandler OnSuccessAnnotation; |
42 //ENDSAR |
42 //ENDSAR |
43 |
43 |
44 private double totalmilliseconds; |
44 private double totalmilliseconds; |
45 |
45 |
46 private float AnnotWidth = 850 + 15; // The surfaceListBox adds 15 pixels between each item |
46 private float AnnotWidth = 1600 + 15; // The surfaceListBox adds 15 pixels between each item |
47 private Cutting cut; |
47 private Cutting cut; |
48 private Boolean AnnotWaiting = false; |
48 private Boolean AnnotWaiting = false; |
49 private float AnnotTcBegin; |
49 private float AnnotTcBegin; |
50 private Color CurrentColor; |
50 private Color CurrentColor; |
51 |
51 |