This commit is contained in:
parent
c3cc1f3417
commit
001c92567c
@ -187,7 +187,7 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
void frmVEPROMS_Activated(object sender, EventArgs e)
|
void frmVEPROMS_Activated(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (ActiveControl == tc) tc.HideCaret();
|
//if (ActiveControl == tc) tc.HideCaret();
|
||||||
// refresh anything that pertains to external files or programs:
|
// refresh anything that pertains to external files or programs:
|
||||||
|
|
||||||
// if ro.fst was 'updated' from the roeditor, enable the update ro.fst values on
|
// if ro.fst was 'updated' from the roeditor, enable the update ro.fst values on
|
||||||
@ -267,15 +267,15 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
void frmVEPROMS_Deactivate(object sender, EventArgs e)
|
void frmVEPROMS_Deactivate(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
tc.HideCaret(); // Hide the pseudo caret
|
//tc.HideCaret(); // Hide the pseudo caret
|
||||||
}
|
}
|
||||||
void tc_Leave(object sender, EventArgs e)
|
void tc_Leave(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
tc.ShowCaret();// Show the pseudo caret
|
//tc.ShowCaret();// Show the pseudo caret
|
||||||
}
|
}
|
||||||
void tc_Enter(object sender, EventArgs e)
|
void tc_Enter(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
tc.HideCaret();// Hide the pseudo caret
|
//tc.HideCaret();// Hide the pseudo caret
|
||||||
}
|
}
|
||||||
//void displayRO_EnabledChanged(object sender, EventArgs e)
|
//void displayRO_EnabledChanged(object sender, EventArgs e)
|
||||||
//{
|
//{
|
||||||
|
14
PROMS/VEPROMS.CSLA.Library/Extension/GridExt.cs
Normal file
14
PROMS/VEPROMS.CSLA.Library/Extension/GridExt.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace VEPROMS.CSLA.Library
|
||||||
|
{
|
||||||
|
public partial class GridInfo
|
||||||
|
{
|
||||||
|
public void ResetContent(Grid myGrid)
|
||||||
|
{
|
||||||
|
RefreshFields(myGrid);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user