1 Star 0 Fork 25

harrydeep/SQLX

forked from 袁长刚/SQLX 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Box.cs 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
袁长刚 提交于 2018-06-20 14:26 +08:00 . No1.commit.
#region Copyright ?2007 Rotem Sapir
/*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the
* use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including commercial applications, subject to the following restrictions:
*
* 1. The origin of this software must not be misrepresented; you must not claim
* that you wrote the original software. If you use this software in a product,
* an acknowledgment in the product documentation is required, as shown here:
*
* Portions Copyright ?2007 Rotem Sapir
*
* 2. No substantial portion of the source code of this library may be redistributed
* without the express written permission of the copyright holders, where
* "substantial" is defined as enough code to be recognizably from this library.
*/
#endregion
using System.Drawing;
namespace Xnlab.SQLMon.Controls.Tree
{
public class Box
{
public int Width;
public int Height;
public Color LineColor;
public int LineWidth;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/harrydeep/SQLX.git
git@gitee.com:harrydeep/SQLX.git
harrydeep
SQLX
SQLX
master

搜索帮助