Keine Beschreibung

MainWindow.g.cs 43KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B4D1C08609E36F66732EB6CA73EB1EA73C97B4D46B308BB8BB8016F10C94E576"
  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.Label procellLabel;
  317. #line default
  318. #line hidden
  319. #line 210 "..\..\..\MainWindow.xaml"
  320. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  321. internal System.Windows.Controls.TextBlock processedBox;
  322. #line default
  323. #line hidden
  324. #line 212 "..\..\..\MainWindow.xaml"
  325. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  326. internal System.Windows.Controls.Button find;
  327. #line default
  328. #line hidden
  329. #line 219 "..\..\..\MainWindow.xaml"
  330. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  331. internal System.Windows.Controls.Button IntranetBtn;
  332. #line default
  333. #line hidden
  334. #line 225 "..\..\..\MainWindow.xaml"
  335. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  336. internal System.Windows.Controls.Label headerLabel;
  337. #line default
  338. #line hidden
  339. #line 226 "..\..\..\MainWindow.xaml"
  340. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  341. internal System.Windows.Controls.TextBlock cellIndicattor;
  342. #line default
  343. #line hidden
  344. #line 227 "..\..\..\MainWindow.xaml"
  345. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  346. internal System.Windows.Controls.Label label17;
  347. #line default
  348. #line hidden
  349. #line 228 "..\..\..\MainWindow.xaml"
  350. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  351. internal System.Windows.Controls.ComboBox agreementCB;
  352. #line default
  353. #line hidden
  354. #line 229 "..\..\..\MainWindow.xaml"
  355. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  356. internal System.Windows.Controls.Button agreementBtn;
  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.Button resetBtn;
  362. #line default
  363. #line hidden
  364. #line 237 "..\..\..\MainWindow.xaml"
  365. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  366. internal System.Windows.Controls.Button searchAgreementBtn;
  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.Image Agreement;
  372. #line default
  373. #line hidden
  374. #line 242 "..\..\..\MainWindow.xaml"
  375. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  376. internal System.Windows.Controls.Button editINStar;
  377. #line default
  378. #line hidden
  379. #line 243 "..\..\..\MainWindow.xaml"
  380. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  381. internal System.Windows.Controls.Button editMID;
  382. #line default
  383. #line hidden
  384. private bool _contentLoaded;
  385. /// <summary>
  386. /// InitializeComponent
  387. /// </summary>
  388. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  389. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  390. public void InitializeComponent() {
  391. if (_contentLoaded) {
  392. return;
  393. }
  394. _contentLoaded = true;
  395. System.Uri resourceLocater = new System.Uri("/WpfApplication19;component/mainwindow.xaml", System.UriKind.Relative);
  396. #line 1 "..\..\..\MainWindow.xaml"
  397. System.Windows.Application.LoadComponent(this, resourceLocater);
  398. #line default
  399. #line hidden
  400. }
  401. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  402. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  403. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  404. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  405. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  406. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  407. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  408. switch (connectionId)
  409. {
  410. case 1:
  411. #line 7 "..\..\..\MainWindow.xaml"
  412. ((WpfApplication19.MainWindow)(target)).Closed += new System.EventHandler(this.closeWindows);
  413. #line default
  414. #line hidden
  415. #line 7 "..\..\..\MainWindow.xaml"
  416. ((WpfApplication19.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
  417. #line default
  418. #line hidden
  419. return;
  420. case 2:
  421. this.menu1 = ((System.Windows.Controls.Menu)(target));
  422. return;
  423. case 3:
  424. this.logoutMenu = ((System.Windows.Controls.MenuItem)(target));
  425. #line 32 "..\..\..\MainWindow.xaml"
  426. this.logoutMenu.Click += new System.Windows.RoutedEventHandler(this.logoutMenu_Click);
  427. #line default
  428. #line hidden
  429. return;
  430. case 4:
  431. this.configMenu = ((System.Windows.Controls.MenuItem)(target));
  432. #line 34 "..\..\..\MainWindow.xaml"
  433. this.configMenu.Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  434. #line default
  435. #line hidden
  436. return;
  437. case 5:
  438. this.editUsingTime = ((System.Windows.Controls.MenuItem)(target));
  439. #line 35 "..\..\..\MainWindow.xaml"
  440. this.editUsingTime.Click += new System.Windows.RoutedEventHandler(this.editUsingTime_Click);
  441. #line default
  442. #line hidden
  443. return;
  444. case 6:
  445. this.thaiMenu = ((System.Windows.Controls.MenuItem)(target));
  446. #line 37 "..\..\..\MainWindow.xaml"
  447. this.thaiMenu.Checked += new System.Windows.RoutedEventHandler(this.thaiMenu_Checked);
  448. #line default
  449. #line hidden
  450. return;
  451. case 7:
  452. this.engMenu = ((System.Windows.Controls.MenuItem)(target));
  453. #line 38 "..\..\..\MainWindow.xaml"
  454. this.engMenu.Checked += new System.Windows.RoutedEventHandler(this.engMenu_Checked);
  455. #line default
  456. #line hidden
  457. return;
  458. case 8:
  459. this.windowItem = ((System.Windows.Controls.MenuItem)(target));
  460. #line 42 "..\..\..\MainWindow.xaml"
  461. this.windowItem.Checked += new System.Windows.RoutedEventHandler(this.windowItem_Checked);
  462. #line default
  463. #line hidden
  464. return;
  465. case 9:
  466. this.fullScreenItem = ((System.Windows.Controls.MenuItem)(target));
  467. #line 43 "..\..\..\MainWindow.xaml"
  468. this.fullScreenItem.Checked += new System.Windows.RoutedEventHandler(this.fullScreenItem_Checked);
  469. #line default
  470. #line hidden
  471. return;
  472. case 10:
  473. this.about = ((System.Windows.Controls.MenuItem)(target));
  474. #line 47 "..\..\..\MainWindow.xaml"
  475. this.about.Click += new System.Windows.RoutedEventHandler(this.about_Click);
  476. #line default
  477. #line hidden
  478. return;
  479. case 11:
  480. this.label1 = ((System.Windows.Controls.Label)(target));
  481. return;
  482. case 12:
  483. this.lotNo = ((System.Windows.Controls.TextBox)(target));
  484. #line 51 "..\..\..\MainWindow.xaml"
  485. this.lotNo.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lotNo_MouseDown);
  486. #line default
  487. #line hidden
  488. #line 51 "..\..\..\MainWindow.xaml"
  489. this.lotNo.GotFocus += new System.Windows.RoutedEventHandler(this.lotNo_GotFocus);
  490. #line default
  491. #line hidden
  492. #line 51 "..\..\..\MainWindow.xaml"
  493. this.lotNo.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.lotNo_GotKeyboardFocus);
  494. #line default
  495. #line hidden
  496. #line 51 "..\..\..\MainWindow.xaml"
  497. this.lotNo.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.lotNo_GotMouseCapture);
  498. #line default
  499. #line hidden
  500. #line 51 "..\..\..\MainWindow.xaml"
  501. this.lotNo.KeyDown += new System.Windows.Input.KeyEventHandler(this.lotNo_KeyDown);
  502. #line default
  503. #line hidden
  504. return;
  505. case 13:
  506. this.label3 = ((System.Windows.Controls.Label)(target));
  507. return;
  508. case 14:
  509. this.code = ((System.Windows.Controls.TextBox)(target));
  510. return;
  511. case 15:
  512. this.label4 = ((System.Windows.Controls.Label)(target));
  513. return;
  514. case 16:
  515. this.noProduct = ((System.Windows.Controls.TextBox)(target));
  516. return;
  517. case 17:
  518. this.customer = ((System.Windows.Controls.TextBox)(target));
  519. return;
  520. case 18:
  521. this.label5 = ((System.Windows.Controls.Label)(target));
  522. return;
  523. case 19:
  524. this.label6 = ((System.Windows.Controls.Label)(target));
  525. return;
  526. case 20:
  527. this.shape = ((System.Windows.Controls.TextBox)(target));
  528. return;
  529. case 21:
  530. this.label7 = ((System.Windows.Controls.Label)(target));
  531. return;
  532. case 22:
  533. this.size = ((System.Windows.Controls.TextBox)(target));
  534. return;
  535. case 23:
  536. this.label8 = ((System.Windows.Controls.Label)(target));
  537. return;
  538. case 24:
  539. this.spec = ((System.Windows.Controls.TextBox)(target));
  540. return;
  541. case 25:
  542. this.label9 = ((System.Windows.Controls.Label)(target));
  543. return;
  544. case 26:
  545. this.sampling = ((System.Windows.Controls.TextBox)(target));
  546. return;
  547. case 27:
  548. this.label10 = ((System.Windows.Controls.Label)(target));
  549. return;
  550. case 28:
  551. this.point = ((System.Windows.Controls.TextBox)(target));
  552. return;
  553. case 29:
  554. this.label11 = ((System.Windows.Controls.Label)(target));
  555. return;
  556. case 30:
  557. this.condition = ((System.Windows.Controls.TextBox)(target));
  558. return;
  559. case 31:
  560. this.point1Label = ((System.Windows.Controls.Label)(target));
  561. return;
  562. case 32:
  563. this.outTB = ((System.Windows.Controls.TextBox)(target));
  564. return;
  565. case 33:
  566. this.point2Label = ((System.Windows.Controls.Label)(target));
  567. return;
  568. case 34:
  569. this.inTB = ((System.Windows.Controls.TextBox)(target));
  570. return;
  571. case 35:
  572. this.label14 = ((System.Windows.Controls.Label)(target));
  573. return;
  574. case 36:
  575. this.middleTB = ((System.Windows.Controls.TextBox)(target));
  576. return;
  577. case 37:
  578. this.toolBarTray1 = ((System.Windows.Controls.ToolBarTray)(target));
  579. return;
  580. case 38:
  581. this.addRow = ((System.Windows.Controls.Button)(target));
  582. #line 78 "..\..\..\MainWindow.xaml"
  583. this.addRow.Click += new System.Windows.RoutedEventHandler(this.addRow_Click);
  584. #line default
  585. #line hidden
  586. return;
  587. case 39:
  588. this.addMeasureColumn = ((System.Windows.Controls.Button)(target));
  589. #line 84 "..\..\..\MainWindow.xaml"
  590. this.addMeasureColumn.Click += new System.Windows.RoutedEventHandler(this.addMeasureColumn_Click);
  591. #line default
  592. #line hidden
  593. return;
  594. case 40:
  595. this.removeMeasureColumn = ((System.Windows.Controls.Button)(target));
  596. #line 90 "..\..\..\MainWindow.xaml"
  597. this.removeMeasureColumn.Click += new System.Windows.RoutedEventHandler(this.removeMeasureColumn_Click);
  598. #line default
  599. #line hidden
  600. return;
  601. case 41:
  602. this.addMiddleBtn = ((System.Windows.Controls.Button)(target));
  603. #line 96 "..\..\..\MainWindow.xaml"
  604. this.addMiddleBtn.Click += new System.Windows.RoutedEventHandler(this.addMiddleBtn_Click);
  605. #line default
  606. #line hidden
  607. return;
  608. case 42:
  609. this.middleText = ((System.Windows.Controls.TextBlock)(target));
  610. return;
  611. case 43:
  612. this.addInBtn = ((System.Windows.Controls.Button)(target));
  613. #line 102 "..\..\..\MainWindow.xaml"
  614. this.addInBtn.Click += new System.Windows.RoutedEventHandler(this.addInBtn_Click);
  615. #line default
  616. #line hidden
  617. return;
  618. case 44:
  619. this.inText = ((System.Windows.Controls.TextBlock)(target));
  620. return;
  621. case 45:
  622. this.deleteData = ((System.Windows.Controls.Button)(target));
  623. #line 108 "..\..\..\MainWindow.xaml"
  624. this.deleteData.Click += new System.Windows.RoutedEventHandler(this.deleteData_Click);
  625. #line default
  626. #line hidden
  627. return;
  628. case 46:
  629. this.saveCellBtn = ((System.Windows.Controls.Button)(target));
  630. #line 114 "..\..\..\MainWindow.xaml"
  631. this.saveCellBtn.Click += new System.Windows.RoutedEventHandler(this.saveCellBtn_Click);
  632. #line default
  633. #line hidden
  634. return;
  635. case 47:
  636. this.printBtn = ((System.Windows.Controls.Button)(target));
  637. #line 120 "..\..\..\MainWindow.xaml"
  638. this.printBtn.Click += new System.Windows.RoutedEventHandler(this.printBtn_Click);
  639. #line default
  640. #line hidden
  641. return;
  642. case 48:
  643. this.measureGrid = ((System.Windows.Controls.DataGrid)(target));
  644. #line 128 "..\..\..\MainWindow.xaml"
  645. this.measureGrid.RowEditEnding += new System.EventHandler<System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.measureGrid_RowEditEnding);
  646. #line default
  647. #line hidden
  648. #line 128 "..\..\..\MainWindow.xaml"
  649. this.measureGrid.KeyUp += new System.Windows.Input.KeyEventHandler(this.measureGrid_KeyUp);
  650. #line default
  651. #line hidden
  652. #line 128 "..\..\..\MainWindow.xaml"
  653. this.measureGrid.CellEditEnding += new System.EventHandler<System.Windows.Controls.DataGridCellEditEndingEventArgs>(this.measureGrid_CellEditEnding);
  654. #line default
  655. #line hidden
  656. #line 128 "..\..\..\MainWindow.xaml"
  657. this.measureGrid.LostFocus += new System.Windows.RoutedEventHandler(this.measureGrid_LostFocus);
  658. #line default
  659. #line hidden
  660. #line 128 "..\..\..\MainWindow.xaml"
  661. this.measureGrid.LostKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.measureGrid_LostKeyboardFocus);
  662. #line default
  663. #line hidden
  664. #line 128 "..\..\..\MainWindow.xaml"
  665. this.measureGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.measureGrid_LoadingRow);
  666. #line default
  667. #line hidden
  668. #line 128 "..\..\..\MainWindow.xaml"
  669. this.measureGrid.BeginningEdit += new System.EventHandler<System.Windows.Controls.DataGridBeginningEditEventArgs>(this.measureGrid_BeginningEdit);
  670. #line default
  671. #line hidden
  672. #line 128 "..\..\..\MainWindow.xaml"
  673. this.measureGrid.SelectedCellsChanged += new System.Windows.Controls.SelectedCellsChangedEventHandler(this.measureGrid_SelectedCellsChanged);
  674. #line default
  675. #line hidden
  676. #line 128 "..\..\..\MainWindow.xaml"
  677. this.measureGrid.CurrentCellChanged += new System.EventHandler<System.EventArgs>(this.measureGrid_CurrentCellChanged);
  678. #line default
  679. #line hidden
  680. #line 128 "..\..\..\MainWindow.xaml"
  681. this.measureGrid.KeyDown += new System.Windows.Input.KeyEventHandler(this.measureGrid_KeyDown);
  682. #line default
  683. #line hidden
  684. #line 128 "..\..\..\MainWindow.xaml"
  685. this.measureGrid.Loaded += new System.Windows.RoutedEventHandler(this.measureGrid_Loaded);
  686. #line default
  687. #line hidden
  688. #line 128 "..\..\..\MainWindow.xaml"
  689. this.measureGrid.SourceUpdated += new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.measureGrid_SourceUpdated);
  690. #line default
  691. #line hidden
  692. #line 128 "..\..\..\MainWindow.xaml"
  693. this.measureGrid.ColumnDisplayIndexChanged += new System.EventHandler<System.Windows.Controls.DataGridColumnEventArgs>(this.measureGrid_ColumnDisplayIndexChanged);
  694. #line default
  695. #line hidden
  696. #line 128 "..\..\..\MainWindow.xaml"
  697. this.measureGrid.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.measureGrid_PreviewKeyDown);
  698. #line default
  699. #line hidden
  700. return;
  701. case 49:
  702. this.commitBtn = ((System.Windows.Controls.Button)(target));
  703. #line 180 "..\..\..\MainWindow.xaml"
  704. this.commitBtn.Click += new System.Windows.RoutedEventHandler(this.commitBtn_Click);
  705. #line default
  706. #line hidden
  707. return;
  708. case 50:
  709. this.dailyCheckBtn = ((System.Windows.Controls.Button)(target));
  710. #line 186 "..\..\..\MainWindow.xaml"
  711. this.dailyCheckBtn.Click += new System.Windows.RoutedEventHandler(this.dailyCheckBtn_Click);
  712. #line default
  713. #line hidden
  714. return;
  715. case 51:
  716. this.undoBtn = ((System.Windows.Controls.Button)(target));
  717. #line 192 "..\..\..\MainWindow.xaml"
  718. this.undoBtn.Click += new System.Windows.RoutedEventHandler(this.undoBtn_Click);
  719. #line default
  720. #line hidden
  721. return;
  722. case 52:
  723. this.rlBtn = ((System.Windows.Controls.Button)(target));
  724. #line 198 "..\..\..\MainWindow.xaml"
  725. this.rlBtn.Click += new System.Windows.RoutedEventHandler(this.rlChick);
  726. #line default
  727. #line hidden
  728. return;
  729. case 53:
  730. this.label15 = ((System.Windows.Controls.Label)(target));
  731. return;
  732. case 54:
  733. this.UsingTimeTB = ((System.Windows.Controls.TextBlock)(target));
  734. return;
  735. case 55:
  736. this.label16 = ((System.Windows.Controls.Label)(target));
  737. return;
  738. case 56:
  739. this.readingBox = ((System.Windows.Controls.TextBlock)(target));
  740. return;
  741. case 57:
  742. this.procellLabel = ((System.Windows.Controls.Label)(target));
  743. return;
  744. case 58:
  745. this.processedBox = ((System.Windows.Controls.TextBlock)(target));
  746. return;
  747. case 59:
  748. this.find = ((System.Windows.Controls.Button)(target));
  749. #line 212 "..\..\..\MainWindow.xaml"
  750. this.find.Click += new System.Windows.RoutedEventHandler(this.find_Click);
  751. #line default
  752. #line hidden
  753. return;
  754. case 60:
  755. this.IntranetBtn = ((System.Windows.Controls.Button)(target));
  756. #line 219 "..\..\..\MainWindow.xaml"
  757. this.IntranetBtn.Click += new System.Windows.RoutedEventHandler(this.IntranetBtn_Click);
  758. #line default
  759. #line hidden
  760. return;
  761. case 61:
  762. this.headerLabel = ((System.Windows.Controls.Label)(target));
  763. return;
  764. case 62:
  765. this.cellIndicattor = ((System.Windows.Controls.TextBlock)(target));
  766. return;
  767. case 63:
  768. this.label17 = ((System.Windows.Controls.Label)(target));
  769. return;
  770. case 64:
  771. this.agreementCB = ((System.Windows.Controls.ComboBox)(target));
  772. return;
  773. case 65:
  774. this.agreementBtn = ((System.Windows.Controls.Button)(target));
  775. #line 229 "..\..\..\MainWindow.xaml"
  776. this.agreementBtn.Click += new System.Windows.RoutedEventHandler(this.agreementBtn_Click);
  777. #line default
  778. #line hidden
  779. return;
  780. case 66:
  781. this.resetBtn = ((System.Windows.Controls.Button)(target));
  782. #line 235 "..\..\..\MainWindow.xaml"
  783. this.resetBtn.Click += new System.Windows.RoutedEventHandler(this.resetBtn_Click);
  784. #line default
  785. #line hidden
  786. return;
  787. case 67:
  788. this.searchAgreementBtn = ((System.Windows.Controls.Button)(target));
  789. #line 237 "..\..\..\MainWindow.xaml"
  790. this.searchAgreementBtn.Click += new System.Windows.RoutedEventHandler(this.searchAgreementBtn_Click);
  791. #line default
  792. #line hidden
  793. return;
  794. case 68:
  795. this.Agreement = ((System.Windows.Controls.Image)(target));
  796. return;
  797. case 69:
  798. this.editINStar = ((System.Windows.Controls.Button)(target));
  799. #line 242 "..\..\..\MainWindow.xaml"
  800. this.editINStar.Click += new System.Windows.RoutedEventHandler(this.editINStar_Click);
  801. #line default
  802. #line hidden
  803. return;
  804. case 70:
  805. this.editMID = ((System.Windows.Controls.Button)(target));
  806. #line 243 "..\..\..\MainWindow.xaml"
  807. this.editMID.Click += new System.Windows.RoutedEventHandler(this.editMID_Click);
  808. #line default
  809. #line hidden
  810. return;
  811. }
  812. this._contentLoaded = true;
  813. }
  814. }
  815. }