comdlg32: Fix left-right margins inversion in French page setup UI.

oldstable
Frédéric Delanoy 2009-07-09 23:56:55 +02:00 committed by Alexandre Julliard
parent 384f811f06
commit 37dba9f2d9
1 changed files with 5 additions and 5 deletions

View File

@ -323,13 +323,13 @@ BEGIN
AUTORADIOBUTTON "&Portrait", rad1, 16, 170, 52, 12, BS_AUTORADIOBUTTON
AUTORADIOBUTTON "Pa&ysage", rad2, 16, 190, 52, 12, BS_AUTORADIOBUTTON
GROUPBOX "Marges", grp4, 80, 156, 156, 56, BS_GROUPBOX
LTEXT "&Droite :", stc15, 88, 172, 25, 8
EDITTEXT edt4, 114, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Gauche :", stc16, 159, 172, 27, 8
LTEXT "&Gauche :", stc15, 88, 172, 29, 8
EDITTEXT edt4, 119, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Droite :", stc16, 163, 172, 27, 8
EDITTEXT edt6, 190, 170, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Haut :", stc17, 88, 192, 21, 8
EDITTEXT edt5, 114, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Bas :", stc18, 159, 192, 23, 8
EDITTEXT edt5, 119, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
LTEXT "&Bas :", stc18, 163, 192, 23, 8
EDITTEXT edt7, 190, 190, 39, 12, WS_TABSTOP|WS_GROUP|WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 70, 220, 51, 14, BS_PUSHBUTTON
PUSHBUTTON "Annuler", IDCANCEL, 125, 220, 51, 14