I have a application a dll developed using c# windows form designer.
The application has a tablelayout panel with two columns and eight rows.
on the 6th row the 1st column has a lable control. The 2nd column has a panel controls
with two radio button controls embedded inside it.

I tried this application on four different computers running windows xp. Three of the computers display the controls (6th row column1, column2)
as designed by the windows forms designer.
But on one laptop the contols get swapped => The panel control with embedded radio button controls is displayed in the
1st column and 6th row (supposed to be displayed in the 2nd column 6th row), the lable column is displayed in 6th row and 2nd column
( supposed to be displayed in 6th row and 1st column)

I am using Visual Studio 2005 for development Windows Xp version 2002 Service Pack 3

Any help will be much appreciated.