home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September (Special)
/
Chip-Special_2004-09_Digitalni-Hudba.bin
/
servis
/
reader
/
Data1.cab
/
updater.CZE
/
EXVW
/
6000
next >
Wrap
Text File
|
2003-07-19
|
2KB
|
38 lines
gUpdateWidth=max(
zstring_width(zstring: '$$$IDS_PREFS_PANEL_UPDATEMONTHLY'),
zstring_width(zstring: '$$$IDS_PREFS_PANEL_UPDATEMANUALLY'),
zstring_width(zstring: '$$$IDS_UPDATE_ACROBAT_NOW'),
zstring_width(zstring: '$$$IDS_UPDATE_READER_NOW'),
zstring_width(zstring: '$$$/Prefs/Update/ViewNotifications'));
gLastCheckedWidth=zstring_width(zstring: '$$$/Prefs/Update/UpdatesLastChecked');
gFreqWidth = zstring_width(zstring: '$$$/Prefs/Update/Frequency');
dialog(name: '$$$/Prefs/Update', margin_height: 0, margin_width: 0)
{
cluster(name: '$$$/Prefs/Update', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_left)
{
static_text(item_id: 'text', alignment: align_fill, height: gStaticTextHeight*5);
view(align_children: align_row, alignment: align_fill)
{
static_text(name: '$$$/Prefs/Update/UpdatesLastChecked', width: gLastCheckedWidth, item_id: 'LstC', alignment: align_right);
static_text(item_id: 'ckAc', alignment: align_fill);
}
gap( height: gStaticTextHeight );
view(alignment: align_center, align_children: align_right)
{
view(align_children: align_row)
{
static_text(name: '$$$/Prefs/Update/Frequency', alignment: align_right);
popup(item_id: 'Freq', width: gUpdateWidth+gButtonSpace-gPopupPad-gSpinnerWidth);
}
button(item_id: 'UpAc', width: gUpdateWidth);
button(item_id: 'Noti', name: '$$$/Prefs/Update/ViewNotifications', width: gUpdateWidth);
}
gap(height: gStaticTextHeight);
check_box(item_id: 'conf', name: '$$$/Prefs/Update/ShowConfirmationDialog');
check_box(item_id: 'ShNo', name: '$$$/Prefs/Update/DisplayStartupNotifDlg');
}
}