Adjusted layout to work for 96 DPI - B2010-009
Change Bar Combo - Width Added code to adjust the location and width of the results style combobox - B2010-009
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1601,6 +1601,11 @@ namespace Volian.Controls.Library
 | 
			
		||||
		{
 | 
			
		||||
			OnPrintRequest(new DisplaySearchEventArgs(ReportTitle, SearchString, lbSrchResults.DataSource as ICollection<ItemInfo>));
 | 
			
		||||
		}
 | 
			
		||||
		private void panSearchButtons_Resize(object sender, EventArgs e)
 | 
			
		||||
		{
 | 
			
		||||
			cmbResultsStyle.Left = labelX1.Right + 3;
 | 
			
		||||
			cmbResultsStyle.Width =  btnClearSearchResults.Left - cmbResultsStyle.Left - 3;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
    #region Annoation Search Type Class
 | 
			
		||||
    // this class is used to generate the list of annotations to search.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user