Files
pdm/documentation/api_extracted/Favorite_Search_Example_CSharp.htm

1526 lines
93 KiB
HTML

<html>
<head>
<title>Favorite Search Example (C#)</title>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="ApiHelp.css">
<style type="text/css">
.auto-style1 {
color: #000000;
}
</style>
</head>
<meta name=MS-HKWD content="C# examples,searches">
<body>
<h1><span style="font-weight: normal; font-size: 7.5pt;">SOLIDWORKS PDM Professional API Help</span></h1>
<h1>Favorite Search Example (C#)</h1>
<p><a name="Top"></a>This example shows how to perform a favorite search.</p>
<p><b>NOTE</b>: If using the primary interop assembly
provided with SOLIDWORKS PDM Professional, see
<a href="Using_NET_Framework_in_Applications.htm">Using .NET Framework 4.0 in
Stand-alone Applications</a>.</p>
<p><img alt="" height="347" src="FavoriteSearch.gif" width="409"></p>
<pre style="font-family: Courier New; font-size: 13; color: black; background: white"><span style="color:green;">//----------------------------------------------------------------------------</span>
<span style="color:green;">//&nbsp;Preconditions:</span>
<span style="color:green;">//&nbsp;&nbsp;1.&nbsp;Start&nbsp;Microsoft&nbsp;Visual&nbsp;Studio.</span>
<span style="color:green;">//&nbsp;&nbsp;2.&nbsp;Click&nbsp;<b>File&nbsp;&gt;&nbsp;New&nbsp;&gt;&nbsp;Project&nbsp;&gt;&nbsp;Visual C#&nbsp;&gt;&nbsp;Windows&nbsp;Forms&nbsp;Application</b>.</span>
<span style="color:green;">//&nbsp;&nbsp;3.&nbsp;Type&nbsp;<strong>FavoriteSearch</strong><b>_CSharp</b>&nbsp;in&nbsp;<b>Name</b>.</span>
<span style="color:green;">//&nbsp;&nbsp;4.&nbsp;Click&nbsp;<b>Browse</b>&nbsp;to navigate to&nbsp;the&nbsp;folder&nbsp;where&nbsp;to&nbsp;create&nbsp;the&nbsp;project.</span>
<span style="color:green;">//&nbsp;&nbsp;5.&nbsp;Click&nbsp;<b>OK</b>.
//</span><font size="2"><span style="color:green;"> 6. Click&nbsp;<b>Show&nbsp;All&nbsp;Files</b>&nbsp;in&nbsp;the&nbsp;Solution&nbsp;Explorer&nbsp;toolbar&nbsp;and&nbsp;expand&nbsp;</span>
<span style="color: #008000">//</span><span style="color:green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Form1.cs</b>&nbsp;in&nbsp;the&nbsp;Solution&nbsp;Explorer.</span></font><span style="color:green;">&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;7.&nbsp;Replace&nbsp;the&nbsp;code&nbsp;in&nbsp;<b>Form1.cs</b>&nbsp;with&nbsp;<a href="#Form1">this&nbsp;code</a>.</span>
<span style="color:green;">//&nbsp;&nbsp;8.&nbsp;To create the form, replace&nbsp;the&nbsp;code&nbsp;in&nbsp;<b>Form1.Designer.cs</b>&nbsp;with&nbsp;<a href="#Form1.Designer">this&nbsp;code</a>.</span>
<span style="color:green;">//&nbsp; 9.&nbsp;Add&nbsp;<b>EPDM.Interop.epdm.dll</b>&nbsp;as&nbsp;a&nbsp;reference&nbsp;(right-click&nbsp;the&nbsp;project</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name&nbsp;in&nbsp;the&nbsp;Solution&nbsp;Explorer,&nbsp;click&nbsp;<b>Add&nbsp;Reference</b>,&nbsp;click&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Assembly &gt; Framework</b>&nbsp;in&nbsp;the&nbsp;left-side&nbsp;panel,&nbsp;browse&nbsp;to&nbsp;the&nbsp;top&nbsp;folder&nbsp;of&nbsp;your&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SOLIDWORKS&nbsp;PDM&nbsp;Professional&nbsp;installation,&nbsp;locate&nbsp;and&nbsp;select&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>EPDM.Interop.epdm.dll</b>,&nbsp;click&nbsp;<b>Open</b>,&nbsp;and click&nbsp;<b>Add</b>).</span>
<span style="color:green;">//&nbsp;10.&nbsp;Right-click&nbsp;<b>EPDM.Interop.epdm</b>&nbsp;in&nbsp;References,&nbsp;click&nbsp;<b>Properties</b>,&nbsp;and&nbsp;set&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Embed&nbsp;Interop&nbsp;Types</b>&nbsp;to&nbsp;<b>False</b>&nbsp;to&nbsp;handle&nbsp;methods&nbsp;that&nbsp;pass&nbsp;arrays&nbsp;of&nbsp;</span>
<span style="color:green;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;structures.
</span>//<font size="2"><span style="color:green;"> 11. Ensure that you know the name of a saved favorite search, and that search<br>// finds at least one vault file whose extension <span style="color:green;">(e.g., sldprt)
// </span>has a file data card (e.g. Quick Start Data Card) with a Description field.
// 12. Check out the vault file and add a description. Check it back in.<br>//<span style="color:green;"> 13. Use the Admin Tool to create a new column set for complete search results. <br>//&nbsp;&nbsp;&nbsp;&nbsp; (Right-click on <strong>Admin Tool &gt;</strong> <em>vault_name</em> <strong>&gt; Columns &gt; Search Result Columns</strong> and select <strong>New Column Set</strong>.<br>// 14. Click <strong>Add</strong> and select <strong>Description</strong> from the Variable dropdown
// 15. Save the new column set with name, <strong>MyFavoriteSearchResults</strong>.<br>// 16. Double-click <strong>Admin Tool &gt;</strong> <em>vault_name</em> <strong>&gt; Cards &gt; Search Cards &gt; Complete Search</strong>.<br>// 17. In the Card Properties panel, select the <strong>View</strong> and <strong>Preferred</strong> checkboxes next to <strong>MyFavoriteSearchResults</strong>.<br>// 18. Save and close the Card Editor dialog.</span></span><br>//<span style="color:green;">&nbsp;19.&nbsp;Click&nbsp;<b>Debug&nbsp;&gt;&nbsp;Start&nbsp;Debugging</b>&nbsp;or&nbsp;press&nbsp;F5.</span></font>
<span style="color:green;">//</span>
<span style="color:green;">//&nbsp;Postconditions:&nbsp;</span>
<span style="color: #008000; background-position: 0 0">//</span><font size="2"><span style="color:green;">&nbsp; 1.&nbsp;Displays&nbsp;a&nbsp;dialog.</span><br><span style="color: #008000">//</span><span style="color:green;">&nbsp; 2.&nbsp;Select&nbsp;a&nbsp;vault.
// 3. Type in a favorite search name.</span><br><span style="color: #008000">//</span><span style="color:green;">&nbsp; 4.&nbsp;Click&nbsp;<strong>Perform Search</strong>.<br>//&nbsp; 5. Displays search results, including the custom search column, Description.</span><br><span style="color: #008000">//</span><span style="color:green;">&nbsp; 6.&nbsp;Close&nbsp;the&nbsp;dialog.</span></font>
<span style="color:green;">//----------------------------------------------------------------------------&nbsp;</span></pre>
<pre style="font-family: Courier New; font-size: 13; color: black; background: white"><span style="color: #008000"><a name="Form1"></a>//Form1.cs</span></pre>
<p style="font-family: Courier New; font-size: 13; color: black; background: white" class="APICODE">
<span style="color:blue;">using</span>&nbsp;System;<br>
<span style="color:blue;">using</span>&nbsp;System.Collections.Generic;<br>
<span style="color:blue;">using</span>&nbsp;System.ComponentModel;<br>
<span style="color:blue;">using</span>&nbsp;System.Data;<br>
<span style="color:blue;">using</span>&nbsp;System.Drawing;<br>
<span style="color:blue;">using</span>&nbsp;System.Linq;<br>
<span style="color:blue;">using</span>&nbsp;System.Text;<br>
<span style="color:blue;">using</span>&nbsp;System.Windows.Forms;<br>
<span style="color:blue;">using</span>&nbsp;EPDM.Interop.epdm;<br>
<br>
&nbsp;<br>
<span style="color:blue;">namespace</span>&nbsp;FavoriteSearch_CSharp<br>
{<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">public</span>&nbsp;<span style="color:blue;">partial</span>&nbsp;<span style="color:blue;">class</span>&nbsp;<span style="color:#2b91af;">Form1</span>&nbsp;:&nbsp;<span style="color:#2b91af;">Form</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">public</span>&nbsp;Form1()<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InitializeComponent();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">private</span>&nbsp;<span style="color:#2b91af;">IEdmVault5</span>&nbsp;vault1&nbsp;=&nbsp;<span style="color:blue;">null</span>;<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">public</span>&nbsp;<span style="color:blue;">void</span>&nbsp;Form1_Load(System.<span style="color:#2b91af;">Object</span>&nbsp;sender,&nbsp;System.<span style="color:#2b91af;">EventArgs</span>&nbsp;e)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">try</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vault1&nbsp;=&nbsp;<span style="color:blue;">new</span>&nbsp;<span style="color:#2b91af;">EdmVault5</span>();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">IEdmVault8</span>&nbsp;vault&nbsp;=&nbsp;(<span style="color:#2b91af;">IEdmVault8</span>)vault1;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">EdmViewInfo</span>[]&nbsp;Views&nbsp;=&nbsp;<span style="color:blue;">null</span>;<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vault.<b>GetVaultViews</b>(<span style="color:blue;">out</span>&nbsp;Views,&nbsp;<span style="color:blue;">false</span>);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VaultsComboBox.Items.Clear();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">foreach</span>&nbsp;(<span style="color:#2b91af;">EdmViewInfo</span>&nbsp;View&nbsp;<span style="color:blue;">in</span>&nbsp;Views)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VaultsComboBox.Items.Add(View.<b>mbsVaultName</b>);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">if</span>&nbsp;(VaultsComboBox.Items.Count&nbsp;&gt;&nbsp;0)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VaultsComboBox.Text&nbsp;=&nbsp;(<span style="color:blue;">string</span>)VaultsComboBox.Items[0];<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">catch</span>&nbsp;(System.Runtime.InteropServices.<span style="color:#2b91af;">COMException</span>&nbsp;ex)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">MessageBox</span>.Show(<span style="color:#a31515;">&quot;HRESULT&nbsp;=&nbsp;0x&quot;</span>&nbsp;+&nbsp;ex.ErrorCode.ToString(<span style="color:#a31515;">&quot;X&quot;</span>)&nbsp;+&nbsp;<span style="color:#a31515;">&quot;&nbsp;&quot;</span>&nbsp;+&nbsp;ex.Message);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">catch</span>&nbsp;(<span style="color:#2b91af;">Exception</span>&nbsp;ex)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">MessageBox</span>.Show(ex.Message);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">public</span>&nbsp;<span style="color:blue;">void</span>&nbsp;PerformSearch_Click(System.<span style="color:#2b91af;">Object</span>&nbsp;sender,&nbsp;System.<span style="color:#2b91af;">EventArgs</span>&nbsp;e)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">try</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
IEdmVault9 vault2 = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">if</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> (vault1 == </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">)<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>vault1 = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
EdmVault5();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>vault2 = (IEdmVault9)vault1;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">if</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> (!vault1.IsLoggedIn)<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>vault1.LoginAuto(VaultsComboBox.Text, </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">.Handle.ToInt32());<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>IEdmSearch10 oSearch = (IEdmSearch10)vault1.<strong>CreateSearch</strong>();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>IEdmSearchResult6 oSearchResult =
(IEdmSearchResult6)oSearch.<strong>GetFirstFavoriteResult</strong>(TextBox1.Text, </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">);
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:green">
// get custom search result columns, if present</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">do</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:green">
// oSearchResult will have default values like path or ID, even if custom
columns do not exist</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>ListBox1.Items.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;ID:
&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"> + oSearchResult.<strong>ID</strong>);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>ListBox1.Items.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;Name:
&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"> + oSearchResult.<strong>Name</strong>);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>ListBox1.Items.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;Path:
&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"> + oSearchResult.<strong>Path</strong>);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>ListBox1.Items.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;Version:
&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"> + oSearchResult.<strong>Version</strong>);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>EdmListCol[] oColsInfo = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
string</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">[]
oStrValues = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="mso-spacerun:yes">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>
</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;" class="auto-style1">oSearchResult.<strong>GetCustomColumnsInfo</strong>(</span></span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;" class="auto-style1">out oColsInfo);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>oSearchResult.<strong>GetCustomColumnValues</strong>(</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">out</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"> oStrValues);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">if</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
(oColsInfo != </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">)<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
for</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">int</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
i = 0; i &lt;= oColsInfo.Length - 1; i++)<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>ListBox1.Items.Add(oColsInfo[i].<strong>mbsCaption</strong> + </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;: &quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
+ oStrValues[i]);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>oSearchResult = (IEdmSearchResult6)oSearch.<strong>GetNextResult</strong>();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:10.0pt;line-height:107%;font-family:
&quot;Courier New&quot;;color:black"><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;line-height:107%;font-family:&quot;Courier New&quot;;
color:blue">while</span><span style="font-size:10.0pt;line-height:107%;
font-family:&quot;Courier New&quot;;color:black"> (oSearchResult != </span>
<span style="font-size:10.0pt;line-height:107%;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;line-height:107%;font-family:&quot;Courier New&quot;;color:black">);
</span>
</p>
<p style="font-family: Courier New; font-size: 13; color: black; background: white" class="APICODE">
<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">catch</span>&nbsp;(System.Runtime.InteropServices.<span style="color:#2b91af;">COMException</span>&nbsp;ex)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">MessageBox</span>.Show(<span style="color:#a31515;">&quot;HRESULT&nbsp;=&nbsp;0x&quot;</span>&nbsp;+&nbsp;ex.ErrorCode.ToString(<span style="color:#a31515;">&quot;X&quot;</span>)&nbsp;+&nbsp;<span style="color:#a31515;">&quot;&nbsp;&quot;</span>&nbsp;+&nbsp;ex.Message);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:blue;">catch</span>&nbsp;(<span style="color:#2b91af;">Exception</span>&nbsp;ex)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#2b91af;">MessageBox</span>.Show(ex.Message);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
&nbsp;&nbsp;&nbsp;&nbsp;}<br>
}</p>
<p style="font-family: Courier New; font-size: 13; color: black; background: white" class="APICODE">
&nbsp;</p>
<div align="center">
<pre style="font-family: Courier New; font-size: 13; color: black; background: white"><a href="#Top">Back to top</a></pre>
</div>
<div align="left">
<pre style="font-family: Courier New; font-size: 13; color: #008080; background: white"><font color="#008000"><a name="Form1.Designer"></a>//Form1.Designer.cs</font></pre>
</div>
<div align="left">
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">namespace</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
FavoriteSearch_CSharp<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; </span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">partial</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">class</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2B91AF">
Form1</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"> <o:p></o:p>
</span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; </span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:green">
Required designer variable.</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;/summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">private</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.ComponentModel.IContainer components = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue">null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> Clean up any resources being
used.</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;/summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;param name=&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">disposing</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:gray">&quot;&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:green">true
if managed resources should be disposed; otherwise, false.</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:gray">&lt;/param&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">protected</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">override</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
void</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
Dispose(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">bool</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
disposing)<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">if</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"> (disposing &amp;&amp; (components !=
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
null</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">))<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>components.Dispose();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">base</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Dispose(disposing);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">#region</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> Windows Form Designer
generated code<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">&lt;summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> Required method for Designer
support - do not modify</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green"> the contents of this method
with the code editor.</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:gray">///</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:green">
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:gray">
&lt;/summary&gt;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">private</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">void</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> InitializeComponent()<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>{<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.ComboBox();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Button();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.TextBox1 = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.TextBox();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1 = </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">new</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2 = </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">new</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1 = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.ListBox();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.SuspendLayout();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// VaultsLabel</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.AutoSize = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.Location = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(36, 24);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;VaultsLabel&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(91, 13);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.TabIndex = 0;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsLabel.Text = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Select vault view:&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// VaultsComboBox</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox.FormattingEnabled
= </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox.Location =
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(39, 40);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;VaultsComboBox&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(157, 21);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox.TabIndex = 1;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// PerformSearch</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.Location =
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(215, 101);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;PerformSearch&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(96, 23);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.TabIndex = 6;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.Text = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Perform Search&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.UseVisualStyleBackColor
= </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformSearch.Click += </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.EventHandler(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black">.PerformSearch_Click);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// TextBox1</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.TextBox1.Location = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(39, 103);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.TextBox1.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;TextBox1&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.TextBox1.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(157, 20);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.TextBox1.TabIndex = 7;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// Label1</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.AutoSize = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.Location = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(39, 84);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Label1&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(136, 13);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.TabIndex = 8;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label1.Text = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Type favorite search name:&quot;</span><span style="font-size:10.0pt;font-family:
&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// Label2</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.AutoSize = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.Location = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(39, 164);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Label2&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(45, 13);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.TabIndex = 10;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Label2.Text = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;Results:&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// ListBox1</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.FormattingEnabled =
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.HorizontalScrollbar =
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.Location = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Point(39, 181);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.Name = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">
&quot;ListBox1&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.ScrollAlwaysVisible =
</span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
true</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.Size = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(340, 264);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ListBox1.TabIndex = 11;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// Form1</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:green">// </span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.AutoScaleDimensions = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.SizeF(6F, 13F);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ClientSize = </span>
<span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">
new</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Drawing.Size(407, 472);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.ListBox1);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.Label2);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.Label1);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.TextBox1);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.PerformSearch);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.VaultsComboBox);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Controls.Add(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.VaultsLabel);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Name = </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;Form1&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Text = </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:#A31515">&quot;Favorite Search&quot;</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.Load += </span>
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:blue">new</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"> System.EventHandler(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">.Form1_Load);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.ResumeLayout(</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:blue">false</span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black">);<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">this</span><span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:black">.PerformLayout();<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label VaultsLabel;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.ComboBox VaultsComboBox;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Button PerformSearch;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.TextBox TextBox1;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label Label1;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.Label Label2;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:blue">internal</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
System.Windows.Forms.ListBox ListBox1;<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span>
<span style="font-size:10.0pt;
font-family:&quot;Courier New&quot;;color:gray">#endregion</span><span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black"><o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:
10.0pt;font-family:&quot;Courier New&quot;;color:black">
<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp; </span>}<o:p></o:p></span></p>
<p class="APICODE">
<span style="font-size:10.0pt;line-height:107%;font-family:
&quot;Courier New&quot;;color:black">}</span><span style="font-size:10.0pt;line-height:
107%;font-family:&quot;Courier New&quot;"><o:p></o:p></span></p>
<p style="font-family: Courier New; font-size: 13; color: black; background: white" class="APICODE">
&nbsp;</p>
<p style="font-family: Courier New; font-size: 13; color: black; background: white" class="APICODE">
&nbsp;</div>
<div align="center">
<pre style="font-family: Courier New; font-size: 13; color: black; background: white"><a href="#Top">Back to top</a></pre>
</div>
<p class=APICODE>&nbsp;</p>
</body>
</html>