TX Library Help – Version: 00173a, Revision: 174
 ALL  Windows graphics in a sandbox

Config.h

См. документацию.
00001 //{===========================================================================
00010 //          (C) Филипп Куликов, 7 класс, 2006
00011 //}===========================================================================
00012 
00013 const int LeftOfTheGrafic   =   40,
00014           TopOfTheGrafic    =   40,
00015           RightOfTheGrafic  = 1260,
00016           BottomOfTheGrafic =  660;
00017 
00018 const int LenghDesk = RightOfTheGrafic  + 120,
00019           HightDesk = BottomOfTheGrafic +  40;
00020 
00021 const int XofKF  = LeftOfTheGrafic - 15, YofKF  = TopOfTheGrafic + 5;
00022 const int XofSum = LeftOfTheGrafic,      YofSum = TopOfTheGrafic + 5;
00023 
00024 const double Ycentre = (BottomOfTheGrafic + TopOfTheGrafic)/2;
00025 const double Xcentre = (RightOfTheGrafic +  LeftOfTheGrafic)/2+10;
00026 
00027 const COLORREF ButtonColor =   RGB (75, 135, 100);
00028 const COLORREF CountourColor = RGB (75 * 1.5, 135 * 1.5, 100 * 1.5);
00029 const COLORREF ShadowColor =   RGB (65, 66, 67);
00030 const COLORREF TextColor   =   RGB (255, 255, 0);
00031 
00032 const int Step = 20;