PCB论坛网

 找回密码
 注册
楼主: hykong

[求助]如何让BD在1024*768分辨率下也可以正常使用?

[复制链接]
发表于 2007-2-7 15:36:00 | 显示全部楼层

在安装CR5000的路径\local\zsys\info下,有个zui.rsc文件,将其内容清空(可先备份),将下面的内容进去,保存即可。

如果没有这个文件,自己用写字板做一个。注意名字和后缀要正确无误。

PS:9楼斑猪要说话算数哦~~~~不然小心被猪啃!  :)

################################################################################
#
# GUI Style Information for CR-5000 GUI Objects
#
################################################################################
#
# Attributes for Standard GUI Objects
#
Attribute Font  Font
Attribute Foreground Color
Attribute Background Color
Attribute Bright Color
Attribute Dark  Color
Attribute Select Color
Attribute SelectBack Color
Attribute Disabled Color
Attribute Mark  Color
Attribute Focus  Color
Attribute FocusItem Color
Attribute Trough Color

################################################################################
#
# Attributes for Zuken Cell Manager
#
Attribute Tblfont Font
Attribute Cellcursor Color
Attribute Borderline Color
Attribute Cellfg1 Color
Attribute Cellbg1 Color
Attribute Cellfg2 Color
Attribute Cellbg2 Color
Attribute Cellfg3 Color
Attribute Cellbg3 Color
Attribute Cellfg4 Color
Attribute Cellbg4 Color
Attribute Cellfg5 Color
Attribute Cellbg5 Color
Attribute Cellfg6 Color
Attribute Cellbg6 Color
Attribute Cellfg7 Color
Attribute Cellbg7 Color
Attribute Cellfg8 Color
Attribute Cellbg8 Color
Attribute Cellbg8 Color

################################################################################
#
# Color and Font Setup for Unix
#
SetGui Motif
SetStyle Global

 # Global Configulation

 Font \
  "a14,*--14-*-c-*"
 Foreground black
 Background gray80
 Bright  gray90
 Dark  gray51
 Select  black
 SelectBack gray80
 Disabled gray80 -0.4
 Mark  red
 Focus  red
 FocusItem red
 Trough  gray80

  # Local Configulation

 # standard GUI objects

 Bitmap.Foreground black
 Bitmap.Background "#c8c8c8c8c8c8"
 Bitmap.Disabled  gray80 -0.4

 Checkbox.Font \
  "a14,*--14-*-c-*"
 Checkbox.Foreground black
 Checkbox.Background gray80
 Checkbox.Bright  gray90
 Checkbox.Dark  gray51
 Checkbox.Disabled gray80 -0.4
 Checkbox.Mark  red
 Checkbox.Focus  red

 Checklist.Font \
  "a14,*--14-*-c-*"
 Checklist.Foreground black
 Checklist.Background gray80
 Checklist.Bright gray90
 Checklist.Dark  gray51
 Checklist.Disabled gray80 -0.4
 Checklist.Mark  red
 Checklist.Focus  red
 Checklist.FocusItem red

 Field.Font \
  "a14,*--14-*-c-*"
 Field.Foreground  black
 Field.Background  ivory1
 Field.Disabled  gray80 -0.4

 Label.Font \
  "a14,*--14-*-c-*"
 Label.Foreground black
 Label.Disabled  gray80 -0.4

 Listbox.Font \
  "a14,*--14-*-c-*"
 Listbox.Foreground black
 Listbox.Background ivory1
 Listbox.Bright  gray90
 Listbox.Dark  gray51
 Listbox.Select  black
 Listbox.SelectBack gray80
 Listbox.Disabled gray80 -0.4
 Listbox.Focus  red
 Listbox.FocusItem red
 Listbox.Trough  gray80

 Margin.Font \
  "a14,*--14-*-c-*"
 Margin.Foreground black
 Margin.Background gray80
 Margin.Bright  gray90
 Margin.Dark  gray51

 Menu.Font \
  "a14,*--14-*-c-*"
 Menu.Foreground  yellow
 Menu.Background  darkslateblue 0.1
 Menu.Bright  darkslateblue 0.5
 Menu.Dark  darkslateblue -0.1
 Menu.Disabled  gray80 -0.4
 Menu.Focus  red

 Menubar.Font \
  "a14,*--14-*-c-*"
 Menubar.Foreground yellow
 Menubar.Background darkslateblue 0.1
 Menubar.Bright  darkslateblue 0.5
 Menubar.Dark  darkslateblue -0.1
 Menubar.Disabled gray80 -0.4
 Menubar.Focus  red

 Optionlist.Font \
  "a14,*--14-*-c-*"
 Optionlist.Foreground black
 Optionlist.Background gray80
 Optionlist.Bright gray90
 Optionlist.Dark  gray51
 Optionlist.Select black
 Optionlist.SelectBack gray80
 Optionlist.Disabled gray80 -0.4
 Optionlist.Focus red
 Optionlist.FocusItem red
 Optionlist.Trough gray80

 ushbutton.Font \
  "a14,*--14-*-c-*"
 ushbutton.Foreground black
 ushbutton.Background gray80
 ushbutton.Bright gray90
 ushbutton.Dark  gray51
 ushbutton.Disabled gray80 -0.4
 ushbutton.Focus red

 Radiolist.Font \
  "a14,*--14-*-c-*"
 Radiolist.Foreground black
 Radiolist.Background gray80
 Radiolist.Bright gray90
 Radiolist.Dark  gray51
 Radiolist.Disabled gray80 -0.4
 Radiolist.Mark  red
 Radiolist.Focus  red
 Radiolist.FocusItem red

 Scalebar.Foreground black
 Scalebar.Background gray80
 Scalebar.Bright  gray90
 Scalebar.Dark  gray51
 Scalebar.Focus  red
 Scalebar.Trough  gray80

 Separator.Foreground black
 Separator.Background gray80
 Separator.Bright gray90
 Separator.Dark  gray51

 Table.Background gray80
 Table.Bright  gray90
 Table.Dark  gray51

 Textbrowser.Font \
  "a14,*--14-*-c-*"
 Textbrowser.Foreground black
 Textbrowser.Background ivory1
 Textbrowser.Bright gray90
 Textbrowser.Dark gray51
 Textbrowser.Focus red
 Textbrowser.Trough gray80

 Texteditor.Font \
  "a14,*--14-*-c-*"
 Texteditor.Foreground black
 Texteditor.Background ivory1
 Texteditor.Bright gray90
 Texteditor.Dark  gray51
 Texteditor.Focus red
 Texteditor.Trough gray80

 MLineField.Font \
  "a14,*--14-*-c-*"
 MLineField.Foreground black
 MLineField.Background ivory1
 MLineField.Bright gray90
 MLineField.Dark  gray51
 MLineField.Focus red
 MLineField.Trough gray80

 Counter.Foreground black
 Counter.Focus  yellow

 # Zuken Cell Manager

 Zcm.Foreground  black
 Zcm.Background  ivory1

 tblFont   "a14,*--14-*-c-*"
 CellCursor  red
 BorderLine  darkslateblue 0.1
 # active cell
 CellFg1   black
 CellBg1   lightblue
 # updated cell
 CellFg2   black
 CellBg2   lightpink
 # reference cell
 CellFg3   blue
 CellBg3   ivory1
 # special operation cell
 CellFg4   red
 CellBg4   ivory1
 # highlighten cell
 CellFg5   black
 CellBg5   lightblue
 # DRC error cell
 CellFg6   red
 CellBg6   ivory1
 # Set for Default
 CellFg7   black
 CellBg7   ivory1
 # SD Label color
 CellFg8   blue
 CellBg8   lightblue


 # CR-5000 composit GUI object

SetStyle LuiInfoEcho
 Font \
  "a14,*--14-*-c-*"

SetStyle LuiCanvasFrame
 Background  ivory1
 ushbutton.Background ivory1

SetStyle LuiNormalBtn
 Font \
  "a14,*--14-*-c-*"
 Background  gray80
 ushbutton.Background gray80

SetStyle LuiDefaultBtn
 Font \
  "a14,*--14-*-c-*"
 Foreground  black
 Background  lightblue
 ushbutton.Foreground black
 Pushbutton.Background lightblue

SetStyle LuiEscapeBtn
 Font \
  "a14,*--14-*-c-*"
 Background  lightpink
 Pushbutton.Background lightpink

SetStyle LuiListbox
 Field.Font \
  "a14,*--14-*-c-*"
 Pushbutton.Background ivory1
 Listbox.Background ivory1
 Field.Background ivory1

SetStyle LuiSetboxLabel
 Foreground  blue
 Font \
  "a14,*--14-*-c-*"

SetStyle LuiModelessTitle
 Font \
  "a14,*--14-*-c-*"
 Foreground  yellow
 Background  darkslateblue 0.1

SetStyle LuiModalTitle
 Font \
  "a14,*--14-*-c-*"
 Foreground  yellow
 Background  darkslateblue 0.1

################################################################################
#
# Color and Font Setup for Microsoft Windows
#
SetGui MSwindows
SetStyle Global
 Font  "Lucida Console/10/Normal"
 Foreground ColorButtonText
 Background ColorButtonFace
 Bright  ColorButtonHighlight
 Dark  ColorButtonShadow
 Select  ColorHighlightText
 SelectBack ColorHighlight
 Disabled ColorGrayText
 Mark  "#FF0000"
 Focus  red
 FocusItem white
 Trough  ColorButtonShadow

 Pushbutton.Font  "Lucida Console/10/Normal"
 TextField.Font  "Lucida Console/10/Normal"
 TextField.Foreground ColorWindowText
 TextField.Background ColorWindow
 Field.Font  "Lucida Console/10/Normal"
 Field.Foreground ColorWindowText
 Field.Background ColorWindow
 Listbox.Font  "Lucida Console/10/Normal"
 Listbox.Foreground ColorWindowText
 Listbox.Background ColorWindow
 Listbox.Trough  ColorButtonShadow
 Menu.Font  "Lucida Console/10/Normal"
 Menu.Foreground  ColorMenuText
 Menu.Background  ColorMenu
 Menubar.Font  "Lucida Console/10/Normal"
 Menubar.Foreground ColorMenuText
 Menubar.Background ColorMenu
 Label.Font  "Lucida Console/10/Normal"
 Margin.Font  "Lucida Console/10/Normal"
 Optionlist.Font  "Lucida Console/10/Normal"
 Optionlist.Trough ColorButtonShadow
 Bitmap.Background "#C0C0C0"
 Counter.Focus  yellow
 MLineField.Font  "Lucida Console/9/Normal"
 GridControl.Font "Lucida Console/14/Normal"

 # Zuken Cell Manager

 Zcm.Foreground  black
 Zcm.Background  "#FFFFEE"

 tblFont   "Lucida Console/14/Bold"
 CellCursor  red
 BorderLine  darkslateblue 0.1
 # active cell
 CellFg1   black
 CellBg1   lightblue
 # updated cell
 CellFg2   black
 CellBg2   lightpink
 # reference cell
 CellFg3   blue
 CellBg3   "#FFFFEE"
 # special operation cell
 CellFg4   red
 CellBg4   "#FFFFEE"
 # highlighten cell
 CellFg5   black
 CellBg5   lightblue
 # DRC error cell
 CellFg6   red
 CellBg6   "#FFFFEE"
 # Set for Default
 CellFg7   black
 CellBg7   "#FFFFEE"
 # SD Label color
 CellFg8   blue
 CellBg8   lightblue

 # CR-5000 composit GUI object

SetStyle LuiInfoEcho

SetStyle LuiCanvasFrame

SetStyle LuiNormalBtn

SetStyle LuiDefaultBtn

SetStyle LuiEscapeBtn

SetStyle LuiListbox

SetStyle LuiSetboxLabel
 Foreground  blue

SetStyle LuiModelessTitle

SetStyle LuiModalTitle

#
# End of Resource
#

回复 支持 反对

使用道具 举报

发表于 2007-2-7 15:59:00 | 显示全部楼层

说话算话!加精!!!

回复 支持 反对

使用道具 举报

发表于 2007-2-8 12:27:00 | 显示全部楼层

呵呵,谢了!

回复 支持 反对

使用道具 举报

发表于 2007-2-8 19:31:00 | 显示全部楼层

是否可行啊?有人试过没,上来说句话吧.

不过还是要给予DB_zuken兄弟肯定,为大家解决了问题!

回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-9 13:09:00 | 显示全部楼层

我刚刚还给BD_ZUKEN大侠写信索要附件呢,呵呵,上来晚了,这才看到,我先试试,晚上给出测试结果!

thanks very much!

回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-9 13:50:00 | 显示全部楼层

刚刚借同事的机子试了一下,成功了!!!!!!!!!!

再次感谢BD_zuken大侠的热心帮助!

另,小小遗憾,在1024*768下需要把任务栏隐藏后才能在窗口最大化时全显。不过这个没什么!对吧?

哈哈,高兴中……

回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-2-9 13:54:00 | 显示全部楼层

哈哈,是db_zuken大侠

不好意思!

[em04][em07]
回复 支持 反对

使用道具 举报

发表于 2007-2-9 17:19:00 | 显示全部楼层

问题解决了就好!别喊大侠,客气了!!

“另,小小遗憾,在1024*768下需要把任务栏隐藏后才能在窗口最大化时全显”——这个没什么,就是这样的。这样将LCD的显示面积全都利用上了,是最合理的解决方法,用一会习惯了就好了。

PS:楼上的兄弟,我给你重新发过附件了,可能又没成功。附件的内容其实就是上面我贴出来的。

回复 支持 反对

使用道具 举报

发表于 2007-3-5 13:20:00 | 显示全部楼层

不错不错

谢谢

关键在<font color=red>"Lucida Console/10/Normal"</font color=red>啊

我原来的是"Lucida Console/12/Normal"

回复 支持 反对

使用道具 举报

发表于 2007-4-17 13:00:00 | 显示全部楼层

不知,,,我顶

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|手机版|PCB设计论坛|EDA论坛|PCB论坛网 ( 沪ICP备05006956号-1 )

GMT+8, 2024-4-26 13:44 , Processed in 0.115273 second(s), 13 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表