#pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
[!output SAFE_NAMESPACE_BEGIN]
///
/// Summary for [!output SAFE_ITEM_NAME]
///
public ref class [!output SAFE_ITEM_NAME] : public System::Windows::Forms::UserControl
{
public:
[!output SAFE_ITEM_NAME](void)
{
InitializeComponent();
//
//TODO: Add the constructor code here
//
}
protected:
///
/// Clean up any resources being used.
///
~[!output SAFE_ITEM_NAME]()
{
if (components)
{
delete components;
}
}
private:
///
/// Required designer variable.
///
System::ComponentModel::Container ^components;
#pragma region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
void InitializeComponent(void)
{
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
}
#pragma endregion
};
[!output SAFE_NAMESPACE_END]