diff IBBoard.WarFoundry.GUI.WinForms.csproj @ 85:0bb9f40d44eb

Re #88: Complete initial WinForms UI * Add basic initial "about" box * Translations (below) Re #179: Make sure that translations are used throughout UI * Make all controls translatable * Supply translations for all controls Re #204: Use new limits in WinForms UI * Warn the user and cap the number if we try to go out of range for equipment
author IBBoard <dev@ibboard.co.uk>
date Sat, 31 Oct 2009 20:54:42 +0000
parents c283545d2d0b
children 63ca28bd8ada
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj	Sat Oct 31 19:32:48 2009 +0000
+++ b/IBBoard.WarFoundry.GUI.WinForms.csproj	Sat Oct 31 20:54:42 2009 +0000
@@ -115,6 +115,12 @@
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="FrmAbout.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="FrmAbout.Designer.cs">
+      <DependentUpon>FrmAbout.cs</DependentUpon>
+    </Compile>
     <Compile Include="FrmArmyTree.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -149,6 +155,10 @@
       <SubType>Component</SubType>
     </Compile>
     <Compile Include="Util\UnitEquipmentChoice.cs" />
+    <EmbeddedResource Include="FrmAbout.resx">
+      <SubType>Designer</SubType>
+      <DependentUpon>FrmAbout.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="FrmArmyTree.resx">
       <DependentUpon>FrmArmyTree.cs</DependentUpon>
       <SubType>Designer</SubType>