//--------------------------------------------------------------------------- #ifndef elem_FrmH #define elem_FrmH //--------------------------------------------------------------------------- #include #include #include #include #include #include "MainForm.h" //--------------------------------------------------------------------------- class TInsertElement_Frm : public TForm { __published: // IDE-managed Components TButton *OKBtn; TButton *CancelBtn; TBevel *Bevel1; TComboBox *ComboBox_Tags; TLabel *Label_ElementTag; TCheckBox *CheckBox_InsertAsChild; TCheckBox *CheckBox_ElementIsAFolder; void __fastcall FormShow(TObject *Sender); void __fastcall OKBtnClick(TObject *Sender); private: // User declarations TLEADDicom *LEADDicom1; public: // User declarations __fastcall TInsertElement_Frm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TInsertElement_Frm *InsertElement_Frm; //--------------------------------------------------------------------------- #endif