This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
source_files:
- Common/DTS.Common/Resources/ResourceNames.cs
- Common/DTS.Common/Resources/MainTabControlResource.xaml.cs
generated_at: "2026-04-17T16:24:44.547194+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "ddf674539b258a80"
---
# Resources
### Purpose
This module provides shared resource definitions and code-behind logic for WPF resources used across the DTS application. It includes constant definitions for storyboard names used in view transitions and event handling logic for tab control tooltips that integrates with the Prism event aggregation system for help text display.
### Public Interface
**`ResourceNames`** (internal static class)
- `const string EntryStoryboardName = "InTransition"` — Name constant for entry/transition-in storyboard
- `