@@ -13,38 +13,6 @@ namespace CommonControls.Images
1313 /// </summary>
1414 internal static class ComCtlResources
1515 {
16- /// <summary>
17- /// The global key skip text controls (const). Value: "GlobalKeySkipTextControls"
18- /// </summary>
19- internal const string GlobalKeySkipTextControls = "GlobalKeySkipTextControls" ;
20-
21- /// <summary>
22- /// The grid exception validate (const). Value: "Grid dimensions and cell sizes must be non-negative and greater than
23- /// zero.".
24- /// </summary>
25- internal const string GridExceptionValidate =
26- "Grid dimensions and cell sizes must be non-negative and greater than zero." ;
27-
28- /// <summary>
29- /// The grid exception column (const). Value: "Column width cannot be negative.".
30- /// </summary>
31- internal const string GridExceptionColumn = "Column width cannot be negative." ;
32-
33- /// <summary>
34- /// The grid exception row (const). Value: "Row height cannot be negative.".
35- /// </summary>
36- internal const string GridExceptionRow = "Row height cannot be negative." ;
37-
38- /// <summary>
39- /// The global key attach (const). Value: "Attach".
40- /// </summary>
41- internal const string GlobalKeyAttach = "Attach" ;
42-
43- /// <summary>
44- /// The global key command bindings (const). Value: "CommandBindings".
45- /// </summary>
46- internal const string GlobalKeyCommandBindings = "CommandBindings" ;
47-
4816 /// <summary>
4917 /// Error, Color Selection parameters (const). Value: "Error selecting color.".
5018 /// </summary>
@@ -55,11 +23,6 @@ internal static class ComCtlResources
5523 /// </summary>
5624 internal const string ErrorSwitchingColor = "Error switching color." ;
5725
58- /// <summary>
59- /// The error could not load image (const). Value: "Error could not load Image:".
60- /// </summary>
61- internal const string ErrorCouldNotLoadImage = "Error could not load Image:" ;
62-
6326 /// <summary>
6427 /// The information ardoner null (const). Value: "Adorner was outside of the image control.".
6528 /// </summary>
@@ -74,55 +37,5 @@ internal static class ComCtlResources
7437 /// Error, Color Dictionary initializing parameters (const). Value: "Error initializing color Dictionary "
7538 /// </summary>
7639 internal const string ErrorInitializingColorDictionary = "Error initializing color Dictionary " ;
77-
78- /// <summary>
79- /// Image add, needed for the Image Name (const). Value: "T".
80- /// </summary>
81- internal const string ImageAdd = "T" ;
82-
83- /// <summary>
84- /// The unique Caption Text (const). Value: "Name was not unique".
85- /// </summary>
86- internal const string CaptionUnique = "Name was not unique" ;
87-
88- /// <summary>
89- /// The unique Message Text (const). Value: "Name was not unique, but the Property for unique was set.".
90- /// </summary>
91- internal const string UniqueMessage = "Name was not unique, but the Property for unique was set." ;
92-
93- /// <summary>
94- /// The unique Message for start List (const). Value: "Start Entry was not empty but unique was set.".
95- /// </summary>
96- internal const string UniqueMessageStart = "Start Entry was not empty but unique was set." ;
97-
98- /// <summary>
99- /// The Data list Entry (const). Value: "Empty".
100- /// </summary>
101- internal const string DataListEntry = "Empty" ;
102-
103- /// <summary>
104- /// The Context Menu Deselect (const). Value: "Deselect".
105- /// </summary>
106- internal const string ContextDeselect = "Deselect" ;
107-
108- /// <summary>
109- /// The Context Menu Deselect all (const). Value: "Deselect All".
110- /// </summary>
111- internal const string ContextDeselectAll = "Deselect All" ;
112-
113- /// <summary>
114- /// New Item (const). Value: "NewItem".
115- /// </summary>
116- internal const string NewItem = "New Item" ;
117-
118- /// <summary>
119- /// The debug timer (const). Value: "Time Tracked end: ".
120- /// </summary>
121- internal const string DebugTimer = "Time Tracked end: " ;
122-
123- /// <summary>
124- /// Separator (const). Value: " , ".
125- /// </summary>
126- internal const string Separator = " , " ;
12740 }
12841}
0 commit comments