Welcome![Sign In][Sign Up]
Location:
Search - dock

Search list

[GUI Developxp-ren-wu-lan

Description: 模仿winxp左边的系统任务栏。采用VC#2008编码。主要是通过panel控件的Dock属性来实现。当几个panel控件的Dock的值都为top时,当隐藏其中一个pannel,则它下面的控件会自动向上移。-winxp ren wu lan,cao ni ma cao ni ma cao ni ma cao ni ma cao ni ma cao ni ma cao ni ma cao ni ma cao ni ma
Platform: | Size: 416768 | Author: 洪劲 | Hits:

[CSharpCircleDock0-9-2SourcePreview1

Description: 很不错的桌面美化工具,DonationCoder N.A.N.Y项目,给大家参考 ----------------------- Circle Dock 画面炫,实用度也够。你只要转一下滚轮,这些快捷方式就会转动,点选其中的快捷方式后,就会消失,不会妨碍到你后续的使用。 这是一款非常有趣的桌面Dock软件,里面内置了大量的漂亮桌面图标,你可以添加到圆环中,定义图标的功能。 特性: 支持文件、文件夹和程序快捷方式的拖拽操作。 可使用鼠标滚轮,或键盘方向键来旋转圆环。 鼠标中键隐藏或显示圆环。 随时改变某个图标的位置和风格。 -Very good desktop beautification tool, DonationCoder NANY project for your reference----------------------- Circle Dock screen Hyun, practical enough degree. You just turn about the wheel, it will turn these shortcuts, click one of the shortcut, it will disappear, will not interfere with your subsequent use. This is a very interesting desktop Dock software, which built a lot of beautiful desktop icons, you can add to the ring, the custom icon function. Features: Support files, folders, and drag and drop program shortcuts. You can use the mouse wheel or the keyboard arrow keys to rotate the ring. Mouse button to hide or show ring. An icon at any time to change the location and style.
Platform: | Size: 9573376 | Author: woainet | Hits:

[GDI-Bitmappainter

Description: 画图软件,可以画椭圆 三角 输入字体,改变背景色填充。 还有工具条,可以浮动,也可以停靠在工具栏。 VC2003编译通过-Drawing software, you can draw oval triangular input font, change the background color. There toolbar, you can float, you can also dock the toolbar. VC2003 compiled by
Platform: | Size: 53248 | Author: wanghr | Hits:

[ToolBarDOCKTOOLBAR

Description: 实现在同一行上,停靠两个工具栏\DOCKTOOLBAR\DOCKTOOLBAR.rar,很不错的vc源码,希望对大家有所帮助。-Achieved on the same line, two dock toolbars \ DOCKTOOLBAR \ DOCKTOOLBAR.rar, very good vc source code, we want to help.
Platform: | Size: 39936 | Author: | Hits:

[GDI-BitmapVC_guidemo

Description: 经过编译验证的VC++ GUI例子,涵盖停靠栏、tab控件、树型控件以及工具条状态控制等功能应用,非常适合VC++ MFC学习。-Compiled validated VC++ GUI example, covers the dock, tab controls, tree controls, and tools of state control and other functional applications, ideal for VC++ MFC learning.
Platform: | Size: 78848 | Author: vc | Hits:

[GUI DevelopFormDock

Description: Form实现磁性窗体(Dock),只要2个窗体一碰就吸附在一起,一起移动-Form achieve magnetic form (Dock), as long as the two forms touched on the adsorption together, move together
Platform: | Size: 10240 | Author: 秋山 | Hits:

[Other Gamessport

Description: 1、将单文档分为上下两个窗口,上面的窗口显示小球以及障碍物的运动,下面的窗口记录小球及障碍物的运动位置。 2、将对话框浮动的停靠在单文档的左侧,小球及障碍物的个数、颜色由对话框中的控件控制。 3、要求小球和障碍物都任意运动,当小球遇到障碍物或者窗口边界时都会产生一个类似与镜面反射的反弹。-1, a single document is divided into upper and lower windows, the window above shows the movement of the ball and obstacles, the following window records the movement of the ball and the obstacle position. 2, the dialog box floating dock in a single document to the left, the ball and the number of obstacles, the color control from the dialog box controls. 3, require a small ball and obstacles have any movement when an obstacle or the ball will produce a window similar to the boundary with specular reflection of the rebound.
Platform: | Size: 3316736 | Author: Tom | Hits:

[GUI Developjiemian

Description: 一个简单的功能实现,界面跟qq一样停靠在桌面边缘-A simple implementation of function, the interface with the dock on the desktop, like the edge qq
Platform: | Size: 6144 | Author: 张军 | Hits:

[JSP/Javaoauthtest

Description: oauth的测试示例,可以和人人网、腾讯网等开发平台对接。-oauth test sample, and everyone can network, Tencent net development platform dock.
Platform: | Size: 1920000 | Author: heropope | Hits:

[CSharpWeifenLuo.WinFormsUI.Docking

Description: 资源简介1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:True。 4.工具箱—>右键—>选择项—>.net组件—>浏览—>weiFenLuo.winFormsUI.Docking.dll—>在工具箱出现dockPanel。 5.将dockPanel拖到窗体Form1上,设置Dock属性,我设置的是:Fill。 停靠窗体: 1.新建一个WinForm窗体Form2。 2.在代码中修改窗体继承于DockContent。 public partial class Form2 : DockContent 3.在主窗体Form1中显示停靠窗体。 private void Form1_Load(object sender, EventArgs e) {   Form2 form2 = new Form2()   form2.Show(this.dockPanel1)   form2.DockTo(this.dockPanel1, DockStyle.Left) } -资源简介1.建立一个WinForm工程,默认生成了一个WinForm窗体Form1。 2.引用—>添加引用—>浏览—>weiFenLuo.winFormsUI.Docking.dll。 3.窗体属性IsMdiContainer:True。 4.工具箱—>右键—>选择项—>.net组件—>浏览—>weiFenLuo.winFormsUI.Docking.dll—>在工具箱出现dockPanel。 5.将dockPanel拖到窗体Form1上,设置Dock属性,我设置的是:Fill。 停靠窗体: 1.新建一个WinForm窗体Form2。 2.在代码中修改窗体继承于DockContent。 public partial class Form2 : DockContent 3.在主窗体Form1中显示停靠窗体。 private void Form1_Load(object sender, EventArgs e) {   Form2 form2 = new Form2()   form2.Show(this.dockPanel1)   form2.DockTo(this.dockPanel1, DockStyle.Left) }
Platform: | Size: 29696 | Author: ztxztx | Hits:

[JSP/JavaoboutSlideMenu

Description: 停靠在窗口边上的菜单设计,可上下定位,自动停靠-auto dock to the side of window
Platform: | Size: 236544 | Author: 蓝鸥 | Hits:

[GUI DevelopPB65demo

Description: PB65做的自动左右停靠、自动隐藏的窗口,很好用的,值得学习-PB65 do automatic left and right dock automatically hide the window, well used, it is worth learning
Platform: | Size: 22528 | Author: 唐登峰 | Hits:

[Dialog_Windowchuangtironghejishu

Description: 本例为窗体融合技术实例,可以实现窗口的拖动和停靠-This case is a form fusion technology instance,in which you can drag and dock window
Platform: | Size: 334848 | Author: wangzhenxing | Hits:

[GUI DevelopMyClock

Description: MFC实现的时钟小程序,具有任务栏隐藏图标,前端显示,窗口边缘停靠等功能。算法核心部分为时钟指针的计算与绘画。技术核心为MFC的内部原理。-The MFC implementation of the clock applet, taskbar hide icons, front display window edge of the dock. The algorithm is the core part of the calculation of the clock hands and painting. The core technology for MFC s internal principle.
Platform: | Size: 9838592 | Author: 张贺 | Hits:

[androidlauncher_Mac_Dock

Description: 为launcher添加一个仿Mac的Dock源码.-Add an imitation of the Mac s Dock source for the launcher
Platform: | Size: 11106304 | Author: 小林 | Hits:

[Linux-UnixDockWindows

Description: 此程序实现停靠窗口QDockWidget类的使用,窗口一在主窗口的左边和右边停靠,窗口2只可浮动和右部停靠两种状态间切换,并且不可移动;窗口2可实现停靠窗口的各个状态。-Dock the window QDockWidget class use of this program, the window in the left and right of the main window docked window 2 can only switch between the floating and the right side of the dock two states, and immovable window 2 can be realized in each state of the docked window.
Platform: | Size: 367616 | Author: 张静 | Hits:

[Dialog_Windowdocking-of-dialog-box-

Description: 基于VC++的对话框小程序,能够实现对话框在桌面左右两边的停靠-To dock the dialog box on the desktop
Platform: | Size: 1864704 | Author: | Hits:

[Dialog_Windowxpandercontrols

Description: 实现类似于VS2005的dock界面,可拖动的Dock,含源代码以及界面控件-Similar to VS2005 dock interface, drag the Dock, including source code, and interface controls
Platform: | Size: 713728 | Author: kevin | Hits:

[CSharptrunk

Description: WinForm中的拖拽面板(Dock panel)例子-Dock panel in C#
Platform: | Size: 1128448 | Author: xiahy | Hits:

[Othertrain-probles

Description: 计时功能两列火车同轨道,停止与前进,计算时间速度,选择那一辆停靠,那一辆先行-Timing features two train track, stop and forward, the computation time speed, select that a dock, that a first
Platform: | Size: 6452224 | Author: 唐微微 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 »

CodeBus www.codebus.net