自定义控件继承自Panel,实现带阴影的立体效果
2019-12-21 22:22:13 100KB 阴影,控件
1
谷歌商店 http://www.snrelectronicsblog.com/iot/iot-mqtt-panel-user-guide/ 墙的问题,无法下载。特此下载,方便爱好者下载使用 安卓端软件,MQTT协议
2019-12-21 22:03:00 18.38MB IoT MQTT  IoT M
1
通过鼠标点击事件控制panel的自动滚动条移动,实现在触摸屏上的手指拖动效果
2019-12-21 21:38:09 847KB winfor 触摸屏 触摸事件 panel滚
1
Extjs 4.11 重写 Panel 添加 click事件
2019-12-21 21:17:42 704B ExtJs 4 重写 Panel
1
实现了简单的监控视屏分屏浏览技术 /// /// 计算视频面板位置和面积 /// /// /// 总面积和坐标 /// private IList CalcPanelRectangle(int channelCount, Size TotalArea) { IList result = new List(); //模数 int modulo; if (channelCount 64) modulo = 8; else modulo = (int)Math.Ceiling(Math.Sqrt(channelCount)); //平方根 int width, height; //单个画面大小 width = (TotalArea.Width - modulo * 1) / modulo; height = (TotalArea.Height - modulo * 1) / modulo; for (int i = 0; i < channelCount; i++) { Rectangle rect = new Rectangle(); //AxDICOMax.AxDICOMX rect = new AxDICOMax.AxDICOMX(); rect.Width = width; rect.Height = height; if (i % modulo == 0) { rect.X = 1; if (i == 0) rect.Y = 1; else rect.Y = result[i - modulo].Y + height + 1; } else { rect.X = result[i - 1].X + width + 1; rect.Y = result[i - 1].Y; } result.Add(rect); } return result; }
2019-12-21 21:08:44 35KB C# Panel
1
本程序三个Winfrom,分别是Winfrom圆形窗体,panel圆角,Winfrom圆角
2019-12-21 20:41:28 75KB c# winfor panel
1
c#自定义圆角panel,可设置圆角的弧度,可设置图片,并且有单击事件,自己可以再次修改源码。文件中已生成dll
2019-12-21 20:25:30 30KB 自定义控件
1
仿 nrf master control panel的开源BLE调试程序,项目地址见https://git.oschina.net/vonchenchen/BLE_Assitant.git
2019-12-21 20:08:05 576KB BLE 51822 android
1
提供了一个C#中主窗体Panel中加载其他多个窗体Panel控件的办法
2019-12-21 20:07:13 68KB C# Panel
1
devexpress设置皮肤,字体。以及折叠菜单和伸缩Panel的实现。
2019-12-21 20:03:02 15.03MB dev皮肤 字体 折叠菜单 伸缩Panel
1