Skip to content

Commit 112cd38

Browse files
committed
Version 1.0.0
1 parent b34cd0d commit 112cd38

31 files changed

+8933
-0
lines changed

.gitattributes

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# gitattributes template for Microsoft Access database source files
2+
# Source: https://github.com/joyfullservice/msaccess-vcs-integration
3+
#
4+
5+
###############################################################################
6+
# Set default behavior to automatically normalize line endings.
7+
###############################################################################
8+
* text=auto
9+
10+
###############################################################################
11+
# Ensure that source files use CRLF for newlines, in case they are downloaded
12+
# in a compressed archive directly from GitHub. (Otherwise class modules may
13+
# not be imported correctly. See issue #150 for more details.)
14+
###############################################################################
15+
# Most source files use this extension
16+
*.bas text eol=crlf
17+
# Class modules
18+
*.cls text eol=crlf
19+
# Some object definitions
20+
*.xml text eol=crlf
21+
# SQL output
22+
*.sql text eol=crlf
23+
# Forms 2.0 form definitions (rarely used)
24+
*.frm text eol=crlf
25+
# Common source file
26+
*.json text eol=crlf
27+
28+
###############################################################################
29+
# Clarify that the source language is VBA (Auto-detection not always accurate)
30+
# https://github.com/github/linguist/blob/master/docs/overrides.md
31+
###############################################################################
32+
*.bas linguist-language=VBA
33+
*.cls linguist-language=VBA
34+
*.twin linguist-language=VBA
35+
36+
# Git files
37+
*.gitattributes text
38+
*.gitattributes linguist-language=gitattributes
39+
40+
# Ignore files (like .npmignore or .gitignore)
41+
*.*ignore text
42+
*.*ignore export-ignore

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# gitattributes template for Microsoft Access database source files
2+
# Website: https://github.com/joyfullservice/msaccess-vcs-addin
3+
#
4+
5+
# Ignore Microsoft Access database binary files (Build these from source)
6+
*.accda
7+
*.accdb
8+
*.mdb
9+
10+
# Ignore database lock files
11+
*.laccdb
12+
*.ldb
13+
14+
# The local VCS index file is paired with the binary database file
15+
# and should not be comitted to version control.
16+
vcs-index.json
17+
18+
# Ignore any dotenv files (used for external database connections)
19+
*.env
20+
21+
# Ignore log files generated by the VCS Add-in
22+
# Comment out the following line if you wish to include log files in git.
23+
*.log

source/dbs-properties.json

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
{
2+
"Info": {
3+
"Class": "clsDbProperty",
4+
"Description": "Database Properties (DAO)"
5+
},
6+
"Items": {
7+
"AccessVersion": {
8+
"Value": "09.50",
9+
"Type": 10
10+
},
11+
"AllowBuiltInToolbars": {
12+
"Value": true,
13+
"Type": 1
14+
},
15+
"AllowDatasheetSchema": {
16+
"Value": false,
17+
"Type": 1
18+
},
19+
"AllowFullMenus": {
20+
"Value": true,
21+
"Type": 1
22+
},
23+
"AllowShortcutMenus": {
24+
"Value": true,
25+
"Type": 1
26+
},
27+
"AllowSpecialKeys": {
28+
"Value": true,
29+
"Type": 1
30+
},
31+
"AllowToolbarChanges": {
32+
"Value": true,
33+
"Type": 1
34+
},
35+
"ANSI Query Mode": {
36+
"Value": 0,
37+
"Type": 4
38+
},
39+
"AppTitle": {
40+
"Value": "ACLib Access Add-in Builder",
41+
"Type": 10
42+
},
43+
"Auto Compact": {
44+
"Value": 0,
45+
"Type": 4
46+
},
47+
"Build": {
48+
"Value": 720,
49+
"Type": 4
50+
},
51+
"CheckTruncatedNumFields": {
52+
"Value": 0,
53+
"Type": 4
54+
},
55+
"Clear Cache on Close": {
56+
"Value": 0,
57+
"Type": 4
58+
},
59+
"CollatingOrder": {
60+
"Value": 1033,
61+
"Type": 3
62+
},
63+
"Connect": {
64+
"Value": "",
65+
"Type": 12
66+
},
67+
"Continuous Form Navigation Keys": {
68+
"Value": 0,
69+
"Type": 4
70+
},
71+
"Continuous Form Record Navigation Keys": {
72+
"Value": 0,
73+
"Type": 4
74+
},
75+
"DesignMasterID": {
76+
"Value": "",
77+
"Type": 15
78+
},
79+
"DesignWithData": {
80+
"Value": false,
81+
"Type": 1
82+
},
83+
"HasOfflineLists": {
84+
"Value": 70,
85+
"Type": 3
86+
},
87+
"Name": {
88+
"Value": "rel:ACLibAccessAddInBuilder.accdb",
89+
"Type": 12
90+
},
91+
"NavPane Category": {
92+
"Value": 0,
93+
"Type": 4
94+
},
95+
"NavPane Closed": {
96+
"Value": 0,
97+
"Type": 4
98+
},
99+
"NavPane Sort By": {
100+
"Value": 0,
101+
"Type": 4
102+
},
103+
"NavPane View By": {
104+
"Value": 0,
105+
"Type": 4
106+
},
107+
"NavPane Width": {
108+
"Value": 558,
109+
"Type": 4
110+
},
111+
"Never Cache": {
112+
"Value": 0,
113+
"Type": 4
114+
},
115+
"Option to enable Monaco SQL Editor": {
116+
"Value": 0,
117+
"Type": 4
118+
},
119+
"Picture Property Storage Format": {
120+
"Value": 0,
121+
"Type": 4
122+
},
123+
"ProjVer": {
124+
"Value": 142,
125+
"Type": 3
126+
},
127+
"QueryTimeout": {
128+
"Value": 60,
129+
"Type": 3
130+
},
131+
"RecordsAffected": {
132+
"Value": 0,
133+
"Type": 4
134+
},
135+
"ReplicaID": {
136+
"Value": "",
137+
"Type": 15
138+
},
139+
"Show Navigation Pane Search Bar": {
140+
"Value": 1,
141+
"Type": 4
142+
},
143+
"Show Values in Indexed": {
144+
"Value": 1,
145+
"Type": 4
146+
},
147+
"Show Values in Non-Indexed": {
148+
"Value": 1,
149+
"Type": 4
150+
},
151+
"Show Values in Remote": {
152+
"Value": 0,
153+
"Type": 4
154+
},
155+
"Show Values Limit": {
156+
"Value": 1000,
157+
"Type": 4
158+
},
159+
"ShowDocumentTabs": {
160+
"Value": true,
161+
"Type": 1
162+
},
163+
"StartUpForm": {
164+
"Value": "InstallAddInForm",
165+
"Type": 10
166+
},
167+
"StartUpShowDBWindow": {
168+
"Value": true,
169+
"Type": 1
170+
},
171+
"StartUpShowStatusBar": {
172+
"Value": true,
173+
"Type": 1
174+
},
175+
"Theme Resource Name": {
176+
"Value": "Office",
177+
"Type": 10
178+
},
179+
"Themed Form Controls": {
180+
"Value": 1,
181+
"Type": 4
182+
},
183+
"Track Name AutoCorrect Info": {
184+
"Value": 0,
185+
"Type": 4
186+
},
187+
"Transactions": {
188+
"Value": true,
189+
"Type": 1
190+
},
191+
"Updatable": {
192+
"Value": true,
193+
"Type": 1
194+
},
195+
"Use BigInt for linking and importing data": {
196+
"Value": 0,
197+
"Type": 4
198+
},
199+
"Use DateTime2 for linking and importing data": {
200+
"Value": 0,
201+
"Type": 4
202+
},
203+
"Use Microsoft Access 2007 compatible cache": {
204+
"Value": 0,
205+
"Type": 4
206+
},
207+
"UseAppIconForFrmRpt": {
208+
"Value": false,
209+
"Type": 1
210+
},
211+
"UseMDIMode": {
212+
"Value": 0,
213+
"Type": 2
214+
},
215+
"Version": {
216+
"Value": "14.0",
217+
"Type": 12
218+
},
219+
"WebDesignMode": {
220+
"Value": 0,
221+
"Type": 2
222+
}
223+
}
224+
}

source/documents.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Info": {
3+
"Class": "clsDbDocument",
4+
"Description": "Database Documents Properties (DAO)"
5+
},
6+
"Items": {
7+
"Databases": {
8+
"SummaryInfo": {
9+
"Author": "Josef Pötzl",
10+
"Comments": "Config USysRegInfo table for Access add-ins",
11+
"Company": "access-codelib.net",
12+
"Title": "Access Add-in Builder"
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)