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
/
10030
< prev
next >
Wrap
Text File
|
2003-07-19
|
784b
|
28 lines
dialog(name: '$$$/Dialogs/ThreadProps', target_id: 'titl')
{
view(align_children: align_right)
{
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/ThreadProps/Title');
edit_text(item_id: 'titl', width: max_char_width() * 22);
}
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/ThreadProps/Subject');
edit_text(item_id: 'subj', width: max_char_width() * 22);
}
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/ThreadProps/Author');
edit_text(item_id: 'auth', width: max_char_width() * 22);
}
view(align_children: align_row)
{
static_text(name: '$$$/Dialogs/ThreadProps/Keywords');
edit_text(item_id: 'kwrd', width: max_char_width() * 22);
}
ok_cancel();
}
}