<h2><%= H(Model.Title) %></h2>

<p class="alert alert-danger">Are you sure you want to delete this KitLabels?</p>

<%= HTML.FormTag("KitLabels", "DeletePost", empty, Array("class", "form-horizontal")) %>
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitLabelsDeleteForm")) %>
<%= HTML.Hidden("Id", Model.KitLabels.ID) %>
<div class="col-md-10">
<div class="form-group">
     <%= HTML.Button("submit", "<i class='glyphicon glyphicon-remove'></i> Confirm Delete", "btn-danger") %>
    &nbsp;&nbsp;
     <%= HTML.LinkToExt("Cancel", "KitLabels", "Index", empty, Array("class", "btn btn-success")) %>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="KitId">KitId</label>
				<%= HTML.TextboxExt("KitId", Model.KitLabels.KitId, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="OutboundSerial">OutboundSerial</label>
				<%= HTML.TextboxExt("OutboundSerial", Model.KitLabels.OutboundSerial, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="InBoundSerial">InBoundSerial</label>
				<%= HTML.TextboxExt("InBoundSerial", Model.KitLabels.InBoundSerial, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="OutboundIMB">OutboundIMB</label>
				<%= HTML.TextboxExt("OutboundIMB", Model.KitLabels.OutboundIMB, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="InBoundIMB">InBoundIMB</label>
				<%= HTML.TextboxExt("InBoundIMB", Model.KitLabels.InBoundIMB, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="OutboundIMBDigits">OutboundIMBDigits</label>
				<%= HTML.TextboxExt("OutboundIMBDigits", Model.KitLabels.OutboundIMBDigits, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="InBoundIMBDigits">InBoundIMBDigits</label>
				<%= HTML.TextboxExt("InBoundIMBDigits", Model.KitLabels.InBoundIMBDigits, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
			<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="OutboundIMBPNG">OutboundIMBPNG</label>
				<%= HTML.TextboxExt("OutboundIMBPNG", Model.OutboundIMBPNG, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
		<div class="row">
		<div class="col-md-4">
			<div class="form-group">
				<label for="INBOUNDIMBPNGs">INBOUNDIMBPNG</label>
				<%= HTML.TextboxExt("INBOUNDIMBPNG", Model.INBOUNDIMBPNG, Array("class", "form-control")) %>
			</div>
		</div>
	</div>
 </div>
</div>
</form>