home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
357.lha
/
availmem_v1.0
/
AvailMem.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-03-13
|
1KB
|
115 lines
struct IntuiText IText12 = {
1,0,JAM2,
154,53,
NULL,
" ",
NULL
};
struct IntuiText IText11 = {
1,0,JAM2,
154,43,
NULL,
" ",
&IText12
};
struct IntuiText IText10 = {
1,0,JAM2,
154,33,
NULL,
" ",
&IText11
};
struct IntuiText IText9 = {
1,0,JAM2,
73,53,
NULL,
" ",
&IText10
};
struct IntuiText IText8 = {
1,0,JAM2,
73,43,
NULL,
" ",
&IText9
};
struct IntuiText IText7 = {
1,0,JAM2,
73,33,
NULL,
" ",
&IText8
};
struct IntuiText IText6 = {
1,0,JAM2,
154,23,
NULL,
"Largest:",
&IText7
};
struct IntuiText IText5 = {
1,0,JAM2,
73,23,
NULL,
"Total:",
&IText6
};
struct IntuiText IText4 = {
1,0,JAM2,
15,12,
NULL,
"Available memory (in bytes):",
&IText5
};
struct IntuiText IText3 = {
1,0,JAM2,
14,53,
NULL,
"Total:",
&IText4
};
struct IntuiText IText2 = {
1,0,JAM2,
15,43,
NULL,
"Chip:",
&IText3
};
struct IntuiText IText1 = {
1,0,JAM2,
15,33,
NULL,
"Fast:",
&IText2
};
#define IntuiTextList1 IText1
struct NewWindow NewWindowStructure1 = {
356,26,
243,68,
0,1,
CLOSEWINDOW,
WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE,
NULL,
NULL,
"AvailMem V1.10",
NULL,
NULL,
5,5,
640,200,
WBENCHSCREEN
};