438439440441442443444445446447448
}; } // resizable if ((style & Style.RESIZE) != 0) { resizer = new Resizable(this); resizer.minWidth = 200; resizer.minHeight = 100; } if ((style & Style.MODAL) != 0) {