File: code128_bctest.xml

package info (click to toggle)
openrpt 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,220 kB
  • ctags: 4,263
  • sloc: cpp: 31,332; ansic: 12,175; xml: 7,401; sh: 376; sql: 32; makefile: 21
file content (141 lines) | stat: -rw-r--r-- 2,655 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE openRPTDef>
<report>
 <title>Code128 test</title>
 <name>Code128 test</name>
 <description>Test document for Code128 barcodes</description>
 <parameter default="999" active="true" listtype="static" type="string" name="pohead_id">
  <description></description>
 </parameter>
 <watermark>
  <data>
   <query>Head</query>
   <column>title</column>
  </data>
  <opacity>0</opacity>
 </watermark>
 <grid>
  <snap/>
  <show/>
  <x>0.05</x>
  <y>0.05</y>
 </grid>
 <size>Letter</size>
 <landscape/>
 <topmargin>50</topmargin>
 <bottommargin>50</bottommargin>
 <rightmargin>50</rightmargin>
 <leftmargin>50</leftmargin>
 <querysource>
  <name>Detail</name>
  <sql>SELECT * FROM TABLE1</sql>
 </querysource>
 <pghead>
  <height>75</height>
  <label>
   <rect>
    <x>160</x>
    <y>10</y>
    <width>705</width>
    <height>35</height>
   </rect>
   <font>
    <face>Helvetica</face>
    <size>24</size>
    <weight>normal</weight>
    <italic/>
   </font>
   <hcenter/>
   <vcenter/>
   <string>Code 128 barcodes test</string>
  </label>
  <line>
   <xstart>0</xstart>
   <ystart>65</ystart>
   <xend>1000</xend>
   <yend>65</yend>
   <weight>4</weight>
  </line>
 </pghead>
 <section>
  <name>detail</name>
  <detail>
   <key>
    <query>Detail</query>
   </key>
   <height>80</height>
   <field>
    <rect>
     <x>5</x>
     <y>20</y>
     <width>280</width>
     <height>35</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>14</size>
     <weight>normal</weight>
    </font>
    <left/>
    <vcenter/>
    <data>
     <query>Detail</query>
     <column>value</column>
    </data>
   </field>
   <barcode>
    <rect>
     <x>295</x>
     <y>20</y>
     <width>685</width>
     <height>35</height>
    </rect>
    <format>128</format>
    <maxlength>35</maxlength>
    <left/>
    <narrowBarWidth>0.01</narrowBarWidth>
    <data>
     <query>Detail</query>
     <column>value</column>
    </data>
   </barcode>
   <line>
    <xstart>0</xstart>
    <ystart>80</ystart>
    <xend>995</xend>
    <yend>80</yend>
    <weight>0</weight>
   </line>
  </detail>
 </section>
 <database>
  <table name="TABLE1">
   <columns>
    <column type="TEXT">value</column>
   </columns>
   <record>
    <val>0123456789</val>
   </record>
   <record>
    <val>abcDEFghi@_^</val>
   </record>
   <record>
    <val>01234567890</val>
   </record>
   <record>
    <val>0Z123456789</val>
   </record>
   <record>
    <val>0Z1234A567890</val>
   </record>
   <record>
    <val>ab+123A567890z</val>
   </record>
   <record>
    <val>123(ab+)1234*567890</val>
   </record>
   <record>
    <val>7A00000000833</val>
   </record>
  </table>
 </database>
</report>