A generated SUI (Sandbox UI) Razor component for an in-game preview UI. It defines a simple panel layout showing heart rate, a cookie line, and controls for adjusting HeartRate and Multiplier with increase/decrease buttons; the file is auto-generated and not intended for manual edits.
@* SUI:GENERATED:BEGIN ============================================================
Generated by Sbox UI Designer.
Source: ecgsui.sui
DocumentId: sui_ecgsui_1527cc80
GeneratorVersion: 0.1.0
Do not edit this file manually. Changes will be overwritten.
SUI:GENERATED:END ============================================================== *@
@namespace Game.UI.SuiPreview
@using Sandbox;
@using Sandbox.UI;
@inherits PanelComponent
<root>
<div class="root sui-root">
<div class="verticalbox sui-el-6dceb06e">
<label class="heartrate sui-el-7a5c0f00">70 BPM</label>
<label class="cookies sui-el-9a3cc31b">🍪 ??? (💓x1)</label>
<div class="heartadjust sui-el-881451af">
<div class="decrease sui-el-5adf0b72">
<label class="label">-</label>
</div>
<label class="label sui-el-4c791b31">HeartRate</label>
<div class="increase sui-el-31ebcc3d">
<label class="label">+</label>
</div>
</div>
<div class="multiplier sui-el-22699527">
<div class="decrease sui-el-cf1e2ac1">
<label class="label">-</label>
</div>
<label class="label sui-el-be022112">Multiplier</label>
<div class="increase sui-el-1a99672f">
<label class="label">+</label>
</div>
</div>
</div>
</div>
</root>