From 74756bb94fbe6a64cc3b634a703c185b11ce04de Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 7 Jul 2012 18:25:50 -0400 Subject: [PATCH] New and improved About window, bump version number. --- MeseconEdit.ahk | 16 +++++++++------- Package.ahk | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/MeseconEdit.ahk b/MeseconEdit.ahk index a6f2c82..05c1691 100644 --- a/MeseconEdit.ahk +++ b/MeseconEdit.ahk @@ -249,15 +249,17 @@ Return ShowAbout: Gui, Main:+Disabled Gui, About:+OwnerMain +ToolWindow +Gui, About:Color, White +Gui, About:Add, Picture, x10 y10 w140 h140, % A_IsCompiled ? A_ScriptFullPath : (A_ScriptDir . "\Icon.ico") Gui, About:Font, s48, Arial -Gui, About:Add, Text, x10 y10 w400 h70, MeseconEdit +Gui, About:Add, Text, x170 y10 w400 h70, MeseconEdit Gui, About:Font, s8 Bold -Gui, About:Add, Text, x10 y80 w200 h20, v1.5 Stable -Gui, About:Font, Norm -Gui, About:Add, Text, x210 y80 w200 h20 Right, Copyright Anthony Zhang 2012 -Gui, About:Font, s12 -Gui, About:Add, Link, x10 y110 w400 h20, Licensed under the GNU Affero General Public License. -Gui, About:Show, w420 h140 +Gui, About:Add, Text, x170 y80 w200 h20, v1.6 Stable +Gui, About:Font, s12 Norm +Gui, About:Add, Link, x170 y110 w400 h20, Licensed under the GNU Affero General Public License. +Gui, About:Font, s8 +Gui, About:Add, Text, x170 y130 w200 h20, Copyright Anthony Zhang 2012. +Gui, About:Show, w570 h160, About Return AboutGuiEscape: diff --git a/Package.ahk b/Package.ahk index b5952f2..ccf33e9 100644 --- a/Package.ahk +++ b/Package.ahk @@ -1,4 +1,4 @@ -Archive := A_ScriptDir . "\MeseconEdit v1.5 Stable.zip" +Archive := A_ScriptDir . "\MeseconEdit v1.6 Stable.zip" Compiler := A_ProgramFiles . "\AutoHotkey\Compiler\Ahk2Exe.exe" FileDelete, %Archive%