SimpleCoversheet Design: Difference between revisions

From Simple Wiki
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
SimpleCoversheet provides an interface for designing, populating and printing barcode document separator sheets, sheets of sticky [[labels]], and any other type of document that contains barcodes. These coversheets and other barcodes allow documents to be automatically indexed after capture. The scanning process is most efficient whenever such coversheets can be printed by the person generating the document.
SimpleCoversheet provides an interface for designing, populating and printing barcode document separator sheets, sheets of sticky [[labels]], and any other type of document that contains barcodes. These coversheets and other barcodes allow documents to be automatically indexed after capture. The scanning process is most efficient whenever such coversheets can be printed by the person generating the document.


== [[Design and User Modes]] ==
* [[Design and User Modes]]


== [[Designer Interface]] ==
* [[Designer Interface]]


== [[Creating a New Coversheet]] ==
* [[Creating a New Coversheet]]


== [[Elements]] ==
* [[Elements]]


== [[Element Modes]] ==
* [[Element Modes]]


== Element Properties ==
* [[Element Properties]]


In addition to the properties that are set during element configuration via the wizards, there are other properties that are available to be changed via the properties pane in design mode.
*[[File Indexing Settings]]
 
=== Layout Properties ===
 
The following properties are valid for most elements.
 
[[File:SimpleCoversheet Design Element Layout Properties.png|300px|thumb|alt=SimpleCoversheet Design Element Layout Properties|SimpleCoversheet Design Element Layout Properties]]
 
* Autosize – Determines whether or not the element should change size based on its contents in user mode. If some values for a label or barcode are longer or shorter than the previous values or designed size, then this allows the element to change size. Turn this off if you would like the text in an element to wrap.
 
* Autosize mode – Specifies whether the element should only grow to accommodate large values, or if it should also shrink when a smaller value is being used.
 
* Horizontal Anchor – Specifies in which direction the element should grow and shrink when the horizontal size is hanged by the autosize option. Anchoring the element on the left side will cause it to grow to the right. Anchoring the element on the center will cause it to grow to the left and right while remaining centered. Anchoring the element on the right side will cause it to grow to the left.
 
* Maximum size – Specifies the maximum size to grow to when autosize is enabled. A value of ‘0; 0’ means that there is no maximum size.
 
* Minimum size – Specifies the minimum size to shrink to when autosize is enabled. A value of ‘0; 0’ means that there is no minimum size.
 
* Position and Size – These values can be changed via the properties pane, but it is much easier to just resize the element or drag it to a new position with the pointer.
 
* Vertical Anchor – Specifies in which direction the element should grow and shrink when the vertical size is changed by the autosize option. Anchoring the elementon the top will cause it to grow ownward. Anchoring the element on the center will cause it to grow both up and own while remaining centered. Anchoring the element on the bottom will cause it to grow upward.
 
=== Appearance Properties ===
 
* Background color – Changes the background color of the selected element or coversheet.
 
* Border style – Changes whether or not the element has a border, and what type of border. A Fixed Single border is a small, thin, flat border. A Fixed 3D border is a beveled border like on windows style forms and buttons. Only applies to labels and text.
 
* Character(s) separating the text and value – By default this is a colon and then a space, but can be changed or removed entirely. Only applies to labels.
 
* Color – Allows for the color to be changed.
 
* Font – Allows for the font to be changed.
 
* Text – Allows the text to be changed for elements that are static.
 
* Text Alignment – Determines how the text should be aligned inside the borders of the element.
 
=== Coversheet Field Data Properties ===
 
These are only for display and cannot be changed via the properties pane. They give basic configuration information about the currently selected element. To change these properties you must either create a new element or right-click on the element and choose ''Edit'' so that the configuration wizard starts and the changes can be made there.
 
=== Data Properties ===
 
* Column – Specifies which column to get values from in the ''Data Source''.
 
* Data Source – Specifies which ''Data Source'' to get values from.
 
* Move Next Record After Fill – Specifies whether or not to skip to the next record after populating the value for the element in question.
 
* Database Fill Order – Specifies the order in which the element should be populated in regards to other elements with the same ''Data Source''. This can only be changed via the configuration wizards.
 
* Synchronize on Fill – Only available for elements populated by a ''Data Source'', or selected from a ''Data Source''. When two or more elements with the same ''Data Source'' both have ''Synchronize on Fill'' enabled, the fill functionality changes to synchronize the two or more elements. So selecting or populating a value from a record in a ''Data Source'' for one element, would cause all the synchronized elements’ values to change to their corresponding column values of the same record.
 
=== Design Properties ===
 
The only design property is the ''Name'' property which is an internal name used by elements to reference each other. For instance, a ''Data Source'' with the name of ‘BindingSource1’ is referenced by a label or barcode whose values are populated by it.
 
=== Miscellaneous Properties ===
 
[[File:SimpleCoversheet Design Element Use Verifier Property.png|300px|thumb|alt=SimpleCoversheet Design Element Use Verifier Property|SimpleCoversheet Design Use Verifier]]
 
* Use Verifier – This is used for elements where the value will be input by hand. It adds another level of verification when inputting values by requiring the value to be input twice. When setting this option to ''True'', it causes SimpleCoverSheet to create a second input box in ''User Mode''. If this second box’s value is not the same as the first box’s value then you will not be able to print. The image shows ''User Mode'' configured with an element named ''RequiresVerification'' with the ''Use Verifier'' option set to true.
 
== File Indexing Settings ==
 
[[File:SimpleCoversheet Design File Indexing Settings.png|300px|thumb|alt=SimpleCoversheet Design File Indexing Settings|SimpleCoversheet Design File Indexing Settings]]
 
Indexing mode lets you move and rename files based on the values you select for your coversheet. To configure indexing, select the coversheet background to view its properties.
 
=== Filename Separator ===
 
Files will be renamed according to the values selected in the user mode fields. The character(s) entered in this setting will be used to separate values in the filename.
 
=== Input Folder ===
 
The default folder to display for selecting the next file to index.
 
=== Output Folder ===
 
The default folder to save indexed files to.
 
=== Remove Original File ===
 
Set to True to remove files from their original location after indexing. Set to False to create a copy of each indexed file.

Latest revision as of 00:43, 15 January 2022

SimpleCoversheet provides an interface for designing, populating and printing barcode document separator sheets, sheets of sticky labels, and any other type of document that contains barcodes. These coversheets and other barcodes allow documents to be automatically indexed after capture. The scanning process is most efficient whenever such coversheets can be printed by the person generating the document.