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

📄 code39.htm

📁 非常实用的条形码制作工具
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML dir=ltr>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<title>Code 39</title>
</HEAD>
<BODY>

<h1>Code 39</h1>
<img src="sample_images/code39.gif" align="center"> (GIF)
<BR>
<img src="sample_images/code39.jpg" align="center"> (JPEG)
<BR>
<img src="sample_images/code39.png" align="center"> (PNG)
<p>
Code 39 is a non-continuous barcode. Its character set is composed of '0' to '9', 'A' 
to 'Z', SPACE, '*', '$', '/', '+', '-', '.', '%'. It implements no check character; 
the corresponding version with check character is <A HREF="code39c.htm">Code 39 Check</A>.
<P>
The following default values are used:
<PRE>
    - wide/narrow bar ratio = 3
    - intercharacter gap = 2 * narrow bar
</PRE>
<P>
The character '*' being built in as both the start and stop characters of the barcode 
(they may be shown or hidden according to the ShowCode39StartStop property), 
you should not attempt to set them any more as part of the data.

<p>
<b>See Also</b></p>
<p>
<A HREF="code39c.htm">Code 39 Check</A>
</BODY>
</HTML>

⌨️ 快捷键说明

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