當前位置: 首頁>>代碼示例>>Python>>正文


Python ObjectListView.PanelAvecFooter類代碼示例

本文整理匯總了Python中ObjectListView.PanelAvecFooter的典型用法代碼示例。如果您正苦於以下問題:Python PanelAvecFooter類的具體用法?Python PanelAvecFooter怎麽用?Python PanelAvecFooter使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


在下文中一共展示了PanelAvecFooter類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。

示例1: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nom_mode" : {"mode" : "nombre", "singulier" : _(u"règlement"), "pluriel" : _(u"règlements"), "alignement" : wx.ALIGN_CENTER},
         "montant" : {"mode" : "total"},
         "montant_ventilation" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:lartelier,項目名稱:Noethys,代碼行數:7,代碼來源:OL_Reglements.py

示例2: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "realise" : {"mode" : "total"},
         "plafond" : {"mode" : "total"},
         "solde" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:7,代碼來源:OL_Suivi_budget.py

示例3: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nomCompletIndividu" : {"mode" : "nombre", "singulier" : _(u"individu"), "pluriel" : _(u"individus"), "alignement" : wx.ALIGN_CENTER},
         "quantite" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},
         "montant" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:7,代碼來源:OL_Recalculer_prestations.py

示例4: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "date" : {"mode" : "nombre", "singulier" : _(u"consommation"), "pluriel" : _(u"consommations"), "alignement" : wx.ALIGN_CENTER},
         "duree_reelle" : {"mode" : "total", "format" : "temps", "alignement" : wx.ALIGN_CENTER},
         "duree_arrondie" : {"mode" : "total", "format" : "temps", "alignement" : wx.ALIGN_CENTER},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:7,代碼來源:OL_Contratspsu_previsions.py

示例5: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nom" : {"mode" : "nombre", "singulier" : _(u"compte"), "pluriel" : _(u"comptes"), "alignement" : wx.ALIGN_LEFT},
         "solde" : {"mode" : "total"},
         "solde_jour" : {"mode" : "total"},
         "solde_pointe" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:8,代碼來源:OL_Liste_comptes.py

示例6: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nomsTitulaires" : {"mode" : "nombre", "singulier" : "famille", "pluriel" : "familles", "alignement" : wx.ALIGN_CENTER},
         "solde" : {"mode" : "total"},
         "total_prestations" : {"mode" : "total"},
         "total_reglements" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:8,代碼來源:OL_Soldes.py

示例7: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "date_edition" : {"mode" : "nombre", "singulier" : _(u"facture"), "pluriel" : _(u"factures"), "alignement" : wx.ALIGN_CENTER},
         "total" : {"mode" : "total"},
         "regle" : {"mode" : "total"},
         "solde" : {"mode" : "total"},
         "soldeActuel" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:Terhu,項目名稱:Noethys,代碼行數:9,代碼來源:OL_Factures.py

示例8: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "annee_mois" : {"mode" : "nombre", "singulier" : _(u"mensualité"), "pluriel" : _(u"mensualités"), "alignement" : wx.ALIGN_CENTER},
         "heures_prevues" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "montant_prevu" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},
         "heures_facturees" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "montant_facture" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:9,代碼來源:OL_Contratspsu_mensualites.py

示例9: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "date" : {"mode" : "nombre", "singulier" : _(u"date"), "pluriel" : _(u"dates"), "alignement" : wx.ALIGN_CENTER},
         "duree_prevision" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "duree_presence" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "heures_absences_deductibles" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "heures_absences_non_deductibles" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         "depassement" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:10,代碼來源:OL_Contratspsu_detail.py

示例10: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nomSansCivilite" : {"mode" : "nombre", "singulier" : _(u"facture"), "pluriel" : _(u"factures"), "alignement" : wx.ALIGN_CENTER},
         "total" : {"mode" : "total"},
         "ventilation" : {"mode" : "total"},
         "du_periode" : {"mode" : "total"},
         "total_reports" : {"mode" : "total"},
         "du_total" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:10,代碼來源:OL_Factures_generation_selection.py

示例11: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "date_fin": {
             "mode": "nombre",
             "singulier": _(u"contrat"),
             "pluriel": _(u"contrats"),
             "alignement": wx.ALIGN_LEFT,
         },
         "montant": {"mode": "total"},
     }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:11,代碼來源:OL_Contrats.py

示例12: __init__

    def __init__(self, parent, kwargs={}):
        dictColonnes = {
            "individu_nom_complet" : {"mode" : "nombre", "singulier" : _(u"individu"), "pluriel" : _(u"individus"), "alignement" : wx.ALIGN_CENTER},
            "heures_prevues" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "montant_prevu" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},

            "heures_prevues_mois" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "heures_presences" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "heures_absences_deductibles" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "heures_absences_non_deductibles" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "heures_depassements" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "heures_regularisation" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},

            "heures_a_facturer" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "montant_a_facturer" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},

            "heures_facturees" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER, "format" : "temps"},
            "montant_facture" : {"mode" : "total", "alignement" : wx.ALIGN_CENTER},
            }
        PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:clemoan,項目名稱:Noethys,代碼行數:20,代碼來源:OL_Contratspsu_validation.py

示例13: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "texte" : {"mode" : "nombre", "singulier" : "texte", "pluriel" : "textes", "alignement" : wx.ALIGN_CENTER},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:lartelier,項目名稱:Noethys,代碼行數:5,代碼來源:OL_Traductions.py

示例14: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "nomUnite" : {"mode" : "nombre", "singulier" : _(u"consommation"), "pluriel" : _(u"consommations"), "alignement" : wx.ALIGN_LEFT},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:CugeDe,項目名稱:Noethys,代碼行數:5,代碼來源:OL_Contrats_conso.py

示例15: __init__

 def __init__(self, parent, kwargs={}):
     dictColonnes = {
         "date_fin" : {"mode" : "nombre", "singulier" : _(u"période"), "pluriel" : _(u"périodes"), "alignement" : wx.ALIGN_CENTER},
         "montant_prestation" : {"mode" : "total"},
         }
     PanelAvecFooter.__init__(self, parent, ListView, kwargs, dictColonnes)
開發者ID:lartelier,項目名稱:Noethys,代碼行數:6,代碼來源:OL_Contrats_periodes.py


注:本文中的ObjectListView.PanelAvecFooter類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。