SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

GUi Background

This commit is contained in:
MadMakz 2012-09-23 16:58:54 +02:00
parent a26e706788
commit 00b927a049
4 changed files with 18 additions and 9 deletions

View File

@ -12,7 +12,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.0.0.4
#AutoIt3Wrapper_Res_Fileversion=1.0.0.5
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=P ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1031 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx
@ -21,7 +21,7 @@
#AutoIt3Wrapper_Icon=.\resources\gfx\smacheck-icon.ico
#AutoIt3Wrapper_Res_Field=OriginalFileName|SMACheck.exe
;#AutoIt3Wrapper_res_file_add=I:\SVN\_Mercurial\ZNC Tool\src\bg.jpg, rt_rcdata, img_bg; http://www.autoitscript.com/forum/topic/51103-resources-udf/
#AutoIt3Wrapper_res_file_add=.\resources\gfx\guibg.jpg, rt_rcdata, img_bg; http://www.autoitscript.com/forum/topic/51103-resources-udf/
;#AutoIt3Wrapper_Res_File_Add=I:\SVN\_Mercurial\ZNC Tool\src\bg.bmp, rt_bitmap, img_bg
#AutoIt3Wrapper_Res_Comment=
@ -44,18 +44,27 @@ Global $VERSION = "1.0.0 alpha 2"
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <resources.au3>
#include "includes/functions.inc.au3"
;; GUi
$GUi = GUICreate("SMACheck", 370, 177, 353, 206)
$GUi = GUICreate("SMACheck - smacbans.com", 370, 177, 353, 206)
$GUiBG = GUICtrlCreatePic("", 0, 0, 370, 177)
_ResourceSetImageToCtrl($GUiBG, "img_bg", $RT_RCDATA)
GUICtrlSetState(-1, $GUI_DISABLE)
$gTitle = GUICtrlCreateLabel("SMACheck", 0, 0, 369, 52, $SS_CENTER)
GUICtrlSetFont(-1, 30, 400, 0, "Tahoma")
GUICtrlSetFont(-1, 30, 400, 0, "Tahoma")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gSteamID = GUICtrlCreateInput("", 112, 64, 145, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_CENTER))
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gButton_Submit = GUICtrlCreateButton("Check", 144, 104, 83, 25, $BS_CENTER)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gCopyright = GUICtrlCreateLabel("©2012 SMACbans.com && SpiffyTek", 0, 159, 369, 17, $SS_CENTER)
GUICtrlSetFont(-1, 8, 400, 0, "Tahoma")
GUICtrlSetFont(-1, 8, 400, 0, "Tahoma")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gVersion = GUICtrlCreateLabel("v" & $VERSION, 280, 30, 82, 17)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
GUISetState(@SW_SHOW)

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="windows-1251"?>
<object type="TAForm" name="GUi">
<properties>
<property name="Left" vt="Int16">353</property>
<property name="Top" vt="Int16">206</property>
<property name="Left" vt="Int16">466</property>
<property name="Top" vt="Int16">199</property>
<property name="Width" vt="Int16">385</property>
<property name="Height" vt="Int16">214</property>
<property name="Caption" vt="String">SMACheck</property>
<property name="Caption" vt="String">SMACheck - smacbans.com</property>
<property name="Color" vt="Ident">clBtnFace</property>
<property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
<property name="Font.Color" vt="Ident">clWindowText</property>
@ -106,7 +106,7 @@
<properties>
<property name="Left" vt="Int16">280</property>
<property name="Top" vt="Int8">30</property>
<property name="Width" vt="Int8">82</property>
<property name="Width" vt="Int8">34</property>
<property name="Height" vt="Int8">17</property>
<property name="Align" vt="Ident">alCustom</property>
<property name="Caption" vt="String">v1.0.0</property>

BIN
resources/gfx/GUiBG.psd Normal file

Binary file not shown.

BIN
resources/gfx/guibg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB