home *** CD-ROM | disk | FTP | other *** search
- <Component
- name="Label"
- caption="Label"
- type="Simple"
- icon="Label.ico"
- xmlns="x-schema:Component.xsd"
- templateType="simple"
- designType="img"
- beginningImage="Icons/LabelBeginning.gif"
- endingImage="Icons/LabelEnding.gif"
- editable="False"
- editDialog=""
- dataBound="True"
- hasDataSource="False">
- <Events>
- <Event name="BeforeShow" caption="Before Show" description="Occurs before showing page component or control."/>
- </Events>
- <Properties>
- <Property
- name="name"
- caption="Name"
- description="Identifier name used in generated code and HTML template."
- controlType="TextBox"
- dataType="Name"
- required="True"
- />
- <Property
- name="fieldSourceType"
- caption="Control Source Type"
- description="Specify the type of <b>Control Source</b>."
- controlType="ComboBox"
- dataType="Text"
- default="DBColumn"
- listSource="FieldSourceType"
- fromListOnly="True"
- required="True"
- />
- <Property
- name="fieldSource"
- caption="Control Source"
- description="Field name or expression to use as data source for label."
- controlType="ComboBox"
- dataType="Text"
- listSource="CCDataField"
- />
- <Property
- name="dataType"
- caption="Data Type"
- description="Allowable data type of control value."
- controlType="ComboBox"
- dataType="Text"
- listSource="DataTypeList"
- fromListOnly="True"
- required="True"
- default="Text"
- />
- <Property
- name="format"
- caption="Format"
- description="Display format of control value."
- controlType="ComboBox"
- dataType="Text"
- listSource="Format"
- required="False"
- dependsFrom="dataType"
- />
- <Property
- name="defaultValue"
- caption="Default Value"
- description="Default value assigned to this control for new records. E.g. 1, "Bob", Now()"
- controlType="ComboBox"
- dataType="Text"
- listSource="DefaultValue"
- required="False"
- dependsFrom="dataType"
- />
- <Property
- name="html"
- caption="Content"
- description="HTML - outputs content as-is without conversion to text. Text - converts text content to HTML."
- controlType="ComboBox"
- listSource="HTMLText"
- fromListOnly="True"
- dataType="Boolean"
- required="True"
- default="False"
- />
- <Property
- name="DBFormat"
- caption="DBFormat"
- description="Control value data format as will be used in SQL statements."
- controlType="ComboBox"
- dataType="Text"
- listSource="DBFormat"
- required="False"
- dependsFrom="dataType"
- />
- <Property
- name="editable"
- dataType="Boolean"
- default="False"
- required="True"
- isVisible="False"
- />
- </Properties>
- <Compatibility list="CompatibleControls"/>
- </Component>