From 7b4a18cea721f812878802a99c758537a204abeb Mon Sep 17 00:00:00 2001 From: paravis Date: Thu, 18 Apr 2024 12:29:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=88=D1=80=D0=B8=D1=84=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.au3 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/setup.au3 b/setup.au3 index 146dfb1..4a15ab9 100644 --- a/setup.au3 +++ b/setup.au3 @@ -85,13 +85,13 @@ Func _x86() _WinAPI_SetLayeredWindowAttributes($hGUI, 0xABCDEF, 255) $font = "Segoe UI" $iBtn10 = GUICtrlCreateButton("Установить Windows 10", 5, 5, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtn7 = GUICtrlCreateButton("Установить Windows 7", 5, 45, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) - $iBtnTC = GUICtrlCreateButton("Запустить Total Commander", 5, 105, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) + $iBtnTC = GUICtrlCreateButton("Total Commander", 5, 105, 350, 40) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtnR = GUICtrlCreateButton("Перезагрузка", 5, 145, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) GUISetState() _checkesd86() While 1 @@ -126,11 +126,11 @@ Func _x86() _WinAPI_SetLayeredWindowAttributes($hGUI, 0xABCDEF, 255) $font = "Segoe UI" $iBtn10 = GUICtrlCreateButton("Установить Windows 10", 5, 5, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) - $iBtnTC = GUICtrlCreateButton("Запустить Total Commander", 5, 65, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) + $iBtnTC = GUICtrlCreateButton("Total Commander", 5, 65, 350, 40) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtnR = GUICtrlCreateButton("Перезагрузка", 5, 105, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) GUISetState() While 1 Switch GUIGetMsg() @@ -158,15 +158,15 @@ Func _x64() _WinAPI_SetLayeredWindowAttributes($hGUI, 0xABCDEF, 255) $font = "Segoe UI" $iBtn11 = GUICtrlCreateButton("Установить Windows 11", 5, 5, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtn10 = GUICtrlCreateButton("Установить Windows 10", 5, 45, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtn7 = GUICtrlCreateButton("Установить Windows 7", 5, 85, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) - $iBtnTC = GUICtrlCreateButton("Запустить Total Commander", 5, 145, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) + $iBtnTC = GUICtrlCreateButton("Total Commander", 5, 145, 350, 40) + GUICtrlSetFont(-1, 13, 500, 0, $font) $iBtnR = GUICtrlCreateButton("Перезагрузка", 5, 185, 350, 40) - GUICtrlSetFont(-1, 16, 500, 0, $font) + GUICtrlSetFont(-1, 13, 500, 0, $font) GUISetState() _checkesd64() While 1