comparison 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
comparison
equal deleted inserted replaced
84:1e85a0687e4d 85:0bb9f40d44eb
113 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 113 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114 </Content> 114 </Content>
115 <Compile Include="AssemblyInfo.cs"> 115 <Compile Include="AssemblyInfo.cs">
116 <SubType>Code</SubType> 116 <SubType>Code</SubType>
117 </Compile> 117 </Compile>
118 <Compile Include="FrmAbout.cs">
119 <SubType>Form</SubType>
120 </Compile>
121 <Compile Include="FrmAbout.Designer.cs">
122 <DependentUpon>FrmAbout.cs</DependentUpon>
123 </Compile>
118 <Compile Include="FrmArmyTree.cs"> 124 <Compile Include="FrmArmyTree.cs">
119 <SubType>Form</SubType> 125 <SubType>Form</SubType>
120 </Compile> 126 </Compile>
121 <Compile Include="FrmEditUnitEquipment.cs"> 127 <Compile Include="FrmEditUnitEquipment.cs">
122 <SubType>Form</SubType> 128 <SubType>Form</SubType>
147 </Compile> 153 </Compile>
148 <Compile Include="UI\StatColumnStyle.cs"> 154 <Compile Include="UI\StatColumnStyle.cs">
149 <SubType>Component</SubType> 155 <SubType>Component</SubType>
150 </Compile> 156 </Compile>
151 <Compile Include="Util\UnitEquipmentChoice.cs" /> 157 <Compile Include="Util\UnitEquipmentChoice.cs" />
158 <EmbeddedResource Include="FrmAbout.resx">
159 <SubType>Designer</SubType>
160 <DependentUpon>FrmAbout.cs</DependentUpon>
161 </EmbeddedResource>
152 <EmbeddedResource Include="FrmArmyTree.resx"> 162 <EmbeddedResource Include="FrmArmyTree.resx">
153 <DependentUpon>FrmArmyTree.cs</DependentUpon> 163 <DependentUpon>FrmArmyTree.cs</DependentUpon>
154 <SubType>Designer</SubType> 164 <SubType>Designer</SubType>
155 </EmbeddedResource> 165 </EmbeddedResource>
156 <EmbeddedResource Include="FrmEditUnitEquipment.resx"> 166 <EmbeddedResource Include="FrmEditUnitEquipment.resx">