📄 xbcview.rsc
字号:
static String fallback[] = { /* fallback resources */ /* --- general resources --- */ "*font: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1", "*XBCView.title: XBCView", "*main.background: LightBlue", "*main*foreground: Black", "*view.background: White", /* --- menu resources --- */ "*menuBar*background: LightBlue", "*menuBar*foreground: Black", "*menuBar.file.label: File", "*file.ld_class.label: Load Classifier...", "*file.ld_data.label: Load Data...", "*file.format.label: Data Format...", "*file.quit.label: Quit", "*menuBar.actions.label: Actions", "*actions.redraw.label: Redraw", "*actions.colors.label: Colors...", "*actions.marks.label: Markers...", "*actions.atts.label: Attributes...", "*menuBar.help.label: Help", "*help.about.label: About XBCView...", "*menuBar.accelerators:" "<Key>l: ld_class()\\n" /* File > Load Classifier... */ "<Key>d: ld_data()\\n" /* File > Load Data... */ "<Key>s: format()\\n" /* File > Data Format... */ "<Key>q: quit()\\n" /* File > Quit */ "<Key>r: redraw()\\n" /* Actions > Redraw */ "<Key>c: colors()\\n" /* Actions > Colors... */ "<Key>m: marks()\\n" /* Actions > Markers... */ "<Key>t: atts()\\n" /* Actions > Attributes... */ "<Key>a: about()", /* Help > About XBCView... */ /* --- dialog box resources --- */ "*form.background: LightBlue", "*form*foreground: Black", "*Label.background: LightBlue", "*Command.background: LightGrey", "*Button.background: LightGrey", "*Toggle.background: White", "*MenuButton.background: White", "*SimpleMenu.background: White", "*List*background: White", "*Viewport*background: White", "*Text.width: 60", "*Text*background: White", "*Text.translations:#override:" "<Key>Delete: delete-next-character()\\n" "<Key>Home : beginning-of-line()\\n" "<Key>End : end-of-line()\\n" "<Key>Return: db_close(ok)\\n" "!Alt<Key>o : db_close(ok)\\n" "!Alt<Key>c : db_close(cancel)", "*alertDlg.title: Alert", "*aboutDlg.title: About XBCView...", "*aboutDlg*info.label:" "XBCView\\n" "Bayes Classifier Visualization Program\\n" "Version 1.15, 2004.08.11\\n\\n" "written by Christian Borgelt\\n" "Otto-von-Guericke-University of Magdeburg\\n" "Universit鋞splatz 2, D-39106 Magdeburg\\n" "e-mail: borgelt@iws.cs.uni-magdeburg.de", "*listView.background: LightBlue", "*pathLabel.label: Directory/Filter", "*listLabel.label: Files", "*update.label: Update", "*fileLabel.label: Selection", "*ok.label: Ok", "*cancel.label: Cancel", "*dismiss.label: Dismiss", "*ok.accelerators: !Alt<Key>o: set()notify()unset()", "*cancel.accelerators: !Alt<Key>c: set()notify()unset()", "*textDlg.title: Parse errors", /* --- separators dialog box resources --- */ "*fmtDlg.title: Data Format...", "*fmtDlg*lfirst.label: First record contains:", "*fmtDlg*first.atts.label: attributes", "*fmtDlg*first.data.label: data", "*fmtDlg*first.comment.label: comments", "*fmtDlg*lblank.label: Blank characters:", "*fmtDlg*lfield.label: Field separators:", "*fmtDlg*lrecord.label: Record separators:", "*fmtDlg*lunknown.label: Unknown value characters:", /* --- attributes dialog box resources --- */ "*attDlg.title: Attributes...", "*attDlg*lh.label: horizontal", "*attDlg*lv.label: vertical", "*attDlg*lh_min.label: min:", "*attDlg*lh_max.label: max:", "*attDlg*lv_min.label: min:", "*attDlg*lv_max.label: max:", /* --- color dialog box resources --- */ "*colorDlg.title: Colors...", "*colorDlg*ldist.label: Distribution type:", "*colorDlg*dist.prob.label: probabilistic", "*colorDlg*dist.fuzzy.label: fuzzy (prob.)", "*colorDlg*dist.poss.label: fuzzy (poss.)", "*colorDlg*lmode.label: Shading mode:", "*colorDlg*mode.color.label: color", "*colorDlg*mode.grey.label: grey", "*colorDlg*lcoloff.label: Color offset (angle):", "*colorDlg*lbase.label: Shade from:", "*colorDlg*base.black.label: black", "*colorDlg*base.white.label: white", "*colorDlg*lshdcnt.label: Number of shades:", "*colorDlg*lndwgt.label: Weight of distribution:", /* --- markers dialog box resources --- */ "*marksDlg.title: Markers...", "*marksDlg*color.label: Use color on colored shades", "*marksDlg*center.label: Mark centers of distributions", "*marksDlg*ell1s.label: Draw 1 sigma ellipses", "*marksDlg*ell2s.label: Draw 2 sigma ellipses", "*marksDlg*ell3s.label: Draw 3 sigma ellipses", "*marksDlg*data.label: Mark data points", "*marksDlg*lsize.label: Data marker size:", NULL };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -