|
@@ -0,0 +1,471 @@
|
|
|
|
|
+namespace crusherScanner
|
|
|
|
|
+{
|
|
|
|
|
+ partial class Form1
|
|
|
|
|
+ {
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required designer variable.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Clean up any resources being used.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
|
+ {
|
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
|
+ {
|
|
|
|
|
+ components.Dispose();
|
|
|
|
|
+ }
|
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #region Windows Form Designer generated code
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ private void InitializeComponent()
|
|
|
|
|
+ {
|
|
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
|
|
+ this.TextBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
+ this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
+ this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
+ this.purgeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
+ this.logsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.openCurrentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.openDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.purgeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
+ this.reinitializeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.testSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
+ this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
+ this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
+ this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.Timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
+ this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
|
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
|
|
+ this.menuStrip1.SuspendLayout();
|
|
|
|
|
+ this.statusStrip1.SuspendLayout();
|
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
|
+ //
|
|
|
|
|
+ // TextBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.TextBox1.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.TextBox1.Location = new System.Drawing.Point(279, 214);
|
|
|
|
|
+ this.TextBox1.Name = "TextBox1";
|
|
|
|
|
+ this.TextBox1.PlaceholderText = "Scan Barcode here!";
|
|
|
|
|
+ this.TextBox1.Size = new System.Drawing.Size(706, 98);
|
|
|
|
|
+ this.TextBox1.TabIndex = 0;
|
|
|
|
|
+ this.TextBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.TextBox1_PreviewKeyDown);
|
|
|
|
|
+ //
|
|
|
|
|
+ // menuStrip1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
|
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.menuToolStripMenuItem});
|
|
|
|
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
+ this.menuStrip1.Size = new System.Drawing.Size(1708, 33);
|
|
|
|
|
+ this.menuStrip1.TabIndex = 1;
|
|
|
|
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // menuToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.settingsToolStripMenuItem,
|
|
|
|
|
+ this.toolStripSeparator2,
|
|
|
|
|
+ this.logsToolStripMenuItem,
|
|
|
|
|
+ this.toolStripSeparator3,
|
|
|
|
|
+ this.reinitializeToolStripMenuItem,
|
|
|
|
|
+ this.toolStripSeparator4,
|
|
|
|
|
+ this.ExitToolStripMenuItem});
|
|
|
|
|
+ this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
|
|
|
|
|
+ this.menuToolStripMenuItem.Size = new System.Drawing.Size(73, 29);
|
|
|
|
|
+ this.menuToolStripMenuItem.Text = "Menu";
|
|
|
|
|
+ //
|
|
|
|
|
+ // settingsToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.editToolStripMenuItem,
|
|
|
|
|
+ this.toolStripSeparator1,
|
|
|
|
|
+ this.importToolStripMenuItem,
|
|
|
|
|
+ this.exportToolStripMenuItem,
|
|
|
|
|
+ this.toolStripSeparator5,
|
|
|
|
|
+ this.purgeToolStripMenuItem1});
|
|
|
|
|
+ this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
|
|
|
|
+ this.settingsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
|
|
+ this.settingsToolStripMenuItem.Text = "Settings";
|
|
|
|
|
+ //
|
|
|
|
|
+ // editToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
|
|
|
+ this.editToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
|
|
|
|
|
+ this.editToolStripMenuItem.Text = "Edit";
|
|
|
|
|
+ this.editToolStripMenuItem.Click += new System.EventHandler(this.EditToolStripMenuItem_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripSeparator1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
|
|
|
|
|
+ //
|
|
|
|
|
+ // importToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.importToolStripMenuItem.Name = "importToolStripMenuItem";
|
|
|
|
|
+ this.importToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
|
|
|
|
|
+ this.importToolStripMenuItem.Text = "Import";
|
|
|
|
|
+ this.importToolStripMenuItem.Click += new System.EventHandler(this.ImportToolStripMenuItem_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // exportToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
|
|
|
|
|
+ this.exportToolStripMenuItem.Size = new System.Drawing.Size(169, 34);
|
|
|
|
|
+ this.exportToolStripMenuItem.Text = "Export";
|
|
|
|
|
+ this.exportToolStripMenuItem.Click += new System.EventHandler(this.ExportToolStripMenuItem_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripSeparator5
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
|
|
|
+ this.toolStripSeparator5.Size = new System.Drawing.Size(166, 6);
|
|
|
|
|
+ //
|
|
|
|
|
+ // purgeToolStripMenuItem1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.purgeToolStripMenuItem1.Name = "purgeToolStripMenuItem1";
|
|
|
|
|
+ this.purgeToolStripMenuItem1.Size = new System.Drawing.Size(169, 34);
|
|
|
|
|
+ this.purgeToolStripMenuItem1.Text = "Purge";
|
|
|
|
|
+ this.purgeToolStripMenuItem1.Click += new System.EventHandler(this.PurgeToolStripMenuItem1_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripSeparator2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6);
|
|
|
|
|
+ //
|
|
|
|
|
+ // logsToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.logsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.openCurrentToolStripMenuItem,
|
|
|
|
|
+ this.openDirectoryToolStripMenuItem,
|
|
|
|
|
+ this.purgeToolStripMenuItem});
|
|
|
|
|
+ this.logsToolStripMenuItem.Name = "logsToolStripMenuItem";
|
|
|
|
|
+ this.logsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
|
|
+ this.logsToolStripMenuItem.Text = "Logs";
|
|
|
|
|
+ //
|
|
|
|
|
+ // openCurrentToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.openCurrentToolStripMenuItem.Name = "openCurrentToolStripMenuItem";
|
|
|
|
|
+ this.openCurrentToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
|
|
|
|
|
+ this.openCurrentToolStripMenuItem.Text = "Open current";
|
|
|
|
|
+ //
|
|
|
|
|
+ // openDirectoryToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.openDirectoryToolStripMenuItem.Name = "openDirectoryToolStripMenuItem";
|
|
|
|
|
+ this.openDirectoryToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
|
|
|
|
|
+ this.openDirectoryToolStripMenuItem.Text = "Open directory";
|
|
|
|
|
+ //
|
|
|
|
|
+ // purgeToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.purgeToolStripMenuItem.Name = "purgeToolStripMenuItem";
|
|
|
|
|
+ this.purgeToolStripMenuItem.Size = new System.Drawing.Size(233, 34);
|
|
|
|
|
+ this.purgeToolStripMenuItem.Text = "Purge";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripSeparator3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
|
|
|
+ this.toolStripSeparator3.Size = new System.Drawing.Size(192, 6);
|
|
|
|
|
+ //
|
|
|
|
|
+ // reinitializeToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.reinitializeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem,
|
|
|
|
|
+ this.testSettingsToolStripMenuItem});
|
|
|
|
|
+ this.reinitializeToolStripMenuItem.Name = "reinitializeToolStripMenuItem";
|
|
|
|
|
+ this.reinitializeToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
|
|
+ this.reinitializeToolStripMenuItem.Text = "Reinitialize";
|
|
|
|
|
+ //
|
|
|
|
|
+ // reinitializeSettingsToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem.Name = "reinitializeSettingsToolStripMenuItem";
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem.Size = new System.Drawing.Size(262, 34);
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem.Text = "Reinitialize settings";
|
|
|
|
|
+ this.reinitializeSettingsToolStripMenuItem.Click += new System.EventHandler(this.ReinitializeSettingsToolStripMenuItem_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // testSettingsToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.testSettingsToolStripMenuItem.Name = "testSettingsToolStripMenuItem";
|
|
|
|
|
+ this.testSettingsToolStripMenuItem.Size = new System.Drawing.Size(262, 34);
|
|
|
|
|
+ this.testSettingsToolStripMenuItem.Text = "Test settings";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripSeparator4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
|
|
+ this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6);
|
|
|
|
|
+ //
|
|
|
|
|
+ // ExitToolStripMenuItem
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
|
|
|
|
|
+ this.ExitToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
|
|
+ this.ExitToolStripMenuItem.Text = "Exit";
|
|
|
|
|
+ this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // openFileDialog1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.openFileDialog1.FileName = "openFileDialog1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label1.AutoSize = true;
|
|
|
|
|
+ this.label1.BackColor = System.Drawing.Color.Lime;
|
|
|
|
|
+ this.label1.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(279, 315);
|
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(219, 91);
|
|
|
|
|
+ this.label1.TabIndex = 2;
|
|
|
|
|
+ this.label1.Text = "label1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label2.AutoSize = true;
|
|
|
|
|
+ this.label2.BackColor = System.Drawing.Color.Fuchsia;
|
|
|
|
|
+ this.label2.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label2.Location = new System.Drawing.Point(279, 406);
|
|
|
|
|
+ this.label2.Name = "label2";
|
|
|
|
|
+ this.label2.Size = new System.Drawing.Size(219, 91);
|
|
|
|
|
+ this.label2.TabIndex = 3;
|
|
|
|
|
+ this.label2.Text = "label2";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label3.AutoSize = true;
|
|
|
|
|
+ this.label3.BackColor = System.Drawing.Color.Orange;
|
|
|
|
|
+ this.label3.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label3.Location = new System.Drawing.Point(279, 497);
|
|
|
|
|
+ this.label3.Name = "label3";
|
|
|
|
|
+ this.label3.Size = new System.Drawing.Size(219, 91);
|
|
|
|
|
+ this.label3.TabIndex = 4;
|
|
|
|
|
+ this.label3.Text = "label3";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label4.AutoSize = true;
|
|
|
|
|
+ this.label4.BackColor = System.Drawing.Color.Blue;
|
|
|
|
|
+ this.label4.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label4.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.label4.Location = new System.Drawing.Point(279, 588);
|
|
|
|
|
+ this.label4.Name = "label4";
|
|
|
|
|
+ this.label4.Size = new System.Drawing.Size(219, 91);
|
|
|
|
|
+ this.label4.TabIndex = 5;
|
|
|
|
|
+ this.label4.Text = "label4";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label5
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label5.AutoSize = true;
|
|
|
|
|
+ this.label5.BackColor = System.Drawing.Color.Maroon;
|
|
|
|
|
+ this.label5.Font = new System.Drawing.Font("Segoe UI", 34F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.label5.Location = new System.Drawing.Point(279, 679);
|
|
|
|
|
+ this.label5.Name = "label5";
|
|
|
|
|
+ this.label5.Size = new System.Drawing.Size(219, 91);
|
|
|
|
|
+ this.label5.TabIndex = 6;
|
|
|
|
|
+ this.label5.Text = "label5";
|
|
|
|
|
+ //
|
|
|
|
|
+ // Timer1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Timer1.Enabled = true;
|
|
|
|
|
+ this.Timer1.Interval = 1000;
|
|
|
|
|
+ this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|
|
|
|
+ //
|
|
|
|
|
+ // label6
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label6.AutoSize = true;
|
|
|
|
|
+ this.label6.Font = new System.Drawing.Font("Segoe UI", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label6.Location = new System.Drawing.Point(759, 102);
|
|
|
|
|
+ this.label6.Name = "label6";
|
|
|
|
|
+ this.label6.Size = new System.Drawing.Size(226, 93);
|
|
|
|
|
+ this.label6.TabIndex = 7;
|
|
|
|
|
+ this.label6.Text = "label6";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label7
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label7.AutoSize = true;
|
|
|
|
|
+ this.label7.Font = new System.Drawing.Font("Segoe UI", 35F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label7.Location = new System.Drawing.Point(76, 102);
|
|
|
|
|
+ this.label7.Name = "label7";
|
|
|
|
|
+ this.label7.Size = new System.Drawing.Size(226, 93);
|
|
|
|
|
+ this.label7.TabIndex = 8;
|
|
|
|
|
+ this.label7.Text = "label7";
|
|
|
|
|
+ //
|
|
|
|
|
+ // statusStrip1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
|
|
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
+ this.toolStripStatusLabel1,
|
|
|
|
|
+ this.toolStripStatusLabel2,
|
|
|
|
|
+ this.toolStripStatusLabel3,
|
|
|
|
|
+ this.toolStripStatusLabel4,
|
|
|
|
|
+ this.toolStripStatusLabel5,
|
|
|
|
|
+ this.toolStripStatusLabel7,
|
|
|
|
|
+ this.toolStripProgressBar1});
|
|
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 1128);
|
|
|
|
|
+ this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1708, 32);
|
|
|
|
|
+ this.statusStrip1.TabIndex = 9;
|
|
|
|
|
+ this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(165, 25);
|
|
|
|
|
+ this.toolStripStatusLabel1.Text = "Samples in buffer : ";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
|
|
|
+ this.toolStripStatusLabel2.Size = new System.Drawing.Size(179, 25);
|
|
|
|
|
+ this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
|
|
|
+ this.toolStripStatusLabel3.Size = new System.Drawing.Size(62, 25);
|
|
|
|
|
+ this.toolStripStatusLabel3.Text = " ";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
|
|
|
+ this.toolStripStatusLabel4.Size = new System.Drawing.Size(181, 25);
|
|
|
|
|
+ this.toolStripStatusLabel4.Text = "Samples Remaining : ";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel5
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
|
|
|
|
|
+ this.toolStripStatusLabel5.Size = new System.Drawing.Size(179, 25);
|
|
|
|
|
+ this.toolStripStatusLabel5.Text = "toolStripStatusLabel5";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripStatusLabel7
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
|
|
|
|
|
+ this.toolStripStatusLabel7.Size = new System.Drawing.Size(212, 25);
|
|
|
|
|
+ this.toolStripStatusLabel7.Text = "Current Job completion : ";
|
|
|
|
|
+ //
|
|
|
|
|
+ // toolStripProgressBar1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
|
|
|
|
+ this.toolStripProgressBar1.Size = new System.Drawing.Size(300, 24);
|
|
|
|
|
+ this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
|
|
+ //
|
|
|
|
|
+ // label8
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label8.AutoSize = true;
|
|
|
|
|
+ this.label8.Font = new System.Drawing.Font("Segoe UI", 50F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
+ this.label8.Location = new System.Drawing.Point(152, 788);
|
|
|
|
|
+ this.label8.Name = "label8";
|
|
|
|
|
+ this.label8.Size = new System.Drawing.Size(321, 133);
|
|
|
|
|
+ this.label8.TabIndex = 10;
|
|
|
|
|
+ this.label8.Text = "label8";
|
|
|
|
|
+ //
|
|
|
|
|
+ // backgroundWorker1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|
|
|
|
+ this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
|
|
|
|
+ //
|
|
|
|
|
+ // Form1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1708, 1160);
|
|
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
|
|
+ this.Controls.Add(this.statusStrip1);
|
|
|
|
|
+ this.Controls.Add(this.label7);
|
|
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
|
|
+ this.Controls.Add(this.TextBox1);
|
|
|
|
|
+ this.Controls.Add(this.menuStrip1);
|
|
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
+ this.MainMenuStrip = this.menuStrip1;
|
|
|
|
|
+ this.Name = "Form1";
|
|
|
|
|
+ this.Text = "Crusher Scanner";
|
|
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
|
|
+ this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
+ this.menuStrip1.PerformLayout();
|
|
|
|
|
+ this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
+ this.statusStrip1.PerformLayout();
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
+ this.PerformLayout();
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #endregion
|
|
|
|
|
+
|
|
|
|
|
+ private TextBox TextBox1;
|
|
|
|
|
+ private MenuStrip menuStrip1;
|
|
|
|
|
+ private ToolStripMenuItem menuToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem settingsToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem editToolStripMenuItem;
|
|
|
|
|
+ private ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
+ private ToolStripMenuItem importToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem exportToolStripMenuItem;
|
|
|
|
|
+ private ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
+ private ToolStripMenuItem logsToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem openCurrentToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem openDirectoryToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem purgeToolStripMenuItem;
|
|
|
|
|
+ private ToolStripSeparator toolStripSeparator3;
|
|
|
|
|
+ private ToolStripMenuItem reinitializeToolStripMenuItem;
|
|
|
|
|
+ private ToolStripSeparator toolStripSeparator4;
|
|
|
|
|
+ private ToolStripMenuItem ExitToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem reinitializeSettingsToolStripMenuItem;
|
|
|
|
|
+ private ToolStripMenuItem testSettingsToolStripMenuItem;
|
|
|
|
|
+ private ToolStripSeparator toolStripSeparator5;
|
|
|
|
|
+ private ToolStripMenuItem purgeToolStripMenuItem1;
|
|
|
|
|
+ private SaveFileDialog saveFileDialog1;
|
|
|
|
|
+ private OpenFileDialog openFileDialog1;
|
|
|
|
|
+ private Label label1;
|
|
|
|
|
+ private Label label2;
|
|
|
|
|
+ private Label label3;
|
|
|
|
|
+ private Label label4;
|
|
|
|
|
+ private Label label5;
|
|
|
|
|
+ private System.Windows.Forms.Timer Timer1;
|
|
|
|
|
+ private Label label6;
|
|
|
|
|
+ private Label label7;
|
|
|
|
|
+ private StatusStrip statusStrip1;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel2;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel3;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel7;
|
|
|
|
|
+ private ToolStripProgressBar toolStripProgressBar1;
|
|
|
|
|
+ private Label label8;
|
|
|
|
|
+ private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel4;
|
|
|
|
|
+ private ToolStripStatusLabel toolStripStatusLabel5;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|