|
分享源码
界面截图: |
|
是否带模块: |
- |
备注说明: |
- |
本帖最后由 星星之夜 于 2024-6-11 22:22 编辑
=================
```e
; 开源项目:超级列表框_编辑_字号12
; 项目描述:
; 本项目提供了一个字体大小固定为12号的超级列表框控件,专为需要统一字体大小的界面设计而定制。
; 控件不允许用户动态更改字体大小,确保了列表项在所有情况下的一致性和可读性。
;
; 开发环境:
; 易语言 5.9 版本
;
; 功能特点:
; 1. 固定字体大小:列表框内的字体大小被永久设定为12号,提供统一的视觉体验。
; 2. 兼容性:支持多种操作系统,保证跨平台使用的一致性。
; 3. 易集成:简单的设计使其容易集成到现有项目中,无需额外配置。
;
; 使用说明:
; 1. 导入“超级列表框_编辑_字号12.e”文件到您的易语言工程。
; 2. 拖放“超级列表框_编辑_字号12”控件到窗体上,即可获得字体大小固定为12号的列表框。
; 3. 控件的其他属性和事件与标准列表框相似,可按需配置。
;
; 注意事项:
; - 由于字体大小固定,控件不支持动态调整字体大小的功能。
; - 请确保您的应用界面设计与固定字体大小相兼容。
;
; 开源许可:
; 本项目遵循MIT许可证,允许自由使用、修改和分发,但需保留版权信息。
;
; 版权声明:
; 本项目由[星星之夜]原创开发,版权所有 © [2024]。
;
; 联系方式:
; 缺省
;
; 更新日志:
; 缺省
;
; 如果本项目对您有用,敬请Star或Fork以示支持!
;日期 2024年6月11日
```
=================
; Open Source Project: SuperListBox_Edit_FontSize12
; Project Description:
; This project provides a Super List Box control with a fixed font size of 12 points,
; specifically designed for interface designs requiring uniform font sizes.
; The control does not allow dynamic font size changes by the user, ensuring consistency and readability of list items in all scenarios.
;
; Development Environment:
; EasyLanguage Version 5.9
;
; Key Features:
; 1. Fixed Font Size: The font size within the list box is permanently set to 12 points, providing a consistent visual experience.
; 2. Compatibility: Supports multiple operating systems, ensuring consistent use across platforms.
; 3. Easy Integration: Its simple design makes it easy to integrate into existing projects without additional configuration.
;
; Usage Instructions:
; 1. Import the "SuperListBox_Edit_FontSize12.e" file into your EasyLanguage project.
; 2. Drag and drop the "SuperListBox_Edit_FontSize12" control onto the form to obtain a list box with a fixed font size of 12 points.
; 3. Other properties and events of the control are similar to those of a standard list box, configurable as needed.
;
; Notes:
; - Due to the fixed font size, the control does not support the function of dynamically adjusting font size.
; - Ensure that your application's UI design is compatible with the fixed font size.
;
; Open Source License:
; This project follows the MIT license, allowing free use, modification, and distribution, but requires retaining copyright information.
;
; Copyright Statement:
; This project was originally developed by [星星之夜], all rights reserved © [2024].
;
; Contact Information:
; Default
;
; Changelog:
; Default
;Date 6/11/2024
; If this project is useful to you, please consider starring or forking it to show your support!
==================================
2024年6月11日 目前支持的字号及其开源贴
14号 https://bbs.125.la/thread-14818038-1-1.html
12号 https://bbs.125.la/thread-14824804-1-1.html
9号 https://bbs.125.la/thread-14824806-1-1.html
On June 11, 2024, currently supported font sizes and their open source stickers
Size.14 https://bbs.125.la/thread-14818038-1-1.html
Size.12 https://bbs.125.la/thread-14824804-1-1.html
Size.9 https://bbs.125.la/thread-14824806-1-1.html
==================================
|
评分
-
查看全部评分
|