First commit 16/08/1996
This commit is contained in:
78
Builder/barmatic/barmati.h
Normal file
78
Builder/barmatic/barmati.h
Normal file
@ -0,0 +1,78 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef barmatiH
|
||||
#define barmatiH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl\Classes.hpp>
|
||||
#include <vcl\Controls.hpp>
|
||||
#include <vcl\StdCtrls.hpp>
|
||||
#include <vcl\Forms.hpp>
|
||||
#include <vcl\Menus.hpp>
|
||||
#include <vcl\ExtCtrls.hpp>
|
||||
#include <vcl\DBTables.hpp>
|
||||
#include <vcl\DB.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm1 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TMainMenu *MainMenu1;
|
||||
TMenuItem *BasedeDatos1;
|
||||
TMenuItem *Accesos1;
|
||||
TMenuItem *Listados1;
|
||||
TMenuItem *Mesas1;
|
||||
TMenuItem *Salida1;
|
||||
TMenuItem *Creditos1;
|
||||
TMenuItem *Salida2;
|
||||
TMenuItem *ModificarArticulo1;
|
||||
TMenuItem *CajayAlmacen1;
|
||||
TMenuItem *MantenimientoFactura1;
|
||||
TMenuItem *Repartidores1;
|
||||
TMenuItem *ClientesDomicilio1;
|
||||
TMenuItem *N1;
|
||||
TMenuItem *Cambiarclave1;
|
||||
TMenuItem *ListadosdeProductos1;
|
||||
TMenuItem *ListadosdeStocksbajos1;
|
||||
TMenuItem *Abrirunamesa1;
|
||||
TMenuItem *Consultarmesa1;
|
||||
TMenuItem *Reservarmesa1;
|
||||
TMenuItem *Facturarmesa1;
|
||||
TMenuItem *Cambiarmesa1;
|
||||
TPanel *Panel1;
|
||||
TLabel *Label1;
|
||||
TLabel *Label2;
|
||||
TLabel *Label3;
|
||||
TLabel *Label4;
|
||||
TPanel *Panel2;
|
||||
TPanel *Panel3;
|
||||
TLabel *Label5;
|
||||
TLabel *Label6;
|
||||
TLabel *Label7;
|
||||
TLabel *Label8;
|
||||
TLabel *Label9;
|
||||
TListBox *ListBox1;
|
||||
TListBox *ListBox2;
|
||||
TListBox *ListBox3;
|
||||
TListBox *ListBox4;
|
||||
TPanel *Panel4;
|
||||
TLabel *Label10;
|
||||
void __fastcall Salida2Click(TObject *Sender);
|
||||
void __fastcall Creditos1Click(TObject *Sender);
|
||||
|
||||
|
||||
|
||||
|
||||
void __fastcall ModificarArticulo1Click(TObject *Sender);
|
||||
void __fastcall ListadosdeProductos1Click(TObject *Sender);
|
||||
void __fastcall ListadosdeStocksbajos1Click(TObject *Sender);
|
||||
void __fastcall N1Click(TObject *Sender);
|
||||
void __fastcall Cambiarclave1Click(TObject *Sender);
|
||||
void __fastcall Repartidores1Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TForm1(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern TForm1 *Form1;
|
||||
extern acceso;
|
||||
extern String clave;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user