Code : Tout sélectionner
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form2", 540, 183, 192, 124)
$Label1 = GUICtrlCreateLabel("Label1", 16, 16, 36, 17)
$Label2 = GUICtrlCreateLabel("Label1", 112, 16, 36, 17)
$Label3 = GUICtrlCreateLabel("Label1", 112, 140, 36, 17)
$Label4 = GUICtrlCreateLabel("Label1", 16, 140, 36, 17)
$Label5 = GUICtrlCreateLabel("Label1", 226, 140, 36, 17)
$Label6 = GUICtrlCreateLabel("Label1", 226, 60, 36, 17)
$Label7 = GUICtrlCreateLabel("Label1", 112, 100, 36, 17)
$Label8 = GUICtrlCreateLabel("Label1", 16, 100, 36, 17)
$Label9 = GUICtrlCreateLabel("Label1", 226, 100, 36, 17)
$Label10 = GUICtrlCreateLabel("Label1", 226, 16, 36, 17)
$Label11 = GUICtrlCreateLabel("Label1", 112, 60, 36, 17)
$Label12 = GUICtrlCreateLabel("Label1", 16, 60, 36, 17)
$Label13 = GUICtrlCreateLabel("Label1", 386, 16, 36, 17)
$Label14 = GUICtrlCreateLabel("Satisfait?", 352, 112, 47, 17)
$Button11 = GUICtrlCreateButton("Oui", 328, 136, 81, 33, $WS_GROUP)
$Button12 = GUICtrlCreateButton("Non", 440, 136, 81, 33, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd