#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:(удалил\Form1.kxf
$Form1 = GUICreate("---------) v0.1.", 226, 306, 417, 220)
$Button1 = GUICtrlCreateButton("-----", 129, 268, 83, 25, $WS_GROUP)
$Pic1 = GUICtrlCreatePic("C:---------------bfegege.jpg", 0, -8, 225, 313, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Button2 = GUICtrlCreateButton("---", 128, 232, 83, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
(код удалил)
Case $Button2
(код удалил)
EndSwitch
WEnd