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:
@@ -107,6 +107,7 @@
|
||||
//
|
||||
this.adSpecialsListBox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||||
this.adSpecialsListBox.Location = new System.Drawing.Point(260, 21);
|
||||
this.adSpecialsListBox.MultiSelect = false;
|
||||
this.adSpecialsListBox.Name = "adSpecialsListBox";
|
||||
this.adSpecialsListBox.Size = new System.Drawing.Size(420, 401);
|
||||
this.adSpecialsListBox.TabIndex = 8;
|
||||
|
||||
Reference in New Issue
Block a user