ui_bancobase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'bancobase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:07:42 2007
00005 **      by: Qt User Interface Compiler version 4.2.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_BANCOBASE_H
00011 #define UI_BANCOBASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFrame>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QListWidget>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QTextEdit>
00026 #include <QtGui/QToolButton>
00027 #include <QtGui/QWidget>
00028 
00029 class Ui_BancoBase
00030 {
00031 public:
00032     QGridLayout *gridLayout;
00033     QGroupBox *groupBox1;
00034     QGridLayout *gridLayout1;
00035     QLabel *label_7;
00036     QLabel *label_8;
00037     QLineEdit *mui_nombanco;
00038     QLineEdit *mui_cpbanco;
00039     QLabel *label_3;
00040     QLineEdit *mui_faxbanco;
00041     QLineEdit *mui_numcuentabanco;
00042     QLineEdit *mui_dcbanco;
00043     QLineEdit *mui_codagenciabanco;
00044     QLineEdit *mui_codentidadbanco;
00045     QTextEdit *mui_comentbanco;
00046     QLabel *label;
00047     QLineEdit *mui_dirbanco;
00048     QLineEdit *mui_poblbanco;
00049     QLineEdit *mui_telbanco;
00050     QLineEdit *mui_emailbanco;
00051     QLineEdit *mui_webbanco;
00052     QLineEdit *mui_contactobanco;
00053     QLabel *label_4;
00054     QLabel *label1;
00055     QLabel *label2;
00056     QLabel *label3;
00057     QLabel *label4;
00058     QLabel *label5;
00059     QLabel *label_9;
00060     QLabel *label_5;
00061     QLabel *label_6;
00062     QLabel *label_10;
00063     QHBoxLayout *hboxLayout;
00064     QLabel *label_2;
00065     QFrame *frame;
00066     QGridLayout *gridLayout2;
00067     QSpacerItem *spacerItem;
00068     QToolButton *mui_borrar;
00069     QToolButton *mui_guardar;
00070     QToolButton *mui_nuevo;
00071     QGroupBox *groupBox;
00072     QGridLayout *gridLayout3;
00073     QListWidget *mui_lista;
00074 
00075     void setupUi(QWidget *BancoBase)
00076     {
00077     BancoBase->setObjectName(QString::fromUtf8("BancoBase"));
00078     BancoBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_bancos.48x48.png")));
00079     gridLayout = new QGridLayout(BancoBase);
00080     gridLayout->setSpacing(5);
00081     gridLayout->setMargin(5);
00082     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00083     groupBox1 = new QGroupBox(BancoBase);
00084     groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00085     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
00086     sizePolicy.setHorizontalStretch(0);
00087     sizePolicy.setVerticalStretch(0);
00088     sizePolicy.setHeightForWidth(groupBox1->sizePolicy().hasHeightForWidth());
00089     groupBox1->setSizePolicy(sizePolicy);
00090     gridLayout1 = new QGridLayout(groupBox1);
00091     gridLayout1->setSpacing(5);
00092     gridLayout1->setMargin(5);
00093     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00094     label_7 = new QLabel(groupBox1);
00095     label_7->setObjectName(QString::fromUtf8("label_7"));
00096 
00097     gridLayout1->addWidget(label_7, 7, 2, 1, 1);
00098 
00099     label_8 = new QLabel(groupBox1);
00100     label_8->setObjectName(QString::fromUtf8("label_8"));
00101 
00102     gridLayout1->addWidget(label_8, 7, 3, 1, 3);
00103 
00104     mui_nombanco = new QLineEdit(groupBox1);
00105     mui_nombanco->setObjectName(QString::fromUtf8("mui_nombanco"));
00106     mui_nombanco->setMaxLength(50);
00107 
00108     gridLayout1->addWidget(mui_nombanco, 0, 1, 1, 5);
00109 
00110     mui_cpbanco = new QLineEdit(groupBox1);
00111     mui_cpbanco->setObjectName(QString::fromUtf8("mui_cpbanco"));
00112     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00113     sizePolicy1.setHorizontalStretch(0);
00114     sizePolicy1.setVerticalStretch(0);
00115     sizePolicy1.setHeightForWidth(mui_cpbanco->sizePolicy().hasHeightForWidth());
00116     mui_cpbanco->setSizePolicy(sizePolicy1);
00117     mui_cpbanco->setMaximumSize(QSize(80, 16777215));
00118     mui_cpbanco->setMaxLength(20);
00119 
00120     gridLayout1->addWidget(mui_cpbanco, 1, 5, 1, 1);
00121 
00122     label_3 = new QLabel(groupBox1);
00123     label_3->setObjectName(QString::fromUtf8("label_3"));
00124     label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00125 
00126     gridLayout1->addWidget(label_3, 3, 3, 1, 1);
00127 
00128     mui_faxbanco = new QLineEdit(groupBox1);
00129     mui_faxbanco->setObjectName(QString::fromUtf8("mui_faxbanco"));
00130     mui_faxbanco->setEnabled(true);
00131     mui_faxbanco->setMaxLength(20);
00132 
00133     gridLayout1->addWidget(mui_faxbanco, 3, 4, 1, 2);
00134 
00135     mui_numcuentabanco = new QLineEdit(groupBox1);
00136     mui_numcuentabanco->setObjectName(QString::fromUtf8("mui_numcuentabanco"));
00137     mui_numcuentabanco->setMaxLength(10);
00138 
00139     gridLayout1->addWidget(mui_numcuentabanco, 8, 3, 1, 3);
00140 
00141     mui_dcbanco = new QLineEdit(groupBox1);
00142     mui_dcbanco->setObjectName(QString::fromUtf8("mui_dcbanco"));
00143     mui_dcbanco->setMaximumSize(QSize(35, 16777215));
00144     mui_dcbanco->setMaxLength(2);
00145 
00146     gridLayout1->addWidget(mui_dcbanco, 8, 2, 1, 1);
00147 
00148     mui_codagenciabanco = new QLineEdit(groupBox1);
00149     mui_codagenciabanco->setObjectName(QString::fromUtf8("mui_codagenciabanco"));
00150     mui_codagenciabanco->setMaximumSize(QSize(80, 16777215));
00151     mui_codagenciabanco->setMaxLength(4);
00152 
00153     gridLayout1->addWidget(mui_codagenciabanco, 8, 1, 1, 1);
00154 
00155     mui_codentidadbanco = new QLineEdit(groupBox1);
00156     mui_codentidadbanco->setObjectName(QString::fromUtf8("mui_codentidadbanco"));
00157     mui_codentidadbanco->setMaximumSize(QSize(80, 16777215));
00158     mui_codentidadbanco->setMaxLength(4);
00159 
00160     gridLayout1->addWidget(mui_codentidadbanco, 8, 0, 1, 1);
00161 
00162     mui_comentbanco = new QTextEdit(groupBox1);
00163     mui_comentbanco->setObjectName(QString::fromUtf8("mui_comentbanco"));
00164 
00165     gridLayout1->addWidget(mui_comentbanco, 10, 0, 1, 6);
00166 
00167     label = new QLabel(groupBox1);
00168     label->setObjectName(QString::fromUtf8("label"));
00169     label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00170 
00171     gridLayout1->addWidget(label, 0, 0, 1, 1);
00172 
00173     mui_dirbanco = new QLineEdit(groupBox1);
00174     mui_dirbanco->setObjectName(QString::fromUtf8("mui_dirbanco"));
00175     mui_dirbanco->setMaxLength(150);
00176 
00177     gridLayout1->addWidget(mui_dirbanco, 1, 1, 1, 3);
00178 
00179     mui_poblbanco = new QLineEdit(groupBox1);
00180     mui_poblbanco->setObjectName(QString::fromUtf8("mui_poblbanco"));
00181     mui_poblbanco->setEnabled(true);
00182     mui_poblbanco->setMaxLength(50);
00183 
00184     gridLayout1->addWidget(mui_poblbanco, 2, 1, 1, 5);
00185 
00186     mui_telbanco = new QLineEdit(groupBox1);
00187     mui_telbanco->setObjectName(QString::fromUtf8("mui_telbanco"));
00188     mui_telbanco->setEnabled(true);
00189     mui_telbanco->setMaxLength(20);
00190 
00191     gridLayout1->addWidget(mui_telbanco, 3, 1, 1, 2);
00192 
00193     mui_emailbanco = new QLineEdit(groupBox1);
00194     mui_emailbanco->setObjectName(QString::fromUtf8("mui_emailbanco"));
00195     mui_emailbanco->setEnabled(true);
00196     mui_emailbanco->setMaxLength(100);
00197 
00198     gridLayout1->addWidget(mui_emailbanco, 4, 1, 1, 5);
00199 
00200     mui_webbanco = new QLineEdit(groupBox1);
00201     mui_webbanco->setObjectName(QString::fromUtf8("mui_webbanco"));
00202     mui_webbanco->setMaxLength(100);
00203 
00204     gridLayout1->addWidget(mui_webbanco, 5, 1, 1, 5);
00205 
00206     mui_contactobanco = new QLineEdit(groupBox1);
00207     mui_contactobanco->setObjectName(QString::fromUtf8("mui_contactobanco"));
00208 
00209     gridLayout1->addWidget(mui_contactobanco, 6, 1, 1, 5);
00210 
00211     label_4 = new QLabel(groupBox1);
00212     label_4->setObjectName(QString::fromUtf8("label_4"));
00213     label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00214 
00215     gridLayout1->addWidget(label_4, 6, 0, 1, 1);
00216 
00217     label1 = new QLabel(groupBox1);
00218     label1->setObjectName(QString::fromUtf8("label1"));
00219     label1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00220 
00221     gridLayout1->addWidget(label1, 5, 0, 1, 1);
00222 
00223     label2 = new QLabel(groupBox1);
00224     label2->setObjectName(QString::fromUtf8("label2"));
00225     label2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00226 
00227     gridLayout1->addWidget(label2, 4, 0, 1, 1);
00228 
00229     label3 = new QLabel(groupBox1);
00230     label3->setObjectName(QString::fromUtf8("label3"));
00231     label3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00232 
00233     gridLayout1->addWidget(label3, 3, 0, 1, 1);
00234 
00235     label4 = new QLabel(groupBox1);
00236     label4->setObjectName(QString::fromUtf8("label4"));
00237     label4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00238 
00239     gridLayout1->addWidget(label4, 2, 0, 1, 1);
00240 
00241     label5 = new QLabel(groupBox1);
00242     label5->setObjectName(QString::fromUtf8("label5"));
00243     label5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00244 
00245     gridLayout1->addWidget(label5, 1, 0, 1, 1);
00246 
00247     label_9 = new QLabel(groupBox1);
00248     label_9->setObjectName(QString::fromUtf8("label_9"));
00249 
00250     gridLayout1->addWidget(label_9, 9, 0, 1, 6);
00251 
00252     label_5 = new QLabel(groupBox1);
00253     label_5->setObjectName(QString::fromUtf8("label_5"));
00254 
00255     gridLayout1->addWidget(label_5, 7, 0, 1, 1);
00256 
00257     label_6 = new QLabel(groupBox1);
00258     label_6->setObjectName(QString::fromUtf8("label_6"));
00259 
00260     gridLayout1->addWidget(label_6, 7, 1, 1, 1);
00261 
00262     label_10 = new QLabel(groupBox1);
00263     label_10->setObjectName(QString::fromUtf8("label_10"));
00264     label_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00265 
00266     gridLayout1->addWidget(label_10, 1, 4, 1, 1);
00267 
00268 
00269     gridLayout->addWidget(groupBox1, 1, 1, 1, 1);
00270 
00271     hboxLayout = new QHBoxLayout();
00272     hboxLayout->setSpacing(5);
00273     hboxLayout->setMargin(0);
00274     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00275     label_2 = new QLabel(BancoBase);
00276     label_2->setObjectName(QString::fromUtf8("label_2"));
00277     label_2->setMinimumSize(QSize(48, 48));
00278     label_2->setMaximumSize(QSize(48, 48));
00279     label_2->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_bancos.48x48.png")));
00280 
00281     hboxLayout->addWidget(label_2);
00282 
00283     frame = new QFrame(BancoBase);
00284     frame->setObjectName(QString::fromUtf8("frame"));
00285     frame->setFrameShape(QFrame::StyledPanel);
00286     frame->setFrameShadow(QFrame::Raised);
00287     gridLayout2 = new QGridLayout(frame);
00288     gridLayout2->setSpacing(5);
00289     gridLayout2->setMargin(5);
00290     gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00291     spacerItem = new QSpacerItem(291, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00292 
00293     gridLayout2->addItem(spacerItem, 0, 3, 1, 1);
00294 
00295     mui_borrar = new QToolButton(frame);
00296     mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00297     mui_borrar->setMinimumSize(QSize(32, 32));
00298     mui_borrar->setMaximumSize(QSize(32, 32));
00299     mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00300     mui_borrar->setIconSize(QSize(32, 32));
00301 
00302     gridLayout2->addWidget(mui_borrar, 0, 2, 1, 1);
00303 
00304     mui_guardar = new QToolButton(frame);
00305     mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00306     mui_guardar->setMinimumSize(QSize(32, 32));
00307     mui_guardar->setMaximumSize(QSize(32, 32));
00308     mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00309     mui_guardar->setIconSize(QSize(32, 32));
00310 
00311     gridLayout2->addWidget(mui_guardar, 0, 1, 1, 1);
00312 
00313     mui_nuevo = new QToolButton(frame);
00314     mui_nuevo->setObjectName(QString::fromUtf8("mui_nuevo"));
00315     mui_nuevo->setMinimumSize(QSize(32, 32));
00316     mui_nuevo->setMaximumSize(QSize(32, 32));
00317     mui_nuevo->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_fileNew.xpm")));
00318     mui_nuevo->setIconSize(QSize(32, 32));
00319 
00320     gridLayout2->addWidget(mui_nuevo, 0, 0, 1, 1);
00321 
00322 
00323     hboxLayout->addWidget(frame);
00324 
00325 
00326     gridLayout->addLayout(hboxLayout, 0, 0, 1, 2);
00327 
00328     groupBox = new QGroupBox(BancoBase);
00329     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00330     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
00331     sizePolicy2.setHorizontalStretch(0);
00332     sizePolicy2.setVerticalStretch(0);
00333     sizePolicy2.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
00334     groupBox->setSizePolicy(sizePolicy2);
00335     gridLayout3 = new QGridLayout(groupBox);
00336     gridLayout3->setSpacing(5);
00337     gridLayout3->setMargin(5);
00338     gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00339     mui_lista = new QListWidget(groupBox);
00340     mui_lista->setObjectName(QString::fromUtf8("mui_lista"));
00341     mui_lista->setFrameShape(QFrame::Box);
00342     mui_lista->setLineWidth(1);
00343 
00344     gridLayout3->addWidget(mui_lista, 0, 0, 1, 1);
00345 
00346 
00347     gridLayout->addWidget(groupBox, 1, 0, 1, 1);
00348 
00349     label_7->setBuddy(mui_dcbanco);
00350     label_8->setBuddy(mui_numcuentabanco);
00351     label_3->setBuddy(mui_faxbanco);
00352     label->setBuddy(mui_nombanco);
00353     label_4->setBuddy(mui_contactobanco);
00354     label1->setBuddy(mui_webbanco);
00355     label2->setBuddy(mui_emailbanco);
00356     label3->setBuddy(mui_telbanco);
00357     label4->setBuddy(mui_poblbanco);
00358     label5->setBuddy(mui_dirbanco);
00359     label_9->setBuddy(mui_codentidadbanco);
00360     label_5->setBuddy(mui_codentidadbanco);
00361     label_6->setBuddy(mui_codagenciabanco);
00362     label_10->setBuddy(mui_cpbanco);
00363     QWidget::setTabOrder(mui_nombanco, mui_dirbanco);
00364     QWidget::setTabOrder(mui_dirbanco, mui_poblbanco);
00365     QWidget::setTabOrder(mui_poblbanco, mui_telbanco);
00366     QWidget::setTabOrder(mui_telbanco, mui_faxbanco);
00367     QWidget::setTabOrder(mui_faxbanco, mui_emailbanco);
00368     QWidget::setTabOrder(mui_emailbanco, mui_webbanco);
00369     QWidget::setTabOrder(mui_webbanco, mui_contactobanco);
00370     QWidget::setTabOrder(mui_contactobanco, mui_codentidadbanco);
00371     QWidget::setTabOrder(mui_codentidadbanco, mui_codagenciabanco);
00372     QWidget::setTabOrder(mui_codagenciabanco, mui_dcbanco);
00373     QWidget::setTabOrder(mui_dcbanco, mui_numcuentabanco);
00374     QWidget::setTabOrder(mui_numcuentabanco, mui_comentbanco);
00375     QWidget::setTabOrder(mui_comentbanco, mui_lista);
00376     QWidget::setTabOrder(mui_lista, mui_nuevo);
00377     QWidget::setTabOrder(mui_nuevo, mui_guardar);
00378     QWidget::setTabOrder(mui_guardar, mui_borrar);
00379 
00380     retranslateUi(BancoBase);
00381 
00382     QSize size(690, 490);
00383     size = size.expandedTo(BancoBase->minimumSizeHint());
00384     BancoBase->resize(size);
00385 
00386 
00387     QMetaObject::connectSlotsByName(BancoBase);
00388     } // setupUi
00389 
00390     void retranslateUi(QWidget *BancoBase)
00391     {
00392     BancoBase->setWindowTitle(QApplication::translate("BancoBase", "Bancos", 0, QApplication::UnicodeUTF8));
00393     groupBox1->setTitle(QApplication::translate("BancoBase", "Informacion del banco:", 0, QApplication::UnicodeUTF8));
00394     label_7->setText(QApplication::translate("BancoBase", "D.C.:", 0, QApplication::UnicodeUTF8));
00395     label_8->setText(QApplication::translate("BancoBase", "Numero de cuenta:", 0, QApplication::UnicodeUTF8));
00396     label_3->setText(QApplication::translate("BancoBase", "Fax:", 0, QApplication::UnicodeUTF8));
00397     mui_comentbanco->setHtml(QApplication::translate("BancoBase", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00398 "p, li { white-space: pre-wrap; }\n"
00399 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00400 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
00401     label->setText(QApplication::translate("BancoBase", "Razon Social:", 0, QApplication::UnicodeUTF8));
00402     label_4->setText(QApplication::translate("BancoBase", "Contacto:", 0, QApplication::UnicodeUTF8));
00403     label1->setText(QApplication::translate("BancoBase", "URL:", 0, QApplication::UnicodeUTF8));
00404     label2->setText(QApplication::translate("BancoBase", "E-mail:", 0, QApplication::UnicodeUTF8));
00405     label3->setText(QApplication::translate("BancoBase", "Telefono:", 0, QApplication::UnicodeUTF8));
00406     label4->setText(QApplication::translate("BancoBase", "Poblacion:", 0, QApplication::UnicodeUTF8));
00407     label5->setText(QApplication::translate("BancoBase", "Direccion", 0, QApplication::UnicodeUTF8));
00408     label_9->setText(QApplication::translate("BancoBase", "Comentarios:", 0, QApplication::UnicodeUTF8));
00409     label_5->setText(QApplication::translate("BancoBase", "Entidad:", 0, QApplication::UnicodeUTF8));
00410     label_6->setText(QApplication::translate("BancoBase", "Sucursal:", 0, QApplication::UnicodeUTF8));
00411     label_10->setText(QApplication::translate("BancoBase", "C.P.:", 0, QApplication::UnicodeUTF8));
00412     mui_borrar->setToolTip(QApplication::translate("BancoBase", "Borrar trabajador", 0, QApplication::UnicodeUTF8));
00413     mui_borrar->setWhatsThis(QApplication::translate("BancoBase", "Borrar trabajador", 0, QApplication::UnicodeUTF8));
00414     mui_borrar->setText(QString());
00415     mui_guardar->setToolTip(QApplication::translate("BancoBase", "Guardar trabajador", 0, QApplication::UnicodeUTF8));
00416     mui_guardar->setWhatsThis(QApplication::translate("BancoBase", "Guardar trabajador", 0, QApplication::UnicodeUTF8));
00417     mui_guardar->setText(QString());
00418     mui_nuevo->setToolTip(QApplication::translate("BancoBase", "Nuevo trabajador", 0, QApplication::UnicodeUTF8));
00419     mui_nuevo->setWhatsThis(QApplication::translate("BancoBase", "Nuevo trabajador", 0, QApplication::UnicodeUTF8));
00420     mui_nuevo->setText(QString());
00421     groupBox->setTitle(QApplication::translate("BancoBase", "Lista de bancos:", 0, QApplication::UnicodeUTF8));
00422     Q_UNUSED(BancoBase);
00423     } // retranslateUi
00424 
00425 };
00426 
00427 namespace Ui {
00428     class BancoBase: public Ui_BancoBase {};
00429 } // namespace Ui
00430 
00431 #endif // UI_BANCOBASE_H

Generated on Sat Dec 15 00:01:09 2007 for BulmaGes by  doxygen 1.5.1