SVN r317
SVN-Revision: r317
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Qhzd.Control
|
||||
namespace Lskj.Control
|
||||
{
|
||||
public partial class LabelAutoTextSearch : BaseUserControl
|
||||
{
|
||||
@@ -242,30 +242,4 @@ namespace Qhzd.Control
|
||||
/// <para>修改人:</para>
|
||||
/// <para>修改日期:</para>
|
||||
/// <para>修改备注:</para>
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <param name="dataSource">The data source.</param>
|
||||
public void SetDataSource(DataTable dataSource)
|
||||
{
|
||||
this.dataTable = dataSource;
|
||||
this.txtEdit.DataSource = dataSource;
|
||||
this.txtEdit.DataSourceTable = dataSource.Copy();
|
||||
}
|
||||
/// <summary>
|
||||
/// <para>说明:打开界面</para>
|
||||
/// <para>创建人:王一帆</para>
|
||||
/// <para>创建日期:2021-03-20 </para>
|
||||
/// <para>修改人:</para>
|
||||
/// <para>修改日期:</para>
|
||||
/// <para>修改备注:</para>
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <param name="sender">The source of the event.</param>
|
||||
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
|
||||
void OnMoreClick(object sender, EventArgs e)
|
||||
{
|
||||
this.txtEdit.OnAutoPopupShow();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user