Winform Webform: Simple and Efficient Interface Framework

Source: Internet
Author: User
Keywords winform webform entity framework winforms tutorial sitecore webforms for marketers tutorial

1. Winform interface frame design (james_lx)

For a long time, I have been looking for the WINFORM program, a simple and efficient interface framework, and finally, I have one. Share it with people who use C# like me and suffer from interface design. In my discovery, I didn't add any framework or code, just a combination of native controls. This combination satisfies my simple, efficient and flexible development needs.
Simple Application Server
USD1.00 New User Coupon
* Only 3,000 coupons available.
* Each new user can only get one coupon(except users from distributors).
* The coupon is valid for 30 days from the date of receipt.

1. At the outermost layer of the interface, I put a Tabcontrol control, which can distinguish the program functions by major categories.

2. Add a toolstripContainer control to the tab of each tab control.

3. In the toolstripContainer control, the toolstrip toolbar is placed above, the statusStrip status bar control is placed below, and the splitContainer container is placed in the middle.

4. Put a listview and a listbox or 2 listviews in the splitContainer container.....

The advantage of this kind of interface is that our interface is clearly divided into big functions. For each function, we have toolbars, status bars, data tables, and data logs to display and use. Behind the interface, they are all in a FORM code file, global variables can be used in general, and the global is easy to control.

2. Webform interface frame design (james_lx)
Coincidentally, I have a web platform (asp.net, FineUI) that corresponds to the winform desktop application. I also use a similar interface design.

1. Because I have used SAP for many years, I learned to use the SAP model I am familiar with in terms of platform functions and permissions.

2. In the design of the main interface, TAB controls are also used to distinguish large functional categories.

3. In each function tab, there are toolbars, status bars, and data table areas to display operating data.

Using native controls to compose a simple and efficient interface framework, this problem has troubled me for a long time, and finally I found a way.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.