Form1.Designer.cs 24 KB

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