summaryrefslogtreecommitdiff
path: root/Codemerx/Gestor.Application/Converters/MimeIconConverter.cs
blob: a3f0efd40ef2ff1c768e46a5178499131fa52a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
using ControlzEx;
using MaterialDesignThemes.Wpf;
using System;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Markup;

namespace Gestor.Application.Converters
{
	public class MimeIconConverter : MarkupExtension, IValueConverter
	{
		public MimeIconConverter()
		{
		}

		public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
		{
			char chr;
			PackIcon packIcon;
			PackIcon packIcon1;
			PackIcon packIcon2;
			PackIcon packIcon3;
			PackIcon packIcon4;
			if (value == null)
			{
				PackIcon packIcon5 = new PackIcon();
				packIcon5.set_Kind(1529);
				return packIcon5;
			}
			string lower = value.ToString().ToLower();
			if (lower != null)
			{
				int length = lower.Length;
				if (length == 4)
				{
					chr = lower[2];
					if (chr == 'a')
					{
						if (lower == ".rar")
						{
							packIcon1 = new PackIcon();
							packIcon1.set_Kind(301);
							return packIcon1;
						}
						packIcon = new PackIcon();
						packIcon.set_Kind(1529);
						return packIcon;
					}
					else
					{
						switch (chr)
						{
							case 'd':
							{
								if (lower == ".pdf")
								{
									PackIcon packIcon6 = new PackIcon();
									packIcon6.set_Kind(1580);
									return packIcon6;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'e':
							case 'f':
							case 'g':
							case 'h':
							case 'j':
							case 'k':
							{
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'i':
							{
								if (lower == ".zip")
								{
									break;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'l':
							{
								if (lower == ".xls")
								{
									packIcon2 = new PackIcon();
									packIcon2.set_Kind(1563);
									return packIcon2;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'm':
							{
								if (lower == ".bmp")
								{
									packIcon3 = new PackIcon();
									packIcon3.set_Kind(2102);
									return packIcon3;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'n':
							{
								if (lower == ".png")
								{
									packIcon3 = new PackIcon();
									packIcon3.set_Kind(2102);
									return packIcon3;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'o':
							{
								if (lower == ".doc")
								{
									packIcon4 = new PackIcon();
									packIcon4.set_Kind(1605);
									return packIcon4;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							case 'p':
							{
								if (lower == ".jpg")
								{
									packIcon3 = new PackIcon();
									packIcon3.set_Kind(2102);
									return packIcon3;
								}
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
							default:
							{
								if (chr == 'x')
								{
									if (lower == ".txt")
									{
										PackIcon packIcon7 = new PackIcon();
										packIcon7.set_Kind(3399);
										return packIcon7;
									}
									packIcon = new PackIcon();
									packIcon.set_Kind(1529);
									return packIcon;
								}
								else
								{
									packIcon = new PackIcon();
									packIcon.set_Kind(1529);
									return packIcon;
								}
							}
						}
					}
					packIcon1 = new PackIcon();
					packIcon1.set_Kind(301);
					return packIcon1;
				}
				else if (length == 5)
				{
					chr = lower[2];
					switch (chr)
					{
						case 'l':
						{
							if (lower == ".xlsx")
							{
								packIcon2 = new PackIcon();
								packIcon2.set_Kind(1563);
								return packIcon2;
							}
							packIcon = new PackIcon();
							packIcon.set_Kind(1529);
							return packIcon;
						}
						case 'm':
						case 'n':
						{
							packIcon = new PackIcon();
							packIcon.set_Kind(1529);
							return packIcon;
						}
						case 'o':
						{
							if (lower == ".docx")
							{
								packIcon4 = new PackIcon();
								packIcon4.set_Kind(1605);
								return packIcon4;
							}
							packIcon = new PackIcon();
							packIcon.set_Kind(1529);
							return packIcon;
						}
						case 'p':
						{
							if (lower == ".jpge")
							{
								break;
							}
							packIcon = new PackIcon();
							packIcon.set_Kind(1529);
							return packIcon;
						}
						default:
						{
							if (chr == 's')
							{
								if (lower != ".json")
								{
									packIcon = new PackIcon();
									packIcon.set_Kind(1529);
									return packIcon;
								}
								PackIcon packIcon8 = new PackIcon();
								packIcon8.set_Kind(2156);
								return packIcon8;
							}
							else
							{
								packIcon = new PackIcon();
								packIcon.set_Kind(1529);
								return packIcon;
							}
						}
					}
				}
				else
				{
					packIcon = new PackIcon();
					packIcon.set_Kind(1529);
					return packIcon;
				}
				packIcon3 = new PackIcon();
				packIcon3.set_Kind(2102);
				return packIcon3;
			}
			packIcon = new PackIcon();
			packIcon.set_Kind(1529);
			return packIcon;
		}

		public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
		{
			return null;
		}

		public override object ProvideValue(IServiceProvider serviceProvider)
		{
			return this;
		}
	}
}