home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / EDCUST.H < prev    next >
C/C++ Source or Header  |  1997-01-16  |  2KB  |  63 lines

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