1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- //---------------------------------------------------------------------------
- #ifndef ITS0030MFH
- #define ITS0030MFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <DB.hpp>
- #include <DBClient.hpp>
- #include <FMTBcd.hpp>
- #include <Provider.hpp>
- #include <SqlExpr.hpp>
- #include <Menus.hpp>
- #include <ExtCtrls.hpp>
- #include <Graphics.hpp>
- #include <ComCtrls.hpp>
- #include <ADODB.hpp>
- #include <ImgList.hpp>
- //---------------------------------------------------------------------------
- #include "FRAME_IncidentRegistF.h"
- #include "FRAME_IncidentProcessF.h"
- #include "FRAME_IncidentEndF.h"
- #include "cxButtons.hpp"
- #include "cxControls.hpp"
- #include "cxGraphics.hpp"
- #include "cxLookAndFeelPainters.hpp"
- #include "cxLookAndFeels.hpp"
- #include "cxPC.hpp"
- #include "cxPCdxBarPopupMenu.hpp"
- #include "dxSkinBlack.hpp"
- #include "dxSkinBlue.hpp"
- #include "dxSkinsCore.hpp"
- #include "dxSkinscxPCPainter.hpp"
- //---------------------------------------------------------------------------
- class TITS0030M : public TForm
- {
- __published: // IDE-managed Components
- TShape *ShpTitle;
- TcxButton *BtnSearch;
- TcxButton *BtnClose;
- TLabel *LblCaption;
- TEdit *EdFocus;
- TShape *ShpList;
- TTimer *TmrShow;
- TPanel *Panel1;
- TcxPageControl *cxPageControl1;
- TcxTabSheet *cxTabSheet1;
- TcxTabSheet *cxTabSheet2;
- TcxTabSheet *cxTabSheet3;
- TImageList *ilStatusBarImages;
- TFRAMEIncidentRegist *FRAMEIncidentRegist1;
- TFRAMEIncidentEnd *FRAMEIncidentEnd1;
- TFRAMEIncidentProcess *FRAMEIncidentProcess1;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall TmrShowTimer(TObject *Sender);
- void __fastcall BtnSearchClick(TObject *Sender);
- void __fastcall BtnCloseClick(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- void __fastcall cxPageControl1PageChanging(TObject *Sender, TcxTabSheet *NewPage, bool &AllowChange);
- private: // User declarations
- void __fastcall CommClose();
- public:
- public: // User declarations
- __fastcall TITS0030M(TComponent* Owner);
- void __fastcall FormInit();
- void __fastcall RefreshData();
- void __fastcall SelListData();
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TITS0030M *ITS0030M;
- //---------------------------------------------------------------------------
- #endif
|