home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / EDCUST.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  67 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef edcustH
  7. #define edcustH
  8. //---------------------------------------------------------------------------
  9. #include <vcl\Classes.hpp>
  10. #include <vcl\Controls.hpp>
  11. #include <vcl\StdCtrls.hpp>
  12. #include <vcl\Forms.hpp>
  13. #include <vcl\ExtCtrls.hpp>
  14. #include <vcl\DBCtrls.hpp>
  15. #include <vcl\Buttons.hpp>
  16. #include <Mask.hpp>
  17. //---------------------------------------------------------------------------
  18. class TEdCustForm : public TForm
  19. {
  20. __published:    // IDE-managed Components
  21.     TPanel *Panel;
  22.     TDBNavigator *DBNavigator;
  23.     TSpeedButton *PrintBtn;
  24.     TPanel *Panel1;
  25.     TButton *OKButton;
  26.     TButton *CancelButton;
  27.     TPanel *Panel2;
  28.     TBevel *Bevel2;
  29.     TBevel *Bevel1;
  30.     TLabel *Label1;
  31.     TLabel *Label2;
  32.     TLabel *Label3;
  33.     TLabel *Label4;
  34.     TLabel *Label5;
  35.     TLabel *Label6;
  36.     TLabel *Label7;
  37.     TLabel *Label8;
  38.     TLabel *Label9;
  39.     TLabel *Label10;
  40.     TLabel *Label11;
  41.     TLabel *Label13;
  42.     TDBEdit *DBEdName;
  43.     TDBEdit *DBEdCustNo;
  44.     TDBEdit *DBEdit3;
  45.     TDBEdit *DBEdit9;
  46.     TDBEdit *DBEdit4;
  47.     TDBEdit *DBEdit14;
  48.     TDBEdit *DBEdit5;
  49.     TDBEdit *DBEdit6;
  50.     TDBEdit *DBEdit7;
  51.     TDBEdit *DBEdit8;
  52.     TDBEdit *DBEdInv;
  53.     TDBEdit *DBEdit12;
  54.     TDBEdit *DBEdit11;
  55.     TLabel *Label14;
  56.     void __fastcall PrintBtnClick(TObject *Sender);
  57.     void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
  58. private:    // User declarations
  59. public:        // User declarations
  60.     virtual __fastcall TEdCustForm(TComponent* Owner);
  61.     void Edit(double CustNo);
  62. };
  63. //---------------------------------------------------------------------------
  64. extern TEdCustForm *EdCustForm;
  65. //---------------------------------------------------------------------------
  66. #endif
  67.