void 预录入发送后情况查询_DoubleClick(object sender, EventArgs e)
 {
     Xceed.Grid.Cell srcCell = sender as Xceed.Grid.Cell;
     if (srcCell.ParentColumn.FieldName == "预录入号")
     {
         预录入任务详细信息 form = new 预录入任务详细信息(m_信息区Grid.ControlManager as IWindowControlManager<任务>);
         if (form.ShowDialog() == System.Windows.Forms.DialogResult.OK)
         {
             m_信息区Grid.ResetRowData(srcCell.ParentRow as Xceed.Grid.DataRow);
         }
     }
 }
示例#2
0
 void 预录入发送后情况查询_DoubleClick(object sender, EventArgs e)
 {
     Xceed.Grid.Cell srcCell = sender as Xceed.Grid.Cell;
     if (srcCell.ParentColumn.FieldName == "预录入号")
     {
         预录入任务详细信息 form = new 预录入任务详细信息(m_信息区Grid.ControlManager as IWindowControlManager <任务>);
         if (form.ShowDialog() == System.Windows.Forms.DialogResult.OK)
         {
             m_信息区Grid.ResetRowData(srcCell.ParentRow as Xceed.Grid.DataRow);
         }
     }
 }