webtextpane.css
来自「该项目中对 SQLHelper 类进行了简单封装」· CSS 代码 · 共 57 行
CSS
57 行
/*
* WebTextPane.css @Microsoft Visual Studio.NET 2003 <CSS 2>
* AfritXia
* 07.29/2006
*
* 控件样式表
*
*/
.WebTextPane
{
}
.WebTextPane table
{
}
.WebTextPane table tr
{
}
.WebTextPane table tr td
{
padding: 1px;
}
/* 下拉列表框命令控件 */
.WebTextPane table tr td select.CToolbarDropDownList
{
font: normal normal normal 12px "Tahoma";
}
/* 图片按钮命令控件 */
.WebTextPane table tr td image.CToolbarImageButton
{
border: solid 1px #ffffff;
}
.WebTextPane table tr td image.CToolbarImageButton_OnMouseEntry
{
border: outset 1px;
}
.WebTextPane table tr td image.CToolbarImageButton_OnMouseExit
{
border: solid 1px #ffffff;
}
.WebTextPane table tr td image.CToolbarImageButton_OnMouseDown
{
border: solid 1px #d0d0d0;
}
.WebTextPane table tr td image.CToolbarImageButton_OnMouseUp
{
border: outset 1px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?