-
超酷的工控显示界面!仪表面板模拟仿真。
界面显示超酷,看到了吧。一是仪表面板的模拟放着,二是指针指示,三是提示栏的超酷表现!喜欢的朋友请赞一个,给个分,呵呵。
- 2022-03-18 13:31:16下载
- 积分:1
-
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。...
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。-a grid statements show the source code to achieve statements editing, sorting, display, powerful, directly added to the source can be used.
- 2023-01-27 03:30:04下载
- 积分:1
-
源代码仅仅是模仿千千静听界面源代码,没有..
本源程序仅仅是模仿千千静听界面的源码,并没有音频文件解码的程序,而且少一个皮肤的库文件,可以另外下载,对界面有兴趣的可以研究一下-The source code is only to imitate TTPlayer interface source code, there is no audio file decoding process, but one less skin library file, you can also download the interface may be interested in study
- 2022-03-01 04:42:35下载
- 积分:1
-
This is a simple treelist applications, more convenient to use
这个是简单的treelist应用,比较方便使用-This is a simple treelist applications, more convenient to use
- 2023-04-17 07:35:03下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
如何用vb做mp3播放器 1 天寒 1999年10月10日 2 超爱常 盘贵子的尚轩 1999年10月13日 ...1999年10月9日 如何用vb做mp3播放...
如何用vb做mp3播放器 1 天寒 1999年10月10日 2 超爱常 盘贵子的尚轩 1999年10月13日 ...1999年10月9日 如何用vb做mp3播放器-how to do an mp3 player broke on October 10, 1999 2-love Takako Tokiwa the Shanghan October 13, 1999 ... October 9, 1999 vb How do MP3 player
- 2023-05-20 11:40:03下载
- 积分:1
-
俄罗斯方块
经典游戏俄罗斯方块,使用C语言编写的MFC程序。MFC的结构也许更清晰,更容易看懂。功能基本不变,每打到300分,速度增加一级。同时消去两行以上,会放烟花。同时消除的行数越多,烟花规模越大。
- 2022-06-03 02:56:38下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
如何实现橡胶面积矩形
怎样编程实现橡皮区矩形- How programs the realization rubber area rectangle
- 2023-01-31 01:50:03下载
- 积分:1
-
基于VC的MODBUS通信实现程序,界面用的是文档/视图结构,能与数据库相连、绘制响应图形等,可参考上传的论文ModbusVC...
基于VC的MODBUS通信实现程序,界面用的是文档/视图结构,能与数据库相连、绘制响应图形等,可参考上传的论文ModbusVC-VC-based implementation of the MODBUS communications program interface using a document/view architecture, can be connected with the database, drawing responses graphics, etc., may refer to upload papers ModbusVC
- 2022-05-09 08:54:34下载
- 积分:1