package $safeprojectname$;

import System.Collections.Generic.*;
import System.ComponentModel.*;
import System.Data.*;
import System.Drawing.*;
import System.Windows.Forms.*;

/**
 * Summary description for UserControl1.
 */
public class UserControl1 extends System.Windows.Forms.UserControl
{
    /**
     * Required designer variable.
     */
    private System.ComponentModel.IContainer components;

    public UserControl1()
    {
        //
        // This call is required by the Windows.Forms Form Designer.
        //
        InitializeComponent();

        //
        // TODO: Add any initialization after the InitializeComponent call
        //
    }

    #region Component Designer generated code
    /**
     * Clean up any resources being used.
     */
    protected void Dispose(boolean disposing)
    {
        if (disposing)
        {
            if (components != null)
            {
                components.Dispose();
            }
        }
        super.Dispose(disposing);
    }

    /**
     * Required method for Designer support - do not modify 
     * the contents of this method with the code editor.
     */
    private void InitializeComponent()
    {
        this.components = new System.ComponentModel.Container();
        this.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
    }
    #endregion
}
