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
/
10080
< prev
next >
Wrap
Text File
|
2003-07-19
|
3KB
|
116 lines
gColumnOneWidth = max(
zstring_width(zstring: '$$$/Dialogs/LinkProps/Type'),
zstring_width(zstring: '$$$/Dialogs/LinkProps/Highlight'),
zstring_width(zstring: '$$$/Dialogs/LinkProps/Width'));
gColumnTwoWidth = max(
zstring_width(zstring: '$$$avLinkInvisible'),
zstring_width(zstring: '$$$avLinkRectangle'),
zstring_width(zstring: '$$$avLinkNone'),
zstring_width(zstring: '$$$avLinkInset'),
zstring_width(zstring: '$$$avLinkOutline'),
zstring_width(zstring: '$$$avLinkInvert'),
zstring_width(zstring: '$$$avLinkWidthThin'),
zstring_width(zstring: '$$$avLinkWidthMedium'),
zstring_width(zstring: '$$$avLinkWidthThick'));
gColumnThreeWidth = max(
zstring_width(zstring: '$$$/Dialogs/LinkProps/Style'),
zstring_width(zstring: '$$$/Dialogs/ActionProps/Color'));
gColumnFourWidth = max(
zstring_width(zstring: '$$$avLinkBorderSolid'),
zstring_width(zstring: '$$$avLinkBorderCustom'),
zstring_width(zstring: '$$$avLinkBorderUnderline'),
zstring_width(zstring: '$$$avLinkBorderDashed'));
gType = '$$$/Dialogs/PropertiesInspector/LinkAppearance/Type';
gHighlight = '$$$/Dialogs/PropertiesInspector/LinkAppearance/Highlight';
gWidth = '$$$/Dialogs/PropertiesInspector/LinkAppearance/Width';
gStyle = '$$$/Dialogs/PropertiesInspector/LinkAppearance/Style';
gColor = '$$$/Dialogs/PropertiesInspector/LinkAppearance/Color';
dialog(name: '$$$/Dialogs/PropertiesInspector/LinkAppearance')
{
view(align_children: align_top, align: align_fill)
{
view(align_children: align_right)
{
view(align_children: align_row, align_children: align_top)
{
view(align_children: align_right)
{
view(align_children: align_row)
{
view(align_children: align_right, width: gColumnOneWidth)
{
static_text(name: gType);
}
view(align_children: align_left)
{
popup(item_id: 'ltyp', width: gColumnTwoWidth);
}
}
view(align_children: align_row)
{
view(align_children: align_row)
{
view(align_children: align_right, width: gColumnOneWidth)
{
static_text(name: gHighlight);
}
view(align_children: align_left)
{
popup(item_id: 'hlit', width: gColumnTwoWidth);
}
}
}
view(align_children: align_row)
{
view(align_children: align_right, width: gColumnOneWidth)
{
static_text(item_id: '_wid', name: gWidth);
}
view(align_children: align_left)
{
popup(item_id: 'wdth', width: gColumnTwoWidth);
}
}
}
view(align_children: align_right)
{
view(align_children: align_row)
{
view(align_children: align_right, width: gColumnThreeWidth)
{
static_text(item_id: '_sty', name: gStyle);
}
view(align_children: align_left)
{
popup(item_id: 'styl', width: gColumnFourWidth);
}
}
view(align_children: align_row)
{
view(align_children: align_right, width: gColumnThreeWidth)
{
static_text(item_id: '_col', name: gColor);
}
view(align_children: align_left)
{
button(item_id: 'colr', picture: true, height: 20, width: 22);
}
gap(width: gColumnFourWidth - 8);
}
}
}
}
}
}