# winfromDemo **Repository Path**: samrt/winfrom-demo ## Basic Information - **Project Name**: winfromDemo - **Description**: winform和AntdUI 开发项目仅供学习 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 2 - **Created**: 2025-08-16 - **Last Updated**: 2026-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinForm Resume Management System Demo This is a demonstration project of a resume management system developed using WinForm. The project utilizes the AntdUI control library and integrates with an Access database to implement basic functionalities for personnel information management, organizational structure, rewards and disciplinary records, and document management. ## Features - User login authentication - Personnel information management (with pagination support) - Organizational structure management (supports hierarchical tree display) - Rewards and disciplinary records management - File upload and management - Data encryption (using SM4 algorithm) - Support for multi-user interface interaction ## Technology Stack - C# programming language - WinForm framework - AntdUI UI control library - Access database (SystemDate.mdb) - Data access layer using OleDb - Data encryption using SM4 algorithm ## File Structure ``` ├── DAL/ # Data Access Layer ├── Models/ # Data Models ├── Properties/ # Project property files ├── Resources/ # Icon and image resources ├── Util/ # Utility classes and common methods ├── Views/ # System interface controls ├── PersonControl/ # Sub-controls related to personnel information ├── Properties/ # Application configuration and resource management ``` ## Usage Instructions 1. Clone the project to your local machine 2. Open the solution using Visual Studio (Lima.ResumeSys.sln) 3. Ensure the AntdUI library and all dependencies are installed 4. Set the startup project to Lima.ResumeSys 5. Build and run the application ## License This project uses the MIT License. For detailed information, please refer to the `LICENSE` file located in the project root directory. ## Notes - This project uses the third-party UI control library AntdUI, please ensure it is properly referenced - The database file `SystemDate.mdb` is located in the project directory - The project includes an implementation of the SM4 encryption algorithm for data protection - The program entry point is `Program.cs`, which uses a single-instance execution mechanism ## Contact If you have any questions or suggestions, please visit the [Gitee project page](https://gitee.com/samrt/winfrom-demo) to submit an issue or pull request.