Searched defs:SLayoutData (Results 1 – 1 of 1) sorted by relevance
41 struct SLayoutData struct43 const int margin = theApp.DPI(4); //边缘的余量44 const int width_threshold = theApp.DPI(600); //界面从普通界面模式切换到窄界面模式时界面宽度的阈值45 const int info_height = theApp.DPI(216); //窄界面模式时显示信息区域的高度46 const int path_edit_height = theApp.DPI(24); //当前路径Edit控件的高度47 const int search_edit_height = theApp.DPI(26); //歌曲搜索框Edit控件区域的高度49 const int toolbar_height = theApp.DPI(24); //播放列表工具栏的高度50 const int titlabar_height = theApp.DPI(28); //标题栏的高度51 const int menubar_height = theApp.DPI(24); //菜单栏的高度