- TCGUIFormMaskTypeStatic = class(Tobject)
- FormBitmap : TBitmap;
- end;
- TCGUIFormMaskTypeResize = class(Tobject)
- BorderBitmaps : array [0..9] of TBitmap;
- end;
- TCGUIForm = class(TObject)
- private
- FMask : TCGUIFormMaskTypeStatic or TCGUIFormMaskTypeResize;
- end;