<!--Generated by SharpWComp-3.2.1.1 on 2016/2/12 1:38:18-->
<application>
  <instance type="WComp.Beans.PasswordChecker" name="passwordChecker1" x="296" y="136">
    <property name="IsTrue">false</property>
  </instance>
  <instance type="System.Windows.Forms.TextBox" name="textBox1" x="104" y="136">
    <property name="Location">new System.Drawing.Point(104, 136)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.RadioButton" name="radioButton1" x="456" y="136">
    <property name="Checked">true</property>
    <property name="TabStop">true</property>
    <property name="Location">new System.Drawing.Point(456, 136)</property>
    <property name="Size">new System.Drawing.Size(104, 33)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.TextBox" name="textBox2" x="456" y="384">
    <property name="Location">new System.Drawing.Point(456, 384)</property>
    <property name="TabIndex">0</property>
  </instance>
  <instance type="System.Windows.Forms.CheckBox" name="checkBox1" x="456" y="272">
    <property name="Location">new System.Drawing.Point(456, 272)</property>
    <property name="TabIndex">0</property>
  </instance>
  <link>
    <source name="textBox1">
      <event name="DoubleClick" />
    </source>
    <destination name="passwordChecker1">
      <method name="set_InputPassword">
        <parameter type="System.String" call="get_Text" />
      </method>
    </destination>
  </link>
  <link>
    <source name="passwordChecker1">
      <event name="isTrueChangedEvent" />
    </source>
    <destination name="radioButton1">
      <method name="set_Checked">
        <parameter type="System.Boolean" />
      </method>
    </destination>
  </link>
</application>