Уменьшил шрифт

This commit is contained in:
2024-04-18 12:29:31 +03:00
parent 1d3b033f48
commit 7b4a18cea7

View File

@@ -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