所以你期待着这样的事情:
- BLK_INS_ERROR : dialog {
- label = "©2009 test test";
- : row {
- : column {
- : boxed_column {
- label = "BLOCK NOT FOUND";
- : paragraph {
- : text {
- value = "test test test test test test test test test";
- fixed_width = true;
- width = 30;
- }
- : text {
- value = "test test test test test test test test test";
- fixed_width = true;
- width = 30;
- }
- }
- : paragraph {
- : text {
- value = "test test test test test test test test test";
- fixed_width = true;
- width = 30;
- }
- : text {
- value = "test test test test test test test test test";
- fixed_width = true;
- width = 30;
- }
- : text {
- value = "test test test test test test test test test";
- fixed_width = true;
- width = 30;
- }
- }
- }
- }
- }
- : button {
- key = "accept";
- label = "Cancel";
- is_default = true;
- fixed_width = true;
- alignment = centered;
- is_cancel = true;
- is_tab_stop = true;
- }
- }
将文本的标签更改为值。
|