|
@@ -56,6 +56,7 @@
|
|
|
<Compile Include="Converters\DateTimeToStringConverter.cs" />
|
|
<Compile Include="Converters\DateTimeToStringConverter.cs" />
|
|
|
<Compile Include="Converters\EnumDescriptionConverter.cs" />
|
|
<Compile Include="Converters\EnumDescriptionConverter.cs" />
|
|
|
<Compile Include="Converters\StringToBooleanConverter.cs" />
|
|
<Compile Include="Converters\StringToBooleanConverter.cs" />
|
|
|
|
|
+ <Compile Include="Converters\UnitEnumToStringConverter.cs" />
|
|
|
<Compile Include="CustomControls\SKButton.cs" />
|
|
<Compile Include="CustomControls\SKButton.cs" />
|
|
|
<Compile Include="CustomControls\SKCheckBox.cs" />
|
|
<Compile Include="CustomControls\SKCheckBox.cs" />
|
|
|
<Compile Include="CustomControls\SKRadioButton.cs" />
|
|
<Compile Include="CustomControls\SKRadioButton.cs" />
|
|
@@ -74,9 +75,24 @@
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Themes\ThemeManager.cs" />
|
|
<Compile Include="Themes\ThemeManager.cs" />
|
|
|
|
|
+ <Compile Include="UserControls\IdControl.xaml.cs">
|
|
|
|
|
+ <DependentUpon>IdControl.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="UserControls\LedControl.xaml.cs">
|
|
|
|
|
+ <DependentUpon>LedControl.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="UserControls\NumpadControl.xaml.cs">
|
|
<Compile Include="UserControls\NumpadControl.xaml.cs">
|
|
|
<DependentUpon>NumpadControl.xaml</DependentUpon>
|
|
<DependentUpon>NumpadControl.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="UserControls\ParameterControl.xaml.cs">
|
|
|
|
|
+ <DependentUpon>ParameterControl.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="UserControls\StatusControl.xaml.cs">
|
|
|
|
|
+ <DependentUpon>StatusControl.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="UserControls\WaitIconControl.xaml.cs">
|
|
|
|
|
+ <DependentUpon>WaitIconControl.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="ValidationRules\DateTimeRule.cs" />
|
|
<Compile Include="ValidationRules\DateTimeRule.cs" />
|
|
|
<Compile Include="ValidationRules\RangeValidationRule.cs" />
|
|
<Compile Include="ValidationRules\RangeValidationRule.cs" />
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
@@ -105,6 +121,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="Styles\Label.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
<Page Include="Styles\PasswordBox.xaml">
|
|
<Page Include="Styles\PasswordBox.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -113,10 +133,30 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="UserControls\IdControl.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="UserControls\LedControl.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
<Page Include="UserControls\NumpadControl.xaml">
|
|
<Page Include="UserControls\NumpadControl.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="UserControls\ParameterControl.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="UserControls\StatusControl.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Page Include="UserControls\WaitIconControl.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
<Resource Include="Assets\Brushes.xaml">
|
|
<Resource Include="Assets\Brushes.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|