m(Text) { Gui, -MinimizeBox -MaximizeBox Gui, Font, s15, Times New Roman Gui, Add, Text,, %Text% Gui, Font, s9 ; Gui, Add, Button, x+50 yp+40 W80 Default, OK Gui, Add, Button, W80 Default, OK GuiControlGet, Button1, Pos ; GuiControl, Move, Button1, % "x" (A_GuiWidth-Button1W)//2 Gui, Show,, `n ; Чтоб ничего в title не показывала ; Gui, Show,, Заголовок окна ; SoundPlay, *-1 Gui, +LastFound WinWaitClose ;ExitApp GuiEscape: ButtonOK: Gui, Destroy return GuiSize: ; GuiControlGet, Button1, Pos GuiControl, Move, Button1, % "x" (A_GuiWidth-Button1W)//2 return } |