- 注册时间
- 2012-7-29
- 最后登录
- 2022-9-28
- 阅读权限
- 150
- 积分
- 1974
- 精华
- 44
- 帖子
- 81
 
|
发表于 2012-11-3 19:03:33
|显示全部楼层
给个Tcl/Tk的实例给大家看看,Tk的X-windows界面是什么样子
- #!/image/bin.rls/custom/qa_custom/scripts/scan_startlot_endlot/STATS/ESUMMARY/bin/wish8.5 -f
- ##################################################################################
- label .l1 -text "MT1805 O/S Testing Guider\n" \
- -font {-family helvetica -size 14 -weight bold} \
- -foreground blue -bd 2
- label .l11 -text "Please select \[Production DIR\]\n\
- Image Version: 7.0D11 \n\n" \
- -foreground red -bd 2
- label .l6 -text "Hardware Infomartion:\n\
- -----------------------------------\n\
- Load board: DB1200 & DB1201 (SHARING MOTHER BOARD WITH MT6235/NT6223) on 4th floor HW \n\n\
- Socket: M0601-00013-01 (MD015 ... MD018) \n"
- label .l7 -text "Yield Control Infomartion:\n\
- -----------------------------------\n\
- Yield Limit: 99.5%, O/S Limit: 0.5%, \n\
- Retest until recovery rate < 20%! \n\n"\
- -font {-family arial -size 12} -foreground purple
-
- label .l8 -text "Bin Infomartion:\n\
- -----------------------------------\n\
- Bin1: Good, Bin4: Open, Bin3: Short, Bin5: Leakage, Bin2: Error\n\
- Conty Bin is Bin3 and Bin4\n\n\n"\
- -foreground DarkBlue
- pack .l1 .l11 .l6 .l7 .l8
复制代码
|
|