暂无描述

MainWindow.g.i.cs 42KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "650C8FC51A472C65FDE5AB54B124BFE3F91728B7275A3BA7F0F70C5E50916F28"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  39. #line 31 "..\..\..\MainWindow.xaml"
  40. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  41. internal System.Windows.Controls.Menu menu1;
  42. #line default
  43. #line hidden
  44. #line 32 "..\..\..\MainWindow.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.MenuItem logoutMenu;
  47. #line default
  48. #line hidden
  49. #line 34 "..\..\..\MainWindow.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.MenuItem configMenu;
  52. #line default
  53. #line hidden
  54. #line 35 "..\..\..\MainWindow.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.MenuItem editUsingTime;
  57. #line default
  58. #line hidden
  59. #line 37 "..\..\..\MainWindow.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.MenuItem thaiMenu;
  62. #line default
  63. #line hidden
  64. #line 38 "..\..\..\MainWindow.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.MenuItem engMenu;
  67. #line default
  68. #line hidden
  69. #line 42 "..\..\..\MainWindow.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.MenuItem windowItem;
  72. #line default
  73. #line hidden
  74. #line 43 "..\..\..\MainWindow.xaml"
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  76. internal System.Windows.Controls.MenuItem fullScreenItem;
  77. #line default
  78. #line hidden
  79. #line 47 "..\..\..\MainWindow.xaml"
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  81. internal System.Windows.Controls.MenuItem about;
  82. #line default
  83. #line hidden
  84. #line 50 "..\..\..\MainWindow.xaml"
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  86. internal System.Windows.Controls.Label label1;
  87. #line default
  88. #line hidden
  89. #line 51 "..\..\..\MainWindow.xaml"
  90. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  91. internal System.Windows.Controls.TextBox lotNo;
  92. #line default
  93. #line hidden
  94. #line 52 "..\..\..\MainWindow.xaml"
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  96. internal System.Windows.Controls.Label label3;
  97. #line default
  98. #line hidden
  99. #line 53 "..\..\..\MainWindow.xaml"
  100. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  101. internal System.Windows.Controls.TextBox code;
  102. #line default
  103. #line hidden
  104. #line 54 "..\..\..\MainWindow.xaml"
  105. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  106. internal System.Windows.Controls.Label label4;
  107. #line default
  108. #line hidden
  109. #line 55 "..\..\..\MainWindow.xaml"
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  111. internal System.Windows.Controls.TextBox noProduct;
  112. #line default
  113. #line hidden
  114. #line 56 "..\..\..\MainWindow.xaml"
  115. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  116. internal System.Windows.Controls.TextBox customer;
  117. #line default
  118. #line hidden
  119. #line 57 "..\..\..\MainWindow.xaml"
  120. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  121. internal System.Windows.Controls.Label label5;
  122. #line default
  123. #line hidden
  124. #line 58 "..\..\..\MainWindow.xaml"
  125. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  126. internal System.Windows.Controls.Label label6;
  127. #line default
  128. #line hidden
  129. #line 59 "..\..\..\MainWindow.xaml"
  130. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  131. internal System.Windows.Controls.TextBox shape;
  132. #line default
  133. #line hidden
  134. #line 60 "..\..\..\MainWindow.xaml"
  135. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  136. internal System.Windows.Controls.Label label7;
  137. #line default
  138. #line hidden
  139. #line 61 "..\..\..\MainWindow.xaml"
  140. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  141. internal System.Windows.Controls.TextBox size;
  142. #line default
  143. #line hidden
  144. #line 62 "..\..\..\MainWindow.xaml"
  145. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  146. internal System.Windows.Controls.Label label8;
  147. #line default
  148. #line hidden
  149. #line 63 "..\..\..\MainWindow.xaml"
  150. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  151. internal System.Windows.Controls.TextBox spec;
  152. #line default
  153. #line hidden
  154. #line 64 "..\..\..\MainWindow.xaml"
  155. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  156. internal System.Windows.Controls.Label label9;
  157. #line default
  158. #line hidden
  159. #line 65 "..\..\..\MainWindow.xaml"
  160. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  161. internal System.Windows.Controls.TextBox sampling;
  162. #line default
  163. #line hidden
  164. #line 66 "..\..\..\MainWindow.xaml"
  165. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  166. internal System.Windows.Controls.Label label10;
  167. #line default
  168. #line hidden
  169. #line 67 "..\..\..\MainWindow.xaml"
  170. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  171. internal System.Windows.Controls.TextBox point;
  172. #line default
  173. #line hidden
  174. #line 68 "..\..\..\MainWindow.xaml"
  175. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  176. internal System.Windows.Controls.Label label11;
  177. #line default
  178. #line hidden
  179. #line 69 "..\..\..\MainWindow.xaml"
  180. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  181. internal System.Windows.Controls.TextBox condition;
  182. #line default
  183. #line hidden
  184. #line 70 "..\..\..\MainWindow.xaml"
  185. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  186. internal System.Windows.Controls.Label point1Label;
  187. #line default
  188. #line hidden
  189. #line 71 "..\..\..\MainWindow.xaml"
  190. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  191. internal System.Windows.Controls.TextBox outTB;
  192. #line default
  193. #line hidden
  194. #line 72 "..\..\..\MainWindow.xaml"
  195. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  196. internal System.Windows.Controls.Label point2Label;
  197. #line default
  198. #line hidden
  199. #line 73 "..\..\..\MainWindow.xaml"
  200. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  201. internal System.Windows.Controls.TextBox inTB;
  202. #line default
  203. #line hidden
  204. #line 74 "..\..\..\MainWindow.xaml"
  205. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  206. internal System.Windows.Controls.Label label14;
  207. #line default
  208. #line hidden
  209. #line 75 "..\..\..\MainWindow.xaml"
  210. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  211. internal System.Windows.Controls.TextBox middleTB;
  212. #line default
  213. #line hidden
  214. #line 76 "..\..\..\MainWindow.xaml"
  215. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  216. internal System.Windows.Controls.ToolBarTray toolBarTray1;
  217. #line default
  218. #line hidden
  219. #line 78 "..\..\..\MainWindow.xaml"
  220. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  221. internal System.Windows.Controls.Button addRow;
  222. #line default
  223. #line hidden
  224. #line 84 "..\..\..\MainWindow.xaml"
  225. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  226. internal System.Windows.Controls.Button addMeasureColumn;
  227. #line default
  228. #line hidden
  229. #line 90 "..\..\..\MainWindow.xaml"
  230. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  231. internal System.Windows.Controls.Button removeMeasureColumn;
  232. #line default
  233. #line hidden
  234. #line 96 "..\..\..\MainWindow.xaml"
  235. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  236. internal System.Windows.Controls.Button addMiddleBtn;
  237. #line default
  238. #line hidden
  239. #line 99 "..\..\..\MainWindow.xaml"
  240. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  241. internal System.Windows.Controls.TextBlock middleText;
  242. #line default
  243. #line hidden
  244. #line 102 "..\..\..\MainWindow.xaml"
  245. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  246. internal System.Windows.Controls.Button addInBtn;
  247. #line default
  248. #line hidden
  249. #line 105 "..\..\..\MainWindow.xaml"
  250. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  251. internal System.Windows.Controls.TextBlock inText;
  252. #line default
  253. #line hidden
  254. #line 108 "..\..\..\MainWindow.xaml"
  255. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  256. internal System.Windows.Controls.Button deleteData;
  257. #line default
  258. #line hidden
  259. #line 114 "..\..\..\MainWindow.xaml"
  260. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  261. internal System.Windows.Controls.Button saveCellBtn;
  262. #line default
  263. #line hidden
  264. #line 120 "..\..\..\MainWindow.xaml"
  265. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  266. internal System.Windows.Controls.Button printBtn;
  267. #line default
  268. #line hidden
  269. #line 128 "..\..\..\MainWindow.xaml"
  270. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  271. internal System.Windows.Controls.DataGrid measureGrid;
  272. #line default
  273. #line hidden
  274. #line 180 "..\..\..\MainWindow.xaml"
  275. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  276. internal System.Windows.Controls.Button commitBtn;
  277. #line default
  278. #line hidden
  279. #line 186 "..\..\..\MainWindow.xaml"
  280. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  281. internal System.Windows.Controls.Button dailyCheckBtn;
  282. #line default
  283. #line hidden
  284. #line 192 "..\..\..\MainWindow.xaml"
  285. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  286. internal System.Windows.Controls.Button undoBtn;
  287. #line default
  288. #line hidden
  289. #line 198 "..\..\..\MainWindow.xaml"
  290. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  291. internal System.Windows.Controls.Button rlBtn;
  292. #line default
  293. #line hidden
  294. #line 205 "..\..\..\MainWindow.xaml"
  295. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  296. internal System.Windows.Controls.Label label15;
  297. #line default
  298. #line hidden
  299. #line 206 "..\..\..\MainWindow.xaml"
  300. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  301. internal System.Windows.Controls.TextBlock UsingTimeTB;
  302. #line default
  303. #line hidden
  304. #line 207 "..\..\..\MainWindow.xaml"
  305. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  306. internal System.Windows.Controls.Label label16;
  307. #line default
  308. #line hidden
  309. #line 208 "..\..\..\MainWindow.xaml"
  310. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  311. internal System.Windows.Controls.TextBlock readingBox;
  312. #line default
  313. #line hidden
  314. #line 209 "..\..\..\MainWindow.xaml"
  315. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  316. internal System.Windows.Controls.Button find;
  317. #line default
  318. #line hidden
  319. #line 215 "..\..\..\MainWindow.xaml"
  320. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  321. internal System.Windows.Controls.Button IntranetBtn;
  322. #line default
  323. #line hidden
  324. #line 221 "..\..\..\MainWindow.xaml"
  325. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  326. internal System.Windows.Controls.Label headerLabel;
  327. #line default
  328. #line hidden
  329. #line 222 "..\..\..\MainWindow.xaml"
  330. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  331. internal System.Windows.Controls.TextBlock cellIndicattor;
  332. #line default
  333. #line hidden
  334. #line 223 "..\..\..\MainWindow.xaml"
  335. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  336. internal System.Windows.Controls.Label label17;
  337. #line default
  338. #line hidden
  339. #line 224 "..\..\..\MainWindow.xaml"
  340. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  341. internal System.Windows.Controls.ComboBox agreementCB;
  342. #line default
  343. #line hidden
  344. #line 225 "..\..\..\MainWindow.xaml"
  345. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  346. internal System.Windows.Controls.Button agreementBtn;
  347. #line default
  348. #line hidden
  349. #line 231 "..\..\..\MainWindow.xaml"
  350. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  351. internal System.Windows.Controls.Button resetBtn;
  352. #line default
  353. #line hidden
  354. #line 233 "..\..\..\MainWindow.xaml"
  355. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  356. internal System.Windows.Controls.Button searchAgreementBtn;
  357. #line default
  358. #line hidden
  359. #line 235 "..\..\..\MainWindow.xaml"
  360. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  361. internal System.Windows.Controls.Image Agreement;
  362. #line default
  363. #line hidden
  364. #line 238 "..\..\..\MainWindow.xaml"
  365. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  366. internal System.Windows.Controls.Button editINStar;
  367. #line default
  368. #line hidden
  369. #line 239 "..\..\..\MainWindow.xaml"
  370. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  371. internal System.Windows.Controls.Button editMID;
  372. #line default
  373. #line hidden
  374. private bool _contentLoaded;
  375. /// <summary>
  376. /// InitializeComponent
  377. /// </summary>
  378. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  379. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  380. public void InitializeComponent() {
  381. if (_contentLoaded) {
  382. return;
  383. }
  384. _contentLoaded = true;
  385. System.Uri resourceLocater = new System.Uri("/WpfApplication19;component/mainwindow.xaml", System.UriKind.Relative);
  386. #line 1 "..\..\..\MainWindow.xaml"
  387. System.Windows.Application.LoadComponent(this, resourceLocater);
  388. #line default
  389. #line hidden
  390. }
  391. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  392. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  393. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  394. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  395. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  396. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  397. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  398. switch (connectionId)
  399. {
  400. case 1:
  401. #line 7 "..\..\..\MainWindow.xaml"
  402. ((WpfApplication19.MainWindow)(target)).Closed += new System.EventHandler(this.closeWindows);
  403. #line default
  404. #line hidden
  405. #line 7 "..\..\..\MainWindow.xaml"
  406. ((WpfApplication19.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
  407. #line default
  408. #line hidden
  409. return;
  410. case 2:
  411. this.menu1 = ((System.Windows.Controls.Menu)(target));
  412. return;
  413. case 3:
  414. this.logoutMenu = ((System.Windows.Controls.MenuItem)(target));
  415. #line 32 "..\..\..\MainWindow.xaml"
  416. this.logoutMenu.Click += new System.Windows.RoutedEventHandler(this.logoutMenu_Click);
  417. #line default
  418. #line hidden
  419. return;
  420. case 4:
  421. this.configMenu = ((System.Windows.Controls.MenuItem)(target));
  422. #line 34 "..\..\..\MainWindow.xaml"
  423. this.configMenu.Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  424. #line default
  425. #line hidden
  426. return;
  427. case 5:
  428. this.editUsingTime = ((System.Windows.Controls.MenuItem)(target));
  429. #line 35 "..\..\..\MainWindow.xaml"
  430. this.editUsingTime.Click += new System.Windows.RoutedEventHandler(this.editUsingTime_Click);
  431. #line default
  432. #line hidden
  433. return;
  434. case 6:
  435. this.thaiMenu = ((System.Windows.Controls.MenuItem)(target));
  436. #line 37 "..\..\..\MainWindow.xaml"
  437. this.thaiMenu.Checked += new System.Windows.RoutedEventHandler(this.thaiMenu_Checked);
  438. #line default
  439. #line hidden
  440. return;
  441. case 7:
  442. this.engMenu = ((System.Windows.Controls.MenuItem)(target));
  443. #line 38 "..\..\..\MainWindow.xaml"
  444. this.engMenu.Checked += new System.Windows.RoutedEventHandler(this.engMenu_Checked);
  445. #line default
  446. #line hidden
  447. return;
  448. case 8:
  449. this.windowItem = ((System.Windows.Controls.MenuItem)(target));
  450. #line 42 "..\..\..\MainWindow.xaml"
  451. this.windowItem.Checked += new System.Windows.RoutedEventHandler(this.windowItem_Checked);
  452. #line default
  453. #line hidden
  454. return;
  455. case 9:
  456. this.fullScreenItem = ((System.Windows.Controls.MenuItem)(target));
  457. #line 43 "..\..\..\MainWindow.xaml"
  458. this.fullScreenItem.Checked += new System.Windows.RoutedEventHandler(this.fullScreenItem_Checked);
  459. #line default
  460. #line hidden
  461. return;
  462. case 10:
  463. this.about = ((System.Windows.Controls.MenuItem)(target));
  464. #line 47 "..\..\..\MainWindow.xaml"
  465. this.about.Click += new System.Windows.RoutedEventHandler(this.about_Click);
  466. #line default
  467. #line hidden
  468. return;
  469. case 11:
  470. this.label1 = ((System.Windows.Controls.Label)(target));
  471. return;
  472. case 12:
  473. this.lotNo = ((System.Windows.Controls.TextBox)(target));
  474. #line 51 "..\..\..\MainWindow.xaml"
  475. this.lotNo.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lotNo_MouseDown);
  476. #line default
  477. #line hidden
  478. #line 51 "..\..\..\MainWindow.xaml"
  479. this.lotNo.GotFocus += new System.Windows.RoutedEventHandler(this.lotNo_GotFocus);
  480. #line default
  481. #line hidden
  482. #line 51 "..\..\..\MainWindow.xaml"
  483. this.lotNo.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.lotNo_GotKeyboardFocus);
  484. #line default
  485. #line hidden
  486. #line 51 "..\..\..\MainWindow.xaml"
  487. this.lotNo.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.lotNo_GotMouseCapture);
  488. #line default
  489. #line hidden
  490. #line 51 "..\..\..\MainWindow.xaml"
  491. this.lotNo.KeyDown += new System.Windows.Input.KeyEventHandler(this.lotNo_KeyDown);
  492. #line default
  493. #line hidden
  494. return;
  495. case 13:
  496. this.label3 = ((System.Windows.Controls.Label)(target));
  497. return;
  498. case 14:
  499. this.code = ((System.Windows.Controls.TextBox)(target));
  500. return;
  501. case 15:
  502. this.label4 = ((System.Windows.Controls.Label)(target));
  503. return;
  504. case 16:
  505. this.noProduct = ((System.Windows.Controls.TextBox)(target));
  506. return;
  507. case 17:
  508. this.customer = ((System.Windows.Controls.TextBox)(target));
  509. return;
  510. case 18:
  511. this.label5 = ((System.Windows.Controls.Label)(target));
  512. return;
  513. case 19:
  514. this.label6 = ((System.Windows.Controls.Label)(target));
  515. return;
  516. case 20:
  517. this.shape = ((System.Windows.Controls.TextBox)(target));
  518. return;
  519. case 21:
  520. this.label7 = ((System.Windows.Controls.Label)(target));
  521. return;
  522. case 22:
  523. this.size = ((System.Windows.Controls.TextBox)(target));
  524. return;
  525. case 23:
  526. this.label8 = ((System.Windows.Controls.Label)(target));
  527. return;
  528. case 24:
  529. this.spec = ((System.Windows.Controls.TextBox)(target));
  530. return;
  531. case 25:
  532. this.label9 = ((System.Windows.Controls.Label)(target));
  533. return;
  534. case 26:
  535. this.sampling = ((System.Windows.Controls.TextBox)(target));
  536. return;
  537. case 27:
  538. this.label10 = ((System.Windows.Controls.Label)(target));
  539. return;
  540. case 28:
  541. this.point = ((System.Windows.Controls.TextBox)(target));
  542. return;
  543. case 29:
  544. this.label11 = ((System.Windows.Controls.Label)(target));
  545. return;
  546. case 30:
  547. this.condition = ((System.Windows.Controls.TextBox)(target));
  548. return;
  549. case 31:
  550. this.point1Label = ((System.Windows.Controls.Label)(target));
  551. return;
  552. case 32:
  553. this.outTB = ((System.Windows.Controls.TextBox)(target));
  554. return;
  555. case 33:
  556. this.point2Label = ((System.Windows.Controls.Label)(target));
  557. return;
  558. case 34:
  559. this.inTB = ((System.Windows.Controls.TextBox)(target));
  560. return;
  561. case 35:
  562. this.label14 = ((System.Windows.Controls.Label)(target));
  563. return;
  564. case 36:
  565. this.middleTB = ((System.Windows.Controls.TextBox)(target));
  566. return;
  567. case 37:
  568. this.toolBarTray1 = ((System.Windows.Controls.ToolBarTray)(target));
  569. return;
  570. case 38:
  571. this.addRow = ((System.Windows.Controls.Button)(target));
  572. #line 78 "..\..\..\MainWindow.xaml"
  573. this.addRow.Click += new System.Windows.RoutedEventHandler(this.addRow_Click);
  574. #line default
  575. #line hidden
  576. return;
  577. case 39:
  578. this.addMeasureColumn = ((System.Windows.Controls.Button)(target));
  579. #line 84 "..\..\..\MainWindow.xaml"
  580. this.addMeasureColumn.Click += new System.Windows.RoutedEventHandler(this.addMeasureColumn_Click);
  581. #line default
  582. #line hidden
  583. return;
  584. case 40:
  585. this.removeMeasureColumn = ((System.Windows.Controls.Button)(target));
  586. #line 90 "..\..\..\MainWindow.xaml"
  587. this.removeMeasureColumn.Click += new System.Windows.RoutedEventHandler(this.removeMeasureColumn_Click);
  588. #line default
  589. #line hidden
  590. return;
  591. case 41:
  592. this.addMiddleBtn = ((System.Windows.Controls.Button)(target));
  593. #line 96 "..\..\..\MainWindow.xaml"
  594. this.addMiddleBtn.Click += new System.Windows.RoutedEventHandler(this.addMiddleBtn_Click);
  595. #line default
  596. #line hidden
  597. return;
  598. case 42:
  599. this.middleText = ((System.Windows.Controls.TextBlock)(target));
  600. return;
  601. case 43:
  602. this.addInBtn = ((System.Windows.Controls.Button)(target));
  603. #line 102 "..\..\..\MainWindow.xaml"
  604. this.addInBtn.Click += new System.Windows.RoutedEventHandler(this.addInBtn_Click);
  605. #line default
  606. #line hidden
  607. return;
  608. case 44:
  609. this.inText = ((System.Windows.Controls.TextBlock)(target));
  610. return;
  611. case 45:
  612. this.deleteData = ((System.Windows.Controls.Button)(target));
  613. #line 108 "..\..\..\MainWindow.xaml"
  614. this.deleteData.Click += new System.Windows.RoutedEventHandler(this.deleteData_Click);
  615. #line default
  616. #line hidden
  617. return;
  618. case 46:
  619. this.saveCellBtn = ((System.Windows.Controls.Button)(target));
  620. #line 114 "..\..\..\MainWindow.xaml"
  621. this.saveCellBtn.Click += new System.Windows.RoutedEventHandler(this.saveCellBtn_Click);
  622. #line default
  623. #line hidden
  624. return;
  625. case 47:
  626. this.printBtn = ((System.Windows.Controls.Button)(target));
  627. #line 120 "..\..\..\MainWindow.xaml"
  628. this.printBtn.Click += new System.Windows.RoutedEventHandler(this.printBtn_Click);
  629. #line default
  630. #line hidden
  631. return;
  632. case 48:
  633. this.measureGrid = ((System.Windows.Controls.DataGrid)(target));
  634. #line 128 "..\..\..\MainWindow.xaml"
  635. this.measureGrid.RowEditEnding += new System.EventHandler<System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.measureGrid_RowEditEnding);
  636. #line default
  637. #line hidden
  638. #line 128 "..\..\..\MainWindow.xaml"
  639. this.measureGrid.KeyUp += new System.Windows.Input.KeyEventHandler(this.measureGrid_KeyUp);
  640. #line default
  641. #line hidden
  642. #line 128 "..\..\..\MainWindow.xaml"
  643. this.measureGrid.CellEditEnding += new System.EventHandler<System.Windows.Controls.DataGridCellEditEndingEventArgs>(this.measureGrid_CellEditEnding);
  644. #line default
  645. #line hidden
  646. #line 128 "..\..\..\MainWindow.xaml"
  647. this.measureGrid.LostFocus += new System.Windows.RoutedEventHandler(this.measureGrid_LostFocus);
  648. #line default
  649. #line hidden
  650. #line 128 "..\..\..\MainWindow.xaml"
  651. this.measureGrid.LostKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.measureGrid_LostKeyboardFocus);
  652. #line default
  653. #line hidden
  654. #line 128 "..\..\..\MainWindow.xaml"
  655. this.measureGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.measureGrid_LoadingRow);
  656. #line default
  657. #line hidden
  658. #line 128 "..\..\..\MainWindow.xaml"
  659. this.measureGrid.BeginningEdit += new System.EventHandler<System.Windows.Controls.DataGridBeginningEditEventArgs>(this.measureGrid_BeginningEdit);
  660. #line default
  661. #line hidden
  662. #line 128 "..\..\..\MainWindow.xaml"
  663. this.measureGrid.SelectedCellsChanged += new System.Windows.Controls.SelectedCellsChangedEventHandler(this.measureGrid_SelectedCellsChanged);
  664. #line default
  665. #line hidden
  666. #line 128 "..\..\..\MainWindow.xaml"
  667. this.measureGrid.CurrentCellChanged += new System.EventHandler<System.EventArgs>(this.measureGrid_CurrentCellChanged);
  668. #line default
  669. #line hidden
  670. #line 128 "..\..\..\MainWindow.xaml"
  671. this.measureGrid.KeyDown += new System.Windows.Input.KeyEventHandler(this.measureGrid_KeyDown);
  672. #line default
  673. #line hidden
  674. #line 128 "..\..\..\MainWindow.xaml"
  675. this.measureGrid.Loaded += new System.Windows.RoutedEventHandler(this.measureGrid_Loaded);
  676. #line default
  677. #line hidden
  678. #line 128 "..\..\..\MainWindow.xaml"
  679. this.measureGrid.SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.measureGrid_SourceUpdated);
  680. #line default
  681. #line hidden
  682. #line 128 "..\..\..\MainWindow.xaml"
  683. this.measureGrid.ColumnDisplayIndexChanged += new System.EventHandler<System.Windows.Controls.DataGridColumnEventArgs>(this.measureGrid_ColumnDisplayIndexChanged);
  684. #line default
  685. #line hidden
  686. #line 128 "..\..\..\MainWindow.xaml"
  687. this.measureGrid.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.measureGrid_PreviewKeyDown);
  688. #line default
  689. #line hidden
  690. return;
  691. case 49:
  692. this.commitBtn = ((System.Windows.Controls.Button)(target));
  693. #line 180 "..\..\..\MainWindow.xaml"
  694. this.commitBtn.Click += new System.Windows.RoutedEventHandler(this.commitBtn_Click);
  695. #line default
  696. #line hidden
  697. return;
  698. case 50:
  699. this.dailyCheckBtn = ((System.Windows.Controls.Button)(target));
  700. #line 186 "..\..\..\MainWindow.xaml"
  701. this.dailyCheckBtn.Click += new System.Windows.RoutedEventHandler(this.dailyCheckBtn_Click);
  702. #line default
  703. #line hidden
  704. return;
  705. case 51:
  706. this.undoBtn = ((System.Windows.Controls.Button)(target));
  707. #line 192 "..\..\..\MainWindow.xaml"
  708. this.undoBtn.Click += new System.Windows.RoutedEventHandler(this.undoBtn_Click);
  709. #line default
  710. #line hidden
  711. return;
  712. case 52:
  713. this.rlBtn = ((System.Windows.Controls.Button)(target));
  714. #line 198 "..\..\..\MainWindow.xaml"
  715. this.rlBtn.Click += new System.Windows.RoutedEventHandler(this.rlChick);
  716. #line default
  717. #line hidden
  718. return;
  719. case 53:
  720. this.label15 = ((System.Windows.Controls.Label)(target));
  721. return;
  722. case 54:
  723. this.UsingTimeTB = ((System.Windows.Controls.TextBlock)(target));
  724. return;
  725. case 55:
  726. this.label16 = ((System.Windows.Controls.Label)(target));
  727. return;
  728. case 56:
  729. this.readingBox = ((System.Windows.Controls.TextBlock)(target));
  730. return;
  731. case 57:
  732. this.find = ((System.Windows.Controls.Button)(target));
  733. #line 209 "..\..\..\MainWindow.xaml"
  734. this.find.Click += new System.Windows.RoutedEventHandler(this.find_Click);
  735. #line default
  736. #line hidden
  737. return;
  738. case 58:
  739. this.IntranetBtn = ((System.Windows.Controls.Button)(target));
  740. #line 215 "..\..\..\MainWindow.xaml"
  741. this.IntranetBtn.Click += new System.Windows.RoutedEventHandler(this.IntranetBtn_Click);
  742. #line default
  743. #line hidden
  744. return;
  745. case 59:
  746. this.headerLabel = ((System.Windows.Controls.Label)(target));
  747. return;
  748. case 60:
  749. this.cellIndicattor = ((System.Windows.Controls.TextBlock)(target));
  750. return;
  751. case 61:
  752. this.label17 = ((System.Windows.Controls.Label)(target));
  753. return;
  754. case 62:
  755. this.agreementCB = ((System.Windows.Controls.ComboBox)(target));
  756. return;
  757. case 63:
  758. this.agreementBtn = ((System.Windows.Controls.Button)(target));
  759. #line 225 "..\..\..\MainWindow.xaml"
  760. this.agreementBtn.Click += new System.Windows.RoutedEventHandler(this.agreementBtn_Click);
  761. #line default
  762. #line hidden
  763. return;
  764. case 64:
  765. this.resetBtn = ((System.Windows.Controls.Button)(target));
  766. #line 231 "..\..\..\MainWindow.xaml"
  767. this.resetBtn.Click += new System.Windows.RoutedEventHandler(this.resetBtn_Click);
  768. #line default
  769. #line hidden
  770. return;
  771. case 65:
  772. this.searchAgreementBtn = ((System.Windows.Controls.Button)(target));
  773. #line 233 "..\..\..\MainWindow.xaml"
  774. this.searchAgreementBtn.Click += new System.Windows.RoutedEventHandler(this.searchAgreementBtn_Click);
  775. #line default
  776. #line hidden
  777. return;
  778. case 66:
  779. this.Agreement = ((System.Windows.Controls.Image)(target));
  780. return;
  781. case 67:
  782. this.editINStar = ((System.Windows.Controls.Button)(target));
  783. #line 238 "..\..\..\MainWindow.xaml"
  784. this.editINStar.Click += new System.Windows.RoutedEventHandler(this.editINStar_Click);
  785. #line default
  786. #line hidden
  787. return;
  788. case 68:
  789. this.editMID = ((System.Windows.Controls.Button)(target));
  790. #line 239 "..\..\..\MainWindow.xaml"
  791. this.editMID.Click += new System.Windows.RoutedEventHandler(this.editMID_Click);
  792. #line default
  793. #line hidden
  794. return;
  795. }
  796. this._contentLoaded = true;
  797. }
  798. }
  799. }