Skip to content

Commit

Permalink
Fix settings bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancajigas committed Sep 10, 2024
1 parent f1de0f4 commit a607e72
Show file tree
Hide file tree
Showing 53 changed files with 32,887 additions and 3 deletions.
Binary file not shown.
Binary file added .vs/BarcodeGenerator/v17/.suo
Binary file not shown.
37 changes: 37 additions & 0 deletions .vs/BarcodeGenerator/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{5E0A451F-2A2B-4C5D-90D9-9731A160E9EE}|BarcodeGenerator\\BarcodeGenerator.csproj|c:\\users\\dcajigas\\onedrive - applied industrial technologies\\documents\\github\\magni-whrobot-barcode-generator\\barcodegenerator\\graphicalsettings.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{5E0A451F-2A2B-4C5D-90D9-9731A160E9EE}|BarcodeGenerator\\BarcodeGenerator.csproj|solutionrelative:barcodegenerator\\graphicalsettings.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "GraphicalSettings.cs",
"DocumentMoniker": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\BarcodeGenerator\\GraphicalSettings.cs",
"RelativeDocumentMoniker": "BarcodeGenerator\\GraphicalSettings.cs",
"ToolTip": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\BarcodeGenerator\\GraphicalSettings.cs",
"RelativeToolTip": "BarcodeGenerator\\GraphicalSettings.cs",
"ViewState": "AgIAACsAAAAAAAAAAAAQwD0AAABiAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-10T21:15:52.268Z",
"EditorCaption": ""
}
]
}
]
}
]
}
37 changes: 37 additions & 0 deletions .vs/BarcodeGenerator/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{5E0A451F-2A2B-4C5D-90D9-9731A160E9EE}|BarcodeGenerator\\BarcodeGenerator.csproj|c:\\users\\dcajigas\\onedrive - applied industrial technologies\\documents\\github\\magni-whrobot-barcode-generator\\barcodegenerator\\graphicalsettings.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{5E0A451F-2A2B-4C5D-90D9-9731A160E9EE}|BarcodeGenerator\\BarcodeGenerator.csproj|solutionrelative:barcodegenerator\\graphicalsettings.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "GraphicalSettings.cs",
"DocumentMoniker": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\BarcodeGenerator\\GraphicalSettings.cs",
"RelativeDocumentMoniker": "BarcodeGenerator\\GraphicalSettings.cs",
"ToolTip": "C:\\Users\\dcajigas\\OneDrive - Applied Industrial Technologies\\Documents\\GitHub\\magni-whrobot-barcode-generator\\BarcodeGenerator\\GraphicalSettings.cs",
"RelativeToolTip": "BarcodeGenerator\\GraphicalSettings.cs",
"ViewState": "AgIAACsAAAAAAAAAAAAQwD0AAABiAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-10T21:15:52.268Z",
"EditorCaption": ""
}
]
}
]
}
]
}
2 changes: 1 addition & 1 deletion BarcodeGenerator/GraphicalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public GraphicalSettings(int[] groupsNumStationsRet, string[] groupNamesRet)
InitializeComponent();

// set up interal variables
groupsNumStations = new int[NUM_GROUPS];
groupsNumStations = new int[NUM_GROUPS + 1];
groupNames = new string[NUM_GROUPS];
this.groupsNumStationsRet = groupsNumStationsRet;
this.groupNamesRet = groupNamesRet;
Expand Down
Binary file added BarcodeGenerator/bin/Debug/BarcodeGenerator.exe
Binary file not shown.
18 changes: 18 additions & 0 deletions BarcodeGenerator/bin/Debug/BarcodeGenerator.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.4" newVersion="8.0.0.4" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file added BarcodeGenerator/bin/Debug/BarcodeGenerator.pdb
Binary file not shown.
Binary file added BarcodeGenerator/bin/Debug/BarcodeStandard.dll
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a607e72

Please sign in to comment.