///***文档注释*********************************************** //* 作者 :admin //* 创建日期 :2011-1-13 8:46:37 //* 版本 : //* 描述 : //* 注意事项 : //* 遗留BUG : //* 修改日期 : //* 修改人员 : //* 修改内容 : //***********************************************************/ //using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using log4net; //using System.Reflection; //using System.Windows.Forms; //using log4net; //using CoreFS.CA06; //namespace Core.LgMes.Client.LgIntegrationQuery //{ // class ClickControl : FunctionBase // { // ILog log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); // /// // /// // /// // /// // /// // public void Query() // { // try // { // CoreBpm.Utility.View.ViewData vd1 = vds.GetViewData("tb_PfLog"); // CoreBpm.Utility.View.ViewData vd2 = vds.GetViewData("grp_Query"); // CoreBpm.Utility.Data.DataObjectCollection dbs1 = vd1.LoadControlData(); // CoreBpm.Utility.Data.DataObjectCollection dbs2 = vd2.GetNewDataObject(); // List dbs = this.ExecuteCommonQuery("SQL000001", dbs1, dbs2); // vd2.FillToGrid(dbs); // } // catch (Exception ex) // { // log.Debug(ex); // } // } // /// // /// // /// // /// // /// // public void Load() // { // try // { // ComboBox cob1 = this.ctls.Find("Combobox1") as ComboBox; // cob1.SelectedIndexChanged += new EventHandler(cob1_SelectedIndexChanged); // } // catch (Exception ex) // { // log.Debug(ex); // } // } // void cob1_SelectedIndexChanged(object sender, EventArgs e) // { // // event; // } // /// // /// // /// // /// // /// // public void UltraGrid1_Click() // { // try // { // CoreBpm.Utility.View.ViewData vd1 = vds.GetViewData(""); // CoreBpm.Utility.View.ViewData vd2 = vds.GetViewData(""); // CoreBpm.Utility.Data.DataObjectCollection dbs = vd1.GetGridActiveRowData(); // vd2.FillControlData(dbs, this.ctls); // } // catch (Exception ex) // { // log.Debug(ex); // } // } // } //}