-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModelitosForm.h
52 lines (47 loc) · 1.6 KB
/
ModelitosForm.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// ---------------------------------------------------------------------------
#ifndef ModelitosFormH
#define ModelitosFormH
// ---------------------------------------------------------------------------
#include <System.Classes.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.StdCtrls.hpp>
#include <Vcl.Forms.hpp>
#include <Vcl.Menus.hpp>
#include <Vcl.Grids.hpp>
// ---------------------------------------------------------------------------
class TForm1 : public TForm {
__published: // IDE-managed Components
TMainMenu *MainMenu1;
TMenuItem *Modelito11;
TMenuItem *Modelito12;
TEdit *Edit1;
TEdit *Edit2;
TEdit *Edit3;
TEdit *Result1;
TLabel *Label1;
TStringGrid *StringGrid1;
TStringGrid *StringGrid2;
TMenuItem *amaodelVector1;
TMenuItem *amaodelVector2;
TMenuItem *StringGrid3;
TMenuItem *Primerasletras1;
TMenuItem *est1;
TMenuItem *est2;
TMenuItem *CargarMatriz1;
TMenuItem *Modelito21;
TMenuItem *Cargarvectorconlosdigitos1;
void __fastcall Modelito12Click(TObject *Sender);
void __fastcall amaodelVector1Click(TObject *Sender);
void __fastcall Primerasletras1Click(TObject *Sender);
void __fastcall est2Click(TObject *Sender);
void __fastcall amaodelVector2Click(TObject *Sender);
void __fastcall CargarMatriz1Click(TObject *Sender);
void __fastcall Cargarvectorconlosdigitos1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
// ---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
// ---------------------------------------------------------------------------
#endif