list_box文字大小或间距
用DCL制作窗体时,list_box此项中的文字大小和间距是否可以自定义,总感觉文字太小太密,如果用fixed_width_font=true,仅仅加粗比较难看,有大神能解惑吗?You_KTKSIZE : dialog { label = "♪ Ver1.1";fixed_width_font=true;
initial_focus = "Text1";
:column {
:edit_box {key= "Text1";fixed_width_font=true; height=1.35; allow_accept=true;}
:list_box { key = "PreFix";
width= 30;
height = 37.5;
fixed_width_font=true;
action = "(YouList_ListPick $value)";
allow_accept=true;
}
}
ok_cancel;
}
页:
[1]