Subversion Repositories Kolibri OS

Rev

Rev 9266 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9266 Rev 9267
Line 154... Line 154...
154
 
154
 
155
	WriteText(list.first+i/10^1*8+GAP+12, yyy+TEXT_Y, 0x90, 0x000000, itoa(list.first + i));
155
	WriteText(list.first+i/10^1*8+GAP+12, yyy+TEXT_Y, 0x90, 0x000000, itoa(list.first + i));
156
	EDX = ConvertSizeToKb(cdata.size);
156
	EDX = ConvertSizeToKb(cdata.size);
157
	WriteText(GAP+44+16, yyy+TEXT_Y, 0x90, 0x000000, EDX);
157
	WriteText(GAP+44+16, yyy+TEXT_Y, 0x90, 0x000000, EDX);
158
	slot_data_type_number = cdata.type;
158
	slot_data_type_number = cdata.type;
159
	if (slot_data_type_number > 4) slot_data_type_number = 4;
159
	if (slot_data_type_number >= 4) slot_data_type_number = 3;
160
	WriteText(GAP+140, yyy+TEXT_Y, 0x90, 0x000000, data_type[slot_data_type_number]);
160
	WriteText(GAP+140, yyy+TEXT_Y, 0x90, 0x000000, data_type[slot_data_type_number]);
161
	WriteTextB(GAP+list.w - 88, yyy+TEXT_Y, 0x90, 0x006597, "TEXT  HEX");
161
	WriteTextB(GAP+list.w - 88, yyy+TEXT_Y, 0x90, 0x006597, "TEXT  HEX");
162
	DefineButton(GAP+list.w - 98, yyy, 50, LINE_H, 100+i+BT_HIDE, NULL);
162
	DefineButton(GAP+list.w - 98, yyy, 50, LINE_H, 100+i+BT_HIDE, NULL);
163
	$add edx, 200
163
	$add edx, 200