Files
CHOMPStation2/interface/skin.dmf
Ren Erthilo f8dd926ca5 TG: More work done on Telecomms:
▫ Signals can now be rejected by Subspace broadcasters through a specific data[]
parameter.
▫ Improved the log browser.
▫ Log browsers and telecommunication monitors no longer require access to use.
You do need access to delete logs, however.
▫ Intercoms need power to work. They don't drain power, they just need a
constant flow of equipment power. As such, that offline intercom sprite's now
finally being put to use.

Scripting language:

▫ Sorry about all the files; they're all necessary! It's important to notice
that the basic structure of the scripting language code is not mine; I
cannibalized the base structure from some obscure BYOND project. It's pretty
well documented, and I'd say easier to browse through than atmos. Here's the
basic deal:

A compiler datum manages the relationships between the three main subsystems of
a scripting language: the Scanner, the Parser, and the Interpreter. The Scanner
splits raw text into token datums that the Parser can read. The Parser
transforms the otherwise random bits and strings into ordered AST Trees and
nodes for the Interpreter to read. The interpreter actually executes the code
and handles scope/functions/code blocks.
Revision: r3193
Author: 	 vageyenaman
2012-04-24 21:13:55 +01:00

2753 lines
56 KiB
Plaintext

macro "macro"
elem
name = "CENTER+REP"
command = ".center"
is-disabled = false
elem
name = "NORTHEAST+REP"
command = ".northeast"
is-disabled = false
elem
name = "SOUTHEAST+REP"
command = ".southeast"
is-disabled = false
elem
name = "SOUTHWEST+REP"
command = ".southwest"
is-disabled = false
elem
name = "NORTHWEST+REP"
command = ".northwest"
is-disabled = false
elem
name = "SHIFT+WEST"
command = "westface"
is-disabled = false
elem
name = "WEST+REP"
command = ".west"
is-disabled = false
elem
name = "SHIFT+NORTH"
command = "northface"
is-disabled = false
elem
name = "NORTH+REP"
command = ".north"
is-disabled = false
elem
name = "SHIFT+EAST"
command = "eastface"
is-disabled = false
elem
name = "EAST+REP"
command = ".east"
is-disabled = false
elem
name = "SHIFT+SOUTH"
command = "southface"
is-disabled = false
elem
name = "SOUTH+REP"
command = ".south"
is-disabled = false
elem
name = "CTRL+A"
command = "toggle-throw-mode"
is-disabled = false
elem
name = "CTRL+D"
command = "drop-item"
is-disabled = false
elem
name = "CTRL+E"
command = "_changeintent 1"
is-disabled = false
elem
name = "CTRL+Q"
command = "_changeintent -1"
is-disabled = false
elem
name = "CTRL+S"
command = "swap-hand"
is-disabled = false
elem
name = "CTRL+W"
command = "attack-self"
is-disabled = false
elem
name = "NUMPAD2+REP"
command = ".south"
is-disabled = false
elem
name = "NUMPAD4+REP"
command = ".west"
is-disabled = false
elem
name = "NUMPAD5+REP"
command = ".center"
is-disabled = false
elem
name = "NUMPAD6+REP"
command = ".east"
is-disabled = false
elem
name = "NUMPAD8+REP"
command = ".north"
is-disabled = false
elem
name = "MULTIPLY"
command = "swap-hand"
is-disabled = false
elem
name = "ADD"
command = "attack-self"
is-disabled = false
elem
name = "SUBTRACT"
command = "drop-item"
is-disabled = false
elem
name = "DIVIDE"
command = "toggle-throw-mode"
is-disabled = false
elem
name = "F1"
command = "adminhelp"
is-disabled = false
elem
name = "CTRL+SHIFT+F1+REP"
command = ".options"
is-disabled = false
elem
name = "F2"
command = "ooc"
is-disabled = false
elem
name = "SHIFT+F2+REP"
command = ".screenshot"
is-disabled = false
elem
name = "F3"
command = "say"
is-disabled = false
elem
name = "F4"
command = "me"
is-disabled = false
elem
name = "F5"
command = "asay"
is-disabled = false
elem
name = "F6"
command = "ToggleGunMode"
is-disabled = false
macro "tcside"
macro "vending"
elem
name = "NORTHEAST"
command = "skincmd \"vending;pagen\""
is-disabled = false
elem
name = "SOUTHEAST"
command = "skincmd \"vending;pagep\""
is-disabled = false
elem
name = "1"
command = "skincmd \"vending;buy0\""
is-disabled = false
elem
name = "2"
command = "skincmd \"vending;buy1\""
is-disabled = false
elem
name = "3"
command = "skincmd \"vending;buy2\""
is-disabled = false
elem
name = "4"
command = "skincmd \"vending;buy3\""
is-disabled = false
elem
name = "5"
command = "skincmd \"vending;buy4\""
is-disabled = false
elem
name = "6"
command = "skincmd \"vending;buy5\""
is-disabled = false
menu "menu"
elem
name = "&File"
command = ""
category = ""
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Quick screenshot\tF2"
command = ".screenshot auto"
category = "&File"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Save screenshot as...\tShift+F2"
command = ".screenshot"
category = "&File"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = ""
command = ""
category = "&File"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Quit"
command = ".quit"
category = "&File"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Icons"
command = ""
category = ""
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem "stretch"
name = "&Stretch to fit"
command = ".winset \"mapwindow.map.icon-size=0\""
category = "&Icons"
is-checked = true
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon64"
name = "&64x64 (2x)"
command = ".winset \"mapwindow.map.icon-size=64\""
category = "&Icons"
is-checked = false
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon32"
name = "&32x32"
command = ".winset \"mapwindow.map.icon-size=32\""
category = "&Icons"
is-checked = false
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem
name = ""
command = ""
category = "&Icons"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem "textmode"
name = "&Text"
command = ".winset \"menu.textmode.is-checked=true?mapwindow.map.text-mode=true:mapwindow.map.text-mode=false\""
category = "&Icons"
is-checked = false
can-check = true
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Help"
command = ""
category = ""
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Admin help\tF1"
command = "adminhelp"
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = ""
command = ""
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Rules"
command = "Rules"
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&News"
command = "Read-News"
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
window "Telecomms IDE"
elem "Telecomms IDE"
type = MAIN
pos = 303,13
size = 652x582
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "TCS IDE"
titlebar = true
statusbar = false
can-close = true
can-minimize = true
can-resize = true
is-pane = false
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = "exittcs"
elem "button4"
type = BUTTON
pos = 180,464
size = 60x20
anchor1 = 28,80
anchor2 = 37,83
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Revert"
image = ""
command = "tcsrevert"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "button3"
type = BUTTON
pos = 120,464
size = 60x20
anchor1 = 18,80
anchor2 = 28,83
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Execute"
image = ""
command = "tcsrun"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "tcserror"
type = OUTPUT
pos = 0,488
size = 648x94
anchor1 = 0,84
anchor2 = 99,100
font-family = "sans-serif"
font-size = 9
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "max-lines"
on-size = ""
link-color = #0000ff
visited-color = #ff00ff
style = ""
enable-http-images = false
max-lines = 1000
image = ""
elem "button2"
type = BUTTON
pos = 60,464
size = 60x20
anchor1 = 9,80
anchor2 = 18,83
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Compile"
image = ""
command = "tcscompile"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "button1"
type = BUTTON
pos = 0,464
size = 60x20
anchor1 = 0,80
anchor2 = 9,83
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Apply"
image = ""
command = "tcssave"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "tcscode"
type = INPUT
pos = 0,0
size = 652x464
anchor1 = 0,0
anchor2 = 100,80
font-family = "Courier"
font-size = 10
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
command = "cancel"
multi-line = true
is-password = false
no-command = true
window "chemdispenser"
elem "chemdispenser"
type = MAIN
pos = 281,0
size = 340x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "Chem Dispenser"
titlebar = true
statusbar = false
can-close = true
can-minimize = true
can-resize = true
is-pane = false
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "charging"
type = BUTTON
pos = 72,24
size = 88x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[Not charging]"
image = ""
command = "skincmd \"chemdispenser;tcharge\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "button4"
type = BUTTON
pos = 208,4
size = 48x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[Other]"
image = ""
command = "skincmd \"chemdispenser;amountc\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "child2"
type = CHILD
pos = 0,48
size = 340x432
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "splitter"
on-size = ""
left = "chemdispenser_reagents"
right = ""
is-vert = false
splitter = 50
show-splitter = true
lock = none
elem "button3"
type = BUTTON
pos = 208,4
size = 48x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[Other]"
image = ""
command = "skincmd \"chemdispenser;amountc\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "energy"
type = LABEL
pos = 8,24
size = 56x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Energy: 25"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "eject"
type = BUTTON
pos = 264,4
size = 72x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[Insert beaker]"
image = ""
command = "skincmd \"chemdispenser;eject\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "amountc"
type = BUTTON
pos = 208,4
size = 48x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[Other]"
image = ""
command = "skincmd \"chemdispenser;amountc\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "amount3"
type = BUTTON
pos = 176,4
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[30]"
image = ""
command = "skincmd \"chemdispenser;amount30\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "amount2"
type = BUTTON
pos = 144,4
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[20]"
image = ""
command = "skincmd \"chemdispenser;amount20\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "amount1"
type = BUTTON
pos = 112,4
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "[10]"
image = ""
command = "skincmd \"chemdispenser;amount10\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "amount"
type = LABEL
pos = 4,4
size = 100x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 12
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Amount: 30"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "child1"
type = CHILD
pos = 0,56
size = 340x424
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "splitter"
on-size = ""
left = "chemdispenser_reagents"
right = ""
is-vert = false
splitter = 50
show-splitter = true
lock = none
window "chemdispenser_reagents"
elem "chemdispenser_reagents"
type = MAIN
pos = 281,0
size = 340x448
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = vertical
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "template_dispense"
type = BUTTON
pos = 256,8
size = 64x32
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Dispense"
image = 'icons\\dispensebutton_bg.png'
command = ""
is-flat = true
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "template_name"
type = LABEL
pos = 18,8
size = 230x32
anchor1 = none
anchor2 = none
font-family = ""
font-size = 15
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Chloral Hydrate"
image = 'icons\\reagentname_bg.png'
image-mode = stretch
keep-aspect = false
align = center
text-wrap = false
window "mainwindow"
elem "mainwindow"
type = MAIN
pos = 281,0
size = 640x440
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "Space Station 13"
titlebar = true
statusbar = true
can-close = true
can-minimize = true
can-resize = true
is-pane = false
is-minimized = false
is-maximized = true
can-scroll = none
icon = 'icons\\ss13_64.png'
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = "macro"
menu = "menu"
on-close = ""
elem "mainvsplit"
type = CHILD
pos = 3,0
size = 634x416
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "splitter"
on-size = ""
left = ""
right = "rpane"
is-vert = true
splitter = 50
show-splitter = true
lock = none
elem "input"
type = INPUT
pos = 3,420
size = 554x20
anchor1 = 0,100
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #d3b5b5
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = sunken
drop-zone = false
right-click = false
saved-params = "command"
on-size = ""
command = ""
multi-line = false
is-password = false
no-command = false
elem "saybutton"
type = BUTTON
pos = 557,420
size = 40x20
anchor1 = 100,100
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Chat"
image = ""
command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" oocbutton.is-checked=false:input.command=\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbox
elem "oocbutton"
type = BUTTON
pos = 597,420
size = 40x20
anchor1 = 100,100
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "OOC"
image = ""
command = ".winset \"oocbutton.is-checked=true?input.command=\"!ooc \\\"\" saybutton.is-checked=false:input.command=\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbox
window "mapwindow"
elem "mapwindow"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "map"
type = MAP
pos = 0,0
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = none
drop-zone = true
right-click = false
saved-params = "icon-size"
on-size = ""
icon-size = 0
text-mode = false
on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\""
on-hide = ".winset\"mainwindow.mainvsplit.left=\""
window "outputwindow"
elem "outputwindow"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "output"
type = OUTPUT
pos = 0,0
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = none
drop-zone = false
right-click = false
saved-params = "max-lines"
on-size = ""
link-color = #0000ff
visited-color = #ff00ff
style = ".system {color:#ff0000;}"
enable-http-images = false
max-lines = 1000
image = ""
window "rpane"
elem "rpane"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = ""
titlebar = true
statusbar = true
can-close = true
can-minimize = true
can-resize = true
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "rpanewindow"
type = CHILD
pos = 0,0
size = 640x499
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "splitter"
on-size = ""
left = ""
right = "outputwindow"
is-vert = false
splitter = 50
show-splitter = true
lock = none
elem "textb"
type = BUTTON
pos = 0,0
size = 60x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Text"
image = ""
command = ".winset \"rpanewindow.left=;\""
is-flat = false
stretch = false
is-checked = true
group = "rpanemode"
button-type = pushbox
elem "browseb"
type = BUTTON
pos = 65,0
size = 60x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Browser"
image = ""
command = ".winset \"rpanewindow.left=browserwindow\""
is-flat = false
stretch = false
is-checked = false
group = "rpanemode"
button-type = pushbox
elem "infob"
type = BUTTON
pos = 130,0
size = 60x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Info"
image = ""
command = ".winset \"rpanewindow.left=infowindow\""
is-flat = false
stretch = false
is-checked = false
group = "rpanemode"
button-type = pushbox
window "browserwindow"
elem "browserwindow"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "Browser"
titlebar = true
statusbar = true
can-close = true
can-minimize = true
can-resize = true
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "browser"
type = BROWSER
pos = 0,0
size = 640x499
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
show-history = false
show-url = false
auto-format = true
use-title = false
on-show = ".winset\"rpane.infob.is-visible=true?rpane.infob.pos=130,0;rpane.textb.is-visible=true;rpane.browseb.is-visible=true;rpane.browseb.is-checked=true;rpane.rpanewindow.pos=0,30;rpane.rpanewindow.size=0x0;rpane.rpanewindow.left=browserwindow\""
on-hide = ".winset\"rpane.infob.is-visible=true?rpane.infob.is-checked=true rpane.infob.pos=65,0 rpane.rpanewindow.left=infowindow:rpane.rpanewindow.left=textwindow rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0\""
window "infowindow"
elem "infowindow"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "Info"
titlebar = true
statusbar = true
can-close = true
can-minimize = true
can-resize = true
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "info"
type = INFO
pos = 0,0
size = 638x475
anchor1 = 0,0
anchor2 = 100,100
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = true
is-disabled = false
is-transparent = false
is-default = true
border = none
drop-zone = true
right-click = false
saved-params = ""
on-size = ""
highlight-color = #00aa00
tab-text-color = #000000
tab-background-color = none
tab-font-family = ""
tab-font-size = 0
tab-font-style = ""
allow-html = false
multi-line = true
on-show = ".winset\"rpane.infob.is-visible=true;rpane.browseb.is-visible=true?rpane.infob.pos=130,0:rpane.infob.pos=65,0 rpane.textb.is-visible=true rpane.infob.is-checked=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=infowindow\""
on-hide = ".winset\"rpane.infob.is-visible=false;rpane.browseb.is-visible=true?rpane.browseb.is-checked=true rpane.rpanewindow.left=browserwindow:rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=\""
on-tab = ""
window "vendingslot"
elem "vendingslot"
type = MAIN
pos = 281,0
size = 285x60
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = ""
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = ""
menu = ""
on-close = ""
elem "buy"
type = BUTTON
pos = 240,16
size = 32x32
anchor1 = 80,7
anchor2 = 98,93
font-family = "Arial"
font-size = 15
font-style = ""
text-color = #ffff80
background-color = #9193ae
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "$"
image = ""
command = ""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock"
type = LABEL
pos = 8,40
size = 216x16
anchor1 = 3,67
anchor2 = 79,93
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Left in stock: 0"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "name"
type = LABEL
pos = 0,4
size = 224x28
anchor1 = 0,7
anchor2 = 79,53
font-family = ""
font-size = 11
font-style = "bold"
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Cuban Pete's Double Bearded Wine LOL LINES"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = true
window "vendingwindow_n"
elem "vendingwindow_n"
type = MAIN
pos = 281,0
size = 300x438
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ffffff
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "pos;size;is-minimized;is-maximized"
on-size = ""
title = "Vending Machine"
titlebar = true
statusbar = false
can-close = true
can-minimize = false
can-resize = false
is-pane = false
is-minimized = false
is-maximized = false
can-scroll = none
icon = ""
image = 'icons\\VendingMachineBG.png'
image-mode = stretch
keep-aspect = false
transparent-color = none
alpha = 255
macro = "vending"
menu = ""
on-close = ""
elem "label2"
type = LABEL
pos = 0,0
size = 80x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #0000a0
background-color = #ff8000
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = sunken
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = ""
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "page"
type = LABEL
pos = 64,416
size = 36x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #c7dbe0
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "1/1"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "forwardbutton"
type = BUTTON
pos = 96,416
size = 16x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #c7dbe0
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = ">"
image = ""
command = "skincmd \"vending;pagen\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "backbutton"
type = BUTTON
pos = 48,416
size = 16x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ccdfe3
is-visible = true
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "<"
image = ""
command = "skincmd \"vending;pagep\""
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "label1"
type = LABEL
pos = 8,416
size = 40x16
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Page: "
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "product15"
type = BUTTON
pos = 8,392
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #526f7c
is-visible = false
is-disabled = true
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "2Beard Whine (out of stock)"
image = ""
command = "buy15"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock15"
type = LABEL
pos = 264,392
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock14"
type = LABEL
pos = 264,368
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock13"
type = LABEL
pos = 264,344
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "product14"
type = BUTTON
pos = 8,368
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #ad92dc
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Vanilla SuperAggroCrag Tears (Keyboard Selected)"
image = ""
command = "buy14"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product13"
type = BUTTON
pos = 8,344
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "MOTHERFUCKER"
image = ""
command = "buy13"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock12"
type = LABEL
pos = 264,320
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "title"
type = LABEL
pos = 0,0
size = 291x50
anchor1 = 2,0
anchor2 = 99,12
font-family = ""
font-size = 12
font-style = "bold"
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "Crazy Dave's vending machine"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "coinbutton"
type = BUTTON
pos = 280,0
size = 20x24
anchor1 = none
anchor2 = none
font-family = "monospace"
font-size = 15
font-style = "bold"
text-color = #ffff3e
background-color = #c0c0c0
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = line
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "$"
image = ""
command = "skincmd \"vending;coin\""
is-flat = true
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock11"
type = LABEL
pos = 264,296
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "advert"
type = LABEL
pos = 120,420
size = 176x16
anchor1 = none
anchor2 = none
font-family = "serif"
font-size = 7
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "\" Alcohol is humanity's best friend \""
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock10"
type = LABEL
pos = 264,272
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock9"
type = LABEL
pos = 264,248
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock8"
type = LABEL
pos = 264,224
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock7"
type = LABEL
pos = 264,200
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock6"
type = LABEL
pos = 264,176
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock5"
type = LABEL
pos = 264,152
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock4"
type = LABEL
pos = 264,128
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "stock3"
type = LABEL
pos = 264,104
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "product12"
type = BUTTON
pos = 8,320
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Soylent Green"
image = ""
command = "buy12"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product11"
type = BUTTON
pos = 8,296
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Blue Waffles"
image = ""
command = "buy11"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product10"
type = BUTTON
pos = 8,272
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Metroid chips"
image = ""
command = "buy10"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product9"
type = BUTTON
pos = 8,248
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Chocolate Xenodildos"
image = ""
command = "buy9"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product8"
type = BUTTON
pos = 8,224
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Chips"
image = ""
command = "buy8"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product7"
type = BUTTON
pos = 8,200
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "THAT FAGGOT TRAITOR GEORGE melons"
image = ""
command = "buy7"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product6"
type = BUTTON
pos = 8,176
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Peanis Cupcakes"
image = ""
command = "buy6"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product5"
type = BUTTON
pos = 8,152
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Doublebeard Bearded Special Wine"
image = ""
command = "buy5"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product4"
type = BUTTON
pos = 8,128
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Caccavo Guaranteed Quality Tequilla"
image = ""
command = "buy4"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product3"
type = BUTTON
pos = 8,104
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "TUNGSTEN TRIPLE GRIFFED"
image = ""
command = "buy3"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "product2"
type = BUTTON
pos = 8,80
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #78a6c7
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "4 No Raisins!"
image = ""
command = "buy2"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock2"
type = LABEL
pos = 264,80
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false
elem "product1"
type = BUTTON
pos = 8,56
size = 256x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = #8ba5b4
is-visible = false
is-disabled = false
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Griffer's Delight"
image = ""
command = "buy1"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
elem "stock1"
type = LABEL
pos = 264,56
size = 24x20
anchor1 = none
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = false
is-disabled = false
is-transparent = true
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = ""
on-size = ""
text = "10"
image = ""
image-mode = center
keep-aspect = false
align = center
text-wrap = false