Commit 2bbb01e3 kwwwvagaa

数字键盘 按下确定收起键盘

1 个父辈 641fdbc1
...@@ -509,6 +509,10 @@ namespace HZH_Controls.Controls ...@@ -509,6 +509,10 @@ namespace HZH_Controls.Controls
{ {
UCKeyBorderNum key = new UCKeyBorderNum(); UCKeyBorderNum key = new UCKeyBorderNum();
m_frmAnchor = new Forms.FrmAnchor(this, key); m_frmAnchor = new Forms.FrmAnchor(this, key);
key.EnterClick += (a, b) =>
{
m_frmAnchor.Hide();
};
m_frmAnchor.VisibleChanged += (a, b) => m_frmAnchor.VisibleChanged += (a, b) =>
{ {
if (m_frmAnchor.Visible) if (m_frmAnchor.Visible)
......
此文件的差异太大,无法显示。
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>log.ico</ApplicationIcon> <ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL"> <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
...@@ -1021,6 +1021,7 @@ ...@@ -1021,6 +1021,7 @@
<ItemGroup> <ItemGroup>
<Content Include="log.ico" /> <Content Include="log.ico" />
<None Include="Resources\rowicon.png" /> <None Include="Resources\rowicon.png" />
<Content Include="logo.ico" />
<Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\fingerprint.png" /> <Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\fingerprint.png" />
<Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\user.png" /> <Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\user.png" />
<Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\view.png" /> <Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\view.png" />
......
此文件类型无法预览
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!