CAD programy 4M
: boxed_row
Umístěte obdélník kolem řady přepínačů s volitelným názvem.
Tato dlaždice klastru umístí okraj kolem řady dlaždic (kromě přepínačů). Okraj se zobrazí bez názvu, pokud atribut štítek chybí nebo je použit nulový řetězec ("").
Poznámky
U řady dlaždic bez okraje nebo nadpisu použijte klastr řad.
Chcete-li umístit okraj kolem řady přepínačů, použijte klastr boxed_radio_row.
Tato dlaždice klastru umístí okraj kolem řady dlaždic (kromě přepínačů). Okraj se zobrazí bez názvu, pokud atribut štítek chybí nebo je použit nulový řetězec ("").
Poznámky
U řady dlaždic bez okraje nebo nadpisu použijte klastr řad.
Chcete-li umístit okraj kolem řady přepínačů, použijte klastr boxed_radio_row.
Platné Atributy
: boxed_row {
alignment = position;
children_alignment = flag;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
width = number;
}
Příklad
: boxed_row {
label="Select Objects";
: button {
action = "(linelsp)";
key = "BB";
label = "Line";
}
: button {
action = "(circlelsp)";
key = "BW";
label = "Circle";
}
}
Related DCL Tiles
dialog
column
row
boxed_column
boxed_radio_column
boxed_radio_row
radio_column
radio_row