123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- //---------------------------------------------------------------------------
- #ifndef BDS0010MFH
- #define BDS0010MFH
- //---------------------------------------------------------------------------
- #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 <Dialogs.hpp>
- #include <ExtDlgs.hpp>
- //---------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #include "WindowMsgF.h"
- #include "cxButtons.hpp"
- #include "cxContainer.hpp"
- #include "cxControls.hpp"
- #include "cxEdit.hpp"
- #include "cxGraphics.hpp"
- #include "cxGroupBox.hpp"
- #include "cxLabel.hpp"
- #include "cxLookAndFeelPainters.hpp"
- #include "cxLookAndFeels.hpp"
- #include "cxSplitter.hpp"
- #include "cxTextEdit.hpp"
- #include "dxSkinBlack.hpp"
- #include "dxSkinBlue.hpp"
- #include "dxSkinsCore.hpp"
- #include "FRAME_BlackBoxListF.h"
- class TBDS0010M : public TForm
- {
- __published: // IDE-managed Components
- TTimer *TmrShow;
- TShape *ShpTitle;
- TcxButton *BtnClose;
- TLabel *LblCaption;
- TShape *ShpList;
- TEdit *EdFocus;
- TPanel *PnlBack;
- TPanel *PnlLeft;
- TcxSplitter *cxSplitter1;
- TcxGroupBox *cxGroupBox3;
- TPanel *PnlBottom;
- TFRAMEBlackBoxList *FRAMEBlackBoxList1;
- TPanel *PnlMenu;
- TcxButton *BtnEdit;
- TcxButton *BtnInsert;
- TcxButton *BtnDelete;
- TcxButton *BtnSave;
- TcxGroupBox *GrpInfo;
- TImage *ImgDesc01;
- TImage *ImgDesc02;
- TImage *ImgDesc03;
- TImage *ImgDesc04;
- TImage *ImgDesc05;
- TImage *ImgDesc06;
- TImage *ImgDesc99;
- TcxLabel *cxLabel1;
- TcxLabel *cxLabel2;
- TcxLabel *cxLabel3;
- TcxLabel *cxLabel6;
- TcxLabel *cxLabel8;
- TcxLabel *cxLabel9;
- TcxLabel *cxLabel15;
- TcxTextEdit *EdId;
- TcxTextEdit *BDS_MNGM_NMBR;
- TcxTextEdit *OPNC_NMBR;
- TcxTextEdit *MDM_NMBR;
- TcxTextEdit *USIM_NMBR;
- TcxTextEdit *VHCL_NMBR;
- TcxTextEdit *OWNR_NM;
- TcxTextEdit *PRCT_NM;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall TmrShowTimer(TObject *Sender);
- void __fastcall BtnCloseClick(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
- void __fastcall BtnEditClick(TObject *Sender);
- void __fastcall BtnInsertClick(TObject *Sender);
- void __fastcall BtnDeleteClick(TObject *Sender);
- void __fastcall BtnSaveClick(TObject *Sender);
- void __fastcall FRAMEBlackBoxList1TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo,
- TMouseButton AButton, TShiftState AShift, bool &AHandled);
- private: // User declarations
- void __fastcall CommClose();
- TcxDataController *m_pGDC;
- String FTitle;
- bool FUpdate;
- bool FNewDb;
- public:
- public: // User declarations
- __fastcall TBDS0010M(TComponent* Owner);
- void __fastcall FormInit();
- void __fastcall DisplayInfo(TBlackBox* AObj);
- void __fastcall ChangeEditMode(int AEdit);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TBDS0010M *BDS0010M;
- //---------------------------------------------------------------------------
- #endif
|