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

  1. //----------------------------------------------------------------------------
  2. //Borland C++ Builder
  3. //Copyright (c) 1987 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef FrmexespHPP
  7. #define FrmexespHPP
  8. //---------------------------------------------------------------------------
  9. #include <vcl.h>
  10. #pragma hdrstop
  11. //---------------------------------------------------------------------------
  12. #ifndef WindowsHPP
  13. #include <windows.hpp>
  14. #endif
  15.  
  16. #ifndef MessagesHPP
  17. #include <messages.hpp>
  18. #endif
  19.  
  20. #ifndef SysUtilsHPP
  21. #include <sysutils.hpp>
  22. #endif
  23.  
  24. #ifndef ClassesHPP
  25. #include <classes.hpp>
  26. #endif
  27.  
  28. #ifndef GraphicsHPP
  29. #include <graphics.hpp>
  30. #endif
  31.  
  32. #ifndef ControlsHPP
  33. #include <controls.hpp>
  34. #endif
  35.  
  36. #ifndef FormsHPP
  37. #include <forms.hpp>
  38. #endif
  39.  
  40. #ifndef DialogsHPP
  41. #include <dialogs.hpp>
  42. #endif
  43.  
  44. #ifndef ExtCtrlsHPP
  45. #include <extctrls.hpp>
  46. #endif
  47.  
  48. #ifndef ButtonsHPP
  49. #include <buttons.hpp>
  50. #endif
  51.  
  52. #ifndef DBCtrlsHPP
  53. #include <dbctrls.hpp>
  54. #endif
  55.  
  56. #ifndef StdCtrlsHPP
  57. #include <stdctrls.hpp>
  58. #endif
  59.  
  60. #ifndef MaskHPP
  61. #include <mask.hpp>
  62. #endif
  63.  
  64. #ifndef DBGridsHPP
  65. #include <dbgrids.hpp>
  66. #endif
  67.  
  68. #ifndef GridsHPP
  69. #include <grids.hpp>
  70. #endif
  71.  
  72. #ifndef DBHPP
  73. #include <db.hpp>
  74. #endif
  75. //---------------------------------------------------------------------------
  76. class TFrmExecProc : public TForm
  77. {
  78. __published:
  79.     TPanel *Panel1;
  80.     TSpeedButton *BtnShipOrder;
  81.     TDBNavigator *DBNavigator;
  82.     TBitBtn *BitBtn1;
  83.     TPanel *Panel3;
  84.     TScrollBox *ScrollBox;
  85.     TLabel *Label1;
  86.     TLabel *Label2;
  87.     TLabel *Label3;
  88.     TLabel *Label6;
  89.     TLabel *Label4;
  90.     TDBEdit *EditCUST_NO;
  91.     TDBEdit *EditCUSTOMER;
  92.     TDBEdit *EditCONTACT_FIRST;
  93.     TDBEdit *EditCONTACT_LAST;
  94.     TDBEdit *EditPHONE_NO;
  95.     TDBEdit *EditADDRESS_LINE;
  96.     TDBEdit *EditADDRESS_LINE2;
  97.     TDBEdit *EditCITY;
  98.     TDBEdit *EditSTATE_PROVINCE;
  99.     TDBEdit *EditCOUNTRY;
  100.     TDBEdit *EditPOSTAL_CODE;
  101.     TDBCheckBox *DBCheckBox1;
  102.     TPanel *Panel2;
  103.     TDBGrid *DBGrid1;
  104.     TDataSource *SalesSource;
  105.     void __fastcall FormHide(TObject *Sender);
  106.     void __fastcall SalesSourceDataChange(TObject *Sender, TField *Field);
  107.     void __fastcall BtnShipOrderClick(TObject *Sender);
  108.     void __fastcall FormShow(TObject *Sender);
  109. private:        // private user declarations
  110. public:         // public user declarations
  111.     virtual __fastcall TFrmExecProc(TComponent* Owner);
  112. };
  113. //---------------------------------------------------------------------------
  114. extern TFrmExecProc *FrmExecProc;
  115. //---------------------------------------------------------------------------
  116. #endif
  117.