<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
 
  <hbox>
    <relief>RAISED</relief>
    <bd>1</bd>			
    <button> 
      <halpin>"rapid-to-home"</halpin>
      <text>"Home"</text>
      <font>('Fixed',14)</font>
      <width>8</width>
    </button>
  </hbox>

  <hbox>

    <relief>RAISED</relief>
    <bd>1</bd>			
    <button> 
      <halpin>"laserzero"</halpin>
      <text>"Z Touch"</text>
      <font>('Fixed',14)</font>
      <width>8</width>
    </button>

  </hbox>
	<labelframe text="VFD">
		<font>("Helvetica",10)</font>
		<table>
			<tablerow/>
				<tablesticky sticky="w"/>
				<label>
					<text>"Inverter On   "</text>
				</label>
				<tablesticky sticky="e"/>
				<led>
					<halpin>"spindle-at-speed"</halpin>
					<size>"20"</size>
					<on_color>"green"</on_color>
					<off_color>"red"</off_color>
				</led>
			<tablerow/>
				<label>
					<text>" "</text>
				</label>
		</table>
		<table>
			<tablesticky sticky="nsew"/>
			<tablerow/>
			<tablesticky sticky="nsew"/>
			<label>
				<text>"Spindle Speed (RPM)"</text>
				<font>("Helvetica",10)</font>
			</label>
			<tablerow/>
			<tablesticky sticky="nsew"/>
			<label>
				<text>" "</text>
				<font>("Helvetica",2)</font>
			</label>
			<tablerow/>
			<tablesticky sticky="nsew"/>
			<bar>
				<halpin>"spindle-speed"</halpin>
				<min_>0</min_>
                                <max_>24000</max_>
			</bar>
		</table>
<!-- the run speed slider -->
      <vbox>
      <relief>RAISED</relief>
      <bd>3</bd>
      <label>
        <text>"Run Speed"</text>
        <font>("Helvetica",10)</font>
      </label>
      <scale>
        <font>("Helvetica",11)</font>
        <halpin>"spindle-set-speed"</halpin>
        <resolution>1</resolution>
        <orient>HORIZONTAL</orient>
        <min_>0</min_>
        <max_>24000</max_>
      </scale>
      </vbox>

	</labelframe>
</pyvcp>
