para sa mga custom buttons eto ung code
[Button:Name]
Name or ID, must be unique for each and every button
Default='images/button1.png'
image of the button on normal state
OnHover='images/button2.png'
image of the button when mouse hovers it
OnDown='images/button3.png'
image of the button when the user click on it
Left=80
X coordinate of the button (in pixels)
Counted from the left of the background image.
Top=406
Y coordinate of the button (in pixels)
Counted from the left of the background image.
Mode=1
Functions of the button
Possible Mode values:
1 : Open URL
2 : Open File/Program
3 : Displays a Message Box
4 : Minimize window
5 : Close Patcher
6 : Makes this button as clone start button behavior
Action='http://example.com'
Applies on modes 1-3