⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 livewebdemo.aspx

📁 非常实用的条形码制作工具
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
								<td align="right"><asp:label id="Label8" Text="Transparent" Runat="server" ToolTip="Specifies whether the barcode image generated should be transparent, if the image format used supports transparency." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:dropdownlist id="Transparent" runat="server">
										<asp:listitem>True</asp:listitem>
										<asp:listitem Selected="True">False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label9" runat="server" Text="Caption" ToolTip="Specifies the barcode caption. This will be used to override the default caption that is typically the barcode data with any native characters removed." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:textbox id="Caption" Text="" Runat="server"></asp:textbox></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label10" runat="server" Text="AddOnCaption" ToolTip="Specifies the add-on barcode caption. This will be used to override the default add-on caption that is the add-on barcode data with any native characters removed." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:textbox id="AddOnCaption" Text="" Runat="server"></asp:textbox></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label14" Text="TextPosition" Runat="server" ToolTip="Specifies the position and visibility of the barcode caption." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:dropdownlist id="TextPosition" runat="server">
										<asp:listitem>Above</asp:listitem>
										<asp:listitem Selected="True">Below</asp:listitem>
										<asp:listitem>NotShown</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label15" Text="AddOnTextPosition" Runat="server" ToolTip="Specifies the position and visibility of the add-on barcode caption." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:dropdownlist id="AddOnTextPosition" runat="server">
										<asp:listitem Selected="True">Above</asp:listitem>
										<asp:listitem>Below</asp:listitem>
										<asp:listitem>NotShown</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="InvalidDataAction" id="Label23" ToolTip="Specifies the action to take when the barcode data is invalid." /></td>
								<td><asp:dropdownlist id="InvalidDataAction" runat="server">
										<asp:listitem>DisplayNone</asp:listitem>
										<asp:listitem>DisplayTextOnly</asp:listitem>
										<asp:listitem>DisplayDefaultBarcode</asp:listitem>
										<asp:listitem Selected="True">DisplayInvalid</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
						</table>
					</td>
					<td>
						<table id="MyList2" style="BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #ccccff" cellSpacing="0" rules="all" border="1">
							<tr style="BACKGROUND-COLOR: #aaaadd">
								<td align="middle">URL Parameter</td>
								<td align="middle">Value</td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label11" runat="server" Text="FontName" ToolTip="Specifies the name of the font used to draw the barcode caption(s), e.g., Times New Roman. The font needs to exist on your server system. Default: Arial." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:textbox id="FontName" Text="Arial" Runat="server"></asp:textbox></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label12" runat="server" Text="FontSize" ToolTip="Specifies the size of the font in points used to draw the barcode caption(s), e.g., 10.5. Default: 9." Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:textbox id="FontSize" Text="9" Runat="server"></asp:textbox></td>
							</tr>
							<tr>
								<td align="right"><asp:label id="Label13" Text="FontStyle" Runat="server" ToolTip="Specifies the style of the font used to draw the barcode caption(s)" Font-Italic="True" ForeColor="#0000ff"></asp:label></td>
								<td><asp:ListBox id="FontStyle" runat="server" SelectionMode="Multiple" Rows="5">
										<asp:listitem>Bold</asp:listitem>
										<asp:listitem>Italic</asp:listitem>
										<asp:listitem Selected="True">Regular</asp:listitem>
										<asp:listitem>Strikeout</asp:listitem>
										<asp:listitem>Underline</asp:listitem>
									</asp:ListBox></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="UniBarHeight" id="Label16" ToolTip="Specifies whether to use a single bar length to draw both the long and short bars if applicable." /></td>
								<td><asp:dropdownlist id="UniBarHeight" runat="server">
										<asp:listitem>True</asp:listitem>
										<asp:listitem Selected="True">False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="StretchText" id="Label17" ToolTip="Specifies whether to stretch the barcode caption to fit the full width of the barcode." /></td>
								<td><asp:dropdownlist id="StretchText" runat="server">
										<asp:listitem Selected="True">True</asp:listitem>
										<asp:listitem>False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="ShowCode39StartStop" id="Label18" ToolTip="Specifies whether to use a * to start and end the caption of a Code 39 barcode." /></td>
								<td><asp:dropdownlist id="ShowCode39StartStop" runat="server">
										<asp:listitem Selected="True">True</asp:listitem>
										<asp:listitem>False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="RetainAspectRatio" id="Label19" ToolTip="Specifies whether to adjust proportionally the barcode height when the barcode width is changed due to pixel alignment." /></td>
								<td><asp:dropdownlist id="RetainAspectRatio" runat="server">
										<asp:listitem>True</asp:listitem>
										<asp:listitem Selected="True">False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" Runat="server" Text="UpcSmallFont" id="Label20" ToolTip="Specifies whether to use a smaller font to draw the first and last characters of a UPC barcode caption." /></td>
								<td><asp:dropdownlist id="UpcSmallFont" runat="server">
										<asp:listitem Selected="True">True</asp:listitem>
										<asp:listitem>False</asp:listitem>
									</asp:dropdownlist></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" runat="server" Text="BackColor" id="Label21" ToolTip="Specifies the background color of the barcode image. This may be a known color name like white, blue, etc., or a color value in the #rrggbb format, e.g., #00ff00 for green (when directly used in a URL, # has to be URL-encoded as %23). Default: white." /></td>
								<td><asp:TextBox Runat="server" Text="White" id="BackColor" /></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" runat="server" Text="ForeColor" id="Label22" ToolTip="Specifies the color of the barcode bars and caption(s). This may be a known color name like black, red, etc., or a color value in the #rrggbb format, e.g., #ff0000 for red (when directly used in a URL, # has to be URL-encoded as %23). Default: black." /></td>
								<td><asp:TextBox Runat="server" Text="Black" id="ForeColor" /></td>
							</tr>
							<tr>
								<td align="right"><asp:Label Font-Italic="True" ForeColor="#0000ff" runat="server" Text="ModuleCount" id="Label24" ToolTip="Indicates the minimum possible barcode width in pixels." /></td>
								<td><asp:Label runat="server" Text="" id="ModuleCount" /></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<asp:Button id="submitButton" Text="Regenerate" runat="server" />&nbsp;&nbsp;
			<input type="button" id="resetButton" OnClick="location=location;" value="Reset">
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -