hide various items not currently needed
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user