From 1fe87378a7388dc9c5424de3f93bc7ef41c1e9d3 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Sun, 26 Apr 2026 00:55:10 +0000 Subject: [PATCH] Add README.md --- README.en.md | 17 +++++++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..0559a7c --- /dev/null +++ b/README.en.md @@ -0,0 +1,17 @@ +# CalculationReportMerger + +## Project Overview + +CalculationReportMerger is a desktop tool built on WPF (Windows Presentation Foundation) designed to merge multiple RTF-format calculation reports into a single document. Ideal for scenarios requiring the consolidation of scattered calculation reports into a comprehensive report. + +## Key Features + +- **File Selection**: Select multiple RTF files at once and load them into the list +- **File Sorting**: Support for ascending/descending order by filename, moving selected files up/down, and restoring the original selection order +- **File Management**: Remove individual selected files or clear the entire list +- **Merge & Export**: Merge all RTF documents in the list into a new RTF file and save it + +## Technology Stack + +- .NET / C# (WPF) +- MVVM-style data binding (` \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7554471 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ + + +# CalculationReportMerger + +## 项目简介 + +CalculationReportMerger 是一款基于 WPF(Windows Presentation Foundation)的桌面工具,用于将多个 RTF 格式的计算报告合并生成单一文档。适用于需要把多份分散的计算报告汇总为完整报告的场景。 + +## 主要功能 + +- **选择文件**:一次性选择多个 RTF 文件并加载到列表中 +- **文件排序**:支持按文件名升序/降序排列、向上/向下移动选中文件、恢复原始选择顺序 +- **文件管理**:可单独移除已选文件或清空整个列表 +- **合并输出**:将列表中的所有 RTF 文档合并成一份新的 RTF 文件并保存 + +## 技术栈 + +- .NET / C#(WPF) +- MVVM 风格的数据绑定(` \ No newline at end of file -- Gitee