This commit is contained in:
@@ -410,7 +410,6 @@ namespace VEPROMS
|
||||
{
|
||||
if (_Initializing) return;
|
||||
bool didDefault = false;
|
||||
Console.WriteLine("CmbxFormat.SelectedIndexChanged - Index = {0}", ppCmbxFormat.SelectedIndex);
|
||||
if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
|
||||
{
|
||||
ppBtnDefaultFmt.Focus();
|
||||
@@ -730,6 +729,11 @@ namespace VEPROMS
|
||||
tcpFormat.Focus();
|
||||
}
|
||||
|
||||
private void frmSectionProperties_Shown(object sender, EventArgs e)
|
||||
{
|
||||
ppSectNumberStpRTB.Focus();
|
||||
}
|
||||
|
||||
//private void ppBtnDefaultPrintSize_Click(object sender, EventArgs e)
|
||||
//{
|
||||
// // Get the parent setting
|
||||
|
Reference in New Issue
Block a user