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

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