home *** CD-ROM | disk | FTP | other *** search
-
- gDialogWidth = 400;
- gDialogHeight = 175;
- gCoverImageWidth = 100;
- gBuffer = 10;
-
- dialog(name: '$$$/Dialogs/EBPDialogDelete', align_children: align_left, width: gDialogWidth, height: gDialogHeight)
- {
- view(align_children: align_left)
- {
- group()
- {
- gap(height: 10);
- static_text(item_id: 'Txt1', name:'$$$/Dialogs/EBPDialogDelete/Text1', alignment: align_left, width: gDialogWidth - gCoverImageWidth - 60, height: gDialogHeight);
- }
- ok_cancel();
- }
- }
-
-
-