Some time ago, I found some WinForm controls on the Internet and found that they are not very useful. Later, I customized the controls based on the related instances on the Internet. Currently, I only added the paging controls and verification code controls, it will be added in the future!
Latest Version: V1.1.0.1 click to download
I. Paging controls:
Effect preview:
Attribute list:
RecordCount [int]: Total number of records;
PageSize [int]: displays the number of records per page;
PageIndex [int]: Index of the current page;
DisplayStyle [enumeration]: display style: text, image or text and image;
JumpText [string]: Jump button text;
TextImageRalitions [enumeration]: relative position of text and images
Event list:
PageIndexChanged: page index change event
Ii. Verification code control:
Effect preview:
Attribute list:
CodeType: verification code type: numbers, letters, numbers, and letters; default number;
CodeToolTipText: the prompt text for re-generating the verification code. By default, "click to regenerate the verification code ";
CodeText: content of the verification code;
CodeLength: the length of the verification code. The default value is 4;
CodeBlackPan: Number of background noise points. The default value is 50;