Commit 2bbb01e3 kwwwvagaa

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

1 个父辈 641fdbc1
......@@ -107,7 +107,7 @@ namespace HZH_Controls.Controls
btnKeybord.Visible = value;
}
}
[Description("获取或设置一个字符,该值指示文本框中的密码。")]
public char PasswordChar
{
......@@ -119,7 +119,7 @@ namespace HZH_Controls.Controls
{
txtInput.PasswordChar = value;
}
}
}
/// <summary>
/// 获取或设置控件显示的文字的字体。
/// </summary>
......@@ -509,6 +509,10 @@ namespace HZH_Controls.Controls
{
UCKeyBorderNum key = new UCKeyBorderNum();
m_frmAnchor = new Forms.FrmAnchor(this, key);
key.EnterClick += (a, b) =>
{
m_frmAnchor.Hide();
};
m_frmAnchor.VisibleChanged += (a, b) =>
{
if (m_frmAnchor.Visible)
......
此文件的差异太大,无法显示。
......@@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>log.ico</ApplicationIcon>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
......@@ -1021,6 +1021,7 @@
<ItemGroup>
<Content Include="log.ico" />
<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\user.png" />
<Content Include="UC\UCTestLiveCharts\Cartesian\FunnelChart\Resources\view.png" />
......
此文件类型无法预览
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!