Home
last modified time | relevance | path

Searched refs:LSID_BirthDate (Results 1 – 8 of 8) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKFlowInputPlugin/
H A DGKFlowInputPlugin.cs52 /* 123 */ LSID_BirthDate, enumerator
H A DFlowInputDlg.cs131 lblBirthDate.Text = fLangMan.LS(FLS.LSID_BirthDate); in SetLocale()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Lists/
H A DChildrenListModel.cs43 fListColumns.AddColumn(LSID.LSID_BirthDate, 100, false); in ChildrenListModel()
H A DIndividualListMan.cs131 result.AddColumn(LSID.LSID_BirthDate, DataType.dtGEDCOMDate, 100, true); in CreateIndividualListColumns()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Export/
H A DExcelExporter.cs64 worksheet.Cells[1, 6] = new Cell(LangMan.LS(LSID.LSID_BirthDate)); in Generate()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DLangMan.cs170 /* 123 */ LSID_BirthDate, enumerator
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DOptionsDlg.cs721 chkBirthDate.Text = LangMan.LS(LSID.LSID_BirthDate); in SetLocale()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DOptionsDlg.cs727 chkBirthDate.Text = LangMan.LS(LSID.LSID_BirthDate); in SetLocale()