Form1.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. namespace crusherScanner
  2. {
  3. /// <summary>
  4. /// Main window of the application.
  5. /// </summary>
  6. partial class Form1
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  33. this.TextBox1 = new System.Windows.Forms.TextBox();
  34. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  35. this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  42. this.purgeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  43. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.logsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.openCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.openDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.purgeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  49. this.reinitializeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.reinitializeSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.testSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  53. this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  55. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.Timer1 = new System.Windows.Forms.Timer(this.components);
  62. this.label6 = new System.Windows.Forms.Label();
  63. this.label7 = new System.Windows.Forms.Label();
  64. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  65. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  66. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  67. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  68. this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  69. this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
  70. this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
  71. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  72. this.label8 = new System.Windows.Forms.Label();
  73. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  74. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  75. this.menuStrip1.SuspendLayout();
  76. this.statusStrip1.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // TextBox1
  80. //
  81. this.TextBox1.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  82. this.TextBox1.Location = new System.Drawing.Point(279, 214);
  83. this.TextBox1.Name = "TextBox1";
  84. this.TextBox1.PlaceholderText = "Scan Barcode here!";
  85. this.TextBox1.Size = new System.Drawing.Size(706, 98);
  86. this.TextBox1.TabIndex = 0;
  87. this.TextBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.TextBox1_PreviewKeyDown);
  88. //
  89. // menuStrip1
  90. //
  91. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  92. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  93. this.menuToolStripMenuItem});
  94. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  95. this.menuStrip1.Name = "menuStrip1";
  96. this.menuStrip1.Size = new System.Drawing.Size(1708, 33);
  97. this.menuStrip1.TabIndex = 1;
  98. this.menuStrip1.Text = "menuStrip1";
  99. //
  100. // menuToolStripMenuItem
  101. //
  102. this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.settingsToolStripMenuItem,
  104. this.toolStripSeparator2,
  105. this.logsToolStripMenuItem,
  106. this.toolStripSeparator3,
  107. this.reinitializeToolStripMenuItem,
  108. this.toolStripSeparator4,
  109. this.ExitToolStripMenuItem});
  110. this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
  111. this.menuToolStripMenuItem.Size = new System.Drawing.Size(73, 29);
  112. this.menuToolStripMenuItem.Text = "Menu";
  113. //
  114. // settingsToolStripMenuItem
  115. //
  116. this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.editToolStripMenuItem,
  118. this.toolStripSeparator1,
  119. this.importToolStripMenuItem,
  120. this.exportToolStripMenuItem,
  121. this.toolStripSeparator5,
  122. this.purgeToolStripMenuItem1});
  123. this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
  124. this.settingsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
  125. this.settingsToolStripMenuItem.Text = "Settings";
  126. //
  127. // editToolStripMenuItem
  128. //
  129. this.editToolStripMenuItem.Name = "editToolStripMenuItem";
  130. this.editToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
  131. this.editToolStripMenuItem.Text = "Edit";
  132. this.editToolStripMenuItem.Click += new System.EventHandler(this.EditToolStripMenuItem_Click);
  133. //
  134. // toolStripSeparator1
  135. //
  136. this.toolStripSeparator1.Name = "toolStripSeparator1";
  137. this.toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
  138. //
  139. // importToolStripMenuItem
  140. //
  141. this.importToolStripMenuItem.Name = "importToolStripMenuItem";
  142. this.importToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
  143. this.importToolStripMenuItem.Text = "Import";
  144. this.importToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
  145. //
  146. // exportToolStripMenuItem
  147. //
  148. this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
  149. this.exportToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
  150. this.exportToolStripMenuItem.Text = "Export";
  151. this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
  152. //
  153. // toolStripSeparator5
  154. //
  155. this.toolStripSeparator5.Name = "toolStripSeparator5";
  156. this.toolStripSeparator5.Size = new System.Drawing.Size(166, 6);
  157. //
  158. // purgeToolStripMenuItem1
  159. //
  160. this.purgeToolStripMenuItem1.Name = "purgeToolStripMenuItem1";
  161. this.purgeToolStripMenuItem1.Size = new System.Drawing.Size(169, 34);
  162. this.purgeToolStripMenuItem1.Text = "Purge";
  163. this.purgeToolStripMenuItem1.Click += new System.EventHandler(this.PurgeToolStripMenuItem1_Click);
  164. //
  165. // toolStripSeparator2
  166. //
  167. this.toolStripSeparator2.Name = "toolStripSeparator2";
  168. this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6);
  169. //
  170. // logsToolStripMenuItem
  171. //
  172. this.logsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.openCurrentToolStripMenuItem,
  174. this.openDirectoryToolStripMenuItem,
  175. this.purgeToolStripMenuItem});
  176. this.logsToolStripMenuItem.Name = "logsToolStripMenuItem";
  177. this.logsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
  178. this.logsToolStripMenuItem.Text = "Logs";
  179. //
  180. // openCurrentToolStripMenuItem
  181. //
  182. this.openCurrentToolStripMenuItem.Name = "openCurrentToolStripMenuItem";
  183. this.openCurrentToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
  184. this.openCurrentToolStripMenuItem.Text = "Open current";
  185. this.openCurrentToolStripMenuItem.Click += new System.EventHandler(this.openCurrentToolStripMenuItem_Click);
  186. //
  187. // openDirectoryToolStripMenuItem
  188. //
  189. this.openDirectoryToolStripMenuItem.Name = "openDirectoryToolStripMenuItem";
  190. this.openDirectoryToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
  191. this.openDirectoryToolStripMenuItem.Text = "Open directory";
  192. this.openDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openDirectoryToolStripMenuItem_Click);
  193. //
  194. // purgeToolStripMenuItem
  195. //
  196. this.purgeToolStripMenuItem.Name = "purgeToolStripMenuItem";
  197. this.purgeToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
  198. this.purgeToolStripMenuItem.Text = "Purge";
  199. this.purgeToolStripMenuItem.Click += new System.EventHandler(this.purgeToolStripMenuItem_Click);
  200. //
  201. // toolStripSeparator3
  202. //
  203. this.toolStripSeparator3.Name = "toolStripSeparator3";
  204. this.toolStripSeparator3.Size = new System.Drawing.Size(192, 6);
  205. //
  206. // reinitializeToolStripMenuItem
  207. //
  208. this.reinitializeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  209. this.reinitializeSettingsToolStripMenuItem,
  210. this.testSettingsToolStripMenuItem});
  211. this.reinitializeToolStripMenuItem.Name = "reinitializeToolStripMenuItem";
  212. this.reinitializeToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
  213. this.reinitializeToolStripMenuItem.Text = "Reinitialize";
  214. //
  215. // reinitializeSettingsToolStripMenuItem
  216. //
  217. this.reinitializeSettingsToolStripMenuItem.Name = "reinitializeSettingsToolStripMenuItem";
  218. this.reinitializeSettingsToolStripMenuItem.Size = new System.Drawing.Size(262, 34);
  219. this.reinitializeSettingsToolStripMenuItem.Text = "Reinitialize settings";
  220. this.reinitializeSettingsToolStripMenuItem.Click += new System.EventHandler(this.ReinitializeSettingsToolStripMenuItem_Click);
  221. //
  222. // testSettingsToolStripMenuItem
  223. //
  224. this.testSettingsToolStripMenuItem.Name = "testSettingsToolStripMenuItem";
  225. this.testSettingsToolStripMenuItem.Size = new System.Drawing.Size(262, 34);
  226. this.testSettingsToolStripMenuItem.Text = "Test settings";
  227. //
  228. // toolStripSeparator4
  229. //
  230. this.toolStripSeparator4.Name = "toolStripSeparator4";
  231. this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6);
  232. //
  233. // ExitToolStripMenuItem
  234. //
  235. this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
  236. this.ExitToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
  237. this.ExitToolStripMenuItem.Text = "Exit";
  238. this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
  239. //
  240. // openFileDialog1
  241. //
  242. this.openFileDialog1.FileName = "openFileDialog1";
  243. //
  244. // label1
  245. //
  246. this.label1.AutoSize = true;
  247. this.label1.BackColor = System.Drawing.Color.Lime;
  248. this.label1.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  249. this.label1.Location = new System.Drawing.Point(279, 315);
  250. this.label1.Name = "label1";
  251. this.label1.Size = new System.Drawing.Size(219, 91);
  252. this.label1.TabIndex = 2;
  253. this.label1.Text = "label1";
  254. //
  255. // label2
  256. //
  257. this.label2.AutoSize = true;
  258. this.label2.BackColor = System.Drawing.Color.Fuchsia;
  259. this.label2.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  260. this.label2.Location = new System.Drawing.Point(279, 406);
  261. this.label2.Name = "label2";
  262. this.label2.Size = new System.Drawing.Size(219, 91);
  263. this.label2.TabIndex = 3;
  264. this.label2.Text = "label2";
  265. //
  266. // label3
  267. //
  268. this.label3.AutoSize = true;
  269. this.label3.BackColor = System.Drawing.Color.Orange;
  270. this.label3.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  271. this.label3.Location = new System.Drawing.Point(279, 497);
  272. this.label3.Name = "label3";
  273. this.label3.Size = new System.Drawing.Size(219, 91);
  274. this.label3.TabIndex = 4;
  275. this.label3.Text = "label3";
  276. //
  277. // label4
  278. //
  279. this.label4.AutoSize = true;
  280. this.label4.BackColor = System.Drawing.Color.Blue;
  281. this.label4.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  282. this.label4.ForeColor = System.Drawing.Color.White;
  283. this.label4.Location = new System.Drawing.Point(279, 588);
  284. this.label4.Name = "label4";
  285. this.label4.Size = new System.Drawing.Size(219, 91);
  286. this.label4.TabIndex = 5;
  287. this.label4.Text = "label4";
  288. //
  289. // label5
  290. //
  291. this.label5.AutoSize = true;
  292. this.label5.BackColor = System.Drawing.Color.Maroon;
  293. this.label5.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  294. this.label5.ForeColor = System.Drawing.Color.White;
  295. this.label5.Location = new System.Drawing.Point(279, 679);
  296. this.label5.Name = "label5";
  297. this.label5.Size = new System.Drawing.Size(219, 91);
  298. this.label5.TabIndex = 6;
  299. this.label5.Text = "label5";
  300. //
  301. // Timer1
  302. //
  303. this.Timer1.Enabled = true;
  304. this.Timer1.Interval = 1000;
  305. this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
  306. //
  307. // label6
  308. //
  309. this.label6.AutoSize = true;
  310. this.label6.Font = new System.Drawing.Font("Segoe UI", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  311. this.label6.Location = new System.Drawing.Point(759, 102);
  312. this.label6.Name = "label6";
  313. this.label6.Size = new System.Drawing.Size(226, 93);
  314. this.label6.TabIndex = 7;
  315. this.label6.Text = "label6";
  316. //
  317. // label7
  318. //
  319. this.label7.AutoSize = true;
  320. this.label7.Font = new System.Drawing.Font("Segoe UI", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  321. this.label7.Location = new System.Drawing.Point(76, 102);
  322. this.label7.Name = "label7";
  323. this.label7.Size = new System.Drawing.Size(226, 93);
  324. this.label7.TabIndex = 8;
  325. this.label7.Text = "label7";
  326. //
  327. // statusStrip1
  328. //
  329. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  330. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  331. this.toolStripStatusLabel1,
  332. this.toolStripStatusLabel2,
  333. this.toolStripStatusLabel3,
  334. this.toolStripStatusLabel4,
  335. this.toolStripStatusLabel5,
  336. this.toolStripStatusLabel7,
  337. this.toolStripProgressBar1});
  338. this.statusStrip1.Location = new System.Drawing.Point(0, 1018);
  339. this.statusStrip1.Name = "statusStrip1";
  340. this.statusStrip1.Size = new System.Drawing.Size(1708, 32);
  341. this.statusStrip1.TabIndex = 9;
  342. this.statusStrip1.Text = "statusStrip1";
  343. //
  344. // toolStripStatusLabel1
  345. //
  346. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  347. this.toolStripStatusLabel1.Size = new System.Drawing.Size(165, 25);
  348. this.toolStripStatusLabel1.Text = "Samples in buffer : ";
  349. //
  350. // toolStripStatusLabel2
  351. //
  352. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  353. this.toolStripStatusLabel2.Size = new System.Drawing.Size(179, 25);
  354. this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
  355. //
  356. // toolStripStatusLabel3
  357. //
  358. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  359. this.toolStripStatusLabel3.Size = new System.Drawing.Size(62, 25);
  360. this.toolStripStatusLabel3.Text = " ";
  361. //
  362. // toolStripStatusLabel4
  363. //
  364. this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  365. this.toolStripStatusLabel4.Size = new System.Drawing.Size(181, 25);
  366. this.toolStripStatusLabel4.Text = "Samples Remaining : ";
  367. //
  368. // toolStripStatusLabel5
  369. //
  370. this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
  371. this.toolStripStatusLabel5.Size = new System.Drawing.Size(179, 25);
  372. this.toolStripStatusLabel5.Text = "toolStripStatusLabel5";
  373. //
  374. // toolStripStatusLabel7
  375. //
  376. this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
  377. this.toolStripStatusLabel7.Size = new System.Drawing.Size(212, 25);
  378. this.toolStripStatusLabel7.Text = "Current Job completion : ";
  379. //
  380. // toolStripProgressBar1
  381. //
  382. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  383. this.toolStripProgressBar1.Size = new System.Drawing.Size(300, 24);
  384. this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  385. //
  386. // label8
  387. //
  388. this.label8.AutoSize = true;
  389. this.label8.Font = new System.Drawing.Font("Segoe UI", 50F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  390. this.label8.Location = new System.Drawing.Point(152, 788);
  391. this.label8.Name = "label8";
  392. this.label8.Size = new System.Drawing.Size(321, 133);
  393. this.label8.TabIndex = 10;
  394. this.label8.Text = "label8";
  395. //
  396. // backgroundWorker1
  397. //
  398. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  399. this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
  400. //
  401. // notifyIcon1
  402. //
  403. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  404. this.notifyIcon1.Text = "Crusher Scanner";
  405. this.notifyIcon1.Visible = true;
  406. this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  407. //
  408. // Form1
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(1708, 1050);
  413. this.Controls.Add(this.label8);
  414. this.Controls.Add(this.statusStrip1);
  415. this.Controls.Add(this.label7);
  416. this.Controls.Add(this.label6);
  417. this.Controls.Add(this.label5);
  418. this.Controls.Add(this.label4);
  419. this.Controls.Add(this.label3);
  420. this.Controls.Add(this.label2);
  421. this.Controls.Add(this.label1);
  422. this.Controls.Add(this.TextBox1);
  423. this.Controls.Add(this.menuStrip1);
  424. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  425. this.MainMenuStrip = this.menuStrip1;
  426. this.Name = "Form1";
  427. this.Text = "Crusher Scanner";
  428. this.Load += new System.EventHandler(this.Form1_Load);
  429. this.menuStrip1.ResumeLayout(false);
  430. this.menuStrip1.PerformLayout();
  431. this.statusStrip1.ResumeLayout(false);
  432. this.statusStrip1.PerformLayout();
  433. this.ResumeLayout(false);
  434. this.PerformLayout();
  435. }
  436. #endregion
  437. private TextBox TextBox1;
  438. private MenuStrip menuStrip1;
  439. private ToolStripMenuItem menuToolStripMenuItem;
  440. private ToolStripMenuItem settingsToolStripMenuItem;
  441. private ToolStripMenuItem editToolStripMenuItem;
  442. private ToolStripSeparator toolStripSeparator1;
  443. private ToolStripMenuItem importToolStripMenuItem;
  444. private ToolStripMenuItem exportToolStripMenuItem;
  445. private ToolStripSeparator toolStripSeparator2;
  446. private ToolStripMenuItem logsToolStripMenuItem;
  447. private ToolStripMenuItem openCurrentToolStripMenuItem;
  448. private ToolStripMenuItem openDirectoryToolStripMenuItem;
  449. private ToolStripMenuItem purgeToolStripMenuItem;
  450. private ToolStripSeparator toolStripSeparator3;
  451. private ToolStripMenuItem reinitializeToolStripMenuItem;
  452. private ToolStripSeparator toolStripSeparator4;
  453. private ToolStripMenuItem ExitToolStripMenuItem;
  454. private ToolStripMenuItem reinitializeSettingsToolStripMenuItem;
  455. private ToolStripMenuItem testSettingsToolStripMenuItem;
  456. private ToolStripSeparator toolStripSeparator5;
  457. private ToolStripMenuItem purgeToolStripMenuItem1;
  458. private SaveFileDialog saveFileDialog1;
  459. private OpenFileDialog openFileDialog1;
  460. private Label label1;
  461. private Label label2;
  462. private Label label3;
  463. private Label label4;
  464. private Label label5;
  465. private System.Windows.Forms.Timer Timer1;
  466. private Label label6;
  467. private Label label7;
  468. private StatusStrip statusStrip1;
  469. private ToolStripStatusLabel toolStripStatusLabel1;
  470. private ToolStripStatusLabel toolStripStatusLabel2;
  471. private ToolStripStatusLabel toolStripStatusLabel3;
  472. private ToolStripStatusLabel toolStripStatusLabel7;
  473. private ToolStripProgressBar toolStripProgressBar1;
  474. private Label label8;
  475. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  476. private ToolStripStatusLabel toolStripStatusLabel4;
  477. private ToolStripStatusLabel toolStripStatusLabel5;
  478. private NotifyIcon notifyIcon1;
  479. }
  480. }