Skip to content

Commit 5ab5a5b

Browse files
tduguidtduguid
authored andcommitted
Updated ribbon button names
1 parent 3a7a5b8 commit 5ab5a5b

File tree

9 files changed

+358
-408
lines changed

9 files changed

+358
-408
lines changed

VB/App_Data/ScriptHelp.sdf

0 Bytes
Binary file not shown.

VB/My Project/Settings.Designer.vb

Lines changed: 20 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VB/My Project/Settings.settings

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<Setting Name="Table_ColumnScriptNull" Type="System.String" Scope="User">
1515
<Value Profile="(Default)">NULL</Value>
1616
</Setting>
17-
<Setting Name="Table_ColumnDateFormatFind" Type="System.String" Scope="User">
18-
<Value Profile="(Default)">mm:ss.0</Value>
17+
<Setting Name="Table_ColumnFormatTime" Type="System.String" Scope="User">
18+
<Value Profile="(Default)">h:mm:ss AM/PM</Value>
1919
</Setting>
20-
<Setting Name="Table_ColumnDateFormatReplace" Type="System.String" Scope="User">
20+
<Setting Name="Table_ColumnFormatDate" Type="System.String" Scope="User">
2121
<Value Profile="(Default)">dd-mmm-yyyy</Value>
2222
</Setting>
2323
<Setting Name="Column_TypeDate" Type="System.Int32" Scope="User">
2424
<Value Profile="(Default)">2</Value>
2525
</Setting>
2626
<Setting Name="Table_ColumnName" Type="System.String" Scope="User">
27-
<Value Profile="(Default)">SQL</Value>
27+
<Value Profile="(Default)">SCRIPT</Value>
2828
</Setting>
2929
<Setting Name="Table_ColumnCleanedColour" Type="System.Drawing.Color" Scope="User">
3030
<Value Profile="(Default)">SkyBlue</Value>
@@ -35,9 +35,6 @@
3535
<Setting Name="App_PathReadMe" Type="System.String" Scope="User">
3636
<Value Profile="(Default)">https://github.com/Office-projects/ScriptHelp/blob/master/README.md</Value>
3737
</Setting>
38-
<Setting Name="Visible_grpFormatDataTable" Type="System.Boolean" Scope="User">
39-
<Value Profile="(Default)">True</Value>
40-
</Setting>
4138
<Setting Name="App_PathDeploy" Type="System.String" Scope="User">
4239
<Value Profile="(Default)">https://raw.githubusercontent.com/Office-projects/ScriptHelp/master/publish/</Value>
4340
</Setting>
@@ -47,7 +44,7 @@
4744
<Setting Name="App_PathLocalData" Type="System.String" Scope="User">
4845
<Value Profile="(Default)">C:\Users\tduguid\Source\Repos\ScriptHelp\VB\App_Data</Value>
4946
</Setting>
50-
<Setting Name="App_PathReportIssue" Type="System.String" Scope="User">
47+
<Setting Name="App_PathNewIssue" Type="System.String" Scope="User">
5148
<Value Profile="(Default)">https://github.com/Office-projects/ScriptHelp/issues/new</Value>
5249
</Setting>
5350
<Setting Name="App_ReleaseDate" Type="System.DateTime" Scope="User">
@@ -68,13 +65,10 @@
6865
<Setting Name="Visible_grpScriptVariables" Type="System.Boolean" Scope="User">
6966
<Value Profile="(Default)">True</Value>
7067
</Setting>
71-
<Setting Name="Visible_mnuScriptType" Type="System.Boolean" Scope="User">
72-
<Value Profile="(Default)">True</Value>
73-
</Setting>
7468
<Setting Name="Visible_mnuScriptType_DQL" Type="System.Boolean" Scope="User">
7569
<Value Profile="(Default)">True</Value>
7670
</Setting>
77-
<Setting Name="Visible_mnuScriptType_Github" Type="System.Boolean" Scope="User">
71+
<Setting Name="Visible_mnuScriptType_Markdown" Type="System.Boolean" Scope="User">
7872
<Value Profile="(Default)">True</Value>
7973
</Setting>
8074
<Setting Name="Visible_mnuScriptType_PLSQL" Type="System.Boolean" Scope="User">
@@ -83,25 +77,10 @@
8377
<Setting Name="Visible_mnuScriptType_TSQL" Type="System.Boolean" Scope="User">
8478
<Value Profile="(Default)">True</Value>
8579
</Setting>
86-
<Setting Name="Visible_mnuScriptType_XML" Type="System.Boolean" Scope="User">
87-
<Value Profile="(Default)">True</Value>
88-
</Setting>
89-
<Setting Name="Visible_btnSeparateValues" Type="System.Boolean" Scope="User">
90-
<Value Profile="(Default)">True</Value>
91-
</Setting>
92-
<Setting Name="Visible_btnZeroToNull" Type="System.Boolean" Scope="User">
93-
<Value Profile="(Default)">True</Value>
94-
</Setting>
95-
<Setting Name="Option_PathFileListing" Type="System.String" Scope="User">
96-
<Value Profile="(Default)">C:\Temp</Value>
97-
</Setting>
98-
<Setting Name="Option_PathFileListingSelect" Type="System.Boolean" Scope="User">
99-
<Value Profile="(Default)">False</Value>
100-
</Setting>
101-
<Setting Name="Visible_btnClearInteriorColor" Type="System.Boolean" Scope="User">
80+
<Setting Name="Visible_mnuScriptType_Markup" Type="System.Boolean" Scope="User">
10281
<Value Profile="(Default)">True</Value>
10382
</Setting>
104-
<Setting Name="Visible_btnFileList" Type="System.Boolean" Scope="User">
83+
<Setting Name="Visible_grpAnnotation" Type="System.Boolean" Scope="User">
10584
<Value Profile="(Default)">True</Value>
10685
</Setting>
10786
</Settings>

0 commit comments

Comments
 (0)