联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 界面编程(110) 
按平台查找All C#(110) 

[界面编程] wpf

wpf 登录界面设计+跳转功能+功能代码实现部分登录功能
wpf 登录界面设计+跳转功能+功能代码实现部分登录功能 (2014-04-21, C#, 7925KB, 下载152次)

http://www.pudn.com/Download/item/id/2517151.html

[界面编程] WpfXmlTreeView

使用C#的WPF界面,编程读取XML文件,并利用TreeView控件进行显示,主要是为了演示如何用C#读Xml文件以及TreeView控件的使用方法
use WPF in C# and programme to read the XML file,and make use of the control of TreeView to show the content of XML file.This Demo is mainly to demostrate how to read XML file in C# and the Method of using TreeView in wpf. (2014-03-25, C#, 51KB, 下载67次)

http://www.pudn.com/Download/item/id/2492969.html

[界面编程] CSharp-VSWord

这是设计的一个有Word功能的记事本软件。基于GUI的C#编程,适合老师考试要交的小软件。界面花了我好长时间弄的,不会让你们失望的。
This is a design feature of Word Notepad software. C# GUI-based programming for teachers to pay a small test software. Interface took me a long time to get, and like it, download it, will not let you down. (2014-01-09, C#, 1514KB, 下载8次)

http://www.pudn.com/Download/item/id/2446512.html

[界面编程] DevExpreeWinforms

DevExpress 开发的控件有很强的实力,不仅功能丰富,应用简便,而且界面华丽,更可方便定制。对于编程人员来说是个不错的选择。本文对其中主要的控件进行了详尽的介绍
DevExpress controls have a strong development strength, not only feature-rich, easy to apply, and the interface is gorgeous, but can be easily customized. For programmers who are a good choice. In this paper, in which the main controls for a detailed description (2013-09-15, C#, 12912KB, 下载19次)

http://www.pudn.com/Download/item/id/2355478.html

[界面编程] StudentSurvey

C#课程大作业。设计一个学生兴趣调查界面并完成以下功能:先输入学生的调查信息,用正则表达式进行输入数据验证。 单击“增添”命令按钮,会将调查学生的姓名和编程爱好组合起来在左下角列表框内输出。同时,系统弹出一个文件夹选择对话框,选择完盘符路径后将上面同学的调查信息追加写入到指定文件夹下保存。 单击“装载”命令按钮,弹出一个文件打开对话框,从中选择调查表文件后,程序将 文件内容读出输出到右下角的RichTextBox 控件内。
C# courses jobs. Design a student interest survey interface and complete the following functions: students to enter the survey information, input data validation using regular expressions. Click " add" command button, will investigate the student s name and programming hobby combined output in the lower left corner of the list box. The same time, the system pops up a folder selection dialog box, select the additional survey information above, students will complete drive letter path is written to the specified folder under the save. Click " Load" command button to pop up a file open dialog box, choose the questionnaire file, the program will read the contents of the file output to the lower right corner of the RichTextBox control. (2013-01-02, C#, 32258KB, 下载16次)

http://www.pudn.com/Download/item/id/2103807.html

[界面编程] PDM-PPT

鼎捷软件股份(神州数码与台湾鼎新的合资公司)的PDM软件的培训PPT,通过该PPT,可以了解该企业PDM软件的界面设计和功能。对PDM软件的编程可作点参考!
Ding Jie software shares (Digital China and Taiwan took the lead in the joint venture) PDM software training PPT, the PPT, you can understand the design and functionality of the Enterprise PDM software interface. The PDM software programming can be used as a point of reference! (2012-09-29, C#, 15136KB, 下载31次)

http://www.pudn.com/Download/item/id/2004780.html

[界面编程] BKCollection1.1_51aspx

BK通用信息采集系统web版 1.仿动网风格,界面精美 2.系统采用Asp.Net(c#)编程,代码精简,执行效率高 3.采集项目的灵活设置及修改 4.采集采用双线程,有效提高系统资源利用率及程序自身的执行速度 5.采集结果的自由导出功能 6.附加字段数值自定义功能,方便绝大多数文章系统数据库的导出 7.采集数据列表显示,方便管理;
BK Universal version of a web information collection system. Imitation Network style, attractive interface 2. Systems using Asp.Net (c#) programming, streamlined code, and high efficiency 3. Collection of flexible settings and modify the project 4. Acquisition by Double thread, effectively improve the system resource utilization and program their own pace of implementation 5. the result of the free export feature acquisition 6. add value custom field function to facilitate the export the majority of the article system database 7. Collecting data list display for easy management (2010-04-09, C#, 120KB, 下载23次)

http://www.pudn.com/Download/item/id/1117836.html

[界面编程] CS101SamplesWinForms

这个Windows Forms的代码示例演示了如何使用Visual Studio 2005中的一些新特性来创建桌面应用程序。代码示例包括: ? 运行异步作业(Asynchronous Task) ? 存储自定义的客户端配置信息 ? 创建Master/Detail窗体 ? 播放、循环播放和异步播放声音 ? 使用BindingNavigator操纵静态和动态数据 ? 使用BindingSource存储静态和动态数据对象 ? 扩展ClickOnce,编程实现应用程序更新 ? 自定义DataGridView的列的控件类型 ? 使用LayoutPanel ? 使用MaskedTextBox控件输入内建类型和自定义类型的数据 ? 使用Menu,StatusStrip和ToolStrip控件控制一个简单的富文本框 ? 使用My访问应用程序,计算机,配置等信息。注意:这个示例之适用于Visual Basic。 ? 使用SplitContainer控件 ? WebBrowser控件基础和使用WebBrowserControl、HTMLDocumentModel控件实现窗体到浏览器的双向通讯。
the Windows Forms code examples demonstrating how to use Visual Studio 2005, a number of new features to create desktop applications. Code examples include : asynchronous operation operations (Asynchronous Task) storage from the definition of client configuration information to create Master/Detail Form players, the players and asynchronous cycle broadcast voice BindingNavigator control the use of static and dynamic data storage BindingSource use of static and dynamic data extend ClickOnce, Application Programming update from the definition out of the DataGridView control the use of the type used MaskedTextBox LayoutPanel import controls and built-in types defined types of data using Menu, and ToolStrip control StatusStrip control a simple rich text box My visit to the use of application (2006-02-25, C#, 252KB, 下载47次)

http://www.pudn.com/Download/item/id/148208.html

[界面编程] winapp7200507141109

这是我在工作中作为尝试编写的。动态添加一个文本框,图片框,然后把一个图片从外面拉到图片框里的小例子,并且可以打印这些个图片和文本框。一个可能对你的编程有用的小例子。
This is I takes the attempt compilation in the work. The tendency increases a text frame, the picture frame, then pulls a picture from outside to the picture frame in the small example, and may print these picture and the text frame. Possibly to your programming useful small example. (2005-09-30, C#, 120KB, 下载26次)

http://www.pudn.com/Download/item/id/116107.html
总计:110