22 static dimension MainWinDim = { 64, 64 };
23 static dimension InfoWinDim = { 164, MainWinDim.h };
24 static rect StatusPixmapRect = { { 5, 15 }, { 55, 30 } };
25 static rect DirectionPixmapRect = { { 5, 33 }, { 12, 30 } };
26 static dimension LedDim = { 6, 8 };
27 static rect LampsRect[3] = { { {7,6}, {10,10} }, { {27,6}, {10,10} }, { {47,6}, {10,10} } };
28 static rect InfoSWRect = { { 8, 48 }, { 10, 8 } };
29 static rect LampsSWRect = { { 18, 48 }, { 10, 8 } };
30 static rect DeviceRect = { { 30, 48}, { MainWinDim.w-30-2,LedDim.h } };
32 static char WindowBackgroundColor[] = "#202020";
33 static char DeviceColorHigh[] = "#3ddeff";
34 static char DeviceColorLow[] = "#007bff";
35 static char InfoTextColor[] = "#167ce2";