92 lines
1.6 KiB
Plaintext
92 lines
1.6 KiB
Plaintext
![]() |
# == Properties Section ==
|
||
|
# configuration properties
|
||
|
# use .ini format to define properties
|
||
|
# mandatory properties: name, artifact
|
||
|
|
||
|
name = ConceptReport.xlsm
|
||
|
artifact = ConceptReport.xlsm
|
||
|
|
||
|
%%
|
||
|
# === Imports Section ===
|
||
|
# Hierarchy of folders and files
|
||
|
# Use Tabulator to mark next level in hierarchy
|
||
|
# All folders are nested into SharedHome path
|
||
|
|
||
|
dev
|
||
|
DevTester.bas
|
||
|
ex_ConceptOrganization.bas
|
||
|
|
||
|
api
|
||
|
ex_WinAPI.bas
|
||
|
|
||
|
API_XLWrapper.cls
|
||
|
API_UserInteraction.cls
|
||
|
|
||
|
excel
|
||
|
ex_Excel.bas
|
||
|
|
||
|
utility
|
||
|
ex_VBA.bas
|
||
|
ex_DataPreparation.bas
|
||
|
|
||
|
ui
|
||
|
CSE_ProgressBar.frm
|
||
|
|
||
|
Calendar
|
||
|
CSE_Calendar.frm
|
||
|
z_CalendarUI.bas
|
||
|
CSE_CallbackCalendar.cls
|
||
|
|
||
|
%%
|
||
|
# === Source Code Section ==
|
||
|
# Hierarchy of folders and files
|
||
|
# Use Tabulator to mark next level in hierarchy
|
||
|
# All folders are nested into SourceHome path
|
||
|
|
||
|
src
|
||
|
worker
|
||
|
DataAccess.bas
|
||
|
DevHelper.bas
|
||
|
Declarations.bas
|
||
|
Main.bas
|
||
|
MainImpl.bas
|
||
|
z_UIMessages.bas
|
||
|
z_UIRibbon.bas
|
||
|
|
||
|
CRD_ProjectList.frm
|
||
|
CRD_NewYear.frm
|
||
|
CRD_WorkList.frm
|
||
|
|
||
|
MonthlyReport.cls
|
||
|
|
||
|
common
|
||
|
DataTransfer.bas
|
||
|
DeclarationsWorker.bas
|
||
|
|
||
|
DB_CachedProjects.cls
|
||
|
DB_WorkerData.cls
|
||
|
|
||
|
ItemCachedProject.cls
|
||
|
IteratorWork.cls
|
||
|
|
||
|
|
||
|
%%
|
||
|
# ===== UI Section =======
|
||
|
# Pairs of path to UI elements, use " -> " delimiter
|
||
|
# First component is a path relative to SourceHome\ui folders
|
||
|
# Second component is internal path inside project file
|
||
|
|
||
|
worker\.rels -> _rels\.rels
|
||
|
worker\customUI.xml -> customUI\customUI.xml
|
||
|
|
||
|
%%
|
||
|
# === References Section ===
|
||
|
# List dependencies in one of the formats
|
||
|
# global : GLOBAL_NAME
|
||
|
# guid : {REGISTERED_GUID}
|
||
|
# file : PATH_TO_LIBRARY
|
||
|
|
||
|
global : Scripting
|
||
|
global : MSForms
|
||
|
global : Outlook
|
||
|
global : Shell32
|