@ -0,0 +1,674 @@
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE |
||||
Version 3, 29 June 2007 |
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
||||
Everyone is permitted to copy and distribute verbatim copies |
||||
of this license document, but changing it is not allowed. |
||||
|
||||
Preamble |
||||
|
||||
The GNU General Public License is a free, copyleft license for |
||||
software and other kinds of works. |
||||
|
||||
The licenses for most software and other practical works are designed |
||||
to take away your freedom to share and change the works. By contrast, |
||||
the GNU General Public License is intended to guarantee your freedom to |
||||
share and change all versions of a program--to make sure it remains free |
||||
software for all its users. We, the Free Software Foundation, use the |
||||
GNU General Public License for most of our software; it applies also to |
||||
any other work released this way by its authors. You can apply it to |
||||
your programs, too. |
||||
|
||||
When we speak of free software, we are referring to freedom, not |
||||
price. Our General Public Licenses are designed to make sure that you |
||||
have the freedom to distribute copies of free software (and charge for |
||||
them if you wish), that you receive source code or can get it if you |
||||
want it, that you can change the software or use pieces of it in new |
||||
free programs, and that you know you can do these things. |
||||
|
||||
To protect your rights, we need to prevent others from denying you |
||||
these rights or asking you to surrender the rights. Therefore, you have |
||||
certain responsibilities if you distribute copies of the software, or if |
||||
you modify it: responsibilities to respect the freedom of others. |
||||
|
||||
For example, if you distribute copies of such a program, whether |
||||
gratis or for a fee, you must pass on to the recipients the same |
||||
freedoms that you received. You must make sure that they, too, receive |
||||
or can get the source code. And you must show them these terms so they |
||||
know their rights. |
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps: |
||||
(1) assert copyright on the software, and (2) offer you this License |
||||
giving you legal permission to copy, distribute and/or modify it. |
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains |
||||
that there is no warranty for this free software. For both users' and |
||||
authors' sake, the GPL requires that modified versions be marked as |
||||
changed, so that their problems will not be attributed erroneously to |
||||
authors of previous versions. |
||||
|
||||
Some devices are designed to deny users access to install or run |
||||
modified versions of the software inside them, although the manufacturer |
||||
can do so. This is fundamentally incompatible with the aim of |
||||
protecting users' freedom to change the software. The systematic |
||||
pattern of such abuse occurs in the area of products for individuals to |
||||
use, which is precisely where it is most unacceptable. Therefore, we |
||||
have designed this version of the GPL to prohibit the practice for those |
||||
products. If such problems arise substantially in other domains, we |
||||
stand ready to extend this provision to those domains in future versions |
||||
of the GPL, as needed to protect the freedom of users. |
||||
|
||||
Finally, every program is threatened constantly by software patents. |
||||
States should not allow patents to restrict development and use of |
||||
software on general-purpose computers, but in those that do, we wish to |
||||
avoid the special danger that patents applied to a free program could |
||||
make it effectively proprietary. To prevent this, the GPL assures that |
||||
patents cannot be used to render the program non-free. |
||||
|
||||
The precise terms and conditions for copying, distribution and |
||||
modification follow. |
||||
|
||||
TERMS AND CONDITIONS |
||||
|
||||
0. Definitions. |
||||
|
||||
"This License" refers to version 3 of the GNU General Public License. |
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of |
||||
works, such as semiconductor masks. |
||||
|
||||
"The Program" refers to any copyrightable work licensed under this |
||||
License. Each licensee is addressed as "you". "Licensees" and |
||||
"recipients" may be individuals or organizations. |
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work |
||||
in a fashion requiring copyright permission, other than the making of an |
||||
exact copy. The resulting work is called a "modified version" of the |
||||
earlier work or a work "based on" the earlier work. |
||||
|
||||
A "covered work" means either the unmodified Program or a work based |
||||
on the Program. |
||||
|
||||
To "propagate" a work means to do anything with it that, without |
||||
permission, would make you directly or secondarily liable for |
||||
infringement under applicable copyright law, except executing it on a |
||||
computer or modifying a private copy. Propagation includes copying, |
||||
distribution (with or without modification), making available to the |
||||
public, and in some countries other activities as well. |
||||
|
||||
To "convey" a work means any kind of propagation that enables other |
||||
parties to make or receive copies. Mere interaction with a user through |
||||
a computer network, with no transfer of a copy, is not conveying. |
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices" |
||||
to the extent that it includes a convenient and prominently visible |
||||
feature that (1) displays an appropriate copyright notice, and (2) |
||||
tells the user that there is no warranty for the work (except to the |
||||
extent that warranties are provided), that licensees may convey the |
||||
work under this License, and how to view a copy of this License. If |
||||
the interface presents a list of user commands or options, such as a |
||||
menu, a prominent item in the list meets this criterion. |
||||
|
||||
1. Source Code. |
||||
|
||||
The "source code" for a work means the preferred form of the work |
||||
for making modifications to it. "Object code" means any non-source |
||||
form of a work. |
||||
|
||||
A "Standard Interface" means an interface that either is an official |
||||
standard defined by a recognized standards body, or, in the case of |
||||
interfaces specified for a particular programming language, one that |
||||
is widely used among developers working in that language. |
||||
|
||||
The "System Libraries" of an executable work include anything, other |
||||
than the work as a whole, that (a) is included in the normal form of |
||||
packaging a Major Component, but which is not part of that Major |
||||
Component, and (b) serves only to enable use of the work with that |
||||
Major Component, or to implement a Standard Interface for which an |
||||
implementation is available to the public in source code form. A |
||||
"Major Component", in this context, means a major essential component |
||||
(kernel, window system, and so on) of the specific operating system |
||||
(if any) on which the executable work runs, or a compiler used to |
||||
produce the work, or an object code interpreter used to run it. |
||||
|
||||
The "Corresponding Source" for a work in object code form means all |
||||
the source code needed to generate, install, and (for an executable |
||||
work) run the object code and to modify the work, including scripts to |
||||
control those activities. However, it does not include the work's |
||||
System Libraries, or general-purpose tools or generally available free |
||||
programs which are used unmodified in performing those activities but |
||||
which are not part of the work. For example, Corresponding Source |
||||
includes interface definition files associated with source files for |
||||
the work, and the source code for shared libraries and dynamically |
||||
linked subprograms that the work is specifically designed to require, |
||||
such as by intimate data communication or control flow between those |
||||
subprograms and other parts of the work. |
||||
|
||||
The Corresponding Source need not include anything that users |
||||
can regenerate automatically from other parts of the Corresponding |
||||
Source. |
||||
|
||||
The Corresponding Source for a work in source code form is that |
||||
same work. |
||||
|
||||
2. Basic Permissions. |
||||
|
||||
All rights granted under this License are granted for the term of |
||||
copyright on the Program, and are irrevocable provided the stated |
||||
conditions are met. This License explicitly affirms your unlimited |
||||
permission to run the unmodified Program. The output from running a |
||||
covered work is covered by this License only if the output, given its |
||||
content, constitutes a covered work. This License acknowledges your |
||||
rights of fair use or other equivalent, as provided by copyright law. |
||||
|
||||
You may make, run and propagate covered works that you do not |
||||
convey, without conditions so long as your license otherwise remains |
||||
in force. You may convey covered works to others for the sole purpose |
||||
of having them make modifications exclusively for you, or provide you |
||||
with facilities for running those works, provided that you comply with |
||||
the terms of this License in conveying all material for which you do |
||||
not control copyright. Those thus making or running the covered works |
||||
for you must do so exclusively on your behalf, under your direction |
||||
and control, on terms that prohibit them from making any copies of |
||||
your copyrighted material outside their relationship with you. |
||||
|
||||
Conveying under any other circumstances is permitted solely under |
||||
the conditions stated below. Sublicensing is not allowed; section 10 |
||||
makes it unnecessary. |
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
||||
|
||||
No covered work shall be deemed part of an effective technological |
||||
measure under any applicable law fulfilling obligations under article |
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or |
||||
similar laws prohibiting or restricting circumvention of such |
||||
measures. |
||||
|
||||
When you convey a covered work, you waive any legal power to forbid |
||||
circumvention of technological measures to the extent such circumvention |
||||
is effected by exercising rights under this License with respect to |
||||
the covered work, and you disclaim any intention to limit operation or |
||||
modification of the work as a means of enforcing, against the work's |
||||
users, your or third parties' legal rights to forbid circumvention of |
||||
technological measures. |
||||
|
||||
4. Conveying Verbatim Copies. |
||||
|
||||
You may convey verbatim copies of the Program's source code as you |
||||
receive it, in any medium, provided that you conspicuously and |
||||
appropriately publish on each copy an appropriate copyright notice; |
||||
keep intact all notices stating that this License and any |
||||
non-permissive terms added in accord with section 7 apply to the code; |
||||
keep intact all notices of the absence of any warranty; and give all |
||||
recipients a copy of this License along with the Program. |
||||
|
||||
You may charge any price or no price for each copy that you convey, |
||||
and you may offer support or warranty protection for a fee. |
||||
|
||||
5. Conveying Modified Source Versions. |
||||
|
||||
You may convey a work based on the Program, or the modifications to |
||||
produce it from the Program, in the form of source code under the |
||||
terms of section 4, provided that you also meet all of these conditions: |
||||
|
||||
a) The work must carry prominent notices stating that you modified |
||||
it, and giving a relevant date. |
||||
|
||||
b) The work must carry prominent notices stating that it is |
||||
released under this License and any conditions added under section |
||||
7. This requirement modifies the requirement in section 4 to |
||||
"keep intact all notices". |
||||
|
||||
c) You must license the entire work, as a whole, under this |
||||
License to anyone who comes into possession of a copy. This |
||||
License will therefore apply, along with any applicable section 7 |
||||
additional terms, to the whole of the work, and all its parts, |
||||
regardless of how they are packaged. This License gives no |
||||
permission to license the work in any other way, but it does not |
||||
invalidate such permission if you have separately received it. |
||||
|
||||
d) If the work has interactive user interfaces, each must display |
||||
Appropriate Legal Notices; however, if the Program has interactive |
||||
interfaces that do not display Appropriate Legal Notices, your |
||||
work need not make them do so. |
||||
|
||||
A compilation of a covered work with other separate and independent |
||||
works, which are not by their nature extensions of the covered work, |
||||
and which are not combined with it such as to form a larger program, |
||||
in or on a volume of a storage or distribution medium, is called an |
||||
"aggregate" if the compilation and its resulting copyright are not |
||||
used to limit the access or legal rights of the compilation's users |
||||
beyond what the individual works permit. Inclusion of a covered work |
||||
in an aggregate does not cause this License to apply to the other |
||||
parts of the aggregate. |
||||
|
||||
6. Conveying Non-Source Forms. |
||||
|
||||
You may convey a covered work in object code form under the terms |
||||
of sections 4 and 5, provided that you also convey the |
||||
machine-readable Corresponding Source under the terms of this License, |
||||
in one of these ways: |
||||
|
||||
a) Convey the object code in, or embodied in, a physical product |
||||
(including a physical distribution medium), accompanied by the |
||||
Corresponding Source fixed on a durable physical medium |
||||
customarily used for software interchange. |
||||
|
||||
b) Convey the object code in, or embodied in, a physical product |
||||
(including a physical distribution medium), accompanied by a |
||||
written offer, valid for at least three years and valid for as |
||||
long as you offer spare parts or customer support for that product |
||||
model, to give anyone who possesses the object code either (1) a |
||||
copy of the Corresponding Source for all the software in the |
||||
product that is covered by this License, on a durable physical |
||||
medium customarily used for software interchange, for a price no |
||||
more than your reasonable cost of physically performing this |
||||
conveying of source, or (2) access to copy the |
||||
Corresponding Source from a network server at no charge. |
||||
|
||||
c) Convey individual copies of the object code with a copy of the |
||||
written offer to provide the Corresponding Source. This |
||||
alternative is allowed only occasionally and noncommercially, and |
||||
only if you received the object code with such an offer, in accord |
||||
with subsection 6b. |
||||
|
||||
d) Convey the object code by offering access from a designated |
||||
place (gratis or for a charge), and offer equivalent access to the |
||||
Corresponding Source in the same way through the same place at no |
||||
further charge. You need not require recipients to copy the |
||||
Corresponding Source along with the object code. If the place to |
||||
copy the object code is a network server, the Corresponding Source |
||||
may be on a different server (operated by you or a third party) |
||||
that supports equivalent copying facilities, provided you maintain |
||||
clear directions next to the object code saying where to find the |
||||
Corresponding Source. Regardless of what server hosts the |
||||
Corresponding Source, you remain obligated to ensure that it is |
||||
available for as long as needed to satisfy these requirements. |
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided |
||||
you inform other peers where the object code and Corresponding |
||||
Source of the work are being offered to the general public at no |
||||
charge under subsection 6d. |
||||
|
||||
A separable portion of the object code, whose source code is excluded |
||||
from the Corresponding Source as a System Library, need not be |
||||
included in conveying the object code work. |
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any |
||||
tangible personal property which is normally used for personal, family, |
||||
or household purposes, or (2) anything designed or sold for incorporation |
||||
into a dwelling. In determining whether a product is a consumer product, |
||||
doubtful cases shall be resolved in favor of coverage. For a particular |
||||
product received by a particular user, "normally used" refers to a |
||||
typical or common use of that class of product, regardless of the status |
||||
of the particular user or of the way in which the particular user |
||||
actually uses, or expects or is expected to use, the product. A product |
||||
is a consumer product regardless of whether the product has substantial |
||||
commercial, industrial or non-consumer uses, unless such uses represent |
||||
the only significant mode of use of the product. |
||||
|
||||
"Installation Information" for a User Product means any methods, |
||||
procedures, authorization keys, or other information required to install |
||||
and execute modified versions of a covered work in that User Product from |
||||
a modified version of its Corresponding Source. The information must |
||||
suffice to ensure that the continued functioning of the modified object |
||||
code is in no case prevented or interfered with solely because |
||||
modification has been made. |
||||
|
||||
If you convey an object code work under this section in, or with, or |
||||
specifically for use in, a User Product, and the conveying occurs as |
||||
part of a transaction in which the right of possession and use of the |
||||
User Product is transferred to the recipient in perpetuity or for a |
||||
fixed term (regardless of how the transaction is characterized), the |
||||
Corresponding Source conveyed under this section must be accompanied |
||||
by the Installation Information. But this requirement does not apply |
||||
if neither you nor any third party retains the ability to install |
||||
modified object code on the User Product (for example, the work has |
||||
been installed in ROM). |
||||
|
||||
The requirement to provide Installation Information does not include a |
||||
requirement to continue to provide support service, warranty, or updates |
||||
for a work that has been modified or installed by the recipient, or for |
||||
the User Product in which it has been modified or installed. Access to a |
||||
network may be denied when the modification itself materially and |
||||
adversely affects the operation of the network or violates the rules and |
||||
protocols for communication across the network. |
||||
|
||||
Corresponding Source conveyed, and Installation Information provided, |
||||
in accord with this section must be in a format that is publicly |
||||
documented (and with an implementation available to the public in |
||||
source code form), and must require no special password or key for |
||||
unpacking, reading or copying. |
||||
|
||||
7. Additional Terms. |
||||
|
||||
"Additional permissions" are terms that supplement the terms of this |
||||
License by making exceptions from one or more of its conditions. |
||||
Additional permissions that are applicable to the entire Program shall |
||||
be treated as though they were included in this License, to the extent |
||||
that they are valid under applicable law. If additional permissions |
||||
apply only to part of the Program, that part may be used separately |
||||
under those permissions, but the entire Program remains governed by |
||||
this License without regard to the additional permissions. |
||||
|
||||
When you convey a copy of a covered work, you may at your option |
||||
remove any additional permissions from that copy, or from any part of |
||||
it. (Additional permissions may be written to require their own |
||||
removal in certain cases when you modify the work.) You may place |
||||
additional permissions on material, added by you to a covered work, |
||||
for which you have or can give appropriate copyright permission. |
||||
|
||||
Notwithstanding any other provision of this License, for material you |
||||
add to a covered work, you may (if authorized by the copyright holders of |
||||
that material) supplement the terms of this License with terms: |
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the |
||||
terms of sections 15 and 16 of this License; or |
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or |
||||
author attributions in that material or in the Appropriate Legal |
||||
Notices displayed by works containing it; or |
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or |
||||
requiring that modified versions of such material be marked in |
||||
reasonable ways as different from the original version; or |
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or |
||||
authors of the material; or |
||||
|
||||
e) Declining to grant rights under trademark law for use of some |
||||
trade names, trademarks, or service marks; or |
||||
|
||||
f) Requiring indemnification of licensors and authors of that |
||||
material by anyone who conveys the material (or modified versions of |
||||
it) with contractual assumptions of liability to the recipient, for |
||||
any liability that these contractual assumptions directly impose on |
||||
those licensors and authors. |
||||
|
||||
All other non-permissive additional terms are considered "further |
||||
restrictions" within the meaning of section 10. If the Program as you |
||||
received it, or any part of it, contains a notice stating that it is |
||||
governed by this License along with a term that is a further |
||||
restriction, you may remove that term. If a license document contains |
||||
a further restriction but permits relicensing or conveying under this |
||||
License, you may add to a covered work material governed by the terms |
||||
of that license document, provided that the further restriction does |
||||
not survive such relicensing or conveying. |
||||
|
||||
If you add terms to a covered work in accord with this section, you |
||||
must place, in the relevant source files, a statement of the |
||||
additional terms that apply to those files, or a notice indicating |
||||
where to find the applicable terms. |
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the |
||||
form of a separately written license, or stated as exceptions; |
||||
the above requirements apply either way. |
||||
|
||||
8. Termination. |
||||
|
||||
You may not propagate or modify a covered work except as expressly |
||||
provided under this License. Any attempt otherwise to propagate or |
||||
modify it is void, and will automatically terminate your rights under |
||||
this License (including any patent licenses granted under the third |
||||
paragraph of section 11). |
||||
|
||||
However, if you cease all violation of this License, then your |
||||
license from a particular copyright holder is reinstated (a) |
||||
provisionally, unless and until the copyright holder explicitly and |
||||
finally terminates your license, and (b) permanently, if the copyright |
||||
holder fails to notify you of the violation by some reasonable means |
||||
prior to 60 days after the cessation. |
||||
|
||||
Moreover, your license from a particular copyright holder is |
||||
reinstated permanently if the copyright holder notifies you of the |
||||
violation by some reasonable means, this is the first time you have |
||||
received notice of violation of this License (for any work) from that |
||||
copyright holder, and you cure the violation prior to 30 days after |
||||
your receipt of the notice. |
||||
|
||||
Termination of your rights under this section does not terminate the |
||||
licenses of parties who have received copies or rights from you under |
||||
this License. If your rights have been terminated and not permanently |
||||
reinstated, you do not qualify to receive new licenses for the same |
||||
material under section 10. |
||||
|
||||
9. Acceptance Not Required for Having Copies. |
||||
|
||||
You are not required to accept this License in order to receive or |
||||
run a copy of the Program. Ancillary propagation of a covered work |
||||
occurring solely as a consequence of using peer-to-peer transmission |
||||
to receive a copy likewise does not require acceptance. However, |
||||
nothing other than this License grants you permission to propagate or |
||||
modify any covered work. These actions infringe copyright if you do |
||||
not accept this License. Therefore, by modifying or propagating a |
||||
covered work, you indicate your acceptance of this License to do so. |
||||
|
||||
10. Automatic Licensing of Downstream Recipients. |
||||
|
||||
Each time you convey a covered work, the recipient automatically |
||||
receives a license from the original licensors, to run, modify and |
||||
propagate that work, subject to this License. You are not responsible |
||||
for enforcing compliance by third parties with this License. |
||||
|
||||
An "entity transaction" is a transaction transferring control of an |
||||
organization, or substantially all assets of one, or subdividing an |
||||
organization, or merging organizations. If propagation of a covered |
||||
work results from an entity transaction, each party to that |
||||
transaction who receives a copy of the work also receives whatever |
||||
licenses to the work the party's predecessor in interest had or could |
||||
give under the previous paragraph, plus a right to possession of the |
||||
Corresponding Source of the work from the predecessor in interest, if |
||||
the predecessor has it or can get it with reasonable efforts. |
||||
|
||||
You may not impose any further restrictions on the exercise of the |
||||
rights granted or affirmed under this License. For example, you may |
||||
not impose a license fee, royalty, or other charge for exercise of |
||||
rights granted under this License, and you may not initiate litigation |
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that |
||||
any patent claim is infringed by making, using, selling, offering for |
||||
sale, or importing the Program or any portion of it. |
||||
|
||||
11. Patents. |
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this |
||||
License of the Program or a work on which the Program is based. The |
||||
work thus licensed is called the contributor's "contributor version". |
||||
|
||||
A contributor's "essential patent claims" are all patent claims |
||||
owned or controlled by the contributor, whether already acquired or |
||||
hereafter acquired, that would be infringed by some manner, permitted |
||||
by this License, of making, using, or selling its contributor version, |
||||
but do not include claims that would be infringed only as a |
||||
consequence of further modification of the contributor version. For |
||||
purposes of this definition, "control" includes the right to grant |
||||
patent sublicenses in a manner consistent with the requirements of |
||||
this License. |
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free |
||||
patent license under the contributor's essential patent claims, to |
||||
make, use, sell, offer for sale, import and otherwise run, modify and |
||||
propagate the contents of its contributor version. |
||||
|
||||
In the following three paragraphs, a "patent license" is any express |
||||
agreement or commitment, however denominated, not to enforce a patent |
||||
(such as an express permission to practice a patent or covenant not to |
||||
sue for patent infringement). To "grant" such a patent license to a |
||||
party means to make such an agreement or commitment not to enforce a |
||||
patent against the party. |
||||
|
||||
If you convey a covered work, knowingly relying on a patent license, |
||||
and the Corresponding Source of the work is not available for anyone |
||||
to copy, free of charge and under the terms of this License, through a |
||||
publicly available network server or other readily accessible means, |
||||
then you must either (1) cause the Corresponding Source to be so |
||||
available, or (2) arrange to deprive yourself of the benefit of the |
||||
patent license for this particular work, or (3) arrange, in a manner |
||||
consistent with the requirements of this License, to extend the patent |
||||
license to downstream recipients. "Knowingly relying" means you have |
||||
actual knowledge that, but for the patent license, your conveying the |
||||
covered work in a country, or your recipient's use of the covered work |
||||
in a country, would infringe one or more identifiable patents in that |
||||
country that you have reason to believe are valid. |
||||
|
||||
If, pursuant to or in connection with a single transaction or |
||||
arrangement, you convey, or propagate by procuring conveyance of, a |
||||
covered work, and grant a patent license to some of the parties |
||||
receiving the covered work authorizing them to use, propagate, modify |
||||
or convey a specific copy of the covered work, then the patent license |
||||
you grant is automatically extended to all recipients of the covered |
||||
work and works based on it. |
||||
|
||||
A patent license is "discriminatory" if it does not include within |
||||
the scope of its coverage, prohibits the exercise of, or is |
||||
conditioned on the non-exercise of one or more of the rights that are |
||||
specifically granted under this License. You may not convey a covered |
||||
work if you are a party to an arrangement with a third party that is |
||||
in the business of distributing software, under which you make payment |
||||
to the third party based on the extent of your activity of conveying |
||||
the work, and under which the third party grants, to any of the |
||||
parties who would receive the covered work from you, a discriminatory |
||||
patent license (a) in connection with copies of the covered work |
||||
conveyed by you (or copies made from those copies), or (b) primarily |
||||
for and in connection with specific products or compilations that |
||||
contain the covered work, unless you entered into that arrangement, |
||||
or that patent license was granted, prior to 28 March 2007. |
||||
|
||||
Nothing in this License shall be construed as excluding or limiting |
||||
any implied license or other defenses to infringement that may |
||||
otherwise be available to you under applicable patent law. |
||||
|
||||
12. No Surrender of Others' Freedom. |
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or |
||||
otherwise) that contradict the conditions of this License, they do not |
||||
excuse you from the conditions of this License. If you cannot convey a |
||||
covered work so as to satisfy simultaneously your obligations under this |
||||
License and any other pertinent obligations, then as a consequence you may |
||||
not convey it at all. For example, if you agree to terms that obligate you |
||||
to collect a royalty for further conveying from those to whom you convey |
||||
the Program, the only way you could satisfy both those terms and this |
||||
License would be to refrain entirely from conveying the Program. |
||||
|
||||
13. Use with the GNU Affero General Public License. |
||||
|
||||
Notwithstanding any other provision of this License, you have |
||||
permission to link or combine any covered work with a work licensed |
||||
under version 3 of the GNU Affero General Public License into a single |
||||
combined work, and to convey the resulting work. The terms of this |
||||
License will continue to apply to the part which is the covered work, |
||||
but the special requirements of the GNU Affero General Public License, |
||||
section 13, concerning interaction through a network will apply to the |
||||
combination as such. |
||||
|
||||
14. Revised Versions of this License. |
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of |
||||
the GNU General Public License from time to time. Such new versions will |
||||
be similar in spirit to the present version, but may differ in detail to |
||||
address new problems or concerns. |
||||
|
||||
Each version is given a distinguishing version number. If the |
||||
Program specifies that a certain numbered version of the GNU General |
||||
Public License "or any later version" applies to it, you have the |
||||
option of following the terms and conditions either of that numbered |
||||
version or of any later version published by the Free Software |
||||
Foundation. If the Program does not specify a version number of the |
||||
GNU General Public License, you may choose any version ever published |
||||
by the Free Software Foundation. |
||||
|
||||
If the Program specifies that a proxy can decide which future |
||||
versions of the GNU General Public License can be used, that proxy's |
||||
public statement of acceptance of a version permanently authorizes you |
||||
to choose that version for the Program. |
||||
|
||||
Later license versions may give you additional or different |
||||
permissions. However, no additional obligations are imposed on any |
||||
author or copyright holder as a result of your choosing to follow a |
||||
later version. |
||||
|
||||
15. Disclaimer of Warranty. |
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY |
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT |
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY |
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, |
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM |
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF |
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
||||
|
||||
16. Limitation of Liability. |
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS |
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE |
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF |
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD |
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), |
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
||||
SUCH DAMAGES. |
||||
|
||||
17. Interpretation of Sections 15 and 16. |
||||
|
||||
If the disclaimer of warranty and limitation of liability provided |
||||
above cannot be given local legal effect according to their terms, |
||||
reviewing courts shall apply local law that most closely approximates |
||||
an absolute waiver of all civil liability in connection with the |
||||
Program, unless a warranty or assumption of liability accompanies a |
||||
copy of the Program in return for a fee. |
||||
|
||||
END OF TERMS AND CONDITIONS |
||||
|
||||
How to Apply These Terms to Your New Programs |
||||
|
||||
If you develop a new program, and you want it to be of the greatest |
||||
possible use to the public, the best way to achieve this is to make it |
||||
free software which everyone can redistribute and change under these terms. |
||||
|
||||
To do so, attach the following notices to the program. It is safest |
||||
to attach them to the start of each source file to most effectively |
||||
state the exclusion of warranty; and each file should have at least |
||||
the "copyright" line and a pointer to where the full notice is found. |
||||
|
||||
<one line to give the program's name and a brief idea of what it does.> |
||||
Copyright (C) <year> <name of author> |
||||
|
||||
This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 3 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
|
||||
Also add information on how to contact you by electronic and paper mail. |
||||
|
||||
If the program does terminal interaction, make it output a short |
||||
notice like this when it starts in an interactive mode: |
||||
|
||||
<program> Copyright (C) <year> <name of author> |
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
||||
This is free software, and you are welcome to redistribute it |
||||
under certain conditions; type `show c' for details. |
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate |
||||
parts of the General Public License. Of course, your program's commands |
||||
might be different; for a GUI interface, you would use an "about box". |
||||
|
||||
You should also get your employer (if you work as a programmer) or school, |
||||
if any, to sign a "copyright disclaimer" for the program, if necessary. |
||||
For more information on this, and how to apply and follow the GNU GPL, see |
||||
<http://www.gnu.org/licenses/>. |
||||
|
||||
The GNU General Public License does not permit incorporating your program |
||||
into proprietary programs. If your program is a subroutine library, you |
||||
may consider it more useful to permit linking proprietary applications with |
||||
the library. If this is what you want to do, use the GNU Lesser General |
||||
Public License instead of this License. But first, please read |
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>. |
@ -0,0 +1,31 @@
@@ -0,0 +1,31 @@
|
||||
**NPRS** - подготовка отчета по родовым сертификатам |
||||
|
||||
##Лицензия |
||||
Copyright (C) 2011-2013, Maxim Lihachev, <envrm@yandex.ru> |
||||
|
||||
This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 3 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
|
||||
##Описание |
||||
Программа предназначена для создания отчета по выданным родовым |
||||
сертификатам. Из сформированных программой учета талонов xml-файлов |
||||
формируется файл акта, в котором отражены атрибуты файлов, контрольные |
||||
суммы и количество выданных талонов. |
||||
|
||||
##Версия |
||||
2.0 |
||||
|
||||
##Графический интерфейс |
||||
![][screenshot1] |
||||
[screenshot1]: doc/images/main_window_full.jpg |
||||
|
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 239 KiB |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
commit 41aced12420aa90c72ca096bcc31d4cc2b5f84ce |
||||
Author: Maxim Lihachev <maks@darkstar> |
||||
Date: Sat Jun 4 17:36:17 2011 +0600 |
||||
|
||||
Заготовки основных процедур |
||||
|
||||
commit de85f78059f90941718c2abb4b68c79f31ee7e86 |
||||
Author: Maxim Lihachev <maks@darkstar> |
||||
Date: Sat Jun 4 15:49:04 2011 +0600 |
||||
|
||||
Create GIT repository |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 6.4 KiB |
@ -0,0 +1,319 @@
@@ -0,0 +1,319 @@
|
||||
digraph { |
||||
graph [bb="0,0,1158,667", |
||||
center=true, |
||||
fontsize=52, |
||||
label="Реестры родовых сертификатов v2.0", |
||||
lheight=0.79, |
||||
lp="579,32.5", |
||||
lwidth=11.28, |
||||
rankdir=LR |
||||
]; |
||||
node [label="\N"]; |
||||
subgraph cluster_1 { |
||||
graph [bb="8,73,1150,659", |
||||
color=black, |
||||
fontsize=24, |
||||
label="sertificates.tcl", |
||||
lheight=0.36, |
||||
lp="579,642", |
||||
lwidth=1.86, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_3 { |
||||
graph [color=red, |
||||
fontsize=14, |
||||
label=ALIASES, |
||||
shape=box |
||||
]; |
||||
} |
||||
subgraph cluster_4 { |
||||
graph [bb="161,81,1142,617", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::", |
||||
lheight=0.28, |
||||
lp="651.5,603", |
||||
lwidth=0.15, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_5 { |
||||
graph [bb="494,244,822,581", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::report", |
||||
lheight=0.28, |
||||
lp="658,567", |
||||
lwidth=0.76, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_6 { |
||||
graph [bb="512,447,670,545", |
||||
color=magenta, |
||||
fontcolor=black, |
||||
fontsize=12, |
||||
label=VARIABLES, |
||||
lheight=0.18, |
||||
lp="591,534.5", |
||||
lwidth=0.97, |
||||
shape=box |
||||
]; |
||||
"::report::templateVariables" [color=magenta, |
||||
fontsize=12, |
||||
height=0.29167, |
||||
pos="591,505", |
||||
shape=note, |
||||
width=1.9583]; |
||||
"::report::varSign" [color=magenta, |
||||
fontsize=12, |
||||
height=0.29167, |
||||
pos="591,466", |
||||
shape=note, |
||||
width=1.2917]; |
||||
} |
||||
"::report::createFromTemplate" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::report::createFromTemplate | <f1> filename", |
||||
pos="591,396", |
||||
rects="502,396,680,419 502,373,680,396", |
||||
shape=record, |
||||
style=rounded, |
||||
width=2.4722]; |
||||
"::report::createFromTemplate" -> "::report::createFromTemplate" [pos="e,623.34,419.18 558.66,419.18 556.43,428.83 567.21,437 591,437 605.87,437 615.65,433.81 620.36,429.06"]; |
||||
"::report::utf2rtf" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::report::utf2rtf | <f1> string", |
||||
pos="765,396", |
||||
rects="716,396,814,419 716,373,814,396", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.3611]; |
||||
"::report::createFromTemplate" -> "::report::utf2rtf" [pos="e,715.56,396 680.02,396 688.62,396 697.19,396 705.39,396"]; |
||||
"::report::checkInformation" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.51389, |
||||
label="<f0> ::report::checkInformation", |
||||
pos="591,336", |
||||
rects="510.5,318,671.5,354", |
||||
shape=record, |
||||
style=rounded, |
||||
width=2.2361]; |
||||
"::report::saveToFile" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::report::saveToFile | <f1> report", |
||||
pos="591,276", |
||||
rects="529,276,653,299 529,253,653,276", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.7222]; |
||||
} |
||||
subgraph cluster_10 { |
||||
graph [bb="169,322,287,503", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::date", |
||||
lheight=0.28, |
||||
lp="228,489", |
||||
lwidth=0.58, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_11 { |
||||
graph [bb="177,330,279,467", |
||||
color=magenta, |
||||
fontcolor=black, |
||||
fontsize=12, |
||||
label=VARIABLES, |
||||
lheight=0.18, |
||||
lp="228,456.5", |
||||
lwidth=0.97, |
||||
shape=box |
||||
]; |
||||
"::date::year" [color=magenta, |
||||
fontsize=12, |
||||
height=0.29167, |
||||
pos="228,427", |
||||
shape=note, |
||||
width=0.94444]; |
||||
"::date::yearList" [color=magenta, |
||||
fontsize=12, |
||||
height=0.29167, |
||||
pos="228,388", |
||||
shape=note, |
||||
width=1.1944]; |
||||
"::date::month" [color=magenta, |
||||
fontsize=12, |
||||
height=0.29167, |
||||
pos="228,349", |
||||
shape=note, |
||||
width=1.0833]; |
||||
} |
||||
} |
||||
subgraph cluster_7 { |
||||
graph [bb="842,89,966,311", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::file", |
||||
lheight=0.28, |
||||
lp="904,297", |
||||
lwidth=0.50, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
"::file::md5" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::file::md5 | <f1> filename", |
||||
pos="904,251", |
||||
rects="867,251,941,274 867,228,941,251", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.0278]; |
||||
"::file::createDate" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::file::createDate | <f1> filename", |
||||
pos="904,186", |
||||
rects="850.5,186,957.5,209 850.5,163,957.5,186", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.4861]; |
||||
"::file::size" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::file::size | <f1> filename", |
||||
pos="904,121", |
||||
rects="868.5,121,939.5,144 868.5,98,939.5,121", |
||||
shape=record, |
||||
style=rounded, |
||||
width=0.98611]; |
||||
} |
||||
subgraph cluster_8 { |
||||
graph [bb="172,89,821,236", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::gui", |
||||
lheight=0.28, |
||||
lp="496.5,222", |
||||
lwidth=0.47, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
"::gui::loadInfo" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.97222, |
||||
label="<f0> ::gui::loadInfo | <f1> file | <f2> index", |
||||
pos="765,165", |
||||
rects="717.5,176.5,812.5,199.5 717.5,153.5,812.5,176.5 717.5,130.5,812.5,153.5", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.3194]; |
||||
"::gui::showFileFrame" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gui::showFileFrame | <f1> index", |
||||
pos="591,121", |
||||
rects="524,121,658,144 524,98,658,121", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.8611]; |
||||
"::gui::showFileFrame" -> "::gui::loadInfo" [pos="e,717.38,153.07 658.01,137.89 674.25,142.04 691.5,146.45 707.26,150.49"]; |
||||
"::gui::showReportDateFrame" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.51389, |
||||
label="<f0> ::gui::showReportDateFrame", |
||||
pos="591,181", |
||||
rects="503.5,163,678.5,199", |
||||
shape=record, |
||||
style=rounded, |
||||
width=2.4306]; |
||||
"::gui::showMainWindow" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.51389, |
||||
label="<f0> ::gui::showMainWindow", |
||||
pos="389,181", |
||||
rects="312,163,466,199", |
||||
shape=record, |
||||
style=rounded, |
||||
width=2.1389]; |
||||
"::gui::showMainWindow" -> "::gui::showFileFrame" [pos="e,523.75,140.88 450.01,163 470.16,156.95 492.91,150.13 514.12,143.76"]; |
||||
"::gui::showMainWindow" -> "::gui::showReportDateFrame" [pos="e,503.33,181 466.18,181 475,181 484.09,181 493.14,181"]; |
||||
"::gui::initialize" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.51389, |
||||
label="<f0> ::gui::initialize", |
||||
pos="228,181", |
||||
rects="180,163,276,199", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.3333]; |
||||
"::gui::initialize" -> "::gui::showMainWindow" [pos="e,311.72,181 276.27,181 284.3,181 292.86,181 301.52,181"]; |
||||
} |
||||
subgraph cluster_9 { |
||||
graph [bb="855,319,1134,411", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::xml", |
||||
lheight=0.28, |
||||
lp="994.5,397", |
||||
lwidth=0.56, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
"::xml::getSertificates" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::xml::getSertificates | <f1> data", |
||||
pos="1060,351", |
||||
rects="994.5,351,1125.5,374 994.5,328,1125.5,351", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.8194]; |
||||
"::xml::parse" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::xml::parse | <f1> filename", |
||||
pos="904,351", |
||||
rects="863,351,945,374 863,328,945,351", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.1389]; |
||||
"::xml::parse" -> "::xml::getSertificates" [pos="e,994.38,351 945.06,351 957.06,351 970.63,351 984.12,351"]; |
||||
} |
||||
"::gui::loadInfo" -> "::file::createDate" [pos="e,850.33,177.93 812.76,172.17 821.64,173.53 831.07,174.97 840.35,176.4"]; |
||||
"::gui::loadInfo" -> "::file::md5" [pos="e,866.81,232.3 812.88,198.92 822.39,205.45 832.41,212.09 842,218 847.06,221.12 852.43,224.26 857.81,227.3"]; |
||||
"::gui::loadInfo" -> "::file::size" [pos="e,868.12,132.2 812.76,149.98 827.5,145.25 843.74,140.03 858.33,135.35"]; |
||||
"::gui::loadInfo" -> "::xml::parse" [pos="e,862.68,333.28 796.31,199.82 805.63,211.9 815.2,225.96 822,240 837.04,271.05 821.15,287.52 842,315 845.52,319.64 849.83,323.8 854.52\ |
||||
,327.5"]; |
||||
"::gui::showMainWindow" -> "::report::checkInformation" [pos="e,512.18,317.8 399.94,199.07 416.05,226.7 450.5,279.24 494,308 496.91,309.93 499.96,311.72 503.1,313.4"]; |
||||
"::gui::showMainWindow" -> "::report::createFromTemplate" [pos="e,508.57,372.95 395.5,199.09 407.44,235.42 439.19,317.64 494,363 495.82,364.51 497.71,365.95 499.67,367.32"]; |
||||
"::gui::showMainWindow" -> "::report::saveToFile" [pos="e,528.97,254.76 418.93,199.05 439.45,211.43 467.86,227.78 494,240 502.17,243.82 510.87,247.54 519.56,251.05"]; |
||||
} |
||||
subgraph cluster_2 { |
||||
graph [color=blue, |
||||
fontsize=14, |
||||
label=PACKAGES, |
||||
shape=rect, |
||||
style=solid |
||||
]; |
||||
} |
||||
"sertificates.tcl" [color=lightblue2, |
||||
height=1.7721, |
||||
pos="80,181", |
||||
shape=doublecircle, |
||||
style=filled, |
||||
width=1.7721]; |
||||
"sertificates.tcl" -> "::gui::initialize" [pos="e,179.56,181 144.19,181 152.53,181 161.05,181 169.3,181"]; |
||||
} |
||||
} |
@ -0,0 +1,67 @@
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Index</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Index</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="C"></a>C</h2><a href="./nprs_tcl.html#robo9" class="indexitem" >checkInformation</a> |
||||
<a href="./nprs_tcl.html#robo4" class="indexitem" >createDate</a> |
||||
<a href="./nprs_tcl.html#robo11" class="indexitem" >createFromTemplate</a> |
||||
<h2><a name="D"></a>D</h2><a href="./nprs_tcl.html#robo6" class="indexitem" >date</a> |
||||
<h2><a name="F"></a>F</h2><a href="./nprs_tcl.html#robo2" class="indexitem" >file</a> |
||||
<h2><a name="G"></a>G</h2><a href="./nprs_tcl.html#robo14" class="indexitem" >getSertificates</a> |
||||
<a href="./nprs_tcl.html#robo16" class="indexitem" >gui</a> |
||||
<h2><a name="I"></a>I</h2><a href="./nprs_tcl.html#robo17" class="indexitem" >initialize</a> |
||||
<a href="./nprs_tcl.html#robo7" class="indexitem" >initVariables</a> |
||||
<h2><a name="L"></a>L</h2><a href="./nprs_tcl.html#robo21" class="indexitem" >loadInfo</a> |
||||
<h2><a name="M"></a>M</h2><a href="./nprs_tcl.html#robo5" class="indexitem" >md5</a> |
||||
<a href="./nprs_tcl.html#robo22" class="indexitem" >msgboxError</a> |
||||
<a href="./nprs_tcl.html#robo23" class="indexitem" >msgboxInfo</a> |
||||
<h2><a name="N"></a>N</h2><a href="./nprs_tcl.html#robo0" class="indexitem" >nprs</a> |
||||
<a href="./nprs_tcl.html#robo_top_of_doc" class="indexitem" >nprs.tcl</a> |
||||
<h2><a name="P"></a>P</h2><a href="./nprs_tcl.html#robo1" class="indexitem" >packages</a> |
||||
<a href="./nprs_tcl.html#robo15" class="indexitem" >parse</a> |
||||
<h2><a name="R"></a>R</h2><a href="./nprs_tcl.html#robo8" class="indexitem" >report</a> |
||||
<a href="./nprs_tcl.html#robo24" class="indexitem" >resources</a> |
||||
<h2><a name="S"></a>S</h2><a href="./nprs_tcl.html#robo12" class="indexitem" >saveToFile</a> |
||||
<a href="./nprs_tcl.html#robo20" class="indexitem" >showFileFrame</a> |
||||
<a href="./nprs_tcl.html#robo18" class="indexitem" >showMainWindow</a> |
||||
<a href="./nprs_tcl.html#robo19" class="indexitem" >showReportDateFrame</a> |
||||
<a href="./nprs_tcl.html#robo3" class="indexitem" >size</a> |
||||
<h2><a name="U"></a>U</h2><a href="./nprs_tcl.html#robo10" class="indexitem" >utf2rtf</a> |
||||
<h2><a name="X"></a>X</h2><a href="./nprs_tcl.html#robo13" class="indexitem" >xml</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,857 @@
@@ -0,0 +1,857 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>./nprs.tcl</title> |
||||
<!-- Source: ./nprs.tcl --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<hr /> |
||||
<a name="main2fnprs"></a> |
||||
<a name="robo0"></a><h2>main/nprs [ Files ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_files.html#robo_top_of_doc">Files</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <strong>nprs</strong> - подготовка отчета по родовым сертификатам |
||||
</pre> |
||||
<p class="item_name">COPYRIGHT</p> |
||||
<pre> Copyright (C) 2011, Likhachev Maxim, mail@domain.com |
||||
</pre> |
||||
<p class="item_name">LICENSE</p> |
||||
<pre> This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 3 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <<a href="http://www.gnu.org/licenses/>">http://www.gnu.org/licenses/></a>. |
||||
</pre> |
||||
<p class="item_name">VERSION</p> |
||||
<pre> 2.0 |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Программа предназначена для создания отчета по выданным родовым |
||||
сертификатам. Из сформированных программой учета талонов <a href="#robo13">xml</a>-файлов |
||||
формируется файл акта, в котором отражены атрибуты файлов, контрольные |
||||
суммы и количество выданных талонов. |
||||
</p> |
||||
<p class="item_name">PORTABILITY</p> |
||||
<p> Работоспособность программы проверялась в ОС Linux и Windows XP. Для |
||||
достижения более простой кроссплатформенной сборки программа не использует |
||||
двоичные библиотеки и пакеты (например, tDom). |
||||
</p> |
||||
<p class="item_name">STRUCTURE</p> |
||||
<img src="dot_graph_1.png"> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/main_window_full.jpg"> |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="main2fpackages"></a> |
||||
<a name="robo1"></a><h2>main/packages [ Packages ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_packages.html#robo_top_of_doc">Packages</a> ]</p> |
||||
<p class="item_name">PACKAGES</p> |
||||
<pre class="source"><span class="line_number">56 </span><span class="keyword">package</span> <span class="keyword">require</span> Tk <span class="comment">; # графический интерфейс</span> |
||||
<span class="line_number">57 </span><span class="keyword">package</span> <span class="keyword">require</span> fileutil <span class="comment">; # вычисление <a href="#robo5">md5</a>-хэша</span> |
||||
<span class="line_number">58 </span><span class="keyword">package</span> <span class="keyword">require</span> <a href="#robo5">md5</a> <span class="comment">; # процедуры для работы со списками</span> |
||||
<span class="line_number">59 </span><span class="keyword">package</span> <span class="keyword">require</span> struct::<span class="keyword">list</span> <span class="comment">; # процедуры для работы с файлами</span> |
||||
<span class="line_number">60 </span><span class="keyword">package</span> <span class="keyword">require</span> tooltip <span class="comment">; # высплывающие подсказки</span> |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="nprs2ffile"></a> |
||||
<a name="robo2"></a><h2>nprs/file [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">nprs</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>file</strong> - процедуры для работы с файлами |
||||
</p> |
||||
|
||||
<hr /> |
||||
<a name="file2fsize"></a> |
||||
<a name="robo3"></a><h2>file/size [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo2">file</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>size</strong> - вычисление размера файла |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура возвращает размер файла в единицах измерения информации |
||||
(используются десятичные, "старые", приставки). |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>size</strong> filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename - имя файла |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Размер файла в байтах, КБ, МБ, ГБ, ПБ, ЭБ, ЗБ или ЙБ |
||||
</pre> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>size</strong> <filename.test> -> 106 Кб |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number"> 93 </span> <span class="keyword">proc</span> <strong>size</strong> {filename} { |
||||
<span class="line_number"> 94 </span> <span class="keyword">set</span> value [<a href="#robo2">file</a> <strong>size</strong> $filename] |
||||
<span class="line_number"> 95 </span> <span class="keyword">if</span> {$value < 1024} { |
||||
<span class="line_number"> 96 </span> <span class="keyword">format</span> "%s Б" $value |
||||
<span class="line_number"> 97 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number"> 98 </span> <span class="keyword">set</span> unit [<span class="keyword">expr</span> {([<span class="keyword">string</span> length $value] - 1) / 3}] |
||||
<span class="line_number"> 99 </span> <span class="keyword">format</span> "%.1f %s" [<span class="keyword">expr</span> {$value / pow(1024,$unit)}] [<span class="keyword">lindex</span> \ |
||||
<span class="line_number">100 </span> [<span class="keyword">list</span> Б КБ МБ ГБ ТБ ПБ ЭБ ЗБ ЙБ] $unit] |
||||
<span class="line_number">101 </span> } |
||||
<span class="line_number">102 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="file2fcreateDate"></a> |
||||
<a name="robo4"></a><h2>file/createDate [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo2">file</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>createDate</strong> - дата создания файла |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Определение даты создания файла |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>createDate</strong> filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename - имя файла |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Дата в формате дд.мм.гггг |
||||
</pre> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>createDate</strong> test.<a href="#robo13">xml</a> -> 01.01.2011 |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">127 </span> <span class="keyword">proc</span> <strong>createDate</strong> {filename} { |
||||
<span class="line_number">128 </span> <a href="#robo2">file</a> stat $filename crtime |
||||
<span class="line_number">129 </span> <span class="keyword">return</span> [clock <span class="keyword">format</span> $crtime(mtime) -<span class="keyword">format</span> "%d.%m.%Y"] |
||||
<span class="line_number">130 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="file2fmd5"></a> |
||||
<a name="robo5"></a><h2>file/md5 [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo2">file</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>md5</strong> - <strong>md5</strong>-хэш файла |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Определение контрольной суммы файла |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>md5</strong> filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename - имя файла |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> <strong>md5</strong>-хэш |
||||
</pre> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo2">file</a>::<strong>md5</strong> test.<a href="#robo13">xml</a> -> 246A4D564C346AB4B535D46C54D46A64 |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">155 </span> <span class="keyword">proc</span> <strong>md5</strong> {filename} { |
||||
<span class="line_number">156 </span> <strong>md5</strong>::<strong>md5</strong> -hex -<a href="#robo2">file</a> $filename |
||||
<span class="line_number">157 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="nprs2fdate"></a> |
||||
<a name="robo6"></a><h2>nprs/date [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">nprs</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>date</strong> - процедуры, предназначенные для указания даты отчета |
||||
</p> |
||||
|
||||
<hr /> |
||||
<a name="main2finitVariables"></a> |
||||
<a name="robo7"></a><h2>main/initVariables [ Global variables ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_globals.html#robo_top_of_doc">Global variables</a> ]</p> |
||||
<p class="item_name">VARIABLES</p> |
||||
<ul><li> yearList - список названий месяцев |
||||
</li> |
||||
<li> month - текущий месяц. Значение устанавливается как исходное в списке |
||||
отчетных месяцев |
||||
</li> |
||||
<li> year - текущий год. Значение устанавливается как исходное в spinbox'e |
||||
выбора отчетного года |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">179 </span> <span class="keyword">set</span> yearList {январь февраль март апрель май июнь июль август сентябрь октябрь ноябрь декабрь} |
||||
<span class="line_number">180 </span> <span class="keyword">set</span> month [<span class="keyword">lindex</span> $<a href="#robo6">date</a>::yearList [<span class="keyword">expr</span> {[clock <span class="keyword">format</span> [clock seconds] -<span class="keyword">format</span> %N] - 1}]] |
||||
<span class="line_number">181 </span> <span class="keyword">set</span> year [clock <span class="keyword">format</span> [clock seconds] -<span class="keyword">format</span> %Y] |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="nprs2freport"></a> |
||||
<a name="robo8"></a><h2>nprs/report [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">nprs</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>report</strong> - создание и сохранение отчета |
||||
</p> |
||||
|
||||
<hr /> |
||||
<a name="report2fcheckInformation"></a> |
||||
<a name="robo9"></a><h2>report/checkInformation [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo8">report</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>checkInformation</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>checkInformation</strong> |
||||
</pre> |
||||
<p class="item_name">RESULT</p> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>checkInformation</strong> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">225 </span> <span class="keyword">proc</span> <strong>checkInformation</strong> {} { |
||||
<span class="line_number">226 </span> <span class="keyword">expr</span> {[<span class="keyword">llength</span> [<span class="keyword">info</span> vars ::name*]] == 4} |
||||
<span class="line_number">227 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="report2futf2rtf"></a> |
||||
<a name="robo10"></a><h2>report/utf2rtf [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo8">report</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>utf2rtf</strong> - преобразование символов в коды rtf |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура преобразования символов строки в коды формата rtf. |
||||
Предназначена, главным образом, для обработки нелатинских символов |
||||
перед записью в файл формата rtf |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>utf2rtf</strong> string |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> string - строка символов |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> строка |
||||
</pre> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>utf2rtf</strong> "строка" -> "\u1089?\u1090?\u1088?\u1086?\u1082?\u1072?" |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">254 </span> <span class="keyword">proc</span> <strong>utf2rtf</strong> {<span class="keyword">string</span>} { |
||||
<span class="line_number">255 </span> <span class="keyword">subst</span> [<span class="keyword">regsub</span> -all {[–№А-Яа-я]} $<span class="keyword">string</span> {\\\\u[<span class="keyword">scan</span> "\0" %c]?}] |
||||
<span class="line_number">256 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="report2fcreateFromTemplate"></a> |
||||
<a name="robo11"></a><h2>report/createFromTemplate [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo8">report</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo8">report</a>::create - cоздание отчета из файла шаблона |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура создает отчет из файла шаблона в формате rtf. Если |
||||
шаблон не найден, программа предлагает пользователю выбрать шаблон |
||||
вручную. |
||||
</p> |
||||
|
||||
<p> Шаблон отчета должен содержать переменные, на место которых будут |
||||
подставлены данные, полученные программой: |
||||
</p> |
||||
<ul><li> $MONTH$ - отчетный месяц |
||||
</li> |
||||
<li> $YEAR$ - отчетный год |
||||
</li> |
||||
<li> $NAME_{1,2,3-1,3-2}$ - имена файлов |
||||
</li> |
||||
<li> $SIZE_{1,2,3-1,3-2}$ - размеры файлов |
||||
</li> |
||||
<li> $DATE_{1,2,3-1,3-2}$ - даты создания файлов |
||||
</li> |
||||
<li> $MD5_{1,2,3-1,3-2}$ - контрольные суммы файлов |
||||
</li> |
||||
<li> $RECORDS_{1,2,3-1,3-2}$ - количество записей для каждого файла |
||||
</li> |
||||
<li> $CHECKED_{1,2,3-1,3-2}$ - количество проверенных записей для каждого файла |
||||
</li> |
||||
<li> $RECORDS_ALL$ - общее количество записей |
||||
</li> |
||||
<li> $CHECKED_ALL$ - общее количество проверенных записей |
||||
</li> |
||||
</ul> |
||||
<p> |
||||
Основная таблица отчета может иметь следующий вид: |
||||
</p> |
||||
|
||||
<pre> +--------+------------+------------+------------+-------------+---------------+----------------+ |
||||
| № | Имя | Размер | Дата | Контрольная | Общее кол-во | Кол-во записей | |
||||
| талона | файла | файла | создания | сумма | записей в | прошедших | |
||||
| | | | файла | | файле | лог. контроль | |
||||
|--------+------------+------------+------------+-------------+---------------+----------------| |
||||
| 1 | $NAME_1$ | $SIZE_1$ | $DATE_1$ | $MD5_1$ | $RECORDS_1$ | $CHECKED_1$ | |
||||
| 2 | $NAME_2$ | $SIZE_2$ | $DATE_2$ | $MD5_2$ | $RECORDS_2$ | $CHECKED_2$ | |
||||
| 3-1 | $NAME_3-1$ | $SIZE_3-1$ | $DATE_3-1$ | $MD5_3-1$ | $RECORDS_3-1$ | $CHECKED_3-1$ | |
||||
| 3-2 | $NAME_3-2$ | $SIZE_3-2$ | $DATE_3-2$ | $MD5_3-2$ | $RECORDS_3-2$ | $CHECKED_3-2$ | |
||||
|--------+------------+------------+------------+-------------+---------------+----------------| |
||||
| | Итого | $RECORDS_ALL$ | $CHECKED_ALL$ | |
||||
+--------+----------------------------------------------------+--------------------------------+ |
||||
</pre> |
||||
<p></p> |
||||
<p class="item_name">NOTES</p> |
||||
<p> Формат RTF был выбран в качестве базового формата шаблона ввиду |
||||
простоты чтения и записи, так как rtf представляет собой текст. |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo8">report</a>::create filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename - имя файла шаблона |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Отчет, представляющий собой текст шаблона с раскрытыми переменными |
||||
</pre> |
||||
<p class="item_name">USED GLOBAL VARIABLES</p> |
||||
<ul><li> ::year |
||||
</li> |
||||
<li> ::month |
||||
</li> |
||||
<li> ::name{1,2,3-1,3-2} |
||||
</li> |
||||
<li> ::<a href="#robo3">size</a>{1,2,3-1,3-2} |
||||
</li> |
||||
<li> ::<a href="#robo6">date</a>{1,2,3-1,3-2} |
||||
</li> |
||||
<li> ::<a href="#robo5">md5</a>{1,2,3-1,3-2} |
||||
</li> |
||||
<li> ::records{1,2,3-1,3-2} |
||||
</li> |
||||
<li> ::checked{1,2,3-1,3-2} |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">322 </span> <span class="keyword">proc</span> <strong>createFromTemplate</strong> {filename} { |
||||
<span class="line_number">323 </span> #Проверка на существование файла |
||||
<span class="line_number">324 </span> <span class="keyword">if</span> {![<a href="#robo2">file</a> <span class="keyword">exists</span> $filename]} { |
||||
<span class="line_number">325 </span> <a href="#robo22">msgboxError</a> "Ошибка открытия файла шаблона. Выберите шаблон отчета" |
||||
<span class="line_number">326 </span> <a href="#robo8">report</a>::<strong>createFromTemplate</strong> [tk_getOpenFile -filetypes {{{Шаблон отчета} {.rtf}}}] |
||||
<span class="line_number">327 </span> <span class="keyword">return</span> |
||||
<span class="line_number">328 </span> } |
||||
<span class="line_number">329 </span> |
||||
<span class="line_number">330 </span> #Чтение шаблона |
||||
<span class="line_number">331 </span> <span class="keyword">set</span> template [fileutil::cat $filename] |
||||
<span class="line_number">332 </span> |
||||
<span class="line_number">333 </span> <span class="keyword">regsub</span> -all -- {\$MONTH\$} $template [<a href="#robo10">utf2rtf</a> $<a href="#robo6">date</a>::month] template |
||||
<span class="line_number">334 </span> <span class="keyword">regsub</span> -all -- {\$YEAR\$} $template $<a href="#robo6">date</a>::year template |
||||
<span class="line_number">335 </span> |
||||
<span class="line_number">336 </span> <span class="keyword">foreach</span> <span class="keyword">variable</span> {name <a href="#robo3">size</a> <a href="#robo6">date</a> <a href="#robo5">md5</a> records checked} { |
||||
<span class="line_number">337 </span> <span class="keyword">foreach</span> index {1 2 3-1 3-2} { |
||||
<span class="line_number">338 </span> <span class="keyword">regsub</span> -all -- "\\\$[<span class="keyword">string</span> toupper $<span class="keyword">variable</span>]_${index}\\\$" \ |
||||
<span class="line_number">339 </span> $template [<span class="keyword">subst</span> [<a href="#robo10">utf2rtf</a> [<span class="keyword">set</span> ::${<span class="keyword">variable</span>}${index}]]] template |
||||
<span class="line_number">340 </span> } |
||||
<span class="line_number">341 </span> } |
||||
<span class="line_number">342 </span> <span class="keyword">regsub</span> -all -- {\$RECORDS_ALL\$} $template \ |
||||
<span class="line_number">343 </span> [tcl::mathop::+ <span class="comment">{*}[struct::list map [info vars ::records*] set]] template |
||||
<span class="line_number">344 </span> regsub -all -- {\$CHECKED_ALL\$} $template \ |
||||
<span class="line_number">345 </span> [tcl::mathop::+ {*}</span>[struct::<span class="keyword">list</span> map [<span class="keyword">info</span> vars ::checked*] <span class="keyword">set</span>]] template |
||||
<span class="line_number">346 </span> |
||||
<span class="line_number">347 </span> <span class="keyword">return</span> $template |
||||
<span class="line_number">348 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="report2fsaveToFile"></a> |
||||
<a name="robo12"></a><h2>report/saveToFile [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo8">report</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>saveToFile</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>saveToFile</strong> <a href="#robo8">report</a> |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> <a href="#robo8">report</a> - отчет для сохранения |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo8">report</a>::<strong>saveToFile</strong> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">371 </span> <span class="keyword">proc</span> <strong>saveToFile</strong> {<a href="#robo8">report</a>} { |
||||
<span class="line_number">372 </span> #Вызов диалога выбора файла для сохранения |
||||
<span class="line_number">373 </span> <span class="keyword">set</span> reportFile [tk_getSaveFile \ |
||||
<span class="line_number">374 </span> -initialfile "Акт_$<a href="#robo6">date</a>::month-$<a href="#robo6">date</a>::year.rtf" \ |
||||
<span class="line_number">375 </span> -defaultextension ".rtf"] |
||||
<span class="line_number">376 </span> |
||||
<span class="line_number">377 </span> <span class="keyword">if</span> {$reportFile ne ""} { |
||||
<span class="line_number">378 </span> <span class="keyword">if</span> {![<span class="keyword">catch</span> {fileutil::writeFile $reportFile $<a href="#robo8">report</a>} ERR]} { |
||||
<span class="line_number">379 </span> <a href="#robo23">msgboxInfo</a> "Отчет записан в файл [<a href="#robo2">file</a> tail $reportFile]" |
||||
<span class="line_number">380 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number">381 </span> <a href="#robo22">msgboxError</a> "Ошибка: $ERR" |
||||
<span class="line_number">382 </span> } |
||||
<span class="line_number">383 </span> } |
||||
<span class="line_number">384 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="nprs2fxml"></a> |
||||
<a name="robo13"></a><h2>nprs/xml [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">nprs</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>xml</strong> - процедуры для работы с отчетами в формате XML |
||||
</p> |
||||
|
||||
<hr /> |
||||
<a name="xml2fgetSertificates"></a> |
||||
<a name="robo14"></a><h2>xml/getSertificates [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo13">xml</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo13">xml</a>::<strong>getSertificates</strong> - количество выданных сертификатов |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура получения количества выданных и проверенных |
||||
сертификатов. Сертификаты имеют следующий формат: |
||||
</p> |
||||
<ul><li> $N -- номер типа талона (1, 2, 3 - для 3-1 и 3-2) |
||||
</li> |
||||
<li> CHK="1|0" -- статус логической проверки |
||||
</li> |
||||
</ul> |
||||
<p> |
||||
</p> |
||||
<pre> +--<<a href="#robo13">xml</a>>---------------------------------------------------------------------+ |
||||
| | |
||||
| <BTAL$N DREG="" DIAG="" BQNT="" CHK="1" > | |
||||
| <CERTIF SCERTIF="" NCERTIF="" DCERTIF="" /> | |
||||
| <PERSON SNILS="" LNAME="" FNAME="" MNAME="" BDATE="" ADDRESS="" /> | |
||||
| <PASSPORT TDOC="" SDOC="" NDOC="" DDOC="" ODOC="" /> | |
||||
| <POLICY SPOLICY="" NPOLICY="" /> | |
||||
| <SICKLIST SLEAF="" NLEAF="" DLEAF="" /> | |
||||
| <EXCCARD NCARD="" DCARD="" /> | |
||||
| <CHILD SEX="" WEIGHT="" GROWTH="" DIAG=""/> | |
||||
| </BTAL$N> | |
||||
| | |
||||
+----------------------------------------------------------------------------+ |
||||
</pre> |
||||
<p></p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo13">xml</a>::<strong>getSertificates</strong> data |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> data - данные в формате XML |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> список {<количество выданных сертификатов> <количество проверенных сертификатов>} |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">431 </span> <span class="keyword">proc</span> <strong>getSertificates</strong> {data} { |
||||
<span class="line_number">432 </span> <span class="keyword">set</span> tags [<span class="keyword">regexp</span> -inline -all -- {<BTAL\d|CHK="1"} $data] |
||||
<span class="line_number">433 </span> <span class="keyword">list</span> [<span class="keyword">llength</span> [lsearch -all $tags <span class="comment">{*TAL*}</span>]] [<span class="keyword">llength</span> [lsearch -all $tags <span class="comment">{*CHK*}</span>]] |
||||
<span class="line_number">434 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="xml2fparse"></a> |
||||
<a name="robo15"></a><h2>xml/parse [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo13">xml</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo13">xml</a>::<strong>parse</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo13">xml</a>::<strong>parse</strong> filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <a href="#robo13">xml</a>::<strong>parse</strong> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">457 </span> <span class="keyword">proc</span> <strong>parse</strong> {filename} { |
||||
<span class="line_number">458 </span> #Проверка типа файла |
||||
<span class="line_number">459 </span> <span class="keyword">if</span> {[fileutil::fileType $filename] eq "text <a href="#robo13">xml</a>"} { |
||||
<span class="line_number">460 </span> <span class="keyword">set</span> sertificates [<a href="#robo14">getSertificates</a> [fileutil::cat $filename]] |
||||
<span class="line_number">461 </span> |
||||
<span class="line_number">462 </span> #Проверка успешности разбора <a href="#robo13">xml</a>-файла |
||||
<span class="line_number">463 </span> <span class="keyword">if</span> {$sertificates ne "0 0"} { |
||||
<span class="line_number">464 </span> <span class="keyword">return</span> $sertificates |
||||
<span class="line_number">465 </span> } |
||||
<span class="line_number">466 </span> } |
||||
<span class="line_number">467 </span> <a href="#robo22">msgboxError</a> "Файл поврежден или имеет неправильный формат" |
||||
<span class="line_number">468 </span> <span class="keyword">return</span> {} |
||||
<span class="line_number">469 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="nprs2fgui"></a> |
||||
<a name="robo16"></a><h2>nprs/gui [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">nprs</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>gui</strong> - отображение графического интерфейса |
||||
</p> |
||||
|
||||
<hr /> |
||||
<a name="gui2finitialize"></a> |
||||
<a name="robo17"></a><h2>gui/initialize [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>initialize</strong> - отображение графического интерфейса |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура отображает графический интерфейс пользователя и |
||||
устанавливает клавиатурные комбинации |
||||
</p> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/main_window_full.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">496 </span> <span class="keyword">proc</span> <strong>initialize</strong> {} { |
||||
<span class="line_number">497 </span> #Главное окно |
||||
<span class="line_number">498 </span> <a href="#robo18">showMainWindow</a> |
||||
<span class="line_number">499 </span> |
||||
<span class="line_number">500 </span> #Заголовок окна |
||||
<span class="line_number">501 </span> wm title . "Отчеты по родовым сертификатам v2.0" |
||||
<span class="line_number">502 </span> |
||||
<span class="line_number">503 </span> #Минимальные размеры окна |
||||
<span class="line_number">504 </span> wm minsize . 490 450 |
||||
<span class="line_number">505 </span> |
||||
<span class="line_number">506 </span> #Горячие клавиши |
||||
<span class="line_number">507 </span> bind . <Control-q> {exit 0} |
||||
<span class="line_number">508 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2fshowMainWindow"></a> |
||||
<a name="robo18"></a><h2>gui/showMainWindow [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>showMainWindow</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>showMainWindow</strong> |
||||
</pre> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/main_window.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">526 </span> <span class="keyword">proc</span> <strong>showMainWindow</strong> {} { |
||||
<span class="line_number">527 </span> #Окно выбора отчетного периода |
||||
<span class="line_number">528 </span> <a href="#robo19">showReportDateFrame</a> |
||||
<span class="line_number">529 </span> |
||||
<span class="line_number">530 </span> #для четырех типов талонов |
||||
<span class="line_number">531 </span> <span class="keyword">foreach</span> <a href="#robo2">file</a> {1 2 3-1 3-2} { |
||||
<span class="line_number">532 </span> <a href="#robo20">showFileFrame</a> $<a href="#robo2">file</a> |
||||
<span class="line_number">533 </span> } |
||||
<span class="line_number">534 </span> |
||||
<span class="line_number">535 </span> #Кнопка создания отчета |
||||
<span class="line_number">536 </span> pack [button .createReport -text "Создать отчет" -command { |
||||
<span class="line_number">537 </span> <span class="keyword">if</span> {[<a href="#robo8">report</a>::<a href="#robo9">checkInformation</a>]} { |
||||
<span class="line_number">538 </span> <a href="#robo8">report</a>::<a href="#robo12">saveToFile</a> [<a href="#robo8">report</a>::<a href="#robo11">createFromTemplate</a> report_template.rtf] |
||||
<span class="line_number">539 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number">540 </span> <a href="#robo22">msgboxError</a> "Недостаточно данных для создания отчета. Добавьте файлы" |
||||
<span class="line_number">541 </span> } |
||||
<span class="line_number">542 </span> }] -expand true |
||||
<span class="line_number">543 </span> tooltip::tooltip .createReport "Создать отчет" |
||||
<span class="line_number">544 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2fshowReportDateFrame"></a> |
||||
<a name="robo19"></a><h2>gui/showReportDateFrame [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<p class="item_name">GUI</p> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">559 </span> <span class="keyword">proc</span> <strong>showReportDateFrame</strong> {} { |
||||
<span class="line_number">560 </span> pack [ttk::frame .opt] -padx 4 -padx 4 |
||||
<span class="line_number">561 </span> |
||||
<span class="line_number">562 </span> ttk::label .opt.monthLabel -text "Отчет за " |
||||
<span class="line_number">563 </span> ttk::combobox .opt.month -textvariable <a href="#robo6">date</a>::month -values $<a href="#robo6">date</a>::yearList -width 8 |
||||
<span class="line_number">564 </span> spinbox .opt.year -from 1990 -to 2037 -textvariable <a href="#robo6">date</a>::year -width 5 |
||||
<span class="line_number">565 </span> ttk::label .opt.yearLabel -text " года" |
||||
<span class="line_number">566 </span> |
||||
<span class="line_number">567 </span> tooltip::tooltip .opt.month "Отчетный месяц" |
||||
<span class="line_number">568 </span> tooltip::tooltip .opt.year "Отчетный год" |
||||
<span class="line_number">569 </span> |
||||
<span class="line_number">570 </span> pack <span class="comment">{*}[winfo children .opt] -side left |
||||
<span class="line_number">571 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2fshowFileFrame"></a> |
||||
<a name="robo20"></a><h2>gui/showFileFrame [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>showFileFrame</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<p class="item_name">RESULT</p> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/file_frame.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">592 </span> <span class="keyword">proc</span> <strong>showFileFrame</strong> {index} { |
||||
<span class="line_number">593 </span> pack [labelframe .<a href="#robo2">file</a>${index}] -fill both |
||||
<span class="line_number">594 </span> |
||||
<span class="line_number">595 </span> frame [<span class="keyword">set</span> rootFrame ".<a href="#robo2">file</a>${index}.<span class="keyword">info</span>"] |
||||
<span class="line_number">596 </span> button .<a href="#robo2">file</a>${index}.loadFile -image .checkbox -command " |
||||
<span class="line_number">597 </span> <span class="keyword">set</span> <a href="#robo2">file</a>$index \[tk_getOpenFile -filetypes {{{Файлы отчетов} {.<a href="#robo13">xml</a>}} {{Все файлы} <span class="comment">{*}}}\] |
||||
<span class="line_number">598 </span> <a href="#robo16">gui</a>::<a href="#robo21">loadInfo</a> <a href="#robo2">file</a>$index $index |
||||
<span class="line_number">599 </span> " |
||||
<span class="line_number">600 </span> grid .<a href="#robo2">file</a>${index}.loadFile .<a href="#robo2">file</a>${index}.info |
||||
<span class="line_number">601 </span> |
||||
<span class="line_number">602 </span> tooltip::tooltip .<a href="#robo2">file</a>${index}.loadFile "Открыть файл" |
||||
<span class="line_number">603 </span> |
||||
<span class="line_number">604 </span> foreach {caption name} {"Имя файла" name |
||||
<span class="line_number">605 </span> "Размер файла" <a href="#robo3">size</a> |
||||
<span class="line_number">606 </span> "Дата создания" <a href="#robo6">date</a> |
||||
<span class="line_number">607 </span> "Количество записей" records |
||||
<span class="line_number">608 </span> "Проверено записей" checked |
||||
<span class="line_number">609 </span> "MD5" <a href="#robo5">md5</a>} { |
||||
<span class="line_number">610 </span> ttk::label ${rootFrame}.${name}${index} \ |
||||
<span class="line_number">611 </span> -text "${caption}: " |
||||
<span class="line_number">612 </span> ttk::label ${rootFrame}.${name}Var${index} \ |
||||
<span class="line_number">613 </span> -textvariable ${name}${index} \ |
||||
<span class="line_number">614 </span> -justify left \ |
||||
<span class="line_number">615 </span> -anchor w |
||||
<span class="line_number">616 </span> grid ${rootFrame}.${name}${index} \ |
||||
<span class="line_number">617 </span> ${rootFrame}.${name}Var${index} \ |
||||
<span class="line_number">618 </span> -column 1 -sticky w |
||||
<span class="line_number">619 </span> grid .<a href="#robo2">file</a>${index}.info.${name}Var${index} -padx {150 0} |
||||
<span class="line_number">620 </span> } |
||||
<span class="line_number">621 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2floadInfo"></a> |
||||
<a name="robo21"></a><h2>gui/loadInfo [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>loadInfo</strong> - |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo16">gui</a>::<strong>loadInfo</strong> filename index |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> <a href="#robo2">file</a> |
||||
</li> |
||||
<li> index |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/load_info.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">645 </span> <span class="keyword">proc</span> <strong>loadInfo</strong> {<a href="#robo2">file</a> index} { |
||||
<span class="line_number">646 </span> <span class="keyword">upvar</span> $<a href="#robo2">file</a> filename |
||||
<span class="line_number">647 </span> |
||||
<span class="line_number">648 </span> <span class="keyword">if</span> {[<a href="#robo2">file</a> <span class="keyword">exists</span> $filename]} { |
||||
<span class="line_number">649 </span> <span class="keyword">set</span> sertificates [<a href="#robo13">xml</a>::<a href="#robo15">parse</a> $filename] |
||||
<span class="line_number">650 </span> |
||||
<span class="line_number">651 </span> <span class="keyword">if</span> {$sertificates ne ""} { |
||||
<span class="line_number">652 </span> <span class="keyword">set</span> ::name${index} [<a href="#robo2">file</a> tail $filename] |
||||
<span class="line_number">653 </span> <span class="keyword">set</span> ::<a href="#robo3">size</a>${index} [<a href="#robo2">file</a>::<a href="#robo3">size</a> $filename] |
||||
<span class="line_number">654 </span> <span class="keyword">set</span> ::<a href="#robo6">date</a>${index} [<a href="#robo2">file</a>::<a href="#robo4">createDate</a> $filename] |
||||
<span class="line_number">655 </span> <span class="keyword">set</span> ::<a href="#robo5">md5</a>${index} [<a href="#robo2">file</a>::<a href="#robo5">md5</a> $filename] |
||||
<span class="line_number">656 </span> |
||||
<span class="line_number">657 </span> lassign $sertificates ::records${index} ::checked${index} |
||||
<span class="line_number">658 </span> } |
||||
<span class="line_number">659 </span> } |
||||
<span class="line_number">660 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2fmsgboxError"></a> |
||||
<a name="robo22"></a><h2>gui/msgboxError [ Aliases ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_aliases.html#robo_top_of_doc">Aliases</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <strong>msgboxError</strong> - сообщение об ошибке |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Вывод экранного сообщения с заданной строкой и значком ошибки |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <strong>msgboxError</strong> string |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> string - строка сообщения |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <strong>msgboxError</strong> "Недостаточно данных для создания отчета. Добавьте файлы" |
||||
</pre> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/msgbox_error.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">685 </span> <span class="keyword">interp</span> alias {} <strong>msgboxError</strong> {} tk_messageBox -icon <span class="keyword">error</span> -message |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gui2fmsgboxInfo"></a> |
||||
<a name="robo23"></a><h2>gui/msgboxInfo [ Aliases ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo16">gui</a> ] [ <a href="./robo_aliases.html#robo_top_of_doc">Aliases</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <strong>msgboxInfo</strong> - информационное сообщение |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Вывод экранного сообщения с заданной строкой и значком информации |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <strong>msgboxInfo</strong> string |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> string - строка сообщения |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">EXAMPLE</p> |
||||
<pre> <strong>msgboxInfo</strong> "Отчет записан в файл Акт_июль-2011.rtf" |
||||
</pre> |
||||
<p class="item_name">GUI</p> |
||||
<pre> <img src="images/msgbox_info.jpg"> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">710 </span> <span class="keyword">interp</span> alias {} <strong>msgboxInfo</strong> {} tk_messageBox -icon <span class="keyword">info</span> -message |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="main2fresources"></a> |
||||
<a name="robo24"></a><h2>main/resources [ Resources ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_resources.html#robo_top_of_doc">Resources</a> ]</p> |
||||
<p class="item_name">RESOURCE</p> |
||||
<pre> Пиктограмма кнопки открытия файла отчета |
||||
|
||||
<img src="images/check.gif"> |
||||
</pre> |
||||
<p class="item_name">DATA</p> |
||||
<pre class="source"><span class="line_number">725 </span><span class="keyword">set</span> buttonImage { |
||||
<span class="line_number">726 </span> R0lGODlhQABHAOejABMhhCEgfyQqiSUriicsiyYthR0vjCcuhh8wjSkujSkvhyAxjiwvjyIyjysw |
||||
<span class="line_number">727 </span> iSMzkCwxiiQ0iy8xkS4yiyY1jC8zjDA0jSk2lCg3jjE2iTM1jyo4jzQ2kDM3iiw5kTU3kTQ4iy06 |
||||
<span class="line_number">728 </span> kjY4ki87ky48jTc5kzY6jTA8lC89jjk6lDg7jzE9lTk8kDVBkztAjUFEkjxGmUJFkz1HmkNGlEVI |
||||
<span class="line_number">729 </span> lkdJmEhKmURPnEdSoElToU9Sm1BTnEpWnVFUnVBWmFJVnlNWoFRZnFtbmVlcplhdoF1dm1leoVtg |
||||
<span class="line_number">730 </span> pF9kqGVko2BlqWRrqWVsqm1uqGpxr3JzrXB1p3N0rnZ3sXh5s3p7tXh9sHx9uIB9snp/snyBtIOD |
||||
<span class="line_number">731 </span> sn+Et4WFtISJvYWNuoaOu4mQvYuSwIyTwZKSwY2UwpKVvZSUw5aZwZeaw5mcxZuex6CfwpyjxJ+j |
||||
<span class="line_number">732 </span> y6Sjx6WkyKalyaCnyaKmz6Kpy6ioy6yvzK6xzrKx1bOy1rez0bG10bS41La51bm82by807+/1sDA |
||||
<span class="line_number">733 </span> 18DE08fH3sbK2sfL28rK4cvL4sXN4sbO48zQ4M3R4c7S4tXR49DU5NLW5tPX59bX4dTZ6dnZ5Nrb |
||||
<span class="line_number">734 </span> 5dvc5tzd593e6N7f6eDh693j5eLi7d/k5uPj7uXm8Obn8ero7Ovp7eft7/L08f////////////// |
||||
<span class="line_number">735 </span> //////////////////////////////////////////////////////////////////////////// |
||||
<span class="line_number">736 </span> //////////////////////////////////////////////////////////////////////////// |
||||
<span class="line_number">737 </span> //////////////////////////////////////////////////////////////////////////// |
||||
<span class="line_number">738 </span> //////////////////////////////////////////////////////////////////////////// |
||||
<span class="line_number">739 </span> /////////////////////////////////////////////////////yH5BAEKAP8ALAAAAABAAEcA |
||||
<span class="line_number">740 </span> AAj+AP8JHEiwoMGDCBMqbORnjsKHECM+pGSGBwMIEyKokcixY8JFPzR0OGFCxAkMHlOqrOLghEkR |
||||
<span class="line_number">741 </span> I0pQWKSypsQgHEyUdHmigxibQBU2CVFiBMwSJVQMCcrUIJ0LRpGemFqiqVWBnDSMMHqiaIkJja5a |
||||
<span class="line_number">742 </span> raECqdkSHNKIbVrFhFSzJo6sZdrHQgm3ZkeYmBsUlAepVE0wAMQXqJGiU7sWjVLYpp0HREskVsGi |
||||
<span class="line_number">743 </span> sU0WXs2ecDCIo6dDiEKLHk26tGnTiqJ8AFz0AxWOfBQQmE27tu3buHMP2KC5q4kXHY+QRCqiuPHj |
||||
<span class="line_number">744 </span> yJMrN17URIqzMBsY6kiE+Nnr2LNrhx5Tsgi0WQ7+2klY3a2NHejTq1/Pvn36GyFMKi6BggbCA+SL |
||||
<span class="line_number">745 </span> WgjElwteqiVUkMhBVQCQ3wga/DGXJAikYIJiI3jQxUGGLBDAgQnOlYMK33mlQgwIlXUhQtUhqKBY |
||||
<span class="line_number">746 </span> bvCWWQkQYHIQFEiNeFCJGYqVAlGJIRjGQZhM4JaMBtF4olVU/AWXCDogpMkERQFZkJBXQaKAZm4p |
||||
<span class="line_number">747 </span> kImSTI7gJEFQWoWDCom5lMFGWJ6gJYZDBrWGBvKZ1YNCS5q55UBdMiUCXlJ5oAmcE8iJZlNSuDWC |
||||
<span class="line_number">748 </span> mSJsQMZDcZ5JYlE1PlTHGZ4gFAkD0JkAA0SJzimQD4ymedAVE3DwwQwIyYBnCSIkIAimfSo6Y6f+ |
||||
<span class="line_number">749 </span> CRlSUkwITmIQGx90GJMIS0SU6Z8HyTFBCl1NtYEZBYViJFJbWWCJr61q+k+dBVGgGIDAETRFfN0V |
||||
<span class="line_number">750 </span> tYVEvy5q4kGVDBBTmCUwUMhAjBxwnQkacBTuq+MaxIkAgFE1AhYDkWWSZCzeIW+0wBpkQnf6jkCA |
||||
<span class="line_number">751 </span> QG1wkNfBO3Q0b5CwHnTDf1Sd8EEZ/4BZ7HcUdDawn+I2WlAUXIXZFQguSJZYUkx4NPGTFRsUxwcP |
||||
<span class="line_number">752 </span> qnzdywakNDOXNRf0SAb5Fpuxyxyg4TPBJXtKUAvnqowuUi2o9DOdQRcEhstSF3tXB3tYzTS9Jhfk |
||||
<span class="line_number">753 </span> iAO9vQxwCUmKTTLZThPkwsFF52XAJTVdLRD+tQaNoaLURo3whE16T5t1QZtUEHWYI6QAwSeEj01x |
||||
<span class="line_number">754 </span> vQn9UJbUOoUX+duTl23QGyq+hZQFnQBVON8H/SVCCPOVoEVQpx9ukBd3AkxCCgUwFTvlChUxgQQV |
||||
<span class="line_number">755 </span> VBACEIToLjnNvFt20O6eK08Q83E7LxD00pfpaufRS0999QZtz/3zxwOd/Pfefz99+FiPYEH2zhfO |
||||
<span class="line_number">756 </span> qfrsK99jk/mZsL75BM1/Pc0lbPBFHngIoAAHSMACGvCABdQDHuBgAZdIiwhmQosFJkjBClrwghjM |
||||
<span class="line_number">757 </span> oAYbiCoDIUQIiOmaCEdIwhIyTlpUCIEKVmDCFrqQhCq4FEJEYQUkIEEJOMyhDnfIwx768IcKSkhC |
||||
<span class="line_number">758 </span> EJ3gIoQEBAA7 |
||||
<span class="line_number">759 </span>} |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">763 </span>image create photo .checkbox -data $::buttonImage |
||||
</pre> |
||||
|
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./nprs.tcl with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,43 @@
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Aliases</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Aliases</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="M"></a>M</h2><a href="./nprs_tcl.html#robo22" class="indexitem" >msgboxError</a> |
||||
<a href="./nprs_tcl.html#robo23" class="indexitem" >msgboxInfo</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,42 @@
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Files</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Files</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="N"></a>N</h2><a href="./nprs_tcl.html#robo0" class="indexitem" >nprs</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,55 @@
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Functions</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Functions</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="C"></a>C</h2><a href="./nprs_tcl.html#robo9" class="indexitem" >checkInformation</a> |
||||
<a href="./nprs_tcl.html#robo4" class="indexitem" >createDate</a> |
||||
<a href="./nprs_tcl.html#robo11" class="indexitem" >createFromTemplate</a> |
||||
<h2><a name="G"></a>G</h2><a href="./nprs_tcl.html#robo14" class="indexitem" >getSertificates</a> |
||||
<h2><a name="I"></a>I</h2><a href="./nprs_tcl.html#robo17" class="indexitem" >initialize</a> |
||||
<h2><a name="L"></a>L</h2><a href="./nprs_tcl.html#robo21" class="indexitem" >loadInfo</a> |
||||
<h2><a name="M"></a>M</h2><a href="./nprs_tcl.html#robo5" class="indexitem" >md5</a> |
||||
<h2><a name="P"></a>P</h2><a href="./nprs_tcl.html#robo15" class="indexitem" >parse</a> |
||||
<h2><a name="S"></a>S</h2><a href="./nprs_tcl.html#robo12" class="indexitem" >saveToFile</a> |
||||
<a href="./nprs_tcl.html#robo20" class="indexitem" >showFileFrame</a> |
||||
<a href="./nprs_tcl.html#robo18" class="indexitem" >showMainWindow</a> |
||||
<a href="./nprs_tcl.html#robo19" class="indexitem" >showReportDateFrame</a> |
||||
<a href="./nprs_tcl.html#robo3" class="indexitem" >size</a> |
||||
<h2><a name="U"></a>U</h2><a href="./nprs_tcl.html#robo10" class="indexitem" >utf2rtf</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,42 @@
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Global variables</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Global variables</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="I"></a>I</h2><a href="./nprs_tcl.html#robo7" class="indexitem" >initVariables</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,41 @@
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Modules</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Modules</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="S"></a>S</h2><a href="./sertificates_tcl.html#robo0" class="indexitem" >sertificates</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Sat Jul 02 2011 13:44:18 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,46 @@
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Namespaces</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Namespaces</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="D"></a>D</h2><a href="./nprs_tcl.html#robo6" class="indexitem" >date</a> |
||||
<h2><a name="F"></a>F</h2><a href="./nprs_tcl.html#robo2" class="indexitem" >file</a> |
||||
<h2><a name="G"></a>G</h2><a href="./nprs_tcl.html#robo16" class="indexitem" >gui</a> |
||||
<h2><a name="R"></a>R</h2><a href="./nprs_tcl.html#robo8" class="indexitem" >report</a> |
||||
<h2><a name="X"></a>X</h2><a href="./nprs_tcl.html#robo13" class="indexitem" >xml</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,42 @@
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Packages</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Packages</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="P"></a>P</h2><a href="./nprs_tcl.html#robo1" class="indexitem" >packages</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,42 @@
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Resources</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Resources</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="R"></a>R</h2><a href="./nprs_tcl.html#robo24" class="indexitem" >resources</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,51 @@
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Sourcefiles</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<ul> |
||||
<li> |
||||
./<ul> |
||||
<li> |
||||
<a href="./nprs_tcl.html#robo_top_of_doc"><tt> |
||||
nprs.tcl</tt></a></li> |
||||
<li> |
||||
./example_data/<ul> |
||||
</ul> |
||||
</li> |
||||
</ul> |
||||
</li> |
||||
</ul> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,302 @@
@@ -0,0 +1,302 @@
|
||||
/****h* ROBODoc/ROBODoc Cascading Style Sheet |
||||
* FUNCTION |
||||
* This is the default cascading style sheet for documentation |
||||
* generated with ROBODoc. |
||||
* You can edit this file to your own liking and then use |
||||
* it with the option |
||||
* --css <filename> |
||||
* |
||||
* This style-sheet defines the following layout |
||||
* +----------------------------------------+ |
||||
* | logo | |
||||
* +----------------------------------------+ |
||||
* | extra | |
||||
* +----------------------------------------+ |
||||
* | | navi- | |
||||
* | | gation | |
||||
* | content | | |
||||
* | | | |
||||
* +----------------------------------------+ |
||||
* | footer | |
||||
* +----------------------------------------+ |
||||
* |
||||
* This style-sheet is based on a style-sheet that was automatically |
||||
* generated with the Strange Banana stylesheet generator. |
||||
* See http://www.strangebanana.com/generator.aspx |
||||
* |
||||
****** |
||||
* $Id: html_generator.c,v 1.94 2008/06/17 11:49:27 gumpu Exp $ |
||||
*/ |
||||
|
||||
body |
||||
{ |
||||
background-color: rgb(255,255,255); |
||||
color: rgb(98,84,55); |
||||
font-family: Arial, serif; |
||||
border-color: rgb(226,199,143); |
||||
} |
||||
|
||||
pre |
||||
{ |
||||
font-family: monospace; |
||||
margin: 15px; |
||||
padding: 5px; |
||||
white-space: pre; |
||||
color: #000; |
||||
} |
||||
|
||||
pre.source |
||||
{ |
||||
background-color: #ffe; |
||||
border: dashed #aa9 1px; |
||||
} |
||||
|
||||
p |
||||
{ |
||||
margin:15px; |
||||
} |
||||
|
||||
p.item_name |
||||
{ |
||||
font-weight: bolder; |
||||
margin:5px; |
||||
font-size: 120%; |
||||
} |
||||
|
||||
#content |
||||
{ |
||||
font-size: 100%; |
||||
color: rgb(0,0,0); |
||||
background-color: rgb(255,255,255); |
||||
border-left-width: 0px; |
||||
border-right-width: 0px; |
||||
border-top-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-style: none; |
||||
border-right-style: none; |
||||
border-top-style: none; |
||||
border-bottom-style: none; |
||||
padding: 40px 31px 14px 17px; |
||||
border-color: rgb(0,0,0); |
||||
text-align: justify; |
||||
} |
||||
|
||||
#navigation |
||||
{ |
||||
background-color: rgb(98,84,55); |
||||
color: rgb(230,221,202); |
||||
font-family: "Times New Roman", serif; |
||||
font-style: normal; |
||||
border-color: rgb(0,0,0); |
||||
} |
||||
|
||||
a.menuitem |
||||
{ |
||||
font-size: 120%; |
||||
background-color: rgb(0,0,0); |
||||
color: rgb(195,165,100); |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
padding: 1px 8px 3px 1px; |
||||
margin-left: 5px; |
||||
margin-right: 5px; |
||||
margin-top: 5px; |
||||
margin-bottom: 5px; |
||||
border-color: rgb(159,126,57); |
||||
text-align: right; |
||||
} |
||||
|
||||
#logo, #logo a |
||||
{ |
||||
font-size: 130%; |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
font-family: Georgia, serif; |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: bold; |
||||
padding: 20px 18px 20px 18px; |
||||
border-color: rgb(255,255,255); |
||||
text-align: right; |
||||
} |
||||
|
||||
#extra, #extra a |
||||
{ |
||||
font-size: 128%; |
||||
background-color: rgb(0,0,0); |
||||
color: rgb(230,221,202); |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
border-left-width: 0px; |
||||
border-right-width: 0px; |
||||
border-top-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-style: none; |
||||
border-right-style: none; |
||||
border-top-style: none; |
||||
border-bottom-style: none; |
||||
padding: 12px 12px 12px 12px; |
||||
border-color: rgb(195,165,100); |
||||
text-align: center; |
||||
} |
||||
|
||||
#content a |
||||
{ |
||||
color: rgb(159,126,57); |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#content a:hover, #content a:active |
||||
{ |
||||
color: rgb(255,255,255); |
||||
background-color: rgb(159,126,57); |
||||
} |
||||
|
||||
a.indexitem |
||||
{ |
||||
display: block; |
||||
} |
||||
|
||||
h1, h2, h3, h4, h5, h6 |
||||
{ |
||||
background-color: rgb(221,221,221); |
||||
font-family: Arial, serif; |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
} |
||||
|
||||
h1 |
||||
{ |
||||
font-size: 151%; |
||||
} |
||||
|
||||
h2 |
||||
{ |
||||
font-size: 142%; |
||||
} |
||||
|
||||
h3 |
||||
{ |
||||
font-size: 133%; |
||||
} |
||||
|
||||
h4 |
||||
{ |
||||
font-size: 124%; |
||||
} |
||||
|
||||
h5 |
||||
{ |
||||
font-size: 115%; |
||||
} |
||||
|
||||
h6 |
||||
{ |
||||
font-size: 106%; |
||||
} |
||||
|
||||
#navigation a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
.menuitem:hover |
||||
{ |
||||
background-color: rgb(195,165,100); |
||||
color: rgb(0,0,0); |
||||
} |
||||
|
||||
#extra a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#logo a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#extra a:hover |
||||
{ |
||||
} |
||||
|
||||
/* layout */ |
||||
#navigation |
||||
{ |
||||
width: 22%; |
||||
position: relative; |
||||
top: 0; |
||||
right: 0; |
||||
float: right; |
||||
text-align: center; |
||||
margin-left: 10px; |
||||
} |
||||
|
||||
.menuitem {width: auto;} |
||||
#content {width: auto;} |
||||
.menuitem {display: block;} |
||||
|
||||
|
||||
div#footer |
||||
{ |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
clear: left; |
||||
width: 100%; |
||||
font-size: 71%; |
||||
} |
||||
|
||||
div#footer a |
||||
{ |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
} |
||||
|
||||
div#footer p |
||||
{ |
||||
margin:0; |
||||
padding:5px 10px |
||||
} |
||||
|
||||
span.keyword |
||||
{ |
||||
color: #00F; |
||||
} |
||||
|
||||
span.comment |
||||
{ |
||||
color: #080; |
||||
} |
||||
|
||||
span.quote |
||||
{ |
||||
color: #F00; |
||||
} |
||||
|
||||
span.squote |
||||
{ |
||||
color: #F0F; |
||||
} |
||||
|
||||
span.sign |
||||
{ |
||||
color: #008B8B; |
||||
} |
||||
|
||||
span.line_number |
||||
{ |
||||
color: #808080; |
||||
} |
||||
|
||||
@media print |
||||
{ |
||||
#navigation {display: none;} |
||||
#content {padding: 0px;} |
||||
#content a {text-decoration: underline;} |
||||
} |
@ -0,0 +1,76 @@
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Table of Contents</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_files.html#top">Files</a> |
||||
<a class="menuitem" href="./robo_globals.html#top">Global variables</a> |
||||
<a class="menuitem" href="./robo_aliases.html#top">Aliases</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
<a class="menuitem" href="./robo_packages.html#top">Packages</a> |
||||
<a class="menuitem" href="./robo_resources.html#top">Resources</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h3>TABLE OF CONTENTS</h3> |
||||
<ul> |
||||
<li>1. <a href="./nprs_tcl.html#robo0">main/nprs</a></li> |
||||
<ul> |
||||
<li>1.1. <a href="./nprs_tcl.html#robo2">nprs/file</a></li> |
||||
<ul> |
||||
<li>1.1.1. <a href="./nprs_tcl.html#robo3">file/size</a></li> |
||||
<li>1.1.2. <a href="./nprs_tcl.html#robo4">file/createDate</a></li> |
||||
<li>1.1.3. <a href="./nprs_tcl.html#robo5">file/md5</a></li> |
||||
</ul> |
||||
<li>1.2. <a href="./nprs_tcl.html#robo6">nprs/date</a></li> |
||||
<li>1.3. <a href="./nprs_tcl.html#robo8">nprs/report</a></li> |
||||
<ul> |
||||
<li>1.3.1. <a href="./nprs_tcl.html#robo9">report/checkInformation</a></li> |
||||
<li>1.3.2. <a href="./nprs_tcl.html#robo10">report/utf2rtf</a></li> |
||||
<li>1.3.3. <a href="./nprs_tcl.html#robo11">report/createFromTemplate</a></li> |
||||
<li>1.3.4. <a href="./nprs_tcl.html#robo12">report/saveToFile</a></li> |
||||
</ul> |
||||
<li>1.4. <a href="./nprs_tcl.html#robo13">nprs/xml</a></li> |
||||
<ul> |
||||
<li>1.4.1. <a href="./nprs_tcl.html#robo14">xml/getSertificates</a></li> |
||||
<li>1.4.2. <a href="./nprs_tcl.html#robo15">xml/parse</a></li> |
||||
</ul> |
||||
<li>1.5. <a href="./nprs_tcl.html#robo16">nprs/gui</a></li> |
||||
<ul> |
||||
<li>1.5.1. <a href="./nprs_tcl.html#robo17">gui/initialize</a></li> |
||||
<li>1.5.2. <a href="./nprs_tcl.html#robo18">gui/showMainWindow</a></li> |
||||
<li>1.5.3. <a href="./nprs_tcl.html#robo19">gui/showReportDateFrame</a></li> |
||||
<li>1.5.4. <a href="./nprs_tcl.html#robo20">gui/showFileFrame</a></li> |
||||
<li>1.5.5. <a href="./nprs_tcl.html#robo21">gui/loadInfo</a></li> |
||||
<li>1.5.6. <a href="./nprs_tcl.html#robo22">gui/msgboxError</a></li> |
||||
<li>1.5.7. <a href="./nprs_tcl.html#robo23">gui/msgboxInfo</a></li> |
||||
</ul> |
||||
</ul> |
||||
<li>2. <a href="./nprs_tcl.html#robo1">main/packages</a></li> |
||||
<li>3. <a href="./nprs_tcl.html#robo7">main/initVariables</a></li> |
||||
<li>4. <a href="./nprs_tcl.html#robo24">main/resources</a></li> |
||||
</ul> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Tue Mar 11 2014 12:59:28 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -0,0 +1,140 @@
@@ -0,0 +1,140 @@
|
||||
{\rtf1\ansi\deff1\adeflang1025 |
||||
{\fonttbl{\f0\froman\fprq2\fcharset128 Times New Roman;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\fswiss\fprq2\fcharset128 Arial;}{\f3\fnil\fprq0\fcharset128 Arial;}{\f4\fswiss\fprq0\fcharset128 Arial;}{\f5\froman\fprq2\fcharset0 Times New Roman;}{\f6\fnil\fprq2\fcharset128 WenQuanYi Zen Hei;}{\f7\fswiss\fprq2\fcharset128 DejaVu Sans;}{\f8\fnil\fprq2\fcharset128 DejaVu Sans Condensed;}{\f9\fnil\fprq0\fcharset128 DejaVu Sans Condensed;}} |
||||
{\colortbl;\red0\green0\blue0;\red128\green128\blue128;} |
||||
{\stylesheet{\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext1 Normal;} |
||||
{\s2\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af8\afs28\lang1081\ltrch\dbch\af6\langfe255\hich\f2\fs28\lang1049\loch\f2\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s3\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext3 Body Text;} |
||||
{\s4\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon3\snext4 List;} |
||||
{\s5\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af9\afs24\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f3\fs20\lang1049\i\loch\f3\fs20\lang1049\i\sbasedon1\snext5 caption;} |
||||
{\s6\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af9\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f3\fs20\lang1049\loch\f3\fs20\lang1049\sbasedon1\snext6 Index;} |
||||
{\s7\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s8\sb240\sa120\keepn\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ai\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\i\loch\f4\fs28\lang1049\i\sbasedon12\snext3 Subtitle;} |
||||
{\s9\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext9 caption;} |
||||
{\s10\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext10 Index;} |
||||
{\s11\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s12\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title;} |
||||
{\s13\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext13 WW-caption;} |
||||
{\s14\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext14 WW-Index;} |
||||
{\s15\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title1;} |
||||
{\s16\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext16 WW-caption1;} |
||||
{\s17\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext17 WW-Index1;} |
||||
{\s18\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title11;} |
||||
{\s19\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext19 WW-caption11;} |
||||
{\s20\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext20 WW-Index11;} |
||||
{\s21\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title111;} |
||||
{\s22\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext22 WW-caption111;} |
||||
{\s23\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext23 WW-Index111;} |
||||
{\s24\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title1111;} |
||||
{\s25\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext25 WW-caption1111;} |
||||
{\s26\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext26 WW-Index1111;} |
||||
{\s27\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext27 WW-caption11111;} |
||||
{\s28\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext28 WW-Index11111;} |
||||
{\s29\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title11111;} |
||||
{\s30\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext30 WW-caption111111;} |
||||
{\s31\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext31 WW-Index111111;} |
||||
{\s32\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext32 Page;} |
||||
{\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext32 10pt font size;} |
||||
{\s34\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext34 Table Contents;} |
||||
{\s35\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon34\snext35 Table Heading;} |
||||
{\s36\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext36 WW-Table Contents;} |
||||
{\s37\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon36\snext37 WW-Table Heading;} |
||||
{\s38\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext38 WW-Table Contents1;} |
||||
{\s39\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon38\snext39 WW-Table Heading1;} |
||||
{\s40\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext40 WW-Table Contents12;} |
||||
{\s41\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon40\snext41 WW-Table Heading12;} |
||||
{\s42\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext42 WW-Table Contents123;} |
||||
{\s43\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon42\snext43 WW-Table Heading123;} |
||||
{\s44\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext44 WW-Table Contents1234;} |
||||
{\s45\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon44\snext45 WW-Table Heading1234;} |
||||
{\s46\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext46 WW-Table Contents12345;} |
||||
{\s47\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon46\snext47 WW-Table Heading12345;} |
||||
{\s48\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext48 WW-Table Contents123456;} |
||||
{\s49\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon48\snext49 WW-Table Heading123456;} |
||||
{\s50\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext50 Table Contents;} |
||||
{\s51\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon50\snext51 Table Heading;} |
||||
} |
||||
{\info{\doccomm Created by RATFINK/Cost}{\creatim\yr0\mo0\dy0\hr0\min0}{\revtim\yr0\mo0\dy0\hr0\min0}{\printim\yr0\mo0\dy0\hr0\min0}{\comment StarWriter}{\vern3300}}\deftab720 |
||||
{\*\pgdsctbl |
||||
{\pgdsc0\pgdscuse195\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\pgdscnxt0 Standard;} |
||||
{\pgdsc1\pgdscuse195\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\pgdscnxt1 \u1055\'3f\u1088\'3f\u1077\'3f\u1086\'3f\u1073\'3f\u1088\'3f\u1072\'3f\u1079\'3f\u1086\'3f\u1074\'3f\u1072\'3f\u1085\'3f\u1080\'3f\u1077\'3f 1;} |
||||
{\pgdsc2\pgdscuse195\pgwsxn11905\pghsxn16837\marglsxn1134\margrsxn1134\margtsxn1134\margbsxn1134\pgdscnxt2 Standard;}} |
||||
{\*\pgdscno0}\paperh16840\paperw11907\margl1701\margr851\margt1134\margb1134\sectd\sbknone\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc |
||||
\pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\fs20\lang1049\b\loch\fs20\lang1049\b {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b \u1040\'3f\u1050\'3f\u1058\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1055\'3f\u1088\'3f\u1080\'3f\u1077\'3f\u1084\'3f\u1072\'3f \'96 \u1087\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1076\'3f\u1072\'3f\u1095\'3f\u1080\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1089\'3f\u1074\'3f\u1077\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1081\'3f, \u1086\'3f\u1073\'3f \u1091\'3f\u1089\'3f\u1083\'3f\u1091\'3f\u1075\'3f\u1072\'3f\u1093\'3f \u1087\'3f\u1086\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1073\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1084\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1080\'3f, \u1080\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1080\'3f \u1085\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1088\'3f\u1086\'3f\u1078\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f \u1080\'3f \u1074\'3f \u1087\'3f\u1086\'3f\u1089\'3f\u1083\'3f\u1077\'3f\u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f\u1099\'3f\u1081\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f, \u1072\'3f \u1090\'3f\u1072\'3f\u1082\'3f\u1078\'3f\u1077\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1086\'3f\u1084\'3f\u1091\'3f (\u1087\'3f\u1088\'3f\u1086\'3f\u1092\'3f\u1080\'3f\u1083\'3f\u1072\'3f\u1082\'3f\u1090\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1084\'3f\u1091\'3f) \u1085\'3f\u1072\'3f\u1073\'3f\u1083\'3f\u1102\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1102\'3f \u1076\'3f\u1077\'3f\u1090\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1093\'3f \u1074\'3f \u1090\'3f\u1077\'3f\u1095\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1077\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1074\'3f\u1086\'3f\u1075\'3f\u1086\'3f \u1075\'3f\u1086\'3f\u1076\'3f\u1072\'3f \u1078\'3f\u1080\'3f\u1079\'3f\u1085\'3f\u1080\'3f \u1074\'3f \u1074\'3f\u1086\'3f\u1079\'3f\u1088\'3f\u1072\'3f\u1089\'3f\u1090\'3f\u1077\'3f \u1076\'3f\u1086\'3f 3 \u1084\'3f\u1077\'3f\u1089\'3f\u1103\'3f\u1094\'3f\u1077\'3f\u1074\'3f \u1085\'3f\u1072\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1091\'3f\u1095\'3f\u1077\'3f |
||||
\u1090\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1047\'3f\u1072\'3f {\ul\ulc0\rtlch\ltrch\hich\b\loch\b \u1080?\u1102?\u1085?\u1100?} 2011\u1075\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0\ul\ulc0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1042\'3f\u1067\'3f\u1061\'3f\u1054\'3f\u1044\'3f\u1053\'3f\u1067\'3f\u1045\'3f \u1044\'3f\u1040\'3f\u1053\'3f\u1053\'3f\u1067\'3f\u1045\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1055\'3f\u1088\'3f\u1077\'3f\u1076\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1081\'3f {\ul\ulc0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f\u1052\'3f} \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f \u1089\'3f\u1086\'3f\u1076\'3f\u1077\'3f\u1088\'3f\u1078\'3f\u1080\'3f\u1090\'3f \u1089\'3f\u1074\'3f\u1077\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1103\'3f \u1086\'3f\u1073\'3f \u1091\'3f\u1089\'3f\u1083\'3f\u1091\'3f\u1075\'3f\u1072\'3f\u1093\'3f \u1087\'3f\u1086\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1073\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1084\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1080\'3f, \u1080\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1080\'3f \u1085\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1088\'3f\u1086\'3f\u1078\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f \u1080\'3f \u1074\'3f \u1087\'3f\u1086\'3f\u1089\'3f\u1083\'3f\u1077\'3f\u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f, \u1072\'3f \u1090\'3f\u1072\'3f\u1082\'3f\u1078\'3f\u1077\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1086\'3f\u1084\'3f\u1091\'3f (\u1087\'3f\u1088\'3f\u1086\'3f\u1092\'3f\u1080\'3f\u1083\'3f\u1072\'3f\u1082\'3f\u1090\'3f\u1080\'3f |
||||
\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1084\'3f\u1091\'3f) \u1085\'3f\u1072\'3f\u1073\'3f\u1083\'3f\u1102\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1102\'3f \u1076\'3f\u1077\'3f\u1090\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1093\'3f \u1074\'3f \u1090\'3f\u1077\'3f\u1095\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1077\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1074\'3f\u1086\'3f\u1075\'3f\u1086\'3f \u1075\'3f\u1086\'3f\u1076\'3f\u1072\'3f \u1078\'3f\u1080\'3f\u1079\'3f\u1085\'3f\u1080\'3f \u1074\'3f \u1074\'3f\u1086\'3f\u1079\'3f\u1088\'3f\u1072\'3f\u1089\'3f\u1090\'3f\u1077\'3f \u1076\'3f\u1086\'3f 3 \u1084\'3f\u1077\'3f\u1089\'3f\u1103\'3f\u1094\'3f\u1077\'3f\u1074\'3f \u1085\'3f\u1072\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1091\'3f\u1095\'3f\u1077\'3f\u1090\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch \u8470\'3f }{\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1090\'3f\u1072\'3f\u1083\'3f\u1086\'3f\u1085\'3f\u1086\'3f\u1074\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1048\'3f\u1084\'3f\u1103\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1056\'3f\u1072\'3f\u1079\'3f\u1084\'3f\u1077\'3f\u1088\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1044\'3f\u1072\'3f\u1090\'3f\u1072\'3f \u1089\'3f\u1086\'3f\u1079\'3f\u1076\'3f\u1072\'3f\u1085\'3f\u1080\'3f\u1103\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1050\'3f\u1086\'3f\u1085\'3f\u1090\'3f\u1088\'3f\u1086\'3f\u1083\'3f\u1100\'3f\u1085\'3f\u1072\'3f\u1103\'3f \u1089\'3f\u1091\'3f\u1084\'3f\u1084\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1054\'3f\u1073\'3f\u1097\'3f\u1077\'3f\u1077\'3f \u1082\'3f\u1086\'3f\u1083\'3f-\u1074\'3f\u1086\'3f \u1079\'3f\u1072\'3f\u1087\'3f\u1080\'3f\u1089\'3f\u1077\'3f\u1081\'3f \u1074\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1077\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1050\'3f\u1086\'3f\u1083\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1090\'3f\u1074\'3f\u1086\'3f \u1079\'3f\u1072\'3f\u1087\'3f\u1080\'3f\u1089\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1088\'3f\u1086\'3f\u1096\'3f\u1077\'3f\u1076\'3f\u1096\'3f\u1080\'3f\u1093\'3f \u1083\'3f\u1086\'3f\u1075\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1080\'3f\u1081\'3f \u1082\'3f\u1086\'3f\u1085\'3f\u1090\'3f\u1088\'3f\u1086\'3f\u1083\'3f\u1100\'3f} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 1} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 june_2011_1.xml} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 21.6 ၐ?၁?} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 11.03.2014} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 9479252A725D182FCF96A5464BF5ECBC} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 52} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 0} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 2} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 june_2011_2.xml} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 13.1 ၐ?၁?} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 11.03.2014} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 AEFF7224E2C1CC8A9D3188E9E1CC4F5F} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 {\*\bkmkstart DDE_LINK}28{\*\bkmkend }} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 0} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 3-1} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 june_2011_3-1.xml} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 12.4 ၐ?၁?} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 11.03.2014} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 4F27F8B0C288704B9D0D04B07FF04DBC} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 25} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 0} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 3-2} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 june_2011_3-2.xml} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 23.1 ၐ?၁?} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 11.03.2014} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 40D99CDCBD14608287B6EDCA775E402A} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 48} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 0} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1048\'3f\u1090\'3f\u1086\'3f\u1075\'3f\u1086\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 153} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 0} |
||||
\cell\row\pard \pard\plain \ltrpar\s32\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f\tab \tab \tab \tab \tab \tab \tab \u1055\'3f\u1056\'3f\u1054\'3f\u1042\'3f\u1045\'3f\u1056\'3f\u1071\'3f\u1070\'3f\u1065\'3f\u1048\'3f\u1049\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1043\'3f\u1083\'3f\u1072\'3f\u1074\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1074\'3f\u1088\'3f\u1072\'3f\u1095\'3f: \tab \tab \u1059\'3f\u1087\'3f\u1088\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1103\'3f\u1102\'3f\u1097\'3f\u1080\'3f\u1081\'3f:} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 _____________________\u1060\'3f.\u1048\'3f.\u1054\'3f.\tab \tab _____________________\u1060\'3f.\u1048\'3f.\u1054\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 "___" ______________ 2011\u1075\'3f. "___" ______________ 2011\u1075\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch }{\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1052\'3f.\u1055\'3f. \u1052\'3f.\u1055\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1086\'3f\u1090\'3f\u1074\'3f\u1077\'3f\u1090\'3f\u1089\'3f\u1090\'3f\u1074\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1077\'3f \u1083\'3f\u1080\'3f\u1094\'3f\u1086\'3f: \u1060\'3f.\u1048\'3f.\u1054\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1058\'3f\u1077\'3f\u1083\'3f. 12345} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par } |
@ -0,0 +1,769 @@
@@ -0,0 +1,769 @@
|
||||
#!/usr/bin/env tclsh |
||||
|
||||
#Создан: Сб 04 Июн 2011 15:48:47 |
||||
#Изменён: Пн /22 июл 2013 19:34:31 |
||||
|
||||
#****F* main/nprs ***************************************************** |
||||
# |
||||
# NAME |
||||
# nprs - подготовка отчета по родовым сертификатам |
||||
# |
||||
# COPYRIGHT |
||||
# Copyright (C) 2011-2013, Likhachev Maxim, mail@domain.com |
||||
# |
||||
# LICENSE |
||||
# |
||||
# This program is free software: you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation, either version 3 of the License, or |
||||
# (at your option) any later version. |
||||
# |
||||
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
# GNU General Public License for more details. |
||||
# |
||||
# You should have received a copy of the GNU General Public License |
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
# |
||||
# VERSION |
||||
# 2.0 |
||||
# |
||||
# DESCRIPTION |
||||
# Программа предназначена для создания отчета по выданным родовым |
||||
# сертификатам. Из сформированных программой учета талонов xml-файлов |
||||
# формируется файл акта, в котором отражены атрибуты файлов, контрольные |
||||
# суммы и количество выданных талонов. |
||||
# |
||||
# PORTABILITY |
||||
# Работоспособность программы проверялась в ОС Linux и Windows XP. Для |
||||
# достижения более простой кроссплатформенной сборки программа не использует |
||||
# двоичные библиотеки и пакеты (например, tDom). |
||||
# |
||||
# STRUCTURE |
||||
# |exec ../../Code2Graph/code2graph.tcl -i ../nprs.tcl -t "Реестры родовых сертификатов v2.0" -f dot -o main.gv |
||||
# |dotfile ./doc/main.gv |
||||
# |
||||
# GUI |
||||
# image:images/main_window_full.jpg |
||||
# |
||||
#****************************************************************************** |
||||
|
||||
#****p* main/packages ********************************************************* |
||||
# |
||||
# PACKAGES |
||||
# |
||||
package require Tk ; # графический интерфейс |
||||
package require fileutil ; # вычисление md5-хэша |
||||
package require md5 ; # процедуры для работы со списками |
||||
package require struct::list ; # процедуры для работы с файлами |
||||
package require tooltip ; # высплывающие подсказки |
||||
#****************************************************************************** |
||||
|
||||
#****n* nprs/file ***************************************************** |
||||
# |
||||
# NAMESPACE |
||||
# file - процедуры для работы с файлами |
||||
# |
||||
#****************************************************************************** |
||||
namespace eval file { |
||||
#****f* file/size |
||||
# |
||||
# NAME |
||||
# file::size - вычисление размера файла |
||||
# |
||||
# DESCRIPTION |
||||
# Процедура возвращает размер файла в единицах измерения информации |
||||
# (используются десятичные, "старые", приставки). |
||||
# |
||||
# USAGE |
||||
# file::size filename |
||||
# |
||||
# ARGUMENTS |
||||
# * filename - имя файла |
||||
# |
||||
# RESULT |
||||
# Размер файла в байтах, КБ, МБ, ГБ, ПБ, ЭБ, ЗБ или ЙБ |
||||
# |
||||
# EXAMPLE |
||||
# file::size <filename.test> -> 106 Кб |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc size {filename} { |
||||
set value [file size $filename] |
||||
if {$value < 1024} { |
||||
format "%s Б" $value |
||||
} else { |
||||
set unit [expr {([string length $value] - 1) / 3}] |
||||
format "%.1f %s" [expr {$value / pow(1024,$unit)}] [lindex \ |
||||
[list Б КБ МБ ГБ ТБ ПБ ЭБ ЗБ ЙБ] $unit] |
||||
} |
||||
} |
||||
#***** |
||||
|
||||
#****f* file/createDate |
||||
# |
||||
# NAME |
||||
# file::createDate - дата создания файла |
||||
# |
||||
# DESCRIPTION |
||||
# Определение даты создания файла |
||||
# |
||||
# USAGE |
||||
# file::createDate filename |
||||
# |
||||
# ARGUMENTS |
||||
# * filename - имя файла |
||||
# |
||||
# RESULT |
||||
# Дата в формате дд.мм.гггг |
||||
# |
||||
# EXAMPLE |
||||
# file::createDate test.xml -> 01.01.2011 |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc createDate {filename} { |
||||
file stat $filename crtime |
||||
return [clock format $crtime(mtime) -format "%d.%m.%Y"] |
||||
} |
||||
#***** |
||||
|
||||
#****f* file/md5 |
||||
# |
||||
# NAME |
||||
# file::md5 - md5-хэш файла |
||||
# |
||||
# DESCRIPTION |
||||
# Определение контрольной суммы файла |
||||
# |
||||
# USAGE |
||||
# file::md5 filename |
||||
# |
||||
# ARGUMENTS |
||||
# * filename - имя файла |
||||
# |
||||
# RESULT |
||||
# md5-хэш |
||||
# |
||||
# EXAMPLE |
||||
# file::md5 test.xml -> 246A4D564C346AB4B535D46C54D46A64 |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc md5 {filename} { |
||||
md5::md5 -hex -file $filename |
||||
} |
||||
#***** |
||||
} |
||||
|
||||
#****n* nprs/date ***************************************************** |
||||
# |
||||
# NAMESPACE |
||||
# date - процедуры, предназначенные для указания даты отчета |
||||
# |
||||
#****************************************************************************** |
||||
namespace eval date { |
||||
#****G* main/initVariables **************************************************** |
||||
# |
||||
# VARIABLES |
||||
# * yearList - список названий месяцев |
||||
# * month - текущий месяц. Значение устанавливается как исходное в списке |
||||
# отчетных месяцев |
||||
# * year - текущий год. Значение устанавливается как исходное в spinbox'e |
||||
# выбора отчетного года |
||||
# |
||||
# SOURCE |
||||
# |
||||
set yearList {январь февраль март апрель май июнь июль август сентябрь октябрь ноябрь декабрь} |
||||
set month [lindex $date::yearList [expr {[clock format [clock seconds] -format %N] - 1}]] |
||||
set year [clock format [clock seconds] -format %Y] |
||||
#****************************************************************************** |
||||
|
||||
} |
||||
|
||||
#****n* nprs/report *************************************************** |
||||
# |
||||
# NAMESPACE |
||||
# report - создание и сохранение отчета |
||||
# |
||||
#****************************************************************************** |
||||
namespace eval report { |
||||
array set templateVariables { |
||||
month MONTH |
||||
year YEAR |
||||
name NAME |
||||
size SIZE |
||||
date DATE |
||||
md5 MD5 |
||||
records RECORDS |
||||
checked CHECKED |
||||
records_all RECORDS_ALL |
||||
checked_all CHECKED_ALL |
||||
} |
||||
|
||||
set varSign {$} |
||||
|
||||
#****f* report/checkInformation |
||||
# |
||||
# NAME |
||||
# report::checkInformation - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# report::checkInformation |
||||
# |
||||
# RESULT |
||||
# |
||||
# EXAMPLE |
||||
# report::checkInformation |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc checkInformation {} { |
||||
expr {[llength [info vars ::name*]] == 4} |
||||
} |
||||
#***** |
||||
|
||||
#****f* report/utf2rtf |
||||
# |
||||
# NAME |
||||
# report::utf2rtf - преобразование символов в коды rtf |
||||
# |
||||
# DESCRIPTION |
||||
# Процедура преобразования символов строки в коды формата rtf. |
||||
# Предназначена, главным образом, для обработки нелатинских символов |
||||
# перед записью в файл формата rtf |
||||
# |
||||
# USAGE |
||||
# report::utf2rtf string |
||||
# |
||||
# ARGUMENTS |
||||
# * string - строка символов |
||||
# |
||||
# RESULT |
||||
# строка |
||||
# |
||||
# EXAMPLE |
||||
# report::utf2rtf "строка" -> "\u1089?\u1090?\u1088?\u1086?\u1082?\u1072?" |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc utf2rtf {string} { |
||||
subst [regsub -all {[–№А-Яа-я]} $string {\\\\u[scan "\0" %c]?}] |
||||
} |
||||
#***** |
||||
|
||||
#****f* report/createFromTemplate |
||||
# |
||||
# NAME |
||||
# report::create - cоздание отчета из файла шаблона |
||||
# |
||||
# DESCRIPTION |
||||
# Процедура создает отчет из файла шаблона в формате rtf. Если |
||||
# шаблон не найден, программа предлагает пользователю выбрать шаблон |
||||
# вручную. |
||||
# |
||||
# Шаблон отчета должен содержать переменные, на место которых будут |
||||
# подставлены данные, полученные программой: |
||||
# * $MONTH$ - отчетный месяц |
||||
# * $YEAR$ - отчетный год |
||||
# * $NAME_{1,2,3-1,3-2}$ - имена файлов |
||||
# * $SIZE_{1,2,3-1,3-2}$ - размеры файлов |
||||
# * $DATE_{1,2,3-1,3-2}$ - даты создания файлов |
||||
# * $MD5_{1,2,3-1,3-2}$ - контрольные суммы файлов |
||||
# * $RECORDS_{1,2,3-1,3-2}$ - количество записей для каждого файла |
||||
# * $CHECKED_{1,2,3-1,3-2}$ - количество проверенных записей для каждого файла |
||||
# * $RECORDS_ALL$ - общее количество записей |
||||
# * $CHECKED_ALL$ - общее количество проверенных записей |
||||
# |
||||
# Основная таблица отчета может иметь следующий вид: |
||||
# |
||||
# +--------+------------+------------+------------+-------------+---------------+----------------+ |
||||
# | № | Имя | Размер | Дата | Контрольная | Общее кол-во | Кол-во записей | |
||||
# | талона | файла | файла | создания | сумма | записей в | прошедших | |
||||
# | | | | файла | | файле | лог. контроль | |
||||
# |--------+------------+------------+------------+-------------+---------------+----------------| |
||||
# | 1 | $NAME_1$ | $SIZE_1$ | $DATE_1$ | $MD5_1$ | $RECORDS_1$ | $CHECKED_1$ | |
||||
# | 2 | $NAME_2$ | $SIZE_2$ | $DATE_2$ | $MD5_2$ | $RECORDS_2$ | $CHECKED_2$ | |
||||
# | 3-1 | $NAME_3-1$ | $SIZE_3-1$ | $DATE_3-1$ | $MD5_3-1$ | $RECORDS_3-1$ | $CHECKED_3-1$ | |
||||
# | 3-2 | $NAME_3-2$ | $SIZE_3-2$ | $DATE_3-2$ | $MD5_3-2$ | $RECORDS_3-2$ | $CHECKED_3-2$ | |
||||
# |--------+------------+------------+------------+-------------+---------------+----------------| |
||||
# | | Итого | $RECORDS_ALL$ | $CHECKED_ALL$ | |
||||
# +--------+----------------------------------------------------+--------------------------------+ |
||||
# |
||||
# NOTES |
||||
# Формат RTF был выбран в качестве базового формата шаблона ввиду |
||||
# простоты чтения и записи, так как rtf представляет собой текст. |
||||
# |
||||
# USAGE |
||||
# report::create filename |
||||
# |
||||
# ARGUMENTS |
||||
# * filename - имя файла шаблона |
||||
# |
||||
# RESULT |
||||
# Отчет, представляющий собой текст шаблона с раскрытыми переменными |
||||
# |
||||
# USED GLOBAL VARIABLES |
||||
# * ::year |
||||
# * ::month |
||||
# * ::name{1,2,3-1,3-2} |
||||
# * ::size{1,2,3-1,3-2} |
||||
# * ::date{1,2,3-1,3-2} |
||||
# * ::md5{1,2,3-1,3-2} |
||||
# * ::records{1,2,3-1,3-2} |
||||
# * ::checked{1,2,3-1,3-2} |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc createFromTemplate {filename} { |
||||
#Проверка на существование файла |
||||
if {![file exists $filename]} { |
||||
msgboxError "Ошибка открытия файла шаблона. Выберите шаблон отчета" |
||||
report::createFromTemplate [tk_getOpenFile -filetypes {{{Шаблон отчета} {.rtf}}}] |
||||
return |
||||
} |
||||
|
||||
#Чтение шаблона |
||||
set template [fileutil::cat $filename] |
||||
|
||||
regsub -all -- {\$MONTH\$} $template [utf2rtf $date::month] template |
||||
regsub -all -- {\$YEAR\$} $template $date::year template |
||||
|
||||
foreach variable {name size date md5 records checked} { |
||||
foreach index {1 2 3-1 3-2} { |
||||
regsub -all -- "\\\$[string toupper $variable]_${index}\\\$" \ |
||||
$template [subst [utf2rtf [set ::${variable}${index}]]] template |
||||
} |
||||
} |
||||
regsub -all -- {\$RECORDS_ALL\$} $template \ |
||||
[tcl::mathop::+ {*}[struct::list map [info vars ::records*] set]] template |
||||
regsub -all -- {\$CHECKED_ALL\$} $template \ |
||||
[tcl::mathop::+ {*}[struct::list map [info vars ::checked*] set]] template |
||||
|
||||
return $template |
||||
} |
||||
#***** |
||||
|
||||
#****f* report/saveToFile |
||||
# |
||||
# NAME |
||||
# report::saveToFile - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# report::saveToFile report |
||||
# |
||||
# ARGUMENTS |
||||
# * report - отчет для сохранения |
||||
# |
||||
# RESULT |
||||
# |
||||
# EXAMPLE |
||||
# report::saveToFile |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc saveToFile {report} { |
||||
#Вызов диалога выбора файла для сохранения |
||||
set reportFile [tk_getSaveFile \ |
||||
-initialfile "Акт_$date::month-$date::year.rtf" \ |
||||
-defaultextension ".rtf"] |
||||
|
||||
if {$reportFile ne ""} { |
||||
if {![catch {fileutil::writeFile $reportFile $report} ERR]} { |
||||
msgboxInfo "Отчет записан в файл [file tail $reportFile]" |
||||
} else { |
||||
msgboxError "Ошибка: $ERR" |
||||
} |
||||
} |
||||
} |
||||
#***** |
||||
} |
||||
|
||||
#****n* nprs/xml ****************************************************** |
||||
# |
||||
# NAMESPACE |
||||
# xml - процедуры для работы с отчетами в формате XML |
||||
# |
||||
#****************************************************************************** |
||||
namespace eval xml { |
||||
#****f* xml/getSertificates |
||||
# |
||||
# NAME |
||||
# xml::getSertificates - количество выданных сертификатов |
||||
# |
||||
# DESCRIPTION |
||||
# Процедура получения количества выданных и проверенных |
||||
# сертификатов. Сертификаты имеют следующий формат: |
||||
# * $N -- номер типа талона (1, 2, 3 - для 3-1 и 3-2) |
||||
# * CHK="1|0" -- статус логической проверки |
||||
# |
||||
# +--<xml>---------------------------------------------------------------------+ |
||||
# | | |
||||
# | <BTAL$N DREG="" DIAG="" BQNT="" CHK="1" > | |
||||
# | <CERTIF SCERTIF="" NCERTIF="" DCERTIF="" /> | |
||||
# | <PERSON SNILS="" LNAME="" FNAME="" MNAME="" BDATE="" ADDRESS="" /> | |
||||
# | <PASSPORT TDOC="" SDOC="" NDOC="" DDOC="" ODOC="" /> | |
||||
# | <POLICY SPOLICY="" NPOLICY="" /> | |
||||
# | <SICKLIST SLEAF="" NLEAF="" DLEAF="" /> | |
||||
# | <EXCCARD NCARD="" DCARD="" /> | |
||||
# | <CHILD SEX="" WEIGHT="" GROWTH="" DIAG=""/> | |
||||
# | </BTAL$N> | |
||||
# | | |
||||
# +----------------------------------------------------------------------------+ |
||||
# |
||||
# USAGE |
||||
# xml::getSertificates data |
||||
# |
||||
# ARGUMENTS |
||||
# * data - данные в формате XML |
||||
# |
||||
# RESULT |
||||
# список {<количество выданных сертификатов> <количество проверенных сертификатов>} |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc getSertificates {data} { |
||||
set tags [regexp -inline -all -- {<BTAL\d|CHK="1"} $data] |
||||
list [llength [lsearch -all $tags {*TAL*}]] [llength [lsearch -all $tags {*CHK*}]] |
||||
} |
||||
#***** |
||||
|
||||
#****f* xml/parse |
||||
# |
||||
# NAME |
||||
# xml::parse - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# xml::parse filename |
||||
# |
||||
# ARGUMENTS |
||||
# * filename |
||||
# |
||||
# RESULT |
||||
# |
||||
# EXAMPLE |
||||
# xml::parse |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc parse {filename} { |
||||
#Проверка типа файла |
||||
if {[fileutil::fileType $filename] eq "text xml"} { |
||||
set sertificates [getSertificates [fileutil::cat $filename]] |
||||
|
||||
#Проверка успешности разбора xml-файла |
||||
if {$sertificates ne "0 0"} { |
||||
return $sertificates |
||||
} |
||||
} |
||||
msgboxError "Файл поврежден или имеет неправильный формат" |
||||
return {} |
||||
} |
||||
#***** |
||||
} |
||||
|
||||
#------------------------------------- |
||||
|
||||
#****n* nprs/gui ****************************************************** |
||||
# |
||||
# NAMESPACE |
||||
# gui - отображение графического интерфейса |
||||
# |
||||
#****************************************************************************** |
||||
namespace eval gui { |
||||
#****f* gui/initialize |
||||
# |
||||
# NAME |
||||
# gui::initialize - отображение графического интерфейса |
||||
# |
||||
# DESCRIPTION |
||||
# Процедура отображает графический интерфейс пользователя и |
||||
# устанавливает клавиатурные комбинации |
||||
# |
||||
# GUI |
||||
# image:images/main_window_full.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc initialize {} { |
||||
#Главное окно |
||||
showMainWindow |
||||
|
||||
#Заголовок окна |
||||
wm title . "Отчеты по родовым сертификатам v2.0" |
||||
|
||||
#Минимальные размеры окна |
||||
wm minsize . 490 450 |
||||
|
||||
#Горячие клавиши |
||||
bind . <Control-q> {exit 0} |
||||
} |
||||
#***** |
||||
|
||||
#****f* gui/showMainWindow |
||||
# |
||||
# NAME |
||||
# gui::showMainWindow - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# gui::showMainWindow |
||||
# |
||||
# GUI |
||||
# image:images/main_window.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc showMainWindow {} { |
||||
#Окно выбора отчетного периода |
||||
showReportDateFrame |
||||
|
||||
#для четырех типов талонов |
||||
foreach file {1 2 3-1 3-2} { |
||||
showFileFrame $file |
||||
} |
||||
|
||||
#Кнопка создания отчета |
||||
pack [button .createReport -text "Создать отчет" -command { |
||||
if {[report::checkInformation]} { |
||||
report::saveToFile [report::createFromTemplate report_template.rtf] |
||||
} else { |
||||
msgboxError "Недостаточно данных для создания отчета. Добавьте файлы" |
||||
} |
||||
}] -expand true |
||||
tooltip::tooltip .createReport "Создать отчет" |
||||
} |
||||
#***** |
||||
|
||||
#****f* gui/showReportDateFrame |
||||
# |
||||
# NAME |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# |
||||
# GUI |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc showReportDateFrame {} { |
||||
pack [ttk::frame .opt] -padx 4 -padx 4 |
||||
|
||||
ttk::label .opt.monthLabel -text "Отчет за " |
||||
ttk::combobox .opt.month -textvariable date::month -values $date::yearList -width 8 |
||||
spinbox .opt.year -from 1990 -to 2037 -textvariable date::year -width 5 |
||||
ttk::label .opt.yearLabel -text " года" |
||||
|
||||
tooltip::tooltip .opt.month "Отчетный месяц" |
||||
tooltip::tooltip .opt.year "Отчетный год" |
||||
|
||||
pack {*}[winfo children .opt] -side left |
||||
} |
||||
#***** |
||||
|
||||
#****f* gui/showFileFrame |
||||
# |
||||
# NAME |
||||
# gui::showFileFrame - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# |
||||
# ARGUMENTS |
||||
# |
||||
# RESULT |
||||
# |
||||
# GUI |
||||
# image:images/file_frame.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc showFileFrame {index} { |
||||
pack [labelframe .file${index}] -fill both |
||||
|
||||
frame [set rootFrame ".file${index}.info"] |
||||
button .file${index}.loadFile -image .checkbox -command " |
||||
set file$index \[tk_getOpenFile -filetypes {{{Файлы отчетов} {.xml}} {{Все файлы} {*}}}\] |
||||
gui::loadInfo file$index $index |
||||
" |
||||
grid .file${index}.loadFile .file${index}.info |
||||
|
||||
tooltip::tooltip .file${index}.loadFile "Открыть файл" |
||||
|
||||
foreach {caption name} {"Имя файла" name |
||||
"Размер файла" size |
||||
"Дата создания" date |
||||
"Количество записей" records |
||||
"Проверено записей" checked |
||||
"MD5" md5} { |
||||
ttk::label ${rootFrame}.${name}${index} \ |
||||
-text "${caption}: " |
||||
ttk::label ${rootFrame}.${name}Var${index} \ |
||||
-textvariable ${name}${index} \ |
||||
-justify left \ |
||||
-anchor w |
||||
grid ${rootFrame}.${name}${index} \ |
||||
${rootFrame}.${name}Var${index} \ |
||||
-column 1 -sticky w |
||||
grid .file${index}.info.${name}Var${index} -padx {150 0} |
||||
} |
||||
} |
||||
#***** |
||||
|
||||
#****f* gui/loadInfo |
||||
# |
||||
# NAME |
||||
# gui::loadInfo - |
||||
# |
||||
# DESCRIPTION |
||||
# |
||||
# USAGE |
||||
# gui::loadInfo filename index |
||||
# |
||||
# ARGUMENTS |
||||
# * file |
||||
# * index |
||||
# |
||||
# RESULT |
||||
# |
||||
# GUI |
||||
# image:images/load_info.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
proc loadInfo {file index} { |
||||
upvar $file filename |
||||
|
||||
if {[file exists $filename]} { |
||||
set sertificates [xml::parse $filename] |
||||
|
||||
if {$sertificates ne ""} { |
||||
set ::name${index} [file tail $filename] |
||||
set ::size${index} [file::size $filename] |
||||
set ::date${index} [file::createDate $filename] |
||||
set ::md5${index} [file::md5 $filename] |
||||
|
||||
lassign $sertificates ::records${index} ::checked${index} |
||||
} |
||||
} |
||||
} |
||||
#***** |
||||
|
||||
#****a* gui/msgboxError |
||||
# |
||||
# NAME |
||||
# msgboxError - сообщение об ошибке |
||||
# |
||||
# DESCRIPTION |
||||
# Вывод экранного сообщения с заданной строкой и значком ошибки |
||||
# |
||||
# USAGE |
||||
# msgboxError string |
||||
# |
||||
# ARGUMENTS |
||||
# * string - строка сообщения |
||||
# |
||||
# EXAMPLE |
||||
# msgboxError "Недостаточно данных для создания отчета. Добавьте файлы" |
||||
# |
||||
# GUI |
||||
# image:images/msgbox_error.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
interp alias {} msgboxError {} tk_messageBox -icon error -message |
||||
#***** |
||||
|
||||
#****a* gui/msgboxInfo |
||||
# |
||||
# NAME |
||||
# msgboxInfo - информационное сообщение |
||||
# |
||||
# DESCRIPTION |
||||
# Вывод экранного сообщения с заданной строкой и значком информации |
||||
# |
||||
# USAGE |
||||
# msgboxInfo string |
||||
# |
||||
# ARGUMENTS |
||||
# * string - строка сообщения |
||||
# |
||||
# EXAMPLE |
||||
# msgboxInfo "Отчет записан в файл Акт_июль-2011.rtf" |
||||
# |
||||
# GUI |
||||
# image:images/msgbox_info.jpg |
||||
# |
||||
# SOURCE |
||||
# |
||||
interp alias {} msgboxInfo {} tk_messageBox -icon info -message |
||||
#***** |
||||
} |
||||
|
||||
#------------------------------------------------------------------------------ |
||||
|
||||
#****r* main/resources ******************************************************** |
||||
# |
||||
# RESOURCE |
||||
# Пиктограмма кнопки открытия файла отчета |
||||
# |
||||
# image:images/check.gif |
||||
# |
||||
# DATA |
||||
# |
||||
set buttonImage { |
||||
R0lGODlhQABHAOejABMhhCEgfyQqiSUriicsiyYthR0vjCcuhh8wjSkujSkvhyAxjiwvjyIyjysw |
||||
iSMzkCwxiiQ0iy8xkS4yiyY1jC8zjDA0jSk2lCg3jjE2iTM1jyo4jzQ2kDM3iiw5kTU3kTQ4iy06 |
||||
kjY4ki87ky48jTc5kzY6jTA8lC89jjk6lDg7jzE9lTk8kDVBkztAjUFEkjxGmUJFkz1HmkNGlEVI |
||||
lkdJmEhKmURPnEdSoElToU9Sm1BTnEpWnVFUnVBWmFJVnlNWoFRZnFtbmVlcplhdoF1dm1leoVtg |
||||
pF9kqGVko2BlqWRrqWVsqm1uqGpxr3JzrXB1p3N0rnZ3sXh5s3p7tXh9sHx9uIB9snp/snyBtIOD |
||||
sn+Et4WFtISJvYWNuoaOu4mQvYuSwIyTwZKSwY2UwpKVvZSUw5aZwZeaw5mcxZuex6CfwpyjxJ+j |
||||
y6Sjx6WkyKalyaCnyaKmz6Kpy6ioy6yvzK6xzrKx1bOy1rez0bG10bS41La51bm82by807+/1sDA |
||||
18DE08fH3sbK2sfL28rK4cvL4sXN4sbO48zQ4M3R4c7S4tXR49DU5NLW5tPX59bX4dTZ6dnZ5Nrb |
||||
5dvc5tzd593e6N7f6eDh693j5eLi7d/k5uPj7uXm8Obn8ero7Ovp7eft7/L08f////////////// |
||||
//////////////////////////////////////////////////////////////////////////// |
||||
//////////////////////////////////////////////////////////////////////////// |
||||
//////////////////////////////////////////////////////////////////////////// |
||||
//////////////////////////////////////////////////////////////////////////// |
||||
/////////////////////////////////////////////////////yH5BAEKAP8ALAAAAABAAEcA |
||||
AAj+AP8JHEiwoMGDCBMqbORnjsKHECM+pGSGBwMIEyKokcixY8JFPzR0OGFCxAkMHlOqrOLghEkR |
||||
I0pQWKSypsQgHEyUdHmigxibQBU2CVFiBMwSJVQMCcrUIJ0LRpGemFqiqVWBnDSMMHqiaIkJja5a |
||||
raECqdkSHNKIbVrFhFSzJo6sZdrHQgm3ZkeYmBsUlAepVE0wAMQXqJGiU7sWjVLYpp0HREskVsGi |
||||
sU0WXs2ecDCIo6dDiEKLHk26tGnTiqJ8AFz0AxWOfBQQmE27tu3buHMP2KC5q4kXHY+QRCqiuPHj |
||||
yJMrN17URIqzMBsY6kiE+Nnr2LNrhx5Tsgi0WQ7+2klY3a2NHejTq1/Pvn36GyFMKi6BggbCA+SL |
||||
WgjElwteqiVUkMhBVQCQ3wga/DGXJAikYIJiI3jQxUGGLBDAgQnOlYMK33mlQgwIlXUhQtUhqKBY |
||||
bvCWWQkQYHIQFEiNeFCJGYqVAlGJIRjGQZhM4JaMBtF4olVU/AWXCDogpMkERQFZkJBXQaKAZm4p |
||||
kImSTI7gJEFQWoWDCom5lMFGWJ6gJYZDBrWGBvKZ1YNCS5q55UBdMiUCXlJ5oAmcE8iJZlNSuDWC |
||||
mSJsQMZDcZ5JYlE1PlTHGZ4gFAkD0JkAA0SJzimQD4ymedAVE3DwwQwIyYBnCSIkIAimfSo6Y6f+ |
||||
CRlSUkwITmIQGx90GJMIS0SU6Z8HyTFBCl1NtYEZBYViJFJbWWCJr61q+k+dBVGgGIDAETRFfN0V |
||||
tYVEvy5q4kGVDBBTmCUwUMhAjBxwnQkacBTuq+MaxIkAgFE1AhYDkWWSZCzeIW+0wBpkQnf6jkCA |
||||
QG1wkNfBO3Q0b5CwHnTDf1Sd8EEZ/4BZ7HcUdDawn+I2WlAUXIXZFQguSJZYUkx4NPGTFRsUxwcP |
||||
qnzdywakNDOXNRf0SAb5Fpuxyxyg4TPBJXtKUAvnqowuUi2o9DOdQRcEhstSF3tXB3tYzTS9Jhfk |
||||
iAO9vQxwCUmKTTLZThPkwsFF52XAJTVdLRD+tQaNoaLURo3whE16T5t1QZtUEHWYI6QAwSeEj01x |
||||
vQn9UJbUOoUX+duTl23QGyq+hZQFnQBVON8H/SVCCPOVoEVQpx9ukBd3AkxCCgUwFTvlChUxgQQV |
||||
VBACEIToLjnNvFt20O6eK08Q83E7LxD00pfpaufRS0999QZtz/3zxwOd/Pfefz99+FiPYEH2zhfO |
||||
qfrsK99jk/mZsL75BM1/Pc0lbPBFHngIoAAHSMACGvCABdQDHuBgAZdIiwhmQosFJkjBClrwghjM |
||||
oAYbiCoDIUQIiOmaCEdIwhIyTlpUCIEKVmDCFrqQhCq4FEJEYQUkIEEJOMyhDnfIwx768IcKSkhC |
||||
EJ3gIoQEBAA7 |
||||
} |
||||
# |
||||
# SOURCE |
||||
# |
||||
image create photo .checkbox -data $::buttonImage |
||||
#****************************************************************************** |
||||
|
||||
#------------------------------------------------------------------------------ |
||||
|
||||
gui::initialize |
||||
|
@ -0,0 +1,140 @@
@@ -0,0 +1,140 @@
|
||||
{\rtf1\ansi\deff1\adeflang1025 |
||||
{\fonttbl{\f0\froman\fprq2\fcharset128 Times New Roman;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\fswiss\fprq2\fcharset128 Arial;}{\f3\fnil\fprq0\fcharset128 Arial;}{\f4\fswiss\fprq0\fcharset128 Arial;}{\f5\froman\fprq2\fcharset0 Times New Roman;}{\f6\fnil\fprq2\fcharset128 WenQuanYi Zen Hei;}{\f7\fswiss\fprq2\fcharset128 DejaVu Sans;}{\f8\fnil\fprq2\fcharset128 DejaVu Sans Condensed;}{\f9\fnil\fprq0\fcharset128 DejaVu Sans Condensed;}} |
||||
{\colortbl;\red0\green0\blue0;\red128\green128\blue128;} |
||||
{\stylesheet{\s1\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext1 Normal;} |
||||
{\s2\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af8\afs28\lang1081\ltrch\dbch\af6\langfe255\hich\f2\fs28\lang1049\loch\f2\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s3\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext3 Body Text;} |
||||
{\s4\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon3\snext4 List;} |
||||
{\s5\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af9\afs24\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f3\fs20\lang1049\i\loch\f3\fs20\lang1049\i\sbasedon1\snext5 caption;} |
||||
{\s6\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af9\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f3\fs20\lang1049\loch\f3\fs20\lang1049\sbasedon1\snext6 Index;} |
||||
{\s7\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s8\sb240\sa120\keepn\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ai\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\i\loch\f4\fs28\lang1049\i\sbasedon12\snext3 Subtitle;} |
||||
{\s9\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext9 caption;} |
||||
{\s10\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext10 Index;} |
||||
{\s11\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 Title;} |
||||
{\s12\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title;} |
||||
{\s13\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext13 WW-caption;} |
||||
{\s14\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext14 WW-Index;} |
||||
{\s15\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title1;} |
||||
{\s16\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext16 WW-caption1;} |
||||
{\s17\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext17 WW-Index1;} |
||||
{\s18\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title11;} |
||||
{\s19\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext19 WW-caption11;} |
||||
{\s20\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext20 WW-Index11;} |
||||
{\s21\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title111;} |
||||
{\s22\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext22 WW-caption111;} |
||||
{\s23\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext23 WW-Index111;} |
||||
{\s24\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title1111;} |
||||
{\s25\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext25 WW-caption1111;} |
||||
{\s26\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext26 WW-Index1111;} |
||||
{\s27\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext27 WW-caption11111;} |
||||
{\s28\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext28 WW-Index11111;} |
||||
{\s29\sb240\sa120\keepn\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs28\lang1081\ltrch\dbch\af7\langfe255\hich\f4\fs28\lang1049\loch\f4\fs28\lang1049\sbasedon1\snext3 WW-Title11111;} |
||||
{\s30\sb120\sa120\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ai\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\i\loch\f4\fs20\lang1049\i\sbasedon1\snext30 WW-caption111111;} |
||||
{\s31\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af4\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f4\fs20\lang1049\loch\f4\fs20\lang1049\sbasedon1\snext31 WW-Index111111;} |
||||
{\s32\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext32 Page;} |
||||
{\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\snext32 10pt font size;} |
||||
{\s34\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext34 Table Contents;} |
||||
{\s35\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon34\snext35 Table Heading;} |
||||
{\s36\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext36 WW-Table Contents;} |
||||
{\s37\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon36\snext37 WW-Table Heading;} |
||||
{\s38\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext38 WW-Table Contents1;} |
||||
{\s39\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon38\snext39 WW-Table Heading1;} |
||||
{\s40\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext40 WW-Table Contents12;} |
||||
{\s41\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon40\snext41 WW-Table Heading12;} |
||||
{\s42\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext42 WW-Table Contents123;} |
||||
{\s43\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon42\snext43 WW-Table Heading123;} |
||||
{\s44\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext44 WW-Table Contents1234;} |
||||
{\s45\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon44\snext45 WW-Table Heading1234;} |
||||
{\s46\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext46 WW-Table Contents12345;} |
||||
{\s47\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon46\snext47 WW-Table Heading12345;} |
||||
{\s48\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext48 WW-Table Contents123456;} |
||||
{\s49\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon48\snext49 WW-Table Heading123456;} |
||||
{\s50\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049\sbasedon1\snext50 Table Contents;} |
||||
{\s51\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\b\loch\f1\fs20\lang1049\b\sbasedon50\snext51 Table Heading;} |
||||
} |
||||
{\info{\doccomm Created by RATFINK/Cost}{\creatim\yr0\mo0\dy0\hr0\min0}{\revtim\yr0\mo0\dy0\hr0\min0}{\printim\yr0\mo0\dy0\hr0\min0}{\comment StarWriter}{\vern3300}}\deftab720 |
||||
{\*\pgdsctbl |
||||
{\pgdsc0\pgdscuse195\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\pgdscnxt0 Standard;} |
||||
{\pgdsc1\pgdscuse195\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\pgdscnxt1 \u1055\'3f\u1088\'3f\u1077\'3f\u1086\'3f\u1073\'3f\u1088\'3f\u1072\'3f\u1079\'3f\u1086\'3f\u1074\'3f\u1072\'3f\u1085\'3f\u1080\'3f\u1077\'3f 1;} |
||||
{\pgdsc2\pgdscuse195\pgwsxn11905\pghsxn16837\marglsxn1134\margrsxn1134\margtsxn1134\margbsxn1134\pgdscnxt2 Standard;}} |
||||
{\*\pgdscno0}\paperh16840\paperw11907\margl1701\margr851\margt1134\margb1134\sectd\sbknone\pgwsxn11907\pghsxn16840\marglsxn1701\margrsxn851\margtsxn1134\margbsxn1134\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc |
||||
\pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ab\ltrch\dbch\af1\langfe255\hich\fs20\lang1049\b\loch\fs20\lang1049\b {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b \u1040\'3f\u1050\'3f\u1058\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1055\'3f\u1088\'3f\u1080\'3f\u1077\'3f\u1084\'3f\u1072\'3f \'96 \u1087\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1076\'3f\u1072\'3f\u1095\'3f\u1080\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1089\'3f\u1074\'3f\u1077\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1081\'3f, \u1086\'3f\u1073\'3f \u1091\'3f\u1089\'3f\u1083\'3f\u1091\'3f\u1075\'3f\u1072\'3f\u1093\'3f \u1087\'3f\u1086\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1073\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1084\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1080\'3f, \u1080\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1080\'3f \u1085\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1088\'3f\u1086\'3f\u1078\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f \u1080\'3f \u1074\'3f \u1087\'3f\u1086\'3f\u1089\'3f\u1083\'3f\u1077\'3f\u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f\u1099\'3f\u1081\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f, \u1072\'3f \u1090\'3f\u1072\'3f\u1082\'3f\u1078\'3f\u1077\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1086\'3f\u1084\'3f\u1091\'3f (\u1087\'3f\u1088\'3f\u1086\'3f\u1092\'3f\u1080\'3f\u1083\'3f\u1072\'3f\u1082\'3f\u1090\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1084\'3f\u1091\'3f) \u1085\'3f\u1072\'3f\u1073\'3f\u1083\'3f\u1102\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1102\'3f \u1076\'3f\u1077\'3f\u1090\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1093\'3f \u1074\'3f \u1090\'3f\u1077\'3f\u1095\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1077\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1074\'3f\u1086\'3f\u1075\'3f\u1086\'3f \u1075\'3f\u1086\'3f\u1076\'3f\u1072\'3f \u1078\'3f\u1080\'3f\u1079\'3f\u1085\'3f\u1080\'3f \u1074\'3f \u1074\'3f\u1086\'3f\u1079\'3f\u1088\'3f\u1072\'3f\u1089\'3f\u1090\'3f\u1077\'3f \u1076\'3f\u1086\'3f 3 \u1084\'3f\u1077\'3f\u1089\'3f\u1103\'3f\u1094\'3f\u1077\'3f\u1074\'3f \u1085\'3f\u1072\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1091\'3f\u1095\'3f\u1077\'3f |
||||
\u1090\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1047\'3f\u1072\'3f {\ul\ulc0\rtlch\ltrch\hich\b\loch\b $MONTH$} $YEAR$\u1075\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0\ul\ulc0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1042\'3f\u1067\'3f\u1061\'3f\u1054\'3f\u1044\'3f\u1053\'3f\u1067\'3f\u1045\'3f \u1044\'3f\u1040\'3f\u1053\'3f\u1053\'3f\u1067\'3f\u1045\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0\qj{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1055\'3f\u1088\'3f\u1077\'3f\u1076\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1081\'3f {\ul\ulc0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f\u1052\'3f} \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f \u1089\'3f\u1086\'3f\u1076\'3f\u1077\'3f\u1088\'3f\u1078\'3f\u1080\'3f\u1090\'3f \u1089\'3f\u1074\'3f\u1077\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1103\'3f \u1086\'3f\u1073\'3f \u1091\'3f\u1089\'3f\u1083\'3f\u1091\'3f\u1075\'3f\u1072\'3f\u1093\'3f \u1087\'3f\u1086\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1073\'3f\u1077\'3f\u1088\'3f\u1077\'3f\u1084\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1080\'3f, \u1080\'3f \u1084\'3f\u1077\'3f\u1076\'3f\u1080\'3f\u1094\'3f\u1080\'3f\u1085\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1086\'3f\u1084\'3f\u1086\'3f\u1097\'3f\u1080\'3f, \u1086\'3f\u1082\'3f\u1072\'3f\u1079\'3f\u1072\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1081\'3f \u1078\'3f\u1077\'3f\u1085\'3f\u1097\'3f\u1080\'3f\u1085\'3f\u1072\'3f\u1084\'3f \u1080\'3f \u1085\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1088\'3f\u1086\'3f\u1078\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1084\'3f \u1074\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f \u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f \u1080\'3f \u1074\'3f \u1087\'3f\u1086\'3f\u1089\'3f\u1083\'3f\u1077\'3f\u1088\'3f\u1086\'3f\u1076\'3f\u1086\'3f\u1074\'3f\u1086\'3f\u1081\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1080\'3f\u1086\'3f\u1076\'3f, \u1072\'3f \u1090\'3f\u1072\'3f\u1082\'3f\u1078\'3f\u1077\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1086\'3f\u1084\'3f\u1091\'3f (\u1087\'3f\u1088\'3f\u1086\'3f\u1092\'3f\u1080\'3f\u1083\'3f\u1072\'3f\u1082\'3f\u1090\'3f\u1080\'3f |
||||
\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1086\'3f\u1084\'3f\u1091\'3f) \u1085\'3f\u1072\'3f\u1073\'3f\u1083\'3f\u1102\'3f\u1076\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1102\'3f \u1076\'3f\u1077\'3f\u1090\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1086\'3f\u1089\'3f\u1090\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1099\'3f\u1093\'3f \u1074\'3f \u1090\'3f\u1077\'3f\u1095\'3f\u1077\'3f\u1085\'3f\u1080\'3f\u1077\'3f \u1087\'3f\u1077\'3f\u1088\'3f\u1074\'3f\u1086\'3f\u1075\'3f\u1086\'3f \u1075\'3f\u1086\'3f\u1076\'3f\u1072\'3f \u1078\'3f\u1080\'3f\u1079\'3f\u1085\'3f\u1080\'3f \u1074\'3f \u1074\'3f\u1086\'3f\u1079\'3f\u1088\'3f\u1072\'3f\u1089\'3f\u1090\'3f\u1077\'3f \u1076\'3f\u1086\'3f 3 \u1084\'3f\u1077\'3f\u1089\'3f\u1103\'3f\u1094\'3f\u1077\'3f\u1074\'3f \u1085\'3f\u1072\'3f \u1076\'3f\u1080\'3f\u1089\'3f\u1087\'3f\u1072\'3f\u1085\'3f\u1089\'3f\u1077\'3f\u1088\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1091\'3f\u1095\'3f\u1077\'3f\u1090\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch \u8470\'3f }{\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1090\'3f\u1072\'3f\u1083\'3f\u1086\'3f\u1085\'3f\u1086\'3f\u1074\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1048\'3f\u1084\'3f\u1103\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1056\'3f\u1072\'3f\u1079\'3f\u1084\'3f\u1077\'3f\u1088\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1044\'3f\u1072\'3f\u1090\'3f\u1072\'3f \u1089\'3f\u1086\'3f\u1079\'3f\u1076\'3f\u1072\'3f\u1085\'3f\u1080\'3f\u1103\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1050\'3f\u1086\'3f\u1085\'3f\u1090\'3f\u1088\'3f\u1086\'3f\u1083\'3f\u1100\'3f\u1085\'3f\u1072\'3f\u1103\'3f \u1089\'3f\u1091\'3f\u1084\'3f\u1084\'3f\u1072\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1054\'3f\u1073\'3f\u1097\'3f\u1077\'3f\u1077\'3f \u1082\'3f\u1086\'3f\u1083\'3f-\u1074\'3f\u1086\'3f \u1079\'3f\u1072\'3f\u1087\'3f\u1080\'3f\u1089\'3f\u1077\'3f\u1081\'3f \u1074\'3f \u1092\'3f\u1072\'3f\u1081\'3f\u1083\'3f\u1077\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0\qc{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1050\'3f\u1086\'3f\u1083\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1090\'3f\u1074\'3f\u1086\'3f \u1079\'3f\u1072\'3f\u1087\'3f\u1080\'3f\u1089\'3f\u1077\'3f\u1081\'3f, \u1087\'3f\u1088\'3f\u1086\'3f\u1096\'3f\u1077\'3f\u1076\'3f\u1096\'3f\u1080\'3f\u1093\'3f \u1083\'3f\u1086\'3f\u1075\'3f\u1080\'3f\u1095\'3f\u1077\'3f\u1089\'3f\u1082\'3f\u1080\'3f\u1081\'3f \u1082\'3f\u1086\'3f\u1085\'3f\u1090\'3f\u1088\'3f\u1086\'3f\u1083\'3f\u1100\'3f} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 1} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $NAME_1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $SIZE_1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $DATE_1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $MD5_1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $RECORDS_1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $CHECKED_1$} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 2} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $NAME_2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $SIZE_2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $DATE_2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $MD5_2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 {\*\bkmkstart DDE_LINK}$RECORDS_2${\*\bkmkend }} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $CHECKED_2$} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 3-1} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $NAME_3-1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $SIZE_3-1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $DATE_3-1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $MD5_3-1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $RECORDS_3-1$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $CHECKED_3-1$} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 3-2} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $NAME_3-2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $SIZE_3-2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $DATE_3-2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $MD5_3-2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $RECORDS_3-2$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $CHECKED_3-2$} |
||||
\cell\row\pard \trowd\trql\trleft357\trpaddft3\trpaddt0\trpaddfl3\trpaddl0\trpaddfb3\trpaddb0\trpaddfr3\trpaddr0\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx1273\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx2549\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx3655\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx4874\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx5990\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx7635\clbrdrt\brdrs\brdrw1\brdrcf1\clbrdrl\brdrs\brdrw1\brdrcf1\clbrdrb\brdrs\brdrw1\brdrcf1\clbrdrr\brdrs\brdrw1\brdrcf1\cellx9355 |
||||
\pard\intbl\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1048\'3f\u1090\'3f\u1086\'3f\u1075\'3f\u1086\'3f} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $RECORDS_ALL$} |
||||
\cell\pard\plain \intbl\ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 $CHECKED_ALL$} |
||||
\cell\row\pard \pard\plain \ltrpar\s32\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\ql\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1059\'3f\u1063\'3f\u1056\'3f\u1045\'3f\u1046\'3f\u1044\'3f\u1045\'3f\u1053\'3f\u1048\'3f\u1045\'3f\tab \tab \tab \tab \tab \tab \tab \u1055\'3f\u1056\'3f\u1054\'3f\u1042\'3f\u1045\'3f\u1056\'3f\u1071\'3f\u1070\'3f\u1065\'3f\u1048\'3f\u1049\'3f} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1043\'3f\u1083\'3f\u1072\'3f\u1074\'3f\u1085\'3f\u1099\'3f\u1081\'3f \u1074\'3f\u1088\'3f\u1072\'3f\u1095\'3f: \tab \tab \u1059\'3f\u1087\'3f\u1088\'3f\u1072\'3f\u1074\'3f\u1083\'3f\u1103\'3f\u1102\'3f\u1097\'3f\u1080\'3f\u1081\'3f:} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 _____________________\u1060\'3f.\u1048\'3f.\u1054\'3f.\tab \tab _____________________\u1060\'3f.\u1048\'3f.\u1054\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 "___" ______________ $YEAR$\u1075\'3f. "___" ______________ $YEAR$\u1075\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch }{\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1052\'3f.\u1055\'3f. \u1052\'3f.\u1055\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1086\'3f\u1090\'3f\u1074\'3f\u1077\'3f\u1090\'3f\u1089\'3f\u1090\'3f\u1074\'3f\u1077\'3f\u1085\'3f\u1085\'3f\u1086\'3f\u1077\'3f \u1083\'3f\u1080\'3f\u1094\'3f\u1086\'3f: \u1060\'3f.\u1048\'3f.\u1054\'3f.} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 {\rtlch \ltrch\loch\f1\fs20\lang1049\i0\b0 \u1058\'3f\u1077\'3f\u1083\'3f. 12345} |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par \pard\plain \ltrpar\s33\cf0{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\rtlch\af1\afs20\lang1081\ltrch\dbch\af1\langfe255\hich\f1\fs20\lang1049\loch\f1\fs20\lang1049 |
||||
\par } |
@ -0,0 +1,208 @@
@@ -0,0 +1,208 @@
|
||||
items: |
||||
# |
||||
# CUSTOM |
||||
# |
||||
DATA |
||||
DEFAULT VALUE |
||||
GUI |
||||
INIT VALUE |
||||
LICENSE |
||||
NAMESPACE |
||||
PACKAGES |
||||
RESOURCE |
||||
STRUCTURE |
||||
USED GLOBAL VARIABLES |
||||
USED VARIABLES |
||||
USER HELP |
||||
VARIABLE |
||||
VARIABLES |
||||
VERSION |
||||
# |
||||
# DEFAULT |
||||
# |
||||
ARGUMENTS |
||||
ATTRIBUTES |
||||
AUTHOR |
||||
BUGS |
||||
CHILDREN |
||||
COMMANDS |
||||
COPYRIGHT |
||||
CREATION DATE |
||||
DERIVED BY |
||||
DERIVED FROM |
||||
DESCRIPTION |
||||
DIAGNOSTICS |
||||
ERRORS |
||||
EXAMPLE |
||||
FUNCTION |
||||
HISTORY |
||||
IDEAS |
||||
INPUTS |
||||
METHODS |
||||
MODIFICATION HISTORY |
||||
NAME |
||||
NEW ATTRIBUTES |
||||
NEW METHODS |
||||
NOTES |
||||
OPTIONS |
||||
OUTPUT |
||||
PARAMETERS |
||||
PARENTS |
||||
PORTABILITY |
||||
PURPOSE |
||||
RESULT |
||||
RETURN VALUE |
||||
SEE ALSO |
||||
SIDE EFFECTS |
||||
SOURCE |
||||
SWITCHES |
||||
SYNOPSIS |
||||
TAGS |
||||
TODO |
||||
USAGE |
||||
USED BY |
||||
USES |
||||
WARNINGS |
||||
ignore items: |
||||
item order: |
||||
FUNCTION |
||||
SYNOPSIS |
||||
INPUTS |
||||
source items: |
||||
SOURCE |
||||
DATA |
||||
PACKAGES |
||||
preformatted items: |
||||
INPUTS |
||||
format items: |
||||
PORTABILITY |
||||
FUNCTION |
||||
DESCRIPTION |
||||
ARGUMENTS |
||||
PACKAGES |
||||
USED GLOBAL VARIABLES |
||||
USED VARIABLES |
||||
NOTES |
||||
VARIABLES |
||||
NAMESPACE |
||||
BUGS |
||||
TODO |
||||
options: |
||||
--src . |
||||
--doc ./doc |
||||
--html |
||||
--multidoc |
||||
--charset utf-8 |
||||
--nosort |
||||
--sections |
||||
--source_line_numbers |
||||
--index |
||||
--tabsize 8 |
||||
--syntaxcolors_enable line_comments,block_comments,keywords |
||||
headertypes: |
||||
F Files robo_files |
||||
a Aliases robo_aliases |
||||
I Interpretators robo_interps |
||||
p Packages robo_packages |
||||
G "Global variables" robo_globals |
||||
n Namespaces robo_namespaces |
||||
r Resources robo_resources |
||||
c "Control flow structures" robo_control_structures |
||||
t Toplevel tobo_toplevel |
||||
ignore files: |
||||
README |
||||
CVS |
||||
robodoc.rc |
||||
*.bak |
||||
*.git |
||||
*~ |
||||
accept files: |
||||
*.tcl |
||||
*.test |
||||
header markers: |
||||
#**** |
||||
remark markers: |
||||
# |
||||
end markers: |
||||
#**** |
||||
header separate characters: |
||||
, |
||||
header ignore characters: |
||||
[ |
||||
] |
||||
# |
||||
remark begin markers: |
||||
remark end markers: |
||||
source line comments: |
||||
; |
||||
keywords: |
||||
source |
||||
package |
||||
require |
||||
set |
||||
unset |
||||
proc |
||||
namespace |
||||
return |
||||
variable |
||||
if |
||||
elseif |
||||
else |
||||
switch |
||||
while |
||||
foreach |
||||
for |
||||
break |
||||
continue |
||||
error |
||||
catch |
||||
exec |
||||
incr |
||||
eval |
||||
upvar |
||||
uplevel |
||||
info |
||||
interp |
||||
after |
||||
vwait |
||||
time |
||||
trace |
||||
binary |
||||
scan |
||||
expr |
||||
format |
||||
string |
||||
array |
||||
list |
||||
lindex |
||||
llength |
||||
lrange |
||||
lreplace |
||||
lsort |
||||
regexp |
||||
regsub |
||||
subst |
||||
file |
||||
tell |
||||
seek |
||||
join |
||||
split |
||||
open |
||||
close |
||||
puts |
||||
gets |
||||
read |
||||
cancel |
||||
idle |
||||
info |
||||
anymore |
||||
donesearch |
||||
exists |
||||
names |
||||
nextelement |
||||
startsearch |
||||
size |
||||
match |
||||
unknown |
||||
provide |
||||
|