| | |
| | | gcMain.MouseDoubleClick += GcMain_MouseDoubleClick; |
| | | gridView1.FocusedRowChanged += (s, e) => |
| | | { |
| | | UtilityHelper.SetCheckIco(s, picCheckBox, this); |
| | | UtilityHelper.SetCheckIco(s, picCheckBox, this, "checkStatus",""); |
| | | }; |
| | | gridView1.CustomDrawRowIndicator += |
| | | GridView1_CustomDrawRowIndicator; |
| | |
| | | { |
| | | string rowGuid, rowName; |
| | | (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, |
| | | lbGuid, txt_name, gridView1); |
| | | lbGuid, txt_name, gridView1, "name"); |
| | | if (string.IsNullOrEmpty(rowGuid)) |
| | | { |
| | | MsgHelper.Warning("请先选择你要操作的行!"); |