comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 40:740350673006

Re #117: Add percentage and number boxes to equipment item dialogs * Add a new EquipmentAmountControl to bundle the controls with some initial implementation * Add new control to "new equipment" dialog and remove old controls Also: * Update some namespaces
author IBBoard <dev@ibboard.co.uk>
date Sun, 06 Sep 2009 18:01:54 +0000
parents 6ab7ddc038f9
children 1576f669b3eb
comparison
equal deleted inserted replaced
39:25dfeb1db285 40:740350673006
15 <DefaultClientScript>JScript</DefaultClientScript> 15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema> 17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign> 18 <DelaySign>false</DelaySign>
19 <OutputType>WinExe</OutputType> 19 <OutputType>WinExe</OutputType>
20 <RootNamespace>IBBoard.WarFoundry</RootNamespace> 20 <RootNamespace>IBBoard.WarFoundry.GUI.WinForms</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22 <StartupObject>IBBoard.WarFoundry.WinForms.FrmMain</StartupObject> 22 <StartupObject>IBBoard.WarFoundry.GUI.WinForms.FrmMain</StartupObject>
23 <FileUpgradeFlags> 23 <FileUpgradeFlags>
24 </FileUpgradeFlags> 24 </FileUpgradeFlags>
25 <UpgradeBackupLocation> 25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation> 26 </UpgradeBackupLocation>
27 </PropertyGroup> 27 </PropertyGroup>
143 <SubType>Form</SubType> 143 <SubType>Form</SubType>
144 </Compile> 144 </Compile>
145 <Compile Include="FrmUnit.cs"> 145 <Compile Include="FrmUnit.cs">
146 <SubType>Form</SubType> 146 <SubType>Form</SubType>
147 </Compile> 147 </Compile>
148 <Compile Include="UI\EquipmentAmountControl.cs">
149 <SubType>UserControl</SubType>
150 </Compile>
151 <Compile Include="UI\EquipmentAmountControl.Designer.cs">
152 <DependentUpon>EquipmentAmountControl.cs</DependentUpon>
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" />
152 <EmbeddedResource Include="FrmArmyTree.resx"> 158 <EmbeddedResource Include="FrmArmyTree.resx">
178 <DependentUpon>FrmSelectSystem.cs</DependentUpon> 184 <DependentUpon>FrmSelectSystem.cs</DependentUpon>
179 <SubType>Designer</SubType> 185 <SubType>Designer</SubType>
180 </EmbeddedResource> 186 </EmbeddedResource>
181 <EmbeddedResource Include="FrmUnit.resx"> 187 <EmbeddedResource Include="FrmUnit.resx">
182 <DependentUpon>FrmUnit.cs</DependentUpon> 188 <DependentUpon>FrmUnit.cs</DependentUpon>
189 </EmbeddedResource>
190 <EmbeddedResource Include="UI\EquipmentAmountControl.resx">
191 <SubType>Designer</SubType>
192 <DependentUpon>EquipmentAmountControl.cs</DependentUpon>
183 </EmbeddedResource> 193 </EmbeddedResource>
184 <None Include="app.config" /> 194 <None Include="app.config" />
185 <None Include="COPYING" /> 195 <None Include="COPYING" />
186 <None Include="translations\en.translation"> 196 <None Include="translations\en.translation">
187 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 197 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>