- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "fcMaterials.h"
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- #pragma resource "*.dfm"
- TFormMaterials *FormMaterials;
- //---------------------------------------------------------------------------
- __fastcall TFormMaterials::TFormMaterials(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
|