<?xml version="1.0"?>
<RBProject version="5.5.3">
<block type="Window" ID="-1117705065">
 <ObjName>InputBox</ObjName>
 <ObjContainerID>-1118555958</ObjContainerID>
 <EditBounds><Rect left="49" top="55" width="1088" height="669"/></EditBounds>
 <EditSplit>186</EditSplit>
 <BrowserPositionGroup>
  <BrowserPositionElement>
   <ScreenKey>100000918</ScreenKey>
   <EditBounds><Rect left="49" top="55" width="1088" height="669"/></EditBounds>
   <EditSplit>186</EditSplit>
  </BrowserPositionElement>
 </BrowserPositionGroup>
 <LastPositionH>367</LastPositionH>
 <LastPositionV>265</LastPositionV>
 <PropertyVal Name="Name">InputBox</PropertyVal>
 <PropertyVal Name="Frame">1</PropertyVal>
 <PropertyVal Name="Composite">False</PropertyVal>
 <PropertyVal Name="HasBackColor">False</PropertyVal>
 <PropertyVal Name="BackColor">16777215</PropertyVal>
 <PropertyVal Name="Backdrop">0</PropertyVal>
 <PropertyVal Name="Title">  [TITLE]</PropertyVal>
 <PropertyVal Name="Visible">True</PropertyVal>
 <PropertyVal Name="FullScreen">False</PropertyVal>
 <PropertyVal Name="MenuBarVisible">False</PropertyVal>
 <PropertyVal Name="CloseBox">False</PropertyVal>
 <PropertyVal Name="GrowIcon">False</PropertyVal>
 <PropertyVal Name="LiveResize">False</PropertyVal>
 <PropertyVal Name="ZoomIcon">False</PropertyVal>
 <PropertyVal Name="BalloonHelp"></PropertyVal>
 <PropertyVal Name="MacProcID">0</PropertyVal>
 <PropertyVal Name="MenuBar">0</PropertyVal>
 <PropertyVal Name="Placement">2</PropertyVal>
 <PropertyVal Name="Width">364</PropertyVal>
 <PropertyVal Name="Height">120</PropertyVal>
 <PropertyVal Name="MinWidth">64</PropertyVal>
 <PropertyVal Name="MinHeight">64</PropertyVal>
 <PropertyVal Name="MaxWidth">32000</PropertyVal>
 <PropertyVal Name="MaxHeight">32000</PropertyVal>
 <FormDefn>
  <ObjName>InputBox</ObjName>
  <ObjSize>141</ObjSize>
  <Superclass>Window</Superclass>
  <IsInterface>0</IsInterface>
  <Property>m_Canceled As Boolean</Property>
 </FormDefn>
 <Note>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>InputBox_Description</ItemName>
  <ItemFlags>1</ItemFlags>
  <ItemSource>
   <StartSelRow>14</StartSelRow>
   <StartSelCol>22</StartSelCol>
   <EndSelRow>14</EndSelRow>
   <EndSelCol>22</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <NoteLine>InputBox_Description</NoteLine>
   <NoteLine></NoteLine>
   <NoteLine></NoteLine>
   <NoteLine>'=============================================================================================================</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' InputBox Window</NoteLine>
   <NoteLine>' ---------------</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' Created By  : Kevin Wilson</NoteLine>
   <NoteLine>'               http://www.TheVBZone.com   ( The VB Zone )</NoteLine>
   <NoteLine>'               http://net.TheVBZone.com   ( The VB Zone .net )</NoteLine>
   <NoteLine>'               http://rb.TheVBZone.com    ( The VB Zone [RB] )</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' Last Update : Sept 05, 2004</NoteLine>
   <NoteLine>' Created On  : Oct 06, 2004</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' RB Versions : 5.5 (or higher)</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' Requires    : modVisualBasic.xml  (RB module written by Kevin Wilson [rb.thevbzone.com])</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' Description : The current version of REALbasic (5.5.3) does not have an "InputBox" to compliment the </NoteLine>
   <NoteLine>'               "MsgBox" that IS available.  So this gives you that by simply adding the "InputBox" window</NoteLine>
   <NoteLine>'               to your project.  See sample code for proper use.</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' Sample Use  : </NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>'   Sub Open()</NoteLine>
   <NoteLine>'      Dim strReturn As String</NoteLine>
   <NoteLine>'      strReturn = InputBox.ShowDialog("Please enter your name:", "  Name", "Type Name Here")</NoteLine>
   <NoteLine>'      If strReturn &lt;&gt; "" Then MsgBox "Hello, " + strReturn</NoteLine>
   <NoteLine>'   End Sub</NoteLine>
   <NoteLine>'   Sub Close()</NoteLine>
   <NoteLine>'      InputBox.Close</NoteLine>
   <NoteLine>'   End Sub</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>'=============================================================================================================</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' LEGAL:</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' You are free to use this code as long as you keep the above heading information intact and unchanged. Credit</NoteLine>
   <NoteLine>' given where credit is due.  Also, it is not required, but it would be appreciated if you would mention</NoteLine>
   <NoteLine>' somewhere in your compiled program that that your program makes use of code written and distributed by</NoteLine>
   <NoteLine>' Kevin Wilson (www.TheVBZone.com).  Feel free to link to this code via your web site or articles.</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' You may NOT take this code and pass it off as your own.  You may NOT distribute this code on your own server</NoteLine>
   <NoteLine>' or web site.  You may NOT take code created by Kevin Wilson (www.TheVBZone.com) and use it to create products,</NoteLine>
   <NoteLine>' utilities, or applications that directly compete with products, utilities, and applications created by Kevin</NoteLine>
   <NoteLine>' Wilson, TheVBZone.com, or Wilson Media.  You may NOT take this code and sell it for profit without first</NoteLine>
   <NoteLine>' obtaining the written consent of the author Kevin Wilson.</NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>' These conditions are subject to change at the discretion of the owner Kevin Wilson at any time without</NoteLine>
   <NoteLine><Hex bytes="72">27207761726E696E67206F72206E6F746963652E2020436F70797269676874C2A9206279204B6576696E2057696C736F6E2E2020416C6C207269676874732072657365727665642E</Hex></NoteLine>
   <NoteLine>'</NoteLine>
   <NoteLine>'=============================================================================================================</NoteLine>
   <NoteLine></NoteLine>
   <NoteLine></NoteLine>
  </ItemSource>
 </Note>
 <Method>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>ShowDialog</ItemName>
  <ItemParams>Prompt As String</ItemParams>
  <ItemResult>String</ItemResult>
  <ItemFlags>0</ItemFlags>
  <ItemSource>
   <StartSelRow>3</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>3</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Function ShowDialog(Prompt As String) As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>Return Self.ShowDialog(Prompt, App.PackageInfo, "", 0, 0, "", 12)</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Function</SourceLine>
  </ItemSource>
 </Method>
 <Method>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>ShowDialog</ItemName>
  <ItemParams>Prompt As String, Title As String, Default As String</ItemParams>
  <ItemResult>String</ItemResult>
  <ItemFlags>0</ItemFlags>
  <ItemSource>
   <StartSelRow>3</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>3</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Function ShowDialog(Prompt As String, Title As String, Default As String) As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>Return Self.ShowDialog(Prompt, Title, Default, 0, 0, "", 12)</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Function</SourceLine>
  </ItemSource>
 </Method>
 <Method>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>ShowDialog</ItemName>
  <ItemParams>Prompt As String, Title As String, Default As String, XPos As Integer, YPos As Integer</ItemParams>
  <ItemResult>String</ItemResult>
  <ItemFlags>0</ItemFlags>
  <ItemSource>
   <StartSelRow>3</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>3</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Function ShowDialog(Prompt As String, Title As String, Default As String, XPos As Integer, YPos As Integer) As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>Return Self.ShowDialog(Prompt, Title, Default, XPos, YPos, "", 12)</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Function</SourceLine>
  </ItemSource>
 </Method>
 <Method>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>GetDefaultFont</ItemName>
  <ItemParams></ItemParams>
  <ItemResult>String</ItemResult>
  <ItemFlags>33</ItemFlags>
  <ItemSource>
   <StartSelRow>1</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>1</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Function GetDefaultFont() As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>If DoesFontExist("MS Sans Serif") = True Then</SourceLine>
   <SourceLine>Return "MS Sans Serif"</SourceLine>
   <SourceLine>ElseIf DoesFontExist("Arial") = True Then</SourceLine>
   <SourceLine>Return "Arial"</SourceLine>
   <SourceLine>ElseIf DoesFontExist("Verdana") = True Then</SourceLine>
   <SourceLine>Return "Verdana"</SourceLine>
   <SourceLine>ElseIf DoesFontExist("Helvetica") = True Then</SourceLine>
   <SourceLine>Return "Helvetica"</SourceLine>
   <SourceLine>Else</SourceLine>
   <SourceLine>Return ""</SourceLine>
   <SourceLine>End If</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Function</SourceLine>
  </ItemSource>
 </Method>
 <Method>
  <TextEncoding>134217984</TextEncoding>
  <ItemName>ShowDialog</ItemName>
  <ItemParams>Prompt As String, Title As String, Default As String, XPos As Integer, YPos As Integer, TextFont As String, TextSize As Integer</ItemParams>
  <ItemResult>String</ItemResult>
  <ItemFlags>0</ItemFlags>
  <ItemSource>
   <StartSelRow>16</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>16</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Function ShowDialog(Prompt As String, Title As String, Default As String, XPos As Integer, YPos As Integer, TextFont As String, TextSize As Integer) As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>Dim intTextHeight  As Integer</SourceLine>
   <SourceLine>Dim strDefaultFont As String</SourceLine>
   <SourceLine>Dim strReturn      As String</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>' Validate parameters</SourceLine>
   <SourceLine>If Title = "" Then Title = App.PackageInfo</SourceLine>
   <SourceLine>If XPos &gt; Screen(0).AvailableWidth Then XPos = Screen(0).AvailableWidth - 50</SourceLine>
   <SourceLine>If YPos &gt; Screen(0).AvailableHeight Then YPos = Screen(0).AvailableHeight - 50</SourceLine>
   <SourceLine>If TextSize &lt; 7 Then TextSize = 7</SourceLine>
   <SourceLine>If TextSize &gt; 72 Then TextSize = 72</SourceLine>
   <SourceLine>If DoesFontExist(TextFont) = False Then</SourceLine>
   <SourceLine>TextFont = GetDefaultFont</SourceLine>
   <SourceLine>If TextFont = "" Then Return ""</SourceLine>
   <SourceLine>End If</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>' Setup the form</SourceLine>
   <SourceLine>Self.Width = Screen(0).AvailableWidth / 3</SourceLine>
   <SourceLine>intTextHeight = TextHeight(Prompt, Self.lblPrompt.Width, TextFont, TextSize)</SourceLine>
   <SourceLine>If intTextHeight &gt; Self.lblPrompt.Height Then</SourceLine>
   <SourceLine>  Self.Height = Self.Height + (intTextHeight - Self.lblPrompt.Height)</SourceLine>
   <SourceLine>End If</SourceLine>
   <SourceLine>If XPos &lt; 1 Then XPos = (Screen(0).AvailableWidth - Self.Width) / 2</SourceLine>
   <SourceLine>If YPos &lt; 1 Then YPos = (Screen(0).AvailableHeight - Self.Height) / 2</SourceLine>
   <SourceLine>Self.Left = XPos</SourceLine>
   <SourceLine>Self.Top = YPos</SourceLine>
   <SourceLine>Self.Title = "  " + Title</SourceLine>
   <SourceLine>Self.txtValue.TextFont = TextFont</SourceLine>
   <SourceLine>Self.txtValue.TextSize = TextSize</SourceLine>
   <SourceLine>Self.txtValue.Bold = False</SourceLine>
   <SourceLine>Self.txtValue.Italic = False</SourceLine>
   <SourceLine>Self.txtValue.Underline = False</SourceLine>
   <SourceLine>Self.txtValue.Text = Default</SourceLine>
   <SourceLine>Self.lblPrompt.TextFont = TextFont</SourceLine>
   <SourceLine>Self.lblPrompt.TextSize = TextSize</SourceLine>
   <SourceLine>Self.lblPrompt.Bold = False</SourceLine>
   <SourceLine>Self.lblPrompt.Italic = False</SourceLine>
   <SourceLine>Self.lblPrompt.Underline = False</SourceLine>
   <SourceLine>Self.lblPrompt.Text = Prompt</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>' Show the form</SourceLine>
   <SourceLine>Self.ShowModal</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>' Get the return value</SourceLine>
   <SourceLine>If Self.m_Canceled = True Then</SourceLine>
   <SourceLine>strReturn = ""</SourceLine>
   <SourceLine>Else</SourceLine>
   <SourceLine>strReturn = Self.txtValue.Text</SourceLine>
   <SourceLine>End If</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>' Return what the user specified</SourceLine>
   <SourceLine>Return strReturn</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Function</SourceLine>
  </ItemSource>
 </Method>
 <HookInstance>
  <TextEncoding>1536</TextEncoding>
  <ItemName>Open</ItemName>
  <ItemSource>
   <StartSelRow>1</StartSelRow>
   <StartSelCol>0</StartSelCol>
   <EndSelRow>1</EndSelRow>
   <EndSelCol>0</EndSelCol>
   <TextEncoding>134217984</TextEncoding>
   <SourceLine>Sub Open()</SourceLine>
   <SourceLine></SourceLine>
   <SourceLine>End Sub</SourceLine>
  </ItemSource>
 </HookInstance>
 <ControlBehavior>
  <ObjName></ObjName>
  <ObjSize>128</ObjSize>
  <Superclass>PushButton</Superclass>
  <IsInterface>0</IsInterface>
  <HookInstance>
   <TextEncoding>1536</TextEncoding>
   <ItemName>Action</ItemName>
   <ItemSource>
    <StartSelRow>3</StartSelRow>
    <StartSelCol>20</StartSelCol>
    <EndSelRow>3</EndSelRow>
    <EndSelCol>20</EndSelCol>
    <TextEncoding>134217984</TextEncoding>
    <SourceLine>Sub Action()</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>m_Canceled = False</SourceLine>
    <SourceLine>Self.Visible = False</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>End Sub</SourceLine>
   </ItemSource>
  </HookInstance>
 </ControlBehavior>
 <ControlBehavior>
  <ObjName></ObjName>
  <ObjSize>128</ObjSize>
  <Superclass>PushButton</Superclass>
  <IsInterface>0</IsInterface>
  <HookInstance>
   <TextEncoding>1536</TextEncoding>
   <ItemName>Action</ItemName>
   <ItemSource>
    <StartSelRow>3</StartSelRow>
    <StartSelCol>20</StartSelCol>
    <EndSelRow>3</EndSelRow>
    <EndSelCol>20</EndSelCol>
    <TextEncoding>134217984</TextEncoding>
    <SourceLine>Sub Action()</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>m_Canceled = True</SourceLine>
    <SourceLine>Self.Visible = False</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>End Sub</SourceLine>
   </ItemSource>
  </HookInstance>
 </ControlBehavior>
 <ControlBehavior>
  <ObjName></ObjName>
  <ObjSize>136</ObjSize>
  <Superclass>StaticText</Superclass>
  <IsInterface>0</IsInterface>
  <HookInstance>
   <TextEncoding>1536</TextEncoding>
   <ItemName>Open</ItemName>
   <ItemSource>
    <StartSelRow>1</StartSelRow>
    <StartSelCol>0</StartSelCol>
    <EndSelRow>1</EndSelRow>
    <EndSelCol>0</EndSelCol>
    <TextEncoding>134217984</TextEncoding>
    <SourceLine>Sub Open()</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>End Sub</SourceLine>
   </ItemSource>
  </HookInstance>
 </ControlBehavior>
 <ControlBehavior>
  <ObjName></ObjName>
  <ObjSize>188</ObjSize>
  <Superclass>EditField</Superclass>
  <IsInterface>0</IsInterface>
  <HookInstance>
   <TextEncoding>1536</TextEncoding>
   <ItemName>GotFocus</ItemName>
   <ItemSource>
    <StartSelRow>1</StartSelRow>
    <StartSelCol>21</StartSelCol>
    <EndSelRow>1</EndSelRow>
    <EndSelCol>21</EndSelCol>
    <TextEncoding>134217984</TextEncoding>
    <SourceLine>Sub GotFocus()</SourceLine>
    <SourceLine>txtValue.SelStart = 0</SourceLine>
    <SourceLine>txtValue.SelLength = Len(txtValue.Text)</SourceLine>
    <SourceLine>End Sub</SourceLine>
   </ItemSource>
  </HookInstance>
  <HookInstance>
   <TextEncoding>1536</TextEncoding>
   <ItemName>KeyDown</ItemName>
   <ItemSource>
    <StartSelRow>1</StartSelRow>
    <StartSelCol>0</StartSelCol>
    <EndSelRow>1</EndSelRow>
    <EndSelCol>0</EndSelCol>
    <TextEncoding>134217984</TextEncoding>
    <SourceLine>Function KeyDown(Key As String) As Boolean</SourceLine>
    <SourceLine></SourceLine>
    <SourceLine>End Function</SourceLine>
   </ItemSource>
  </HookInstance>
 </ControlBehavior>
 <Control>
  <ControlClass>EditField</ControlClass>
  <ItemName>EditField</ItemName>
  <PropertyVal Name="Name">txtValue</PropertyVal>
  <PropertyVal Name="Index">-2147483648</PropertyVal>
  <PropertyVal Name="TabPanelIndex">0</PropertyVal>
  <PropertyVal Name="Visible">True</PropertyVal>
  <PropertyVal Name="Left">7</PropertyVal>
  <PropertyVal Name="Top">90</PropertyVal>
  <PropertyVal Name="Width">351</PropertyVal>
  <PropertyVal Name="Height">22</PropertyVal>
  <PropertyVal Name="InitialParent"></PropertyVal>
  <PropertyVal Name="HelpTag"></PropertyVal>
  <PropertyVal Name="BalloonHelp"></PropertyVal>
  <PropertyVal Name="DisabledBalloonHelp"></PropertyVal>
  <PropertyVal Name="AutoDeactivate">False</PropertyVal>
  <PropertyVal Name="LockLeft">True</PropertyVal>
  <PropertyVal Name="LockTop">False</PropertyVal>
  <PropertyVal Name="LockRight">True</PropertyVal>
  <PropertyVal Name="LockBottom">True</PropertyVal>
  <PropertyVal Name="TextFont">MS Sans Serif</PropertyVal>
  <PropertyVal Name="TextSize">12</PropertyVal>
  <PropertyVal Name="Bold">False</PropertyVal>
  <PropertyVal Name="Italic">False</PropertyVal>
  <PropertyVal Name="Underline">False</PropertyVal>
  <PropertyVal Name="Border">True</PropertyVal>
  <PropertyVal Name="MultiLine">False</PropertyVal>
  <PropertyVal Name="ScrollBarHorizontal">False</PropertyVal>
  <PropertyVal Name="ScrollBar">False</PropertyVal>
  <PropertyVal Name="ScrollBarVertical">False</PropertyVal>
  <PropertyVal Name="Styled">False</PropertyVal>
  <PropertyVal Name="Password">False</PropertyVal>
  <PropertyVal Name="UseFocusRing">True</PropertyVal>
  <PropertyVal Name="ReadOnly">False</PropertyVal>
  <PropertyVal Name="LimitText">0</PropertyVal>
  <PropertyVal Name="AcceptTabs">False</PropertyVal>
  <PropertyVal Name="Alignment">0</PropertyVal>
  <PropertyVal Name="TextColor">0</PropertyVal>
  <PropertyVal Name="BackColor">16777215</PropertyVal>
  <PropertyVal Name="Enabled">True</PropertyVal>
  <PropertyVal Name="Text">[DEFAULT]</PropertyVal>
  <PropertyVal Name="DataSource"></PropertyVal>
  <PropertyVal Name="DataField"></PropertyVal>
  <PropertyVal Name="Format"></PropertyVal>
  <PropertyVal Name="Mask"></PropertyVal>
  <ControlIndex>3</ControlIndex>
 </Control>
 <Control>
  <ControlClass>PushButton</ControlClass>
  <ItemName>PushButton</ItemName>
  <PropertyVal Name="Name">cmdOK</PropertyVal>
  <PropertyVal Name="Index">-2147483648</PropertyVal>
  <PropertyVal Name="TabPanelIndex">0</PropertyVal>
  <PropertyVal Name="Visible">True</PropertyVal>
  <PropertyVal Name="Left">287</PropertyVal>
  <PropertyVal Name="Top">9</PropertyVal>
  <PropertyVal Name="Width">69</PropertyVal>
  <PropertyVal Name="Height">22</PropertyVal>
  <PropertyVal Name="InitialParent"></PropertyVal>
  <PropertyVal Name="HelpTag"></PropertyVal>
  <PropertyVal Name="BalloonHelp"></PropertyVal>
  <PropertyVal Name="DisabledBalloonHelp"></PropertyVal>
  <PropertyVal Name="AutoDeactivate">False</PropertyVal>
  <PropertyVal Name="LockLeft">False</PropertyVal>
  <PropertyVal Name="LockTop">True</PropertyVal>
  <PropertyVal Name="LockRight">True</PropertyVal>
  <PropertyVal Name="LockBottom">False</PropertyVal>
  <PropertyVal Name="TextFont">MS Sans Serif</PropertyVal>
  <PropertyVal Name="TextSize">12</PropertyVal>
  <PropertyVal Name="Bold">False</PropertyVal>
  <PropertyVal Name="Italic">False</PropertyVal>
  <PropertyVal Name="Underline">False</PropertyVal>
  <PropertyVal Name="Caption">&amp;OK</PropertyVal>
  <PropertyVal Name="Default">True</PropertyVal>
  <PropertyVal Name="Cancel">False</PropertyVal>
  <PropertyVal Name="Enabled">True</PropertyVal>
  <ControlIndex>0</ControlIndex>
 </Control>
 <Control>
  <ControlClass>PushButton</ControlClass>
  <ItemName>PushButton</ItemName>
  <PropertyVal Name="Name">cmdCancel</PropertyVal>
  <PropertyVal Name="Index">-2147483648</PropertyVal>
  <PropertyVal Name="TabPanelIndex">0</PropertyVal>
  <PropertyVal Name="Visible">True</PropertyVal>
  <PropertyVal Name="Left">287</PropertyVal>
  <PropertyVal Name="Top">35</PropertyVal>
  <PropertyVal Name="Width">69</PropertyVal>
  <PropertyVal Name="Height">22</PropertyVal>
  <PropertyVal Name="InitialParent"></PropertyVal>
  <PropertyVal Name="HelpTag"></PropertyVal>
  <PropertyVal Name="BalloonHelp"></PropertyVal>
  <PropertyVal Name="DisabledBalloonHelp"></PropertyVal>
  <PropertyVal Name="AutoDeactivate">False</PropertyVal>
  <PropertyVal Name="LockLeft">False</PropertyVal>
  <PropertyVal Name="LockTop">True</PropertyVal>
  <PropertyVal Name="LockRight">True</PropertyVal>
  <PropertyVal Name="LockBottom">False</PropertyVal>
  <PropertyVal Name="TextFont">MS Sans Serif</PropertyVal>
  <PropertyVal Name="TextSize">12</PropertyVal>
  <PropertyVal Name="Bold">False</PropertyVal>
  <PropertyVal Name="Italic">False</PropertyVal>
  <PropertyVal Name="Underline">False</PropertyVal>
  <PropertyVal Name="Caption">&amp;Cancel</PropertyVal>
  <PropertyVal Name="Default">False</PropertyVal>
  <PropertyVal Name="Cancel">True</PropertyVal>
  <PropertyVal Name="Enabled">True</PropertyVal>
  <ControlIndex>1</ControlIndex>
 </Control>
 <Control>
  <ControlClass>StaticText</ControlClass>
  <ItemName>StaticText</ItemName>
  <PropertyVal Name="Name">lblPrompt</PropertyVal>
  <PropertyVal Name="Index">-2147483648</PropertyVal>
  <PropertyVal Name="TabPanelIndex">0</PropertyVal>
  <PropertyVal Name="Visible">True</PropertyVal>
  <PropertyVal Name="Left">7</PropertyVal>
  <PropertyVal Name="Top">5</PropertyVal>
  <PropertyVal Name="Width">271</PropertyVal>
  <PropertyVal Name="Height">78</PropertyVal>
  <PropertyVal Name="InitialParent"></PropertyVal>
  <PropertyVal Name="HelpTag"></PropertyVal>
  <PropertyVal Name="BalloonHelp"></PropertyVal>
  <PropertyVal Name="DisabledBalloonHelp"></PropertyVal>
  <PropertyVal Name="AutoDeactivate">False</PropertyVal>
  <PropertyVal Name="LockLeft">True</PropertyVal>
  <PropertyVal Name="LockTop">True</PropertyVal>
  <PropertyVal Name="LockRight">True</PropertyVal>
  <PropertyVal Name="LockBottom">True</PropertyVal>
  <PropertyVal Name="TextFont">MS Sans Serif</PropertyVal>
  <PropertyVal Name="TextSize">12</PropertyVal>
  <PropertyVal Name="Bold">False</PropertyVal>
  <PropertyVal Name="Italic">False</PropertyVal>
  <PropertyVal Name="Underline">False</PropertyVal>
  <PropertyVal Name="Text">[PROMPT]</PropertyVal>
  <PropertyVal Name="TextAlign">0</PropertyVal>
  <PropertyVal Name="TextColor">0</PropertyVal>
  <PropertyVal Name="MultiLine">True</PropertyVal>
  <PropertyVal Name="Enabled">True</PropertyVal>
  <PropertyVal Name="DataSource"></PropertyVal>
  <PropertyVal Name="DataField"></PropertyVal>
  <ControlIndex>2</ControlIndex>
 </Control>
</block>
</RBProject>
