码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
Work Schedule --JS+PHP解决方案
resource/css/gri.controls.css" rel="stylesheet"/>样式作用: 显示表格框HTML 折叠框、表单、选择框、下拉内容注册 + 触发函数 + 组装表格检查代码 - views- controllers-models
分类:Web程序   时间:2014-05-09 20:19:19    阅读次数:338
As3 常用日期工具
package com.lj.utils { import mx.controls.DateField; import mx.controls.dataGridClasses.DataGridColumn; import mx.formatters.DateF...
分类:其他好文   时间:2014-05-09 13:02:25    阅读次数:402
让窗体自适应屏幕
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:Windows程序   时间:2014-05-09 08:54:26    阅读次数:494
同步窗体移动
方法2unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:移动开发   时间:2014-05-09 08:45:39    阅读次数:315
页面与母版页面的asp:ContentPlaceHolder不匹配
问题描述:The page has one or more controls that do not correspond with controls in the Master Page解决办法:删除母版页中的大量的注释
分类:Web程序   时间:2014-05-08 23:45:26    阅读次数:400
Flex调用WebService的方法
flex是不能直接访问数据库的,所以可以采用服务的形式进行调用数据,HTTPService、WebServices是比较常用的两种方法,因为接触WebService比较多所以给出其调用方法。importmx.controls.Alert; importmx.events.FlexEvent; importmx.rpc.events.ResultEvent; importmx.rpc.event..
分类:Web程序   时间:2014-05-06 16:11:59    阅读次数:382
wpf 9张图片的连连看
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:其他好文   时间:2014-05-04 09:30:21    阅读次数:360
第八章 用户界面(二)
第八章 用户界面(二) 在 WinForm 上使用控件   控件就是类,派生自 System.Windows.Forms.Control,由此类派生出的任何类都能显示在窗体上,只要将它添加到窗体对象的 Controls 集合中。 现在我们看一下用控件画树形的方法。WinForms 库定义了 TreeView 类,这是专门用于显示树形结构的;自然,我们就用这个控件来显示树。使...
分类:其他好文   时间:2014-05-04 00:08:55    阅读次数:322
inherited在消息中的作用
好奇一下。看来Object Pascal确实与Windows深入结合了。unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Std.....
分类:其他好文   时间:2014-05-02 00:02:51    阅读次数:275
javafx开源库收集,不断更新。。。
1.Controls fx是一套javafx的UI库,由官方团队维护,yongu 地址:http://fxexperience.com/controlsfx/ 2....
分类:编程语言   时间:2014-04-29 13:46:21    阅读次数:517
1635条   上一页 1 ... 161 162 163 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!