home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
RdLang32.CZE
/
EXVW
/
10085
< prev
next >
Wrap
Text File
|
2003-07-19
|
1KB
|
32 lines
dialog(name: '$$$/Prefs/Conversion', margin_height: 0, margin_width: 0)
{
view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
{
cluster(item_id: 'clus', name: '$$$/Dialogs/EmptyStr', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_center)
{
view(align_children: align_row, alignment: align_fill)
{
list_box(item_id: 'Hdlr', width: max_char_width() * 12, height: gEditTextHeight * 12);
gap(width: 32);
view(align_children: align_offscreen, alignment: align_fill, height: gEditTextHeight * 12)
{
view(alignment: align_fill, height: gEditTextHeight * 12)
{
list_box(item_id: 'Desc', alignment: align_fill, height: gEditTextHeight * 12, width: 200);
}
cluster(item_id: 'Cant', alignment: align_fill, height: gEditTextHeight * 12)
{
static_text(item_id: 'Why ', alignment: align_fill, height: gEditTextHeight * 5, name: '$$$/Dialogs/EmptyStr');
}
}
}
view(align_children: align_row, alignment: align_fill)
{
gap(width: max_char_width() * 12);
gap(width: 32);
button(item_id: 'Sett', name: '$$$/Prefs/Conversion/SettingsButton');
}
}
}
}