Commit 681146c9 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winecfg: Fix coordinates and sizes of controls in French Graphics dialog.

parent eed3bd38
......@@ -60,27 +60,27 @@ IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX " Paramtres des fentres ",IDC_STATIC,8,4,244,180
CONTROL "Permettre aux applications DirectX d'empcher la souris de quitter leur fentre",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | BS_MULTILINE,15,20,230,8
CONTROL "Allow the window manager to &decorate the windows",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,32,230,8
CONTROL "Permettre au gestionnaire de &fentres de contrler les fentres",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,44,230,8
GROUPBOX " Paramtres des fentres ",IDC_STATIC,8,4,244,92
CONTROL "Permettre aux applications DirectX d'empcher la souris de quitter leur fentre",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | BS_MULTILINE,15,20,230,16
CONTROL "Allow the window manager to &decorate the windows",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,40,230,8
CONTROL "Permettre au gestionnaire de &fentres de contrler les fentres",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,52,230,8
CONTROL "muler un bureau virtuel",IDC_ENABLE_DESKTOP,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,15,56,230,8
LTEXT "Taille du bureau :",IDC_DESKTOP_SIZE,15,70,44,8,WS_DISABLED
LTEXT "X",IDC_DESKTOP_BY,109,70,8,8,WS_DISABLED
EDITTEXT IDC_DESKTOP_WIDTH,64,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
EDITTEXT IDC_DESKTOP_HEIGHT,117,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
BS_AUTOCHECKBOX | WS_TABSTOP,15,64,230,8
LTEXT "Taille du bureau:",IDC_DESKTOP_SIZE,15,78,54,8,WS_DISABLED
LTEXT "X",IDC_DESKTOP_BY,119,78,8,8,WS_DISABLED
EDITTEXT IDC_DESKTOP_WIDTH,74,76,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
EDITTEXT IDC_DESKTOP_HEIGHT,127,76,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
GROUPBOX " Direct3D ",IDC_STATIC,8,95,244,49
LTEXT "Support du Vertex Shader : ",IDC_STATIC,15,110,80,32
COMBOBOX IDC_D3D_VSHADER_MODE,100,108,145,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Permettre le Pixel Shader (si support par le matriel)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,126,230,10
GROUPBOX " Direct3D ",IDC_STATIC,8,103,244,49
LTEXT "Support du Vertex Shader: ",IDC_STATIC,15,118,90,32
COMBOBOX IDC_D3D_VSHADER_MODE,110,116,135,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Permettre le Pixel Shader (si support par le matriel)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,134,230,10
GROUPBOX " Rsolution de l'cran ",IDC_STATIC,8,151,244,93
CONTROL "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,161,187,15
EDITTEXT IDC_RES_DPIEDIT,204,161,23,13,ES_NUMBER|WS_TABSTOP
LTEXT "ppp",IDC_STATIC,235,163,10,8
LTEXT "This is a sample text using 10 point Tahoma",IDC_RES_FONT_PREVIEW,15,181,230,55
GROUPBOX " Rsolution de l'cran ",IDC_STATIC,8,159,244,93
CONTROL "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,169,187,15
EDITTEXT IDC_RES_DPIEDIT,204,169,23,13,ES_NUMBER|WS_TABSTOP
LTEXT "ppp",IDC_STATIC,233,171,12,8
LTEXT "This is a sample text using 10 point Tahoma",IDC_RES_FONT_PREVIEW,15,189,230,55
END
IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment