//--------------------------------------------------------------------------- #ifndef IDB0030MFH #define IDB0030MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "CDSLinkF.h" #include "CDSCodeF.h" #include "FRAME_LinkListF.h" #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxSplitter.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "FRAME_IfscListF.h" class TIDB0030M : public TForm { __published: // IDE-managed Components TShape *ShpTitle; TcxButton *BtnSearch; TcxButton *BtnClose; TLabel *LblCaption; TEdit *EdFocus; TShape *ShpList; TTimer *TmrShow; TPopupMenu *PopupMenu1; TMenuItem *MnuInsert; TMenuItem *MnuDelete; TMenuItem *MnuDeleteCancel; TMenuItem *N5; TMenuItem *MnuApply; TMenuItem *N8; TMenuItem *MnuSave; TMenuItem *N1; TMenuItem *MnuMovePos1; TMenuItem *MnuMovePos2; TPanel *Panel1; TcxGroupBox *cxGroupBox1; TcxGroupBox *cxGroupBox2; TcxSplitter *cxSplitter1; TFRAMELinkList *FRAMELinkList1; TcxButton *BtnEdit; TFRAMEIfscList *FRAMEIfscList1; 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 MnuMovePosClick(TObject *Sender); void __fastcall FRAMEIfscList1TvListFocusedRecordChanged(TcxCustomGridTableView *Sender, TcxCustomGridRecord *APrevFocusedRecord, TcxCustomGridRecord *AFocusedRecord, bool ANewItemRecordFocusingChanged); void __fastcall BtnEditClick(TObject *Sender); void __fastcall FRAMEIfscList1TvListCellDblClick(TcxCustomGridTableView *Sender, TcxGridTableDataCellViewInfo *ACellViewInfo, TMouseButton AButton, TShiftState AShift, bool &AHandled); private: // User declarations void __fastcall CommClose(); TcxDataController *m_pGDC; public: TItsCode *FCodeRDU; // µµ·Î»ç¿ë¿©ºÎ TItsCode *FCodeRDR; // µµ·Îµî±Þ TItsCode *FCodeRDT; // µµ·ÎÀ¯Çü TItsCode *FCodeMLT; // Á߿뱸°£ TItsCode *FCodeCTR; // ¿¬°á·Î TItsCode *FCodePLV; // ÅëÇàÁ¦ÇÑÂ÷·® public: // User declarations __fastcall TIDB0030M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); void __fastcall SelListData(); void __fastcall DisplayListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TIDB0030M *IDB0030M; //--------------------------------------------------------------------------- #endif