Skip to content

Commit 6904fe6

Browse files
authored
Replace install vbs (#15)
* add install form
1 parent 5acce9d commit 6904fe6

17 files changed

+1480
-64
lines changed

.github/workflows/build-accdb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
with:
3535
source-dir: "source"
3636
target-dir: "access-add-in"
37+
file-name: "ACLibImportWizard.accda"
38+
app-config: "deployment/AddIn-Config.json"
3739
timeout-minutes: 10
3840

3941
- name: "Upload Build Artifact"

.github/workflows/build-release-zip-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
source-dir: "source"
2727
target-dir: "access-add-in"
2828
file-name: "ACLibImportWizard.accda"
29+
app-config: "deployment/AddIn-Config.json"
2930
timeout-minutes: 10
3031

3132
- name: "Create versioned ZIP file"

deployment/AddIn-Config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"DatabaseProperties": [
3+
{
4+
"Name": "StartUpForm",
5+
"Type": 10,
6+
"Value": "InstallAddInForm"
7+
}
8+
]
9+
}

source/dbs-properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
"Type": 4
102102
},
103103
"NavPane Width": {
104-
"Value": 557,
104+
"Value": 215,
105105
"Type": 4
106106
},
107107
"Never Cache": {
108108
"Value": 0,
109109
"Type": 4
110110
},
111111
"Option to enable Monaco SQL Editor": {
112-
"Value": 1,
112+
"Value": 0,
113113
"Type": 4
114114
},
115115
"Perform Name AutoCorrect": {

source/forms/ACLibImportWizardForm.bas

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,9 @@ Begin Form
908908
OverlapFlags =85
909909
TextAlign =1
910910
IMESentenceMode =3
911-
Left =6143
911+
Left =6135
912912
Top =960
913-
Width =1786
913+
Width =1785
914914
Height =293
915915
TabIndex =8
916916
Name ="txtRepoName"
@@ -920,9 +920,9 @@ Begin Form
920920
BottomPadding =150
921921
HorizontalAnchor =2
922922

923-
LayoutCachedLeft =6143
923+
LayoutCachedLeft =6135
924924
LayoutCachedTop =960
925-
LayoutCachedWidth =7929
925+
LayoutCachedWidth =7920
926926
LayoutCachedHeight =1253
927927
ColumnStart =4
928928
ColumnEnd =4
@@ -960,9 +960,9 @@ Begin Form
960960
OverlapFlags =85
961961
TextAlign =1
962962
IMESentenceMode =3
963-
Left =3608
963+
Left =3600
964964
Top =960
965-
Width =1703
965+
Width =1710
966966
Height =293
967967
TabIndex =7
968968
Name ="txtRepoOwner"
@@ -971,9 +971,9 @@ Begin Form
971971
GroupTable =1
972972
BottomPadding =150
973973

974-
LayoutCachedLeft =3608
974+
LayoutCachedLeft =3600
975975
LayoutCachedTop =960
976-
LayoutCachedWidth =5311
976+
LayoutCachedWidth =5310
977977
LayoutCachedHeight =1253
978978
ColumnStart =2
979979
ColumnEnd =2
@@ -1031,7 +1031,7 @@ Begin Form
10311031
OverlapFlags =85
10321032
TextAlign =1
10331033
IMESentenceMode =3
1034-
Left =8813
1034+
Left =8790
10351035
Top =960
10361036
Width =1290
10371037
Height =293
@@ -1043,9 +1043,9 @@ Begin Form
10431043
BottomPadding =150
10441044
HorizontalAnchor =2
10451045

1046-
LayoutCachedLeft =8813
1046+
LayoutCachedLeft =8790
10471047
LayoutCachedTop =960
1048-
LayoutCachedWidth =10103
1048+
LayoutCachedWidth =10080
10491049
LayoutCachedHeight =1253
10501050
ColumnStart =6
10511051
ColumnEnd =6
@@ -1058,17 +1058,17 @@ Begin Form
10581058
Begin Label
10591059
OverlapFlags =85
10601060
TextAlign =3
1061-
Left =7988
1061+
Left =7980
10621062
Top =960
1063-
Width =757
1063+
Width =750
10641064
Height =293
10651065
Name ="Label78"
10661066
Caption ="Branch:"
10671067
GroupTable =1
10681068
BottomPadding =150
1069-
LayoutCachedLeft =7988
1069+
LayoutCachedLeft =7980
10701070
LayoutCachedTop =960
1071-
LayoutCachedWidth =8745
1071+
LayoutCachedWidth =8730
10721072
LayoutCachedHeight =1253
10731073
ColumnStart =5
10741074
ColumnEnd =5

0 commit comments

Comments
 (0)