Prysistemaunt (System System::Componentmodel System::Collections System::Windows::Forms System::Data System::Drawing
Prysistemaunt (System System::Componentmodel System::Collections System::Windows::Forms System::Data System::Drawing
#include "FrmPrimos.h"
#include "FrmNroBinario.h"
#include "FrmTernario.h"
#include "FrmCapicua.h"
#include "FrmMCD2Nros.h"
#include "FrmBurbuja.h"
#include "FrmDosVectores.h"
#include "FrmMayorMenorVector.h"
#include "FrmSumaProductoMatriz.h"
#include "FrmInversa.h"
#include "FrmDiagonal3X3.h"
#include "FrmEstructura1.h"
#include "FrmPunteros01.h"
#include "FrmCuaternario.h"
#include "FrmCadenas1.h"
namespace PrySistemaUNT {
/// <summary>
/// Summary for Form1
///
/// WARNING: If you change the name of this class, you will need to
change the
/// 'Resource File Name' property for the managed resource
compiler tool
/// associated with all .resx files this class depends on.
Otherwise,
/// the designers will not be able to interact properly
with localized
/// resources associated with this form.
/// </summary>
public ref class Form1 : public System::Windows::Forms::Form
{
public:
Form1(void)
{
InitializeComponent();
//
//TODO: Add the constructor code here
//
}
protected:
/// <summary>
/// Clean up any resources being used.
/// </summary>
~Form1()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::MenuStrip^ menuStrip1;
protected:
private: System::Windows::Forms::ToolStripMenuItem^
eJEMPLOSBASCISOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
cALCULAPRIMOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
cONVIERTEAToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
bINARIOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
tERCIARIOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
cUATERNARIOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
nUMEROSROMANOSToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
nUMEROCAPICUAToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
mCDDE2NUMEROSToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
vECTORESToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
mATRICESToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
eSTRUCTURASToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
mANEJODECARACTERESToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
pUNTEROSToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
sALIRToolStripMenuItem;
private: System::Windows::Forms::Label^ label2;
private: System::Windows::Forms::Label^ label1;
private: System::Windows::Forms::ListBox^ listBox1;
private: System::Windows::Forms::Label^ label3;
private: System::Windows::Forms::ToolStripMenuItem^
oRDENACIONMETODOBURBUJAToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
iNGRESANDODATOSDE2VECTORESYLOMUESTRAENLISTBOXToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
eNCUENTRAELMAYORYMENORELEMNTODEUNVECTORToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
sUMAYPRODUCTODEMATRIZ3x3ToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
mAYORVALORDEUNADIAGONALDEUNVECTORDE3x3ToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
mANEJAESTRUCTURAALUMNOToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
lLENADOVECTORCONPUNTEROSToolStripMenuItem;
private: System::Windows::Forms::ToolStripMenuItem^
fUNCIONSUBSTRINGToolStripMenuItem;
private:
/// <summary>
/// Required designer variable.
/// </summary>
System::ComponentModel::Container ^components;
// iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem
//
this->iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem-
>Name = L"iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem";
this->iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem-
>Size = System::Drawing::Size(384, 22);
this->iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem-
>Text = L"TRANSPUESTA DE UNA MATRIZ DE 3x2 HACIA 2x3";
this->iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem-
>Click += gcnew System::EventHandler(this,
&Form1::iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem_Click);
// eSTRUCTURASToolStripMenuItem
//
this->eSTRUCTURASToolStripMenuItem->DropDownItems-
>AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(1)
{this->mANEJAESTRUCTURAALUMNOToolStripMenuItem});
this->eSTRUCTURASToolStripMenuItem->Name =
L"eSTRUCTURASToolStripMenuItem";
this->eSTRUCTURASToolStripMenuItem->Size =
System::Drawing::Size(97, 20);
this->eSTRUCTURASToolStripMenuItem->Text =
L"ESTRUCTURAS";
this->eSTRUCTURASToolStripMenuItem->Click += gcnew
System::EventHandler(this, &Form1::eSTRUCTURASToolStripMenuItem_Click);
// fUNCIONSUBSTRINGToolStripMenuItem
//
this->fUNCIONSUBSTRINGToolStripMenuItem->Name =
L"fUNCIONSUBSTRINGToolStripMenuItem";
this->fUNCIONSUBSTRINGToolStripMenuItem->Size =
System::Drawing::Size(190, 22);
this->fUNCIONSUBSTRINGToolStripMenuItem->Text =
L"FUNCION SUBSTRING";
this->fUNCIONSUBSTRINGToolStripMenuItem->Click += gcnew
System::EventHandler(this,
&Form1::fUNCIONSUBSTRINGToolStripMenuItem_Click);
private: System::Void
iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem_Click(System::Object^
sender, System::EventArgs^ e) {
FrmInversa^ ventana = gcnew FrmInversa();
ventana->ShowDialog();
}
private: System::Void
mAYORVALORDEUNADIAGONALDEUNVECTORDE3x3ToolStripMenuItem_Click(System::Obj
ect^ sender, System::EventArgs^ e) {
FrmDiagonal3X3^ ventana = gcnew FrmDiagonal3X3();
ventana->ShowDialog();
}
private: System::Void
fUNCIONSUBSTRINGToolStripMenuItem_Click(System::Object^ sender,
System::EventArgs^ e) {
FrmCadenas1^ ventana = gcnew FrmCadenas1();
ventana->ShowDialog();
}