Skip to content

Commit f1dbbd0

Browse files
tduguidtduguid
authored andcommitted
Updated new UI functionality
1 parent e798841 commit f1dbbd0

File tree

12 files changed

+53
-17
lines changed

12 files changed

+53
-17
lines changed

VB/App_Data/ScriptHelp.sdf

0 Bytes
Binary file not shown.

VB/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Imports System.Security
2222
<Assembly: ComVisible(False)>
2323

2424
'The following GUID is for the ID of the typelib if this project is exposed to COM
25-
<Assembly: Guid("61bce857-c4af-44aa-af2d-881b00e17d9d")>
25+
<Assembly: Guid("61bce857-c4af-44aa-af2d-881b00e17d9d")>
2626

2727
' Version information for an assembly consists of the following four values:
2828
'
@@ -35,8 +35,8 @@ Imports System.Security
3535
' by using the '*' as shown below:
3636
' <Assembly: AssemblyVersion("1.0.*")>
3737

38-
<Assembly: AssemblyVersion("1.1.0.0")>
39-
<Assembly: AssemblyFileVersion("1.1.0.0")>
38+
<Assembly: AssemblyVersion("4.0.0.0")>
39+
<Assembly: AssemblyFileVersion("4.0.0.0")>
4040

4141
Friend Module DesignTimeConstants
4242
Public Const RibbonTypeSerializer As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Serialization.RibbonTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

VB/My Project/Resources.Designer.vb

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

VB/My Project/Resources.resx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,22 @@
133133
<data name="ScriptTypeDql" type="System.Resources.ResXFileRef, System.Windows.Forms">
134134
<value>..\Resources\ScriptTypeDql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
135135
</data>
136-
<data name="ScriptTypeGitHub" type="System.Resources.ResXFileRef, System.Windows.Forms">
137-
<value>..\Resources\ScriptTypeGitHub.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
138-
</data>
139136
<data name="ScriptTypePlSql" type="System.Resources.ResXFileRef, System.Windows.Forms">
140137
<value>..\Resources\ScriptTypePlSql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
141138
</data>
142139
<data name="ScriptTypeTSql" type="System.Resources.ResXFileRef, System.Windows.Forms">
143140
<value>..\Resources\ScriptTypeTSql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
144141
</data>
145-
<data name="ScriptTypeXML" type="System.Resources.ResXFileRef, System.Windows.Forms">
146-
<value>..\Resources\ScriptTypeXML.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
142+
<data name="problem_steps_recorder" type="System.Resources.ResXFileRef, System.Windows.Forms">
143+
<value>..\Resources\problem_steps_recorder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
144+
</data>
145+
<data name="ScriptTypeMarkdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
146+
<value>..\Resources\ScriptTypeMarkdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
147+
</data>
148+
<data name="ScriptTypeMarkup" type="System.Resources.ResXFileRef, System.Windows.Forms">
149+
<value>..\Resources\ScriptTypeMarkup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
150+
</data>
151+
<data name="snipping_tool" type="System.Resources.ResXFileRef, System.Windows.Forms">
152+
<value>..\Resources\snipping_tool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
147153
</data>
148154
</root>
2.93 KB
Loading

VB/Resources/ScriptTypeMarkup.png

311 Bytes
Loading
2.55 KB
Loading

VB/Resources/snipping_tool.png

4.02 KB
Loading

VB/Ribbon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ Or use the following tag to remove all other ribbons when this loads
177177
<comboBox
178178
id="cboFormatDate"
179179
onChange="OnChange"
180-
getText="GetText"
181180
getItemCount="GetItemCount"
182181
getItemLabel="GetItemLabel"
182+
getText="GetText"
183183
sizeString= "XXXXXXXXXXXXXXXXXXXX"
184184
screentip="Date Format"
185185
supertip="This is the date format the script uses to replace the formatting for date columns."
@@ -188,9 +188,9 @@ Or use the following tag to remove all other ribbons when this loads
188188
<comboBox
189189
id="cboFormatTime"
190190
onChange="OnChange"
191-
getText="GetText"
192191
getItemCount="GetItemCount"
193192
getItemLabel="GetItemLabel"
193+
getText="GetText"
194194
sizeString= "XXXXXXXXXXXXXXXXXXXX"
195195
screentip="Time Format"
196196
supertip="This is the time format the script uses to replace the formatting for time columns."

VB/ScriptHelp.vbproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@
347347
</Content>
348348
<None Include="Resources\Download.png" />
349349
<Content Include="Resources\ExcelAddin.ico" />
350+
<None Include="Resources\problem_steps_recorder.png" />
351+
<None Include="Resources\ScriptTypeMarkdown.png" />
352+
<None Include="Resources\ScriptTypeMarkup.png" />
353+
<None Include="Resources\snipping_tool.png" />
350354
<Content Include="sqlceca35.dll" />
351355
<Content Include="sqlcecompact35.dll" />
352356
<Content Include="sqlceer35EN.dll" />

0 commit comments

Comments
 (0)