File tree Expand file tree Collapse file tree 13 files changed +481
-0
lines changed
Expand file tree Collapse file tree 13 files changed +481
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : true ,
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+ "Auto Compact" : {
40+ "Value" : 0 ,
41+ "Type" : 4
42+ },
43+ "Build" : {
44+ "Value" : 720 ,
45+ "Type" : 4
46+ },
47+ "CheckTruncatedNumFields" : {
48+ "Value" : 1 ,
49+ "Type" : 4
50+ },
51+ "Clear Cache on Close" : {
52+ "Value" : 0 ,
53+ "Type" : 4
54+ },
55+ "CollatingOrder" : {
56+ "Value" : 1033 ,
57+ "Type" : 3
58+ },
59+ "Connect" : {
60+ "Value" : " " ,
61+ "Type" : 12
62+ },
63+ "DesignMasterID" : {
64+ "Value" : " " ,
65+ "Type" : 15
66+ },
67+ "DesignWithData" : {
68+ "Value" : true ,
69+ "Type" : 1
70+ },
71+ "HasOfflineLists" : {
72+ "Value" : 70 ,
73+ "Type" : 3
74+ },
75+ "Name" : {
76+ "Value" : " rel:Test.accdb" ,
77+ "Type" : 12
78+ },
79+ "NavPane Category" : {
80+ "Value" : 0 ,
81+ "Type" : 4
82+ },
83+ "NavPane Closed" : {
84+ "Value" : 0 ,
85+ "Type" : 4
86+ },
87+ "NavPane Sort By" : {
88+ "Value" : 1 ,
89+ "Type" : 4
90+ },
91+ "NavPane View By" : {
92+ "Value" : 0 ,
93+ "Type" : 4
94+ },
95+ "NavPane Width" : {
96+ "Value" : 215 ,
97+ "Type" : 4
98+ },
99+ "Never Cache" : {
100+ "Value" : 0 ,
101+ "Type" : 4
102+ },
103+ "Picture Property Storage Format" : {
104+ "Value" : 0 ,
105+ "Type" : 4
106+ },
107+ "ProjVer" : {
108+ "Value" : 142 ,
109+ "Type" : 3
110+ },
111+ "QueryTimeout" : {
112+ "Value" : 60 ,
113+ "Type" : 3
114+ },
115+ "RecordsAffected" : {
116+ "Value" : 0 ,
117+ "Type" : 4
118+ },
119+ "ReplicaID" : {
120+ "Value" : " " ,
121+ "Type" : 15
122+ },
123+ "Show Navigation Pane Search Bar" : {
124+ "Value" : 1 ,
125+ "Type" : 4
126+ },
127+ "Show Values in Indexed" : {
128+ "Value" : 1 ,
129+ "Type" : 4
130+ },
131+ "Show Values in Non-Indexed" : {
132+ "Value" : 1 ,
133+ "Type" : 4
134+ },
135+ "Show Values in Remote" : {
136+ "Value" : 0 ,
137+ "Type" : 4
138+ },
139+ "Show Values Limit" : {
140+ "Value" : 1000 ,
141+ "Type" : 4
142+ },
143+ "ShowDocumentTabs" : {
144+ "Value" : true ,
145+ "Type" : 1
146+ },
147+ "StartUpShowDBWindow" : {
148+ "Value" : true ,
149+ "Type" : 1
150+ },
151+ "StartUpShowStatusBar" : {
152+ "Value" : true ,
153+ "Type" : 1
154+ },
155+ "Theme Resource Name" : {
156+ "Value" : " Office Theme" ,
157+ "Type" : 10
158+ },
159+ "Themed Form Controls" : {
160+ "Value" : 1 ,
161+ "Type" : 4
162+ },
163+ "Transactions" : {
164+ "Value" : true ,
165+ "Type" : 1
166+ },
167+ "Updatable" : {
168+ "Value" : true ,
169+ "Type" : 1
170+ },
171+ "Use Microsoft Access 2007 compatible cache" : {
172+ "Value" : 0 ,
173+ "Type" : 4
174+ },
175+ "UseAppIconForFrmRpt" : {
176+ "Value" : false ,
177+ "Type" : 1
178+ },
179+ "UseMDIMode" : {
180+ "Value" : 0 ,
181+ "Type" : 2
182+ },
183+ "Version" : {
184+ "Value" : " 12.0" ,
185+ "Type" : 12
186+ },
187+ "WebDesignMode" : {
188+ "Value" : 0 ,
189+ "Type" : 2
190+ }
191+ }
192+ }
Original file line number Diff line number Diff line change 1+ {
2+ "Info" : {
3+ "Class" : " clsDbDocument" ,
4+ "Description" : " Database Documents Properties (DAO)"
5+ },
6+ "Items" : {
7+ "Databases" : {
8+ "SummaryInfo" : {
9+ "Title" : " Database"
10+ }
11+ }
12+ }
13+ }
Original file line number Diff line number Diff line change 1+ Version =20
2+ VersionRequired =20
3+ Begin Form
4+ DividingLines = NotDefault
5+ AllowDesignChanges = NotDefault
6+ DefaultView =0
7+ PictureAlignment =2
8+ DatasheetGridlinesBehavior =3
9+ GridY =10
10+ Width =6994
11+ DatasheetFontHeight =11
12+ ItemSuffix =1
13+ Right =14700
14+ Bottom =11865
15+ RecSrcDt = Begin
16+ 0 xfd5e93f4705de640
17+ End
18+ DatasheetFontName ="Calibri"
19+ FilterOnLoad =0
20+ ShowPageMargins =0
21+ DisplayOnSharePointSite =1
22+ DatasheetAlternateBackColor =15921906
23+ DatasheetGridlinesColor12 =0
24+ FitToScreen =1
25+ DatasheetBackThemeColorIndex =1
26+ BorderThemeColorIndex =3
27+ ThemeFontIndex =1
28+ ForeThemeColorIndex =0
29+ AlternateBackThemeColorIndex =1
30+ AlternateBackShade =95.0
31+ Begin
32+ Begin Label
33+ BackStyle =0
34+ FontSize =11
35+ FontName ="Calibri"
36+ ThemeFontIndex =1
37+ BackThemeColorIndex =1
38+ BorderThemeColorIndex =0
39+ BorderTint =50.0
40+ ForeThemeColorIndex =0
41+ ForeTint =60.0
42+ GridlineThemeColorIndex =1
43+ GridlineShade =65.0
44+ End
45+ Begin Section
46+ Height =5952
47+ Name ="Detail"
48+ AutoHeight =1
49+ AlternateBackThemeColorIndex =1
50+ AlternateBackShade =95.0
51+ BackThemeColorIndex =1
52+ Begin
53+ Begin Label
54+ OverlapFlags =85
55+ Left =1474
56+ Top =1133
57+ Width =720
58+ Height =315
59+ Name ="Label0"
60+ Caption ="Test"
61+ LayoutCachedLeft =1474
62+ LayoutCachedTop =1133
63+ LayoutCachedWidth =2194
64+ LayoutCachedHeight =1448
65+ End
66+ End
67+ End
68+ End
69+ End
Original file line number Diff line number Diff line change 1+ {
2+ "Info" : {
3+ "Class" : " clsDbNavPaneGroup" ,
4+ "Description" : " Navigation Pane Custom Groups"
5+ },
6+ "Items" : {
7+ "Categories" : [
8+ {
9+ "Name" : " Custom" ,
10+ "Flags" : 0 ,
11+ "Position" : 2 ,
12+ "Groups" : [
13+ {
14+ "Name" : " Custom Group 1" ,
15+ "Flags" : 0 ,
16+ "Position" : 2 ,
17+ "Objects" : [
18+ ]
19+ }
20+ ]
21+ }
22+ ]
23+ }
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "Info" : {
3+ "Class" : " clsDbProjProperty" ,
4+ "Description" : " Project Properties (Access)"
5+ },
6+ "Items" : {
7+ "VCS Source Path" : " \\ source"
8+ }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "Info" : {
3+ "Class" : " clsDbProject" ,
4+ "Description" : " Project"
5+ },
6+ "Items" : {
7+ "FileFormat" : 12 ,
8+ "RemovePersonalInformation" : false
9+ }
10+ }
You can’t perform that action at this time.
0 commit comments