tool.ini

来自「一个简易的java画图软件」· INI 代码 · 共 59 行

INI
59
字号
;必须保证格式的一致性:
;注释采用英文下的分号(中文无效)
;分类名必须用[]包括,不能多亦不能少,否则可能有问题
;原则上不允许一行有多个等号
;会忽略如下空格:行首尾、等号前后,其他均不忽略
;强烈建议不要在属性名中使用空格
;
;--------------- System	-----------------
menuconf	=loc/menu.ini



;--------------- PaintPane -----------------
[PaintPane]
toolLabel	=工具
arrowLabel	=箭头工具
arrowTip	=移动工具
arrowImage	=images/arrow.png
selectLablel	=选择工具
selectTip	=矩形选框工具
selectImage	=images/select.png
rectLabel	=矩形工具
rectTip		=矩形工具
rectImage	=images/Rectangle.png
roundedrectLabel=圆角矩形工具
roundedrectTip	=圆角矩形工具
roundedrectImage=images/roundedrect.png
ellipseLabel	=椭圆工具
ellipseTip	=椭圆工具
ellipseImage	=images/Ellipse.png
lineLabel	=直线工具
lineTip		=直线工具
lineImage	=images/Line.png
textLabel	=文字工具
textTip		=文字工具
textImage	=images/text.png
handLabel	=手型工具
handTip		=手型工具
handImage	=images/hand.gif
magnifierLabel	=放大镜
magnifierTip	=放大缩小工具
magnifierImage	=images/magnifier.gif
strokeLabel	=笔触颜色
strokeTip	=选择笔触颜色
strokeImage	=images/stroke.png
fillLabel	=填充颜色
fillTip		=选择填充颜色
fillImage	=images/fill.png
blackwhiteLabel	=黑白颜色
blackwhiteTip	=设置为黑白
blackwhiteImage	=images/blackwhite.gif
colorsswapLabel	=交换颜色
colorsswapTip	=交换笔触和填充颜色
colorsswapImage	=images/colorsSwap.gif
colorsnoneLabel	=没有颜色
colorsnoneTip	=设置为无色
colorsnoneImage	=images/colorsNone.gif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?