Skip to content

Commit 0ce4282

Browse files
tduguidtduguid
authored andcommitted
Updated script taskpane with font size option and graph data image set at runtime
1 parent b7e838e commit 0ce4282

File tree

5 files changed

+201
-188
lines changed

5 files changed

+201
-188
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,4 @@ ModelManifest.xml
192192
/.vs/slnx.sqlite
193193
/.vs
194194
/publish/Application Files/ScriptHelp_3_0_0_2/ApiHelp.shfbproj.deploy
195+
/CS/.vs/ScriptHelp/v15/Server/sqlite3

CS/TaskPane/GraphData.Designer.cs

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

CS/TaskPane/GraphData.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ public GraphData()
4141
Application.DoEvents();
4242
}
4343
RefreshResultsToGrid();
44-
45-
}
44+
this.picTable.BackgroundImage = ScriptHelp.Properties.Resources.table;
45+
46+
}
4647
catch (Exception ex)
4748
{
4849
ErrorHandler.DisplayMessage(ex);
@@ -204,5 +205,5 @@ private void RefreshResultsToGrid()
204205

205206
}
206207

207-
}
208+
}
208209
}

CS/TaskPane/Script.Designer.cs

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

0 commit comments

Comments
 (0)