49 char buff[256], mguirev[4];
71 sprintf(buff,
"%s",
"DAS");
78 sprintf(buff,
"%s",
"Data Acquisition System\n developed for UV-Vis Spectrometers \n (SPATRAM & GASCOD type equipments)");
90 sprintf(buff,
"%s",
" Copyright © 2000-2016 Daniele Bortoli (DanBo) \n CGE University of Evora, Portugal\n 'db@uevora.pt' \nISAC-CNR Bolgna, Italy \n 'd.bortoli@isac.cnr.it'");
97 sprintf(buff,
"Morello Graphic User Interface - MGUI: %c.%c.%c", mguirev[0], mguirev[1], mguirev[2]);
104 sprintf(buff,
"DTA Image Library - DIL Rev: %.2lf", (
double)DILREV/100);
113 sprintf(buff,
"DTA Camera Library - DCL Rev: %.2lf", (
double)DCLREV/100);
120 sprintf(buff,
"%s",
"Platforms: Win9x, WinME, Win2000, WinNT4, WinXP\nCompiler: Microsoft Visual C++ 6.0 ");
void MObjectSetBackgroundRGB(MOBJECT obj, int r, int g, int b)
MOBJECT MCreatePixmapFromFile(MOBJECT parent, const char *fname)
short DB_FG_Plbl[3]
Foreground PASSIVE Label Colors.
void MObjectSetShadow(MOBJECT obj, int type, int in, int out)
void MShellRealize(MOBJECT obj)
#define DASREV
DAS Revision Number.
MOBJECT MCreateLabel(MOBJECT parent, const char *text, MTFont font)
void MObjectSetResize(MOBJECT obj, int resize_w, int resize_h)
short DB_BG_Albl[3]
Background ACTIVE Label Colors.
void MObjectAlign(MOBJECT obj, int h_align, int v_align)
void MShellUnrealize(MOBJECT obj)
void MShellDestroy(MOBJECT obj)
#define DASREVDATE
DAS Revision Date.
MOBJECT MCreatePButton(MOBJECT parent, const char *text, MTFont font)
void MObjectSetCompositeHeight(MOBJECT obj, int h)
void AboutCB(MOBJECT o, void *s, void *v)
Create the About information shell. .
C_DEF int DI_Ver(char *ver)
MOBJECT MCreateColForm(MOBJECT parent)
MOBJECT MCreateShell(const char *title, int flags)
void CloseCB(MOBJECT p, void *od, void *ad)
Close the About information shell. .
short DB_BG[3]
Default Background Color.
int DB_HelpCB(MOBJECT o, void *od, void *ad)
Help Callback Create the help in the predefined WEB Browser.
CTYPE int DLL DC_Ver(char *LibraryVersion)
Return the library version. Procedure returning the number of the revision of the library...
void MPButtonSetCallback(MOBJECT button, MGUI_CB cb, void *data)
void MObjectSetCompositeWidth(MOBJECT obj, int w)
void MObjectSetTransparency(MOBJECT obj, CARD8 level)
void MObjectSetForegroundRGB(MOBJECT obj, int r, int g, int b)
#define DASREL
DAS Release Number.
MOBJECT MCreateRowForm(MOBJECT parent)