* @param string $strDateTimeFormat optional DateTimeFormat to use
		 * @return QLabel
		 */
		public function <?php 
echo $strLabelId;
?>
_Create($strControlId = null, $strDateTimeFormat = null) {
			$this-><?php 
echo $strLabelId;
?>
 = new QLabel($this->objParentObject, $strControlId);
			$this-><?php 
echo $strLabelId;
?>
->Name = QApplication::Translate('<?php 
echo QCodeGen::MetaControlLabelNameFromColumn($objColumn);
?>
');
			$this->str<?php 
echo $objColumn->PropertyName;
?>
DateTimeFormat = $strDateTimeFormat;
			$this-><?php 
echo $strLabelId;
?>
->Text = sprintf($this-><?php 
echo $strObjectName;
?>
-><?php 
echo $objColumn->PropertyName;
?>