Skip to content

Commit

Permalink
Beginnings of UI for waiterStation
Browse files Browse the repository at this point in the history
  • Loading branch information
rrk12005 committed Mar 28, 2017
1 parent 88e02c0 commit 9bce610
Show file tree
Hide file tree
Showing 9 changed files with 245 additions and 241 deletions.
18 changes: 9 additions & 9 deletions Enigma/Enigma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Popups\AddParty.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Popups\AddParty.Designer.cs">
<DependentUpon>AddParty.cs</DependentUpon>
</Compile>
<Compile Include="Popups\resAdd.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -80,6 +74,12 @@
<Compile Include="Popups\TableAssign.Designer.cs">
<DependentUpon>TableAssign.cs</DependentUpon>
</Compile>
<Compile Include="Popups\tableOrder.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Popups\tableOrder.Designer.cs">
<DependentUpon>tableOrder.cs</DependentUpon>
</Compile>
<Compile Include="Popups\waitListAdd.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -115,15 +115,15 @@
<Compile Include="Stations\DebugStation.cs" />
<Compile Include="Stations\WaiterStation.cs" />
<Compile Include="Stations\HostStation.cs" />
<EmbeddedResource Include="Popups\AddParty.resx">
<DependentUpon>AddParty.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\resAdd.resx">
<DependentUpon>resAdd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\TableAssign.resx">
<DependentUpon>TableAssign.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\tableOrder.resx">
<DependentUpon>tableOrder.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\waitListAdd.resx">
<DependentUpon>waitListAdd.cs</DependentUpon>
</EmbeddedResource>
Expand Down
165 changes: 0 additions & 165 deletions Enigma/Popups/AddParty.Designer.cs

This file was deleted.

50 changes: 0 additions & 50 deletions Enigma/Popups/AddParty.cs

This file was deleted.

121 changes: 121 additions & 0 deletions Enigma/Popups/tableOrder.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bce610

Please sign in to comment.