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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef edpartsH
  7. #define edpartsH
  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 <vcl\Mask.hpp>
  17. #include <vcl\DB.hpp>
  18. //---------------------------------------------------------------------------
  19. class TEdPartsForm : public TForm
  20. {
  21. __published:    // IDE-managed Components
  22.     TPanel *Panel1;
  23.     TBevel *Bevel1;
  24.     TDBNavigator *Navigator;
  25.     TSpeedButton *PrintBtn;
  26.     TPanel *Panel2;
  27.     TLabel *Label1;
  28.     TLabel *Label2;
  29.     TLabel *Label3;
  30.     TLabel *Label4;
  31.     TLabel *Label5;
  32.     TLabel *Label6;
  33.     TLabel *Label7;
  34.     TLabel *Label8;
  35.     TButton *OKButton;
  36.     TButton *CancelButton;
  37.     TDBEdit *DBEdPartNo;
  38.     TDBEdit *DBEdit2;
  39.     TDBEdit *DBEdit3;
  40.     TDBEdit *DBEdit4;
  41.     TDBEdit *DBEdit5;
  42.     TDBLookupComboBox *DataComboBox1;
  43.     TDBEdit *DBEdit8;
  44.     TDBEdit *DBEdit7;
  45.     TDataSource *PartsSource1;
  46.     void __fastcall PrintBtnClick(TObject *Sender);
  47.     void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
  48.     
  49. private:    // User declarations
  50. public:        // User declarations
  51.     virtual __fastcall TEdPartsForm(TComponent* Owner);
  52. void Edit(Double PartNo);
  53.  
  54. };
  55. //---------------------------------------------------------------------------
  56. extern TEdPartsForm *EdPartsForm;
  57. //---------------------------------------------------------------------------
  58. #endif
  59.