hide various items not currently needed

This commit is contained in:
Jsj
2008-03-26 18:35:34 +00:00
parent b8bb92cfaa
commit e65a1c1f0a
3 changed files with 12 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ namespace VEPROMS
ppLblFormatDefault.Text = string.Format("({0})", _DefaultFormatName);
ppCmbxFormat.WatermarkText = string.Format("{0}", _DefaultFormatName);
}
_SectionConfig.ParentLookup = false;
_SectionConfig.ParentLookup = false;
}
private void frmSectionProperties_Load(object sender, EventArgs e)
@@ -94,10 +94,12 @@ namespace VEPROMS
ppCmbxSectPagination.DataSource = EnumDetail<SectionConfig.SectionPagination>.Details();
ppCmbxSectPagination.DisplayMember = "Description";
ppCmbxSectPagination.ValueMember = "EValue";
ppCmbxSectPagination.SelectedIndex = -1;
ppCmbxNumColumns.DataSource = EnumDetail<SectionConfig.SectionColumnMode>.Details();
ppCmbxNumColumns.DisplayMember = "Description";
ppCmbxNumColumns.ValueMember = "EValue";
ppCmbxNumColumns.SelectedIndex = -1;
_Initializing = false;
}
@@ -229,7 +231,7 @@ namespace VEPROMS
if (!_Initializing)
defaultSettingsVisiblity();
}
#endregion
}
}