20 lines
788 B
Markdown
20 lines
788 B
Markdown
---
|
|
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
|
|
- ` |