GetTextExtent(label, &label_width, &label_height, NULL, NULL, GetFont());
if (width < 0)
width = (int)(label_width + RADIO_SIZE);
GetTextExtent(label, &label_width, &label_height, NULL, NULL, GetFont());
if (width < 0)
width = (int)(label_width + RADIO_SIZE);