MainWindow.g.cs 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202
  1. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E717ABACF0C45A9C2AC8E9345AC4AAD68EF305ABFEC68350A559DE8932C942FD"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Localization;
  12. using NoesisGUIExtensions;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Interactivity;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Effects;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Media.Media3D;
  30. using System.Windows.Media.TextFormatting;
  31. using System.Windows.Navigation;
  32. using System.Windows.Shapes;
  33. using System.Windows.Shell;
  34. namespace Localization {
  35. /// <summary>
  36. /// MainWindow
  37. /// </summary>
  38. public partial class MainWindow : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  39. #line 40 "..\..\MainWindow.xaml"
  40. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  41. internal System.Windows.Controls.Grid LayoutRoot;
  42. #line default
  43. #line hidden
  44. #line 63 "..\..\MainWindow.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.ComboBox LanguageSelector;
  47. #line default
  48. #line hidden
  49. #line 78 "..\..\MainWindow.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.Button button1;
  52. #line default
  53. #line hidden
  54. #line 79 "..\..\MainWindow.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.Button button1_Copy;
  57. #line default
  58. #line hidden
  59. #line 85 "..\..\MainWindow.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.Grid Login;
  62. #line default
  63. #line hidden
  64. #line 95 "..\..\MainWindow.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.Image image;
  67. #line default
  68. #line hidden
  69. #line 101 "..\..\MainWindow.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.TextBox Username;
  72. #line default
  73. #line hidden
  74. #line 108 "..\..\MainWindow.xaml"
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  76. internal System.Windows.Controls.TextBlock Placeholder;
  77. #line default
  78. #line hidden
  79. #line 130 "..\..\MainWindow.xaml"
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  81. internal System.Windows.Controls.TextBox PassBox;
  82. #line default
  83. #line hidden
  84. #line 137 "..\..\MainWindow.xaml"
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  86. internal System.Windows.Controls.TextBlock PassWoedPlaceHolder;
  87. #line default
  88. #line hidden
  89. #line 149 "..\..\MainWindow.xaml"
  90. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  91. internal System.Windows.Controls.TextBox PassBox_Vis;
  92. #line default
  93. #line hidden
  94. #line 182 "..\..\MainWindow.xaml"
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  96. internal System.Windows.Controls.CheckBox SaveLogin;
  97. #line default
  98. #line hidden
  99. #line 194 "..\..\MainWindow.xaml"
  100. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  101. internal System.Windows.Controls.Button btn_login;
  102. #line default
  103. #line hidden
  104. #line 207 "..\..\MainWindow.xaml"
  105. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  106. internal System.Windows.Controls.TabControl main_tab;
  107. #line default
  108. #line hidden
  109. #line 214 "..\..\MainWindow.xaml"
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  111. internal System.Windows.Controls.TabItem settings_tab;
  112. #line default
  113. #line hidden
  114. #line 226 "..\..\MainWindow.xaml"
  115. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  116. internal System.Windows.Controls.Grid serie;
  117. #line default
  118. #line hidden
  119. #line 291 "..\..\MainWindow.xaml"
  120. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  121. internal System.Windows.Controls.Grid stop_count;
  122. #line default
  123. #line hidden
  124. #line 332 "..\..\MainWindow.xaml"
  125. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  126. internal System.Windows.Controls.Grid travel_height;
  127. #line default
  128. #line hidden
  129. #line 352 "..\..\MainWindow.xaml"
  130. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  131. internal System.Windows.Controls.Slider slider1;
  132. #line default
  133. #line hidden
  134. #line 376 "..\..\MainWindow.xaml"
  135. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  136. internal System.Windows.Controls.Slider slider2;
  137. #line default
  138. #line hidden
  139. #line 401 "..\..\MainWindow.xaml"
  140. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  141. internal System.Windows.Controls.Slider slider3;
  142. #line default
  143. #line hidden
  144. #line 425 "..\..\MainWindow.xaml"
  145. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  146. internal System.Windows.Controls.Slider slider4;
  147. #line default
  148. #line hidden
  149. #line 449 "..\..\MainWindow.xaml"
  150. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  151. internal System.Windows.Controls.Slider slider5;
  152. #line default
  153. #line hidden
  154. #line 473 "..\..\MainWindow.xaml"
  155. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  156. internal System.Windows.Controls.Slider slider6;
  157. #line default
  158. #line hidden
  159. #line 492 "..\..\MainWindow.xaml"
  160. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  161. internal System.Windows.Controls.Grid lift_height;
  162. #line default
  163. #line hidden
  164. #line 507 "..\..\MainWindow.xaml"
  165. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  166. internal System.Windows.Controls.Grid platform_size;
  167. #line default
  168. #line hidden
  169. #line 535 "..\..\MainWindow.xaml"
  170. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  171. internal System.Windows.Controls.ComboBox platform_bd;
  172. #line default
  173. #line hidden
  174. #line 585 "..\..\MainWindow.xaml"
  175. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  176. internal System.Windows.Controls.ComboBox platform_ac;
  177. #line default
  178. #line hidden
  179. #line 623 "..\..\MainWindow.xaml"
  180. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  181. internal System.Windows.Controls.Grid starting_floor;
  182. #line default
  183. #line hidden
  184. #line 640 "..\..\MainWindow.xaml"
  185. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  186. internal System.Windows.Controls.ComboBox start_floor;
  187. #line default
  188. #line hidden
  189. #line 660 "..\..\MainWindow.xaml"
  190. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  191. internal System.Windows.Controls.ComboBox start_floor_name;
  192. #line default
  193. #line hidden
  194. #line 679 "..\..\MainWindow.xaml"
  195. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  196. internal System.Windows.Controls.TabItem shaft_tab;
  197. #line default
  198. #line hidden
  199. #line 685 "..\..\MainWindow.xaml"
  200. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  201. internal System.Windows.Controls.Grid shaft_menu;
  202. #line default
  203. #line hidden
  204. #line 714 "..\..\MainWindow.xaml"
  205. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  206. internal System.Windows.Controls.Grid shaft_tab_content;
  207. #line default
  208. #line hidden
  209. #line 715 "..\..\MainWindow.xaml"
  210. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  211. internal System.Windows.Controls.Grid build_page;
  212. #line default
  213. #line hidden
  214. #line 746 "..\..\MainWindow.xaml"
  215. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  216. internal System.Windows.Controls.ComboBox set_shaft_mat_d;
  217. #line default
  218. #line hidden
  219. #line 776 "..\..\MainWindow.xaml"
  220. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  221. internal System.Windows.Controls.ComboBox set_shaft_mat_c;
  222. #line default
  223. #line hidden
  224. #line 810 "..\..\MainWindow.xaml"
  225. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  226. internal System.Windows.Controls.ComboBox set_shaft_mat_a;
  227. #line default
  228. #line hidden
  229. #line 840 "..\..\MainWindow.xaml"
  230. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  231. internal System.Windows.Controls.ComboBox set_shaft_mat_b;
  232. #line default
  233. #line hidden
  234. #line 870 "..\..\MainWindow.xaml"
  235. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  236. internal System.Windows.Controls.ComboBox set_shaft_mat_e;
  237. #line default
  238. #line hidden
  239. #line 896 "..\..\MainWindow.xaml"
  240. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  241. internal System.Windows.Controls.Grid shape_page;
  242. #line default
  243. #line hidden
  244. #line 948 "..\..\MainWindow.xaml"
  245. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  246. internal System.Windows.Controls.Grid door_1F;
  247. #line default
  248. #line hidden
  249. #line 1044 "..\..\MainWindow.xaml"
  250. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  251. internal System.Windows.Controls.TabItem door_a_btn;
  252. #line default
  253. #line hidden
  254. #line 1045 "..\..\MainWindow.xaml"
  255. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  256. internal System.Windows.Controls.Grid Door_1F_A;
  257. #line default
  258. #line hidden
  259. #line 1151 "..\..\MainWindow.xaml"
  260. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  261. internal System.Windows.Controls.TabItem door_b_btn;
  262. #line default
  263. #line hidden
  264. #line 1152 "..\..\MainWindow.xaml"
  265. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  266. internal System.Windows.Controls.Grid Door_1F_B;
  267. #line default
  268. #line hidden
  269. #line 1257 "..\..\MainWindow.xaml"
  270. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  271. internal System.Windows.Controls.TabItem door_c_btn;
  272. #line default
  273. #line hidden
  274. #line 1258 "..\..\MainWindow.xaml"
  275. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  276. internal System.Windows.Controls.Grid Door_1F_C;
  277. #line default
  278. #line hidden
  279. #line 1368 "..\..\MainWindow.xaml"
  280. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  281. internal System.Windows.Controls.Grid door_2F;
  282. #line default
  283. #line hidden
  284. #line 1455 "..\..\MainWindow.xaml"
  285. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  286. internal System.Windows.Controls.TabItem door_2f_a_btn;
  287. #line default
  288. #line hidden
  289. #line 1456 "..\..\MainWindow.xaml"
  290. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  291. internal System.Windows.Controls.Grid Door_2F_A;
  292. #line default
  293. #line hidden
  294. #line 1561 "..\..\MainWindow.xaml"
  295. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  296. internal System.Windows.Controls.TabItem door_2f_b_btn;
  297. #line default
  298. #line hidden
  299. #line 1562 "..\..\MainWindow.xaml"
  300. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  301. internal System.Windows.Controls.Grid Door_2F_B;
  302. #line default
  303. #line hidden
  304. #line 1667 "..\..\MainWindow.xaml"
  305. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  306. internal System.Windows.Controls.TabItem door_2f_c_btn;
  307. #line default
  308. #line hidden
  309. #line 1668 "..\..\MainWindow.xaml"
  310. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  311. internal System.Windows.Controls.Grid Door_2F_C;
  312. #line default
  313. #line hidden
  314. #line 1775 "..\..\MainWindow.xaml"
  315. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  316. internal System.Windows.Controls.Grid door_3F;
  317. #line default
  318. #line hidden
  319. #line 1868 "..\..\MainWindow.xaml"
  320. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  321. internal System.Windows.Controls.TabItem door_3F_a_btn;
  322. #line default
  323. #line hidden
  324. #line 1869 "..\..\MainWindow.xaml"
  325. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  326. internal System.Windows.Controls.Grid Door_3F_A;
  327. #line default
  328. #line hidden
  329. #line 1974 "..\..\MainWindow.xaml"
  330. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  331. internal System.Windows.Controls.TabItem door_3F_b_btn;
  332. #line default
  333. #line hidden
  334. #line 1975 "..\..\MainWindow.xaml"
  335. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  336. internal System.Windows.Controls.Grid Door_3F_B;
  337. #line default
  338. #line hidden
  339. #line 2060 "..\..\MainWindow.xaml"
  340. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  341. internal System.Windows.Controls.ComboBox door2bWidth;
  342. #line default
  343. #line hidden
  344. #line 2080 "..\..\MainWindow.xaml"
  345. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  346. internal System.Windows.Controls.TabItem door_3F_c_btn;
  347. #line default
  348. #line hidden
  349. #line 2081 "..\..\MainWindow.xaml"
  350. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  351. internal System.Windows.Controls.Grid Door_3F_C;
  352. #line default
  353. #line hidden
  354. #line 2188 "..\..\MainWindow.xaml"
  355. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  356. internal System.Windows.Controls.Grid door_4F;
  357. #line default
  358. #line hidden
  359. #line 2269 "..\..\MainWindow.xaml"
  360. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  361. internal System.Windows.Controls.TabItem door_4F_a_btn;
  362. #line default
  363. #line hidden
  364. #line 2270 "..\..\MainWindow.xaml"
  365. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  366. internal System.Windows.Controls.Grid Door_4F_A;
  367. #line default
  368. #line hidden
  369. #line 2375 "..\..\MainWindow.xaml"
  370. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  371. internal System.Windows.Controls.TabItem door_4F_b_btn;
  372. #line default
  373. #line hidden
  374. #line 2376 "..\..\MainWindow.xaml"
  375. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  376. internal System.Windows.Controls.Grid Door_4F_B;
  377. #line default
  378. #line hidden
  379. #line 2481 "..\..\MainWindow.xaml"
  380. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  381. internal System.Windows.Controls.TabItem door_4F_c_btn;
  382. #line default
  383. #line hidden
  384. #line 2482 "..\..\MainWindow.xaml"
  385. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  386. internal System.Windows.Controls.Grid Door_4F_C;
  387. #line default
  388. #line hidden
  389. #line 2589 "..\..\MainWindow.xaml"
  390. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  391. internal System.Windows.Controls.Grid door_5F;
  392. #line default
  393. #line hidden
  394. #line 2670 "..\..\MainWindow.xaml"
  395. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  396. internal System.Windows.Controls.TabItem door_5F_a_btn;
  397. #line default
  398. #line hidden
  399. #line 2671 "..\..\MainWindow.xaml"
  400. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  401. internal System.Windows.Controls.Grid Door_5F_A;
  402. #line default
  403. #line hidden
  404. #line 2776 "..\..\MainWindow.xaml"
  405. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  406. internal System.Windows.Controls.TabItem door_5F_b_btn;
  407. #line default
  408. #line hidden
  409. #line 2777 "..\..\MainWindow.xaml"
  410. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  411. internal System.Windows.Controls.Grid Door_5F_B;
  412. #line default
  413. #line hidden
  414. #line 2882 "..\..\MainWindow.xaml"
  415. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  416. internal System.Windows.Controls.TabItem door_5F_c_btn;
  417. #line default
  418. #line hidden
  419. #line 2883 "..\..\MainWindow.xaml"
  420. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  421. internal System.Windows.Controls.Grid Door_5F_C;
  422. #line default
  423. #line hidden
  424. #line 2990 "..\..\MainWindow.xaml"
  425. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  426. internal System.Windows.Controls.Grid door_6F;
  427. #line default
  428. #line hidden
  429. #line 3071 "..\..\MainWindow.xaml"
  430. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  431. internal System.Windows.Controls.TabItem door_6F_a_btn;
  432. #line default
  433. #line hidden
  434. #line 3072 "..\..\MainWindow.xaml"
  435. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  436. internal System.Windows.Controls.Grid Door_6F_A;
  437. #line default
  438. #line hidden
  439. #line 3177 "..\..\MainWindow.xaml"
  440. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  441. internal System.Windows.Controls.TabItem door_6F_b_btn;
  442. #line default
  443. #line hidden
  444. #line 3178 "..\..\MainWindow.xaml"
  445. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  446. internal System.Windows.Controls.Grid Door_6F_B;
  447. #line default
  448. #line hidden
  449. #line 3283 "..\..\MainWindow.xaml"
  450. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  451. internal System.Windows.Controls.TabItem door_6F_c_btn;
  452. #line default
  453. #line hidden
  454. #line 3284 "..\..\MainWindow.xaml"
  455. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  456. internal System.Windows.Controls.Grid Door_6F_C;
  457. #line default
  458. #line hidden
  459. #line 3391 "..\..\MainWindow.xaml"
  460. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  461. internal System.Windows.Controls.Grid color_page;
  462. #line default
  463. #line hidden
  464. #line 3405 "..\..\MainWindow.xaml"
  465. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  466. internal System.Windows.Controls.Grid Standard_Color;
  467. #line default
  468. #line hidden
  469. #line 3413 "..\..\MainWindow.xaml"
  470. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  471. internal System.Windows.Controls.ItemsControl standard_colors;
  472. #line default
  473. #line hidden
  474. #line 3440 "..\..\MainWindow.xaml"
  475. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  476. internal System.Windows.Controls.Grid RAL_Color;
  477. #line default
  478. #line hidden
  479. #line 3441 "..\..\MainWindow.xaml"
  480. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  481. internal System.Windows.Controls.ItemsControl RAL_colors;
  482. #line default
  483. #line hidden
  484. #line 3470 "..\..\MainWindow.xaml"
  485. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  486. internal System.Windows.Controls.TabItem enclosure_tab;
  487. #line default
  488. #line hidden
  489. #line 3472 "..\..\MainWindow.xaml"
  490. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  491. internal System.Windows.Controls.Grid enclosure_mat;
  492. #line default
  493. #line hidden
  494. #line 3509 "..\..\MainWindow.xaml"
  495. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  496. internal System.Windows.Controls.ComboBox set_enclosure_mat_c;
  497. #line default
  498. #line hidden
  499. #line 3543 "..\..\MainWindow.xaml"
  500. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  501. internal System.Windows.Controls.ComboBox set_enclosure_mat_a;
  502. #line default
  503. #line hidden
  504. #line 3573 "..\..\MainWindow.xaml"
  505. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  506. internal System.Windows.Controls.ComboBox set_enclosure_mat_b;
  507. #line default
  508. #line hidden
  509. #line 3598 "..\..\MainWindow.xaml"
  510. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  511. internal System.Windows.Controls.ItemsControl cabin_walls_mat;
  512. #line default
  513. #line hidden
  514. #line 3645 "..\..\MainWindow.xaml"
  515. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  516. internal System.Windows.Controls.ItemsControl service_panel_mat;
  517. #line default
  518. #line hidden
  519. #line 3681 "..\..\MainWindow.xaml"
  520. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  521. internal System.Windows.Controls.ItemsControl carpet_panel_mat;
  522. #line default
  523. #line hidden
  524. #line 3722 "..\..\MainWindow.xaml"
  525. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  526. internal System.Windows.Controls.CheckBox ambient_color;
  527. #line default
  528. #line hidden
  529. #line 3732 "..\..\MainWindow.xaml"
  530. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  531. internal System.Windows.Controls.Grid custom_ambient_light;
  532. #line default
  533. #line hidden
  534. #line 3733 "..\..\MainWindow.xaml"
  535. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  536. internal System.Windows.Controls.Slider custom_color;
  537. #line default
  538. #line hidden
  539. #line 3776 "..\..\MainWindow.xaml"
  540. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  541. internal System.Windows.Controls.Button btn_export_video;
  542. #line default
  543. #line hidden
  544. #line 3777 "..\..\MainWindow.xaml"
  545. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  546. internal System.Windows.Controls.Button btn_preview;
  547. #line default
  548. #line hidden
  549. private bool _contentLoaded;
  550. /// <summary>
  551. /// InitializeComponent
  552. /// </summary>
  553. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  554. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  555. public void InitializeComponent() {
  556. if (_contentLoaded) {
  557. return;
  558. }
  559. _contentLoaded = true;
  560. System.Uri resourceLocater = new System.Uri("/Localization;component/mainwindow.xaml", System.UriKind.Relative);
  561. #line 1 "..\..\MainWindow.xaml"
  562. System.Windows.Application.LoadComponent(this, resourceLocater);
  563. #line default
  564. #line hidden
  565. }
  566. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  567. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  568. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  569. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  570. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  571. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  572. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  573. switch (connectionId)
  574. {
  575. case 1:
  576. this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
  577. return;
  578. case 2:
  579. this.LanguageSelector = ((System.Windows.Controls.ComboBox)(target));
  580. return;
  581. case 3:
  582. this.button1 = ((System.Windows.Controls.Button)(target));
  583. return;
  584. case 4:
  585. this.button1_Copy = ((System.Windows.Controls.Button)(target));
  586. return;
  587. case 5:
  588. this.Login = ((System.Windows.Controls.Grid)(target));
  589. return;
  590. case 6:
  591. this.image = ((System.Windows.Controls.Image)(target));
  592. return;
  593. case 7:
  594. this.Username = ((System.Windows.Controls.TextBox)(target));
  595. return;
  596. case 8:
  597. this.Placeholder = ((System.Windows.Controls.TextBlock)(target));
  598. return;
  599. case 9:
  600. this.PassBox = ((System.Windows.Controls.TextBox)(target));
  601. return;
  602. case 10:
  603. this.PassWoedPlaceHolder = ((System.Windows.Controls.TextBlock)(target));
  604. return;
  605. case 11:
  606. this.PassBox_Vis = ((System.Windows.Controls.TextBox)(target));
  607. return;
  608. case 12:
  609. this.SaveLogin = ((System.Windows.Controls.CheckBox)(target));
  610. return;
  611. case 13:
  612. this.btn_login = ((System.Windows.Controls.Button)(target));
  613. return;
  614. case 14:
  615. this.main_tab = ((System.Windows.Controls.TabControl)(target));
  616. return;
  617. case 15:
  618. this.settings_tab = ((System.Windows.Controls.TabItem)(target));
  619. return;
  620. case 16:
  621. this.serie = ((System.Windows.Controls.Grid)(target));
  622. return;
  623. case 17:
  624. this.stop_count = ((System.Windows.Controls.Grid)(target));
  625. return;
  626. case 18:
  627. this.travel_height = ((System.Windows.Controls.Grid)(target));
  628. return;
  629. case 19:
  630. this.slider1 = ((System.Windows.Controls.Slider)(target));
  631. return;
  632. case 20:
  633. this.slider2 = ((System.Windows.Controls.Slider)(target));
  634. return;
  635. case 21:
  636. this.slider3 = ((System.Windows.Controls.Slider)(target));
  637. return;
  638. case 22:
  639. this.slider4 = ((System.Windows.Controls.Slider)(target));
  640. return;
  641. case 23:
  642. this.slider5 = ((System.Windows.Controls.Slider)(target));
  643. return;
  644. case 24:
  645. this.slider6 = ((System.Windows.Controls.Slider)(target));
  646. return;
  647. case 25:
  648. this.lift_height = ((System.Windows.Controls.Grid)(target));
  649. return;
  650. case 26:
  651. this.platform_size = ((System.Windows.Controls.Grid)(target));
  652. return;
  653. case 27:
  654. this.platform_bd = ((System.Windows.Controls.ComboBox)(target));
  655. return;
  656. case 28:
  657. this.platform_ac = ((System.Windows.Controls.ComboBox)(target));
  658. return;
  659. case 29:
  660. this.starting_floor = ((System.Windows.Controls.Grid)(target));
  661. return;
  662. case 30:
  663. this.start_floor = ((System.Windows.Controls.ComboBox)(target));
  664. return;
  665. case 31:
  666. this.start_floor_name = ((System.Windows.Controls.ComboBox)(target));
  667. return;
  668. case 32:
  669. this.shaft_tab = ((System.Windows.Controls.TabItem)(target));
  670. return;
  671. case 33:
  672. this.shaft_menu = ((System.Windows.Controls.Grid)(target));
  673. return;
  674. case 34:
  675. this.shaft_tab_content = ((System.Windows.Controls.Grid)(target));
  676. return;
  677. case 35:
  678. this.build_page = ((System.Windows.Controls.Grid)(target));
  679. return;
  680. case 36:
  681. this.set_shaft_mat_d = ((System.Windows.Controls.ComboBox)(target));
  682. return;
  683. case 37:
  684. this.set_shaft_mat_c = ((System.Windows.Controls.ComboBox)(target));
  685. return;
  686. case 38:
  687. this.set_shaft_mat_a = ((System.Windows.Controls.ComboBox)(target));
  688. return;
  689. case 39:
  690. this.set_shaft_mat_b = ((System.Windows.Controls.ComboBox)(target));
  691. return;
  692. case 40:
  693. this.set_shaft_mat_e = ((System.Windows.Controls.ComboBox)(target));
  694. return;
  695. case 41:
  696. this.shape_page = ((System.Windows.Controls.Grid)(target));
  697. return;
  698. case 42:
  699. this.door_1F = ((System.Windows.Controls.Grid)(target));
  700. return;
  701. case 43:
  702. this.door_a_btn = ((System.Windows.Controls.TabItem)(target));
  703. return;
  704. case 44:
  705. this.Door_1F_A = ((System.Windows.Controls.Grid)(target));
  706. return;
  707. case 45:
  708. this.door_b_btn = ((System.Windows.Controls.TabItem)(target));
  709. return;
  710. case 46:
  711. this.Door_1F_B = ((System.Windows.Controls.Grid)(target));
  712. return;
  713. case 47:
  714. this.door_c_btn = ((System.Windows.Controls.TabItem)(target));
  715. return;
  716. case 48:
  717. this.Door_1F_C = ((System.Windows.Controls.Grid)(target));
  718. return;
  719. case 49:
  720. this.door_2F = ((System.Windows.Controls.Grid)(target));
  721. return;
  722. case 50:
  723. this.door_2f_a_btn = ((System.Windows.Controls.TabItem)(target));
  724. return;
  725. case 51:
  726. this.Door_2F_A = ((System.Windows.Controls.Grid)(target));
  727. return;
  728. case 52:
  729. this.door_2f_b_btn = ((System.Windows.Controls.TabItem)(target));
  730. return;
  731. case 53:
  732. this.Door_2F_B = ((System.Windows.Controls.Grid)(target));
  733. return;
  734. case 54:
  735. this.door_2f_c_btn = ((System.Windows.Controls.TabItem)(target));
  736. return;
  737. case 55:
  738. this.Door_2F_C = ((System.Windows.Controls.Grid)(target));
  739. return;
  740. case 56:
  741. this.door_3F = ((System.Windows.Controls.Grid)(target));
  742. return;
  743. case 57:
  744. this.door_3F_a_btn = ((System.Windows.Controls.TabItem)(target));
  745. return;
  746. case 58:
  747. this.Door_3F_A = ((System.Windows.Controls.Grid)(target));
  748. return;
  749. case 59:
  750. this.door_3F_b_btn = ((System.Windows.Controls.TabItem)(target));
  751. return;
  752. case 60:
  753. this.Door_3F_B = ((System.Windows.Controls.Grid)(target));
  754. return;
  755. case 61:
  756. this.door2bWidth = ((System.Windows.Controls.ComboBox)(target));
  757. return;
  758. case 62:
  759. this.door_3F_c_btn = ((System.Windows.Controls.TabItem)(target));
  760. return;
  761. case 63:
  762. this.Door_3F_C = ((System.Windows.Controls.Grid)(target));
  763. return;
  764. case 64:
  765. this.door_4F = ((System.Windows.Controls.Grid)(target));
  766. return;
  767. case 65:
  768. this.door_4F_a_btn = ((System.Windows.Controls.TabItem)(target));
  769. return;
  770. case 66:
  771. this.Door_4F_A = ((System.Windows.Controls.Grid)(target));
  772. return;
  773. case 67:
  774. this.door_4F_b_btn = ((System.Windows.Controls.TabItem)(target));
  775. return;
  776. case 68:
  777. this.Door_4F_B = ((System.Windows.Controls.Grid)(target));
  778. return;
  779. case 69:
  780. this.door_4F_c_btn = ((System.Windows.Controls.TabItem)(target));
  781. return;
  782. case 70:
  783. this.Door_4F_C = ((System.Windows.Controls.Grid)(target));
  784. return;
  785. case 71:
  786. this.door_5F = ((System.Windows.Controls.Grid)(target));
  787. return;
  788. case 72:
  789. this.door_5F_a_btn = ((System.Windows.Controls.TabItem)(target));
  790. return;
  791. case 73:
  792. this.Door_5F_A = ((System.Windows.Controls.Grid)(target));
  793. return;
  794. case 74:
  795. this.door_5F_b_btn = ((System.Windows.Controls.TabItem)(target));
  796. return;
  797. case 75:
  798. this.Door_5F_B = ((System.Windows.Controls.Grid)(target));
  799. return;
  800. case 76:
  801. this.door_5F_c_btn = ((System.Windows.Controls.TabItem)(target));
  802. return;
  803. case 77:
  804. this.Door_5F_C = ((System.Windows.Controls.Grid)(target));
  805. return;
  806. case 78:
  807. this.door_6F = ((System.Windows.Controls.Grid)(target));
  808. return;
  809. case 79:
  810. this.door_6F_a_btn = ((System.Windows.Controls.TabItem)(target));
  811. return;
  812. case 80:
  813. this.Door_6F_A = ((System.Windows.Controls.Grid)(target));
  814. return;
  815. case 81:
  816. this.door_6F_b_btn = ((System.Windows.Controls.TabItem)(target));
  817. return;
  818. case 82:
  819. this.Door_6F_B = ((System.Windows.Controls.Grid)(target));
  820. return;
  821. case 83:
  822. this.door_6F_c_btn = ((System.Windows.Controls.TabItem)(target));
  823. return;
  824. case 84:
  825. this.Door_6F_C = ((System.Windows.Controls.Grid)(target));
  826. return;
  827. case 85:
  828. this.color_page = ((System.Windows.Controls.Grid)(target));
  829. return;
  830. case 86:
  831. this.Standard_Color = ((System.Windows.Controls.Grid)(target));
  832. return;
  833. case 87:
  834. this.standard_colors = ((System.Windows.Controls.ItemsControl)(target));
  835. return;
  836. case 88:
  837. this.RAL_Color = ((System.Windows.Controls.Grid)(target));
  838. return;
  839. case 89:
  840. this.RAL_colors = ((System.Windows.Controls.ItemsControl)(target));
  841. return;
  842. case 90:
  843. this.enclosure_tab = ((System.Windows.Controls.TabItem)(target));
  844. return;
  845. case 91:
  846. this.enclosure_mat = ((System.Windows.Controls.Grid)(target));
  847. return;
  848. case 92:
  849. this.set_enclosure_mat_c = ((System.Windows.Controls.ComboBox)(target));
  850. return;
  851. case 93:
  852. this.set_enclosure_mat_a = ((System.Windows.Controls.ComboBox)(target));
  853. return;
  854. case 94:
  855. this.set_enclosure_mat_b = ((System.Windows.Controls.ComboBox)(target));
  856. return;
  857. case 95:
  858. this.cabin_walls_mat = ((System.Windows.Controls.ItemsControl)(target));
  859. return;
  860. case 96:
  861. this.service_panel_mat = ((System.Windows.Controls.ItemsControl)(target));
  862. return;
  863. case 97:
  864. this.carpet_panel_mat = ((System.Windows.Controls.ItemsControl)(target));
  865. return;
  866. case 98:
  867. this.ambient_color = ((System.Windows.Controls.CheckBox)(target));
  868. return;
  869. case 99:
  870. this.custom_ambient_light = ((System.Windows.Controls.Grid)(target));
  871. return;
  872. case 100:
  873. this.custom_color = ((System.Windows.Controls.Slider)(target));
  874. return;
  875. case 101:
  876. this.btn_export_video = ((System.Windows.Controls.Button)(target));
  877. return;
  878. case 102:
  879. this.btn_preview = ((System.Windows.Controls.Button)(target));
  880. return;
  881. }
  882. this._contentLoaded = true;
  883. }
  884. }
  885. }