equal
deleted
inserted
replaced
36 // CONSTANTS |
36 // CONSTANTS |
37 // The (KTopLeft_x,KTopLeft_y) and (KBottomRight_x,KBottomRight_y) are the co ordinates of the |
37 // The (KTopLeft_x,KTopLeft_y) and (KBottomRight_x,KBottomRight_y) are the co ordinates of the |
38 // topleft and bottomright points of the first cell in the grid. |
38 // topleft and bottomright points of the first cell in the grid. |
39 // These co-ordinates to draw the grid lines and the logic to draw the grid lines is based on the topleft |
39 // These co-ordinates to draw the grid lines and the logic to draw the grid lines is based on the topleft |
40 // and bottomright points of the first cell in the grid. |
40 // and bottomright points of the first cell in the grid. |
41 #define KTopLeft_x 28 |
|
42 #define KTopLeft_y 55 |
|
43 #define KBottomRight_x 88 |
|
44 #define KBottomRight_y 120 //104 |
|
45 |
|
46 /* Previous Value Since there are frequent changes in LAF |
|
47 #define KTopLeft_x 56 |
41 #define KTopLeft_x 56 |
48 #define KTopLeft_y 55 |
42 #define KTopLeft_y 55 |
49 #define KBottomRight_x 105 |
43 #define KBottomRight_x 105 |
50 #define KBottomRight_y 104 |
44 #define KBottomRight_y 104 |
51 */ |
|
52 |
45 |
53 |
46 |
54 // ================= MEMBER FUNCTIONS ======================= |
47 // ================= MEMBER FUNCTIONS ======================= |
55 |
48 |
56 // ----------------------------------------------------------------------------- |
49 // ----------------------------------------------------------------------------- |