Updated the main form's tools to include an option to delete the entire active year. Tweaked the ListViews in the three tool forms to disallow multi-select and made a slight change to the behavior of the filter combo box.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
// adItemsListView
|
||||
//
|
||||
this.adItemsListView.Location = new System.Drawing.Point(258, 12);
|
||||
this.adItemsListView.MultiSelect = false;
|
||||
this.adItemsListView.Name = "adItemsListView";
|
||||
this.adItemsListView.Size = new System.Drawing.Size(452, 431);
|
||||
this.adItemsListView.TabIndex = 3;
|
||||
|
||||
Reference in New Issue
Block a user