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
/
10121
< prev
next >
Wrap
Text File
|
2003-07-19
|
1KB
|
41 lines
gButtonHeight = 22;
gButtonWidth = 22;
gListWidth = 198;
gListHeight = 100;
dialog() {
view(align_children: align_left) {
view(align_children: align_row) {
hier_list_box(item_id: 'lstl', width: gListWidth, height: gListHeight);
hier_list_box(item_id: 'lstc', width: gListWidth, height: gListHeight);
hier_list_box(item_id: 'lstr', width: gListWidth, height: gListHeight);
}
view( alignment: align_fill,
align_children: align_row) {
static_text(name: '$$$/Dialogs/HeaderFooter/Font');
popup( item_id: 'fcbo',
width: 75);
static_text(name: '$$$/Dialogs/HeaderFooter/FontSize');
popup( item_id: 'fscb',
width: 30);
gap(width:10);
static_text(name: '$$$/Dialogs/HeaderFooter/Align');
button( item_id: 'alnl',
width: gButtonWidth,
height: gButtonHeight,
picture: true);
button( item_id: 'alnc',
width: gButtonWidth,
height: gButtonHeight,
picture: true);
button( item_id: 'alnr',
width: gButtonWidth,
height: gButtonHeight,
picture: true);
gap(width: 20);
button( item_id: 'remb',
name: '$$$/Dialogs/HeaderFooter/RemoveButton',
alignment: align_right);
}
}
}