use smart combobox control

This commit is contained in:
chudov
2010-03-22 06:37:43 +00:00
parent 0e6313b890
commit e3eaf9ae85
3 changed files with 756 additions and 1219 deletions

View File

@@ -31,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />

View File

@@ -583,6 +583,13 @@ namespace CUETools.Processor
encoderLossy = _encoderLossy; encoderLossy = _encoderLossy;
decoder = _decoder; decoder = _decoder;
} }
public string DotExtension
{
get
{
return "." + extension;
}
}
public override string ToString() public override string ToString()
{ {
return extension; return extension;

File diff suppressed because it is too large Load Diff