//---------------------------------------------------------------------------- //Borland C++Builder //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved. //---------------------------------------------------------------------------- //--------------------------------------------------------------------------- #ifndef FrmexespHPP #define FrmexespHPP //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #pragma hdrstop //--------------------------------------------------------------------------- #ifndef WindowsHPP #include #endif #ifndef MessagesHPP #include #endif #ifndef SysUtilsHPP #include #endif #ifndef ClassesHPP #include #endif #ifndef GraphicsHPP #include #endif #ifndef ControlsHPP #include #endif #ifndef FormsHPP #include #endif #ifndef DialogsHPP #include #endif #ifndef ExtCtrlsHPP #include #endif #ifndef ButtonsHPP #include #endif #ifndef DBCtrlsHPP #include #endif #ifndef StdCtrlsHPP #include #endif #ifndef MaskHPP #include #endif #ifndef DBGridsHPP #include #endif #ifndef GridsHPP #include #endif #ifndef DBHPP #include #endif //--------------------------------------------------------------------------- class TFrmExecProc : public TForm { __published: TPanel *Panel1; TSpeedButton *BtnShipOrder; TDBNavigator *DBNavigator; TBitBtn *BitBtn1; TPanel *Panel3; TScrollBox *ScrollBox; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label6; TLabel *Label4; TDBEdit *EditCUST_NO; TDBEdit *EditCUSTOMER; TDBEdit *EditCONTACT_FIRST; TDBEdit *EditCONTACT_LAST; TDBEdit *EditPHONE_NO; TDBEdit *EditADDRESS_LINE; TDBEdit *EditADDRESS_LINE2; TDBEdit *EditCITY; TDBEdit *EditSTATE_PROVINCE; TDBEdit *EditCOUNTRY; TDBEdit *EditPOSTAL_CODE; TDBCheckBox *DBCheckBox1; TPanel *Panel2; TDBGrid *DBGrid1; TDataSource *SalesSource; void __fastcall FormHide(TObject *Sender); void __fastcall SalesSourceDataChange(TObject *Sender, TField *Field); void __fastcall BtnShipOrderClick(TObject *Sender); void __fastcall FormShow(TObject *Sender); private: // private user declarations public: // public user declarations virtual __fastcall TFrmExecProc(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TFrmExecProc *FrmExecProc; //--------------------------------------------------------------------------- #endif