No Description

MainWindow.g.cs 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EDC82E5F26F62827673FD0082EE65BFB"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.235
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. using WpfApplication19;
  32. using WpfApplication19.Properties;
  33. using WpfLocalization;
  34. namespace WpfApplication19 {
  35. /// <summary>
  36. /// MainWindow
  37. /// </summary>
  38. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  39. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  40. #line 23 "..\..\..\MainWindow.xaml"
  41. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  42. internal System.Windows.Controls.ComboBox comboBoxLanguage;
  43. #line default
  44. #line hidden
  45. #line 28 "..\..\..\MainWindow.xaml"
  46. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  47. internal System.Windows.Controls.Menu menu1;
  48. #line default
  49. #line hidden
  50. #line 36 "..\..\..\MainWindow.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.Label label2;
  53. #line default
  54. #line hidden
  55. #line 37 "..\..\..\MainWindow.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.Label label1;
  58. #line default
  59. #line hidden
  60. #line 38 "..\..\..\MainWindow.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.TextBox lotNo;
  63. #line default
  64. #line hidden
  65. #line 39 "..\..\..\MainWindow.xaml"
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  67. internal System.Windows.Controls.Label label3;
  68. #line default
  69. #line hidden
  70. #line 40 "..\..\..\MainWindow.xaml"
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  72. internal System.Windows.Controls.TextBox code;
  73. #line default
  74. #line hidden
  75. #line 41 "..\..\..\MainWindow.xaml"
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  77. internal System.Windows.Controls.Label label4;
  78. #line default
  79. #line hidden
  80. #line 42 "..\..\..\MainWindow.xaml"
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  82. internal System.Windows.Controls.TextBox noProduct;
  83. #line default
  84. #line hidden
  85. #line 43 "..\..\..\MainWindow.xaml"
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  87. internal System.Windows.Controls.TextBox customer;
  88. #line default
  89. #line hidden
  90. #line 44 "..\..\..\MainWindow.xaml"
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  92. internal System.Windows.Controls.Label label5;
  93. #line default
  94. #line hidden
  95. #line 45 "..\..\..\MainWindow.xaml"
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  97. internal System.Windows.Controls.Label label6;
  98. #line default
  99. #line hidden
  100. #line 46 "..\..\..\MainWindow.xaml"
  101. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  102. internal System.Windows.Controls.TextBox shape;
  103. #line default
  104. #line hidden
  105. #line 47 "..\..\..\MainWindow.xaml"
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  107. internal System.Windows.Controls.Label label7;
  108. #line default
  109. #line hidden
  110. #line 48 "..\..\..\MainWindow.xaml"
  111. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  112. internal System.Windows.Controls.TextBox size;
  113. #line default
  114. #line hidden
  115. #line 49 "..\..\..\MainWindow.xaml"
  116. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  117. internal System.Windows.Controls.Label label8;
  118. #line default
  119. #line hidden
  120. #line 50 "..\..\..\MainWindow.xaml"
  121. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  122. internal System.Windows.Controls.TextBox spec;
  123. #line default
  124. #line hidden
  125. #line 51 "..\..\..\MainWindow.xaml"
  126. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  127. internal System.Windows.Controls.Label label9;
  128. #line default
  129. #line hidden
  130. #line 52 "..\..\..\MainWindow.xaml"
  131. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  132. internal System.Windows.Controls.TextBox sampling;
  133. #line default
  134. #line hidden
  135. #line 53 "..\..\..\MainWindow.xaml"
  136. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  137. internal System.Windows.Controls.Label label10;
  138. #line default
  139. #line hidden
  140. #line 54 "..\..\..\MainWindow.xaml"
  141. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  142. internal System.Windows.Controls.TextBox point;
  143. #line default
  144. #line hidden
  145. #line 55 "..\..\..\MainWindow.xaml"
  146. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  147. internal System.Windows.Controls.Label label11;
  148. #line default
  149. #line hidden
  150. #line 56 "..\..\..\MainWindow.xaml"
  151. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  152. internal System.Windows.Controls.TextBox condition;
  153. #line default
  154. #line hidden
  155. #line 57 "..\..\..\MainWindow.xaml"
  156. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  157. internal System.Windows.Controls.Label label12;
  158. #line default
  159. #line hidden
  160. #line 58 "..\..\..\MainWindow.xaml"
  161. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  162. internal System.Windows.Controls.TextBox outTB;
  163. #line default
  164. #line hidden
  165. #line 59 "..\..\..\MainWindow.xaml"
  166. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  167. internal System.Windows.Controls.Label label13;
  168. #line default
  169. #line hidden
  170. #line 60 "..\..\..\MainWindow.xaml"
  171. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  172. internal System.Windows.Controls.TextBox inTB;
  173. #line default
  174. #line hidden
  175. #line 61 "..\..\..\MainWindow.xaml"
  176. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  177. internal System.Windows.Controls.Label label14;
  178. #line default
  179. #line hidden
  180. #line 62 "..\..\..\MainWindow.xaml"
  181. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  182. internal System.Windows.Controls.TextBox middleTB;
  183. #line default
  184. #line hidden
  185. #line 63 "..\..\..\MainWindow.xaml"
  186. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  187. internal System.Windows.Controls.ToolBarTray toolBarTray1;
  188. #line default
  189. #line hidden
  190. #line 65 "..\..\..\MainWindow.xaml"
  191. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  192. internal System.Windows.Controls.Button addRow;
  193. #line default
  194. #line hidden
  195. #line 66 "..\..\..\MainWindow.xaml"
  196. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  197. internal System.Windows.Controls.Button addMeasureColumn;
  198. #line default
  199. #line hidden
  200. #line 67 "..\..\..\MainWindow.xaml"
  201. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  202. internal System.Windows.Controls.Button addMiddleBtn;
  203. #line default
  204. #line hidden
  205. #line 73 "..\..\..\MainWindow.xaml"
  206. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  207. internal System.Windows.Controls.DataGrid measureGrid;
  208. #line default
  209. #line hidden
  210. #line 120 "..\..\..\MainWindow.xaml"
  211. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  212. internal System.Windows.Controls.Button commitBtn;
  213. #line default
  214. #line hidden
  215. #line 125 "..\..\..\MainWindow.xaml"
  216. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  217. internal System.Windows.Controls.Button button1;
  218. #line default
  219. #line hidden
  220. #line 126 "..\..\..\MainWindow.xaml"
  221. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  222. internal System.Windows.Controls.Label label15;
  223. #line default
  224. #line hidden
  225. #line 127 "..\..\..\MainWindow.xaml"
  226. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  227. internal System.Windows.Controls.TextBlock textBlock1;
  228. #line default
  229. #line hidden
  230. #line 128 "..\..\..\MainWindow.xaml"
  231. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  232. internal System.Windows.Controls.Label label16;
  233. #line default
  234. #line hidden
  235. #line 129 "..\..\..\MainWindow.xaml"
  236. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  237. internal System.Windows.Controls.TextBlock textBlock2;
  238. #line default
  239. #line hidden
  240. #line 130 "..\..\..\MainWindow.xaml"
  241. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  242. internal System.Windows.Controls.Label label17;
  243. #line default
  244. #line hidden
  245. #line 131 "..\..\..\MainWindow.xaml"
  246. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  247. internal System.Windows.Controls.ComboBox comboBox1;
  248. #line default
  249. #line hidden
  250. #line 132 "..\..\..\MainWindow.xaml"
  251. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  252. internal System.Windows.Controls.Button fullScreen;
  253. #line default
  254. #line hidden
  255. #line 133 "..\..\..\MainWindow.xaml"
  256. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  257. internal System.Windows.Controls.Button find;
  258. #line default
  259. #line hidden
  260. #line 134 "..\..\..\MainWindow.xaml"
  261. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  262. internal System.Windows.Controls.Button button2;
  263. #line default
  264. #line hidden
  265. private bool _contentLoaded;
  266. /// <summary>
  267. /// InitializeComponent
  268. /// </summary>
  269. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  270. public void InitializeComponent() {
  271. if (_contentLoaded) {
  272. return;
  273. }
  274. _contentLoaded = true;
  275. System.Uri resourceLocater = new System.Uri("/WpfApplication19;component/mainwindow.xaml", System.UriKind.Relative);
  276. #line 1 "..\..\..\MainWindow.xaml"
  277. System.Windows.Application.LoadComponent(this, resourceLocater);
  278. #line default
  279. #line hidden
  280. }
  281. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  282. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  283. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  284. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  285. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  286. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  287. switch (connectionId)
  288. {
  289. case 1:
  290. #line 7 "..\..\..\MainWindow.xaml"
  291. ((WpfApplication19.MainWindow)(target)).Closed += new System.EventHandler(this.closeWindows);
  292. #line default
  293. #line hidden
  294. return;
  295. case 2:
  296. this.comboBoxLanguage = ((System.Windows.Controls.ComboBox)(target));
  297. #line 23 "..\..\..\MainWindow.xaml"
  298. this.comboBoxLanguage.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBoxLanguage_SelectionChanged);
  299. #line default
  300. #line hidden
  301. return;
  302. case 3:
  303. this.menu1 = ((System.Windows.Controls.Menu)(target));
  304. return;
  305. case 4:
  306. #line 34 "..\..\..\MainWindow.xaml"
  307. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  308. #line default
  309. #line hidden
  310. return;
  311. case 5:
  312. this.label2 = ((System.Windows.Controls.Label)(target));
  313. return;
  314. case 6:
  315. this.label1 = ((System.Windows.Controls.Label)(target));
  316. return;
  317. case 7:
  318. this.lotNo = ((System.Windows.Controls.TextBox)(target));
  319. #line 38 "..\..\..\MainWindow.xaml"
  320. this.lotNo.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.lotNo_TextChanged);
  321. #line default
  322. #line hidden
  323. #line 38 "..\..\..\MainWindow.xaml"
  324. this.lotNo.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.openScreenKB);
  325. #line default
  326. #line hidden
  327. return;
  328. case 8:
  329. this.label3 = ((System.Windows.Controls.Label)(target));
  330. return;
  331. case 9:
  332. this.code = ((System.Windows.Controls.TextBox)(target));
  333. return;
  334. case 10:
  335. this.label4 = ((System.Windows.Controls.Label)(target));
  336. return;
  337. case 11:
  338. this.noProduct = ((System.Windows.Controls.TextBox)(target));
  339. return;
  340. case 12:
  341. this.customer = ((System.Windows.Controls.TextBox)(target));
  342. return;
  343. case 13:
  344. this.label5 = ((System.Windows.Controls.Label)(target));
  345. return;
  346. case 14:
  347. this.label6 = ((System.Windows.Controls.Label)(target));
  348. return;
  349. case 15:
  350. this.shape = ((System.Windows.Controls.TextBox)(target));
  351. return;
  352. case 16:
  353. this.label7 = ((System.Windows.Controls.Label)(target));
  354. return;
  355. case 17:
  356. this.size = ((System.Windows.Controls.TextBox)(target));
  357. return;
  358. case 18:
  359. this.label8 = ((System.Windows.Controls.Label)(target));
  360. return;
  361. case 19:
  362. this.spec = ((System.Windows.Controls.TextBox)(target));
  363. return;
  364. case 20:
  365. this.label9 = ((System.Windows.Controls.Label)(target));
  366. return;
  367. case 21:
  368. this.sampling = ((System.Windows.Controls.TextBox)(target));
  369. return;
  370. case 22:
  371. this.label10 = ((System.Windows.Controls.Label)(target));
  372. return;
  373. case 23:
  374. this.point = ((System.Windows.Controls.TextBox)(target));
  375. return;
  376. case 24:
  377. this.label11 = ((System.Windows.Controls.Label)(target));
  378. return;
  379. case 25:
  380. this.condition = ((System.Windows.Controls.TextBox)(target));
  381. return;
  382. case 26:
  383. this.label12 = ((System.Windows.Controls.Label)(target));
  384. return;
  385. case 27:
  386. this.outTB = ((System.Windows.Controls.TextBox)(target));
  387. return;
  388. case 28:
  389. this.label13 = ((System.Windows.Controls.Label)(target));
  390. return;
  391. case 29:
  392. this.inTB = ((System.Windows.Controls.TextBox)(target));
  393. return;
  394. case 30:
  395. this.label14 = ((System.Windows.Controls.Label)(target));
  396. return;
  397. case 31:
  398. this.middleTB = ((System.Windows.Controls.TextBox)(target));
  399. return;
  400. case 32:
  401. this.toolBarTray1 = ((System.Windows.Controls.ToolBarTray)(target));
  402. return;
  403. case 33:
  404. this.addRow = ((System.Windows.Controls.Button)(target));
  405. #line 65 "..\..\..\MainWindow.xaml"
  406. this.addRow.Click += new System.Windows.RoutedEventHandler(this.addRow_Click);
  407. #line default
  408. #line hidden
  409. return;
  410. case 34:
  411. this.addMeasureColumn = ((System.Windows.Controls.Button)(target));
  412. #line 66 "..\..\..\MainWindow.xaml"
  413. this.addMeasureColumn.Click += new System.Windows.RoutedEventHandler(this.addMeasureColumn_Click);
  414. #line default
  415. #line hidden
  416. return;
  417. case 35:
  418. this.addMiddleBtn = ((System.Windows.Controls.Button)(target));
  419. #line 67 "..\..\..\MainWindow.xaml"
  420. this.addMiddleBtn.Click += new System.Windows.RoutedEventHandler(this.addMiddleBtn_Click);
  421. #line default
  422. #line hidden
  423. return;
  424. case 36:
  425. this.measureGrid = ((System.Windows.Controls.DataGrid)(target));
  426. #line 73 "..\..\..\MainWindow.xaml"
  427. this.measureGrid.RowEditEnding += new System.EventHandler<System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.measureGrid_RowEditEnding);
  428. #line default
  429. #line hidden
  430. #line 73 "..\..\..\MainWindow.xaml"
  431. this.measureGrid.KeyUp += new System.Windows.Input.KeyEventHandler(this.measureGrid_KeyUp);
  432. #line default
  433. #line hidden
  434. #line 73 "..\..\..\MainWindow.xaml"
  435. this.measureGrid.CellEditEnding += new System.EventHandler<System.Windows.Controls.DataGridCellEditEndingEventArgs>(this.measureGrid_CellEditEnding);
  436. #line default
  437. #line hidden
  438. #line 73 "..\..\..\MainWindow.xaml"
  439. this.measureGrid.LostFocus += new System.Windows.RoutedEventHandler(this.measureGrid_LostFocus);
  440. #line default
  441. #line hidden
  442. #line 73 "..\..\..\MainWindow.xaml"
  443. this.measureGrid.LostKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.measureGrid_LostKeyboardFocus);
  444. #line default
  445. #line hidden
  446. #line 73 "..\..\..\MainWindow.xaml"
  447. this.measureGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.measureGrid_LoadingRow);
  448. #line default
  449. #line hidden
  450. return;
  451. case 37:
  452. this.commitBtn = ((System.Windows.Controls.Button)(target));
  453. #line 120 "..\..\..\MainWindow.xaml"
  454. this.commitBtn.Click += new System.Windows.RoutedEventHandler(this.commitBtn_Click);
  455. #line default
  456. #line hidden
  457. return;
  458. case 38:
  459. this.button1 = ((System.Windows.Controls.Button)(target));
  460. #line 125 "..\..\..\MainWindow.xaml"
  461. this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);
  462. #line default
  463. #line hidden
  464. return;
  465. case 39:
  466. this.label15 = ((System.Windows.Controls.Label)(target));
  467. return;
  468. case 40:
  469. this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
  470. return;
  471. case 41:
  472. this.label16 = ((System.Windows.Controls.Label)(target));
  473. return;
  474. case 42:
  475. this.textBlock2 = ((System.Windows.Controls.TextBlock)(target));
  476. return;
  477. case 43:
  478. this.label17 = ((System.Windows.Controls.Label)(target));
  479. return;
  480. case 44:
  481. this.comboBox1 = ((System.Windows.Controls.ComboBox)(target));
  482. return;
  483. case 45:
  484. this.fullScreen = ((System.Windows.Controls.Button)(target));
  485. #line 132 "..\..\..\MainWindow.xaml"
  486. this.fullScreen.Click += new System.Windows.RoutedEventHandler(this.fullScreen_Click);
  487. #line default
  488. #line hidden
  489. return;
  490. case 46:
  491. this.find = ((System.Windows.Controls.Button)(target));
  492. #line 133 "..\..\..\MainWindow.xaml"
  493. this.find.Click += new System.Windows.RoutedEventHandler(this.find_Click);
  494. #line default
  495. #line hidden
  496. return;
  497. case 47:
  498. this.button2 = ((System.Windows.Controls.Button)(target));
  499. return;
  500. }
  501. this._contentLoaded = true;
  502. }
  503. }
  504. }