Lines Matching +defs:height +defs:value
143 this.top=PTwindow.MakeDimen({value:param_obj.top ,default_v:"2%"}); property
144 this.left=PTwindow.MakeDimen({value:param_obj.left ,default_v:"2%"}); property
145 this.width=PTwindow.MakeDimen({value:param_obj.width ,default_v:"auto"}); property
146 this.height=PTwindow.MakeDimen({value:param_obj.height ,default_v:"auto"}); property
293 PTwindow.call(this,{winid:"xxxptlog",subclass:"cccptlog",width:"auto",height:"auto"}); property
666 {type:"area",nclass:"al_subt_src",height:"60%",width:"100%"}, property
667 {type:"static",nclass:"al_edit_src",height:"auto",width:"100%"}, property
669 {type:"button",nclass:"al_filtword",value:"filt word",float:"right"}, property
670 {type:"area",nclass:"al_edit_words",height:"48%",width:"100%",display:"none"}, property
671 {type:"button",nclass:"al_checkword",value:"check word",float:"right",display:"none"}, property
672 {type:"button",nclass:"al_generate",value:"generate words",float:"right",display:"none"}, property
673 {type:"area",nclass:"al_edit_more",height:"48%",width:"100%",display:"none"}, property
674 … {type:"button",nclass:"al_makewords",value:"Make new wordlist",float:"right",display:"none"}, property
677 top: "0%",left:"3%",width:"93%",height:"92%", rt_win:rt_win,subclass:"pt_analyze_win" property
970 {type:"area",nclass:"ck_edit_words",height:"48%",width:"100%"}, property
971 {type:"button",nclass:"ckbt_checkword",value:"check word",float:"right"}, property
972 {type:"area",nclass:"ck_full_words",height:"48%",width:"100%"}, property
973 … {type:"button",nclass:"ckbt_fullinf",value:"get full word inf",float:"right",display:"none"}, property
974 {type:"button",nclass:"ckbt_sort",value:"sort words",float:"right",display:"none"} property
1017 {type:"static",nclass:"wc_wordcard",height:"75%",width:"100%"}, property
1018 {type:"static",nclass:"wc_inf",height:"8%",width:"100%"}, property
1019 {type:"button",nclass:"wc_pre",value:"previous",float:"left"}, property
1020 {type:"button",nclass:"wc_next",value:"next",float:"right"}, property
1022 …m_obj.winid,subclass:"pt_wordcard_win",rt_win:rt_win,top:"0%",left:"0%",width:"100%",height:"92%"}; property
1135 function XXtest_Win(top,left,width,height){ argument
1137 {type:"area",nclass:"ck_test_input",height:"48%",width:"100%"}, property
1138 {type:"button",nclass:"ckbt_test",value:"test",float:"right"}, property
1139 {type:"area",nclass:"ck_test_out",height:"48%",width:"100%"} property
1506 …Factory(PTwindow,{winid:buttonid,subclass:"ptsearch",top:"2%",left:"2%",width:"90%",height:"80%"}); property