0% found this document useful (0 votes)
25 views5 pages

Prysistemaunt (System System::Componentmodel System::Collections System::Windows::Forms System::Data System::Drawing

This document contains the code for a C# Windows Forms application that includes a menu strip with options for examples related to basic concepts, vectors, matrices, data structures, character handling, pointers, and an exit option. It defines the user interface elements and menu options for the application.

Uploaded by

Diana Laurencio
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views5 pages

Prysistemaunt (System System::Componentmodel System::Collections System::Windows::Forms System::Data System::Drawing

This document contains the code for a C# Windows Forms application that includes a menu strip with options for examples related to basic concepts, vectors, matrices, data structures, character handling, pointers, and an exit option. It defines the user interface elements and menu options for the application.

Uploaded by

Diana Laurencio
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

#pragma once

#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 {

using namespace System;


using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;

/// <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;

#pragma region Windows Form Designer generated code


/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
void InitializeComponent(void)
{
System::ComponentModel::ComponentResourceManager^
resources = (gcnew
System::ComponentModel::ComponentResourceManager(Form1::typeid));
this->menuStrip1 = (gcnew
System::Windows::Forms::MenuStrip());
this->eJEMPLOSBASCISOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->cALCULAPRIMOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->cONVIERTEAToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->bINARIOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->tERCIARIOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->cUATERNARIOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->nUMEROSROMANOSToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->nUMEROCAPICUAToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->mCDDE2NUMEROSToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->vECTORESToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->oRDENACIONMETODOBURBUJAToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this-
>iNGRESANDODATOSDE2VECTORESYLOMUESTRAENLISTBOXToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this-
>eNCUENTRAELMAYORYMENORELEMNTODEUNVECTORToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->mATRICESToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->sUMAYPRODUCTODEMATRIZ3x3ToolStripMenuItem =
(gcnew System::Windows::Forms::ToolStripMenuItem());
this->iNVERSADEUNAMATRIZDE3x2HACIA2x3ToolStripMenuItem
= (gcnew System::Windows::Forms::ToolStripMenuItem());
this-
>mAYORVALORDEUNADIAGONALDEUNVECTORDE3x3ToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->eSTRUCTURASToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->mANEJAESTRUCTURAALUMNOToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->mANEJODECARACTERESToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->fUNCIONSUBSTRINGToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->pUNTEROSToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->lLENADOVECTORCONPUNTEROSToolStripMenuItem =
(gcnew System::Windows::Forms::ToolStripMenuItem());
this->sALIRToolStripMenuItem = (gcnew
System::Windows::Forms::ToolStripMenuItem());
this->label2 = (gcnew System::Windows::Forms::Label());
this->label1 = (gcnew System::Windows::Forms::Label());
this->listBox1 = (gcnew
System::Windows::Forms::ListBox());
this->label3 = (gcnew System::Windows::Forms::Label());
this->menuStrip1->SuspendLayout();
this->SuspendLayout();
//
// menuStrip1
//
this->menuStrip1->Items->AddRange(gcnew cli::array<
System::Windows::Forms::ToolStripItem^ >(7) {this-
>eJEMPLOSBASCISOToolStripMenuItem,
this->vECTORESToolStripMenuItem, this-
>mATRICESToolStripMenuItem, this->eSTRUCTURASToolStripMenuItem, this-
>mANEJODECARACTERESToolStripMenuItem,
this->pUNTEROSToolStripMenuItem, this-
>sALIRToolStripMenuItem});
this->menuStrip1->Location = System::Drawing::Point(0,
0);
this->menuStrip1->Name = L"menuStrip1";
this->menuStrip1->Size = System::Drawing::Size(767,
24);
this->menuStrip1->TabIndex = 0;
this->menuStrip1->Text = L"menuStrip1";

// 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();
}

You might also like