| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- 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(270, 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(267, 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(270, 34);
- this.logsToolStripMenuItem.Text = "Logs";
- //
- // openCurrentToolStripMenuItem
- //
- this.openCurrentToolStripMenuItem.Name = "openCurrentToolStripMenuItem";
- this.openCurrentToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
- this.openCurrentToolStripMenuItem.Text = "Open current";
- this.openCurrentToolStripMenuItem.Click += new System.EventHandler(this.openCurrentToolStripMenuItem_Click);
- //
- // openDirectoryToolStripMenuItem
- //
- this.openDirectoryToolStripMenuItem.Name = "openDirectoryToolStripMenuItem";
- this.openDirectoryToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
- this.openDirectoryToolStripMenuItem.Text = "Open directory";
- this.openDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openDirectoryToolStripMenuItem_Click);
- //
- // purgeToolStripMenuItem
- //
- this.purgeToolStripMenuItem.Name = "purgeToolStripMenuItem";
- this.purgeToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
- this.purgeToolStripMenuItem.Text = "Purge";
- this.purgeToolStripMenuItem.Click += new System.EventHandler(this.purgeToolStripMenuItem_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(267, 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(270, 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(267, 6);
- //
- // ExitToolStripMenuItem
- //
- this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
- this.ExitToolStripMenuItem.Size = new System.Drawing.Size(270, 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, 1018);
- 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, 1050);
- 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;
- }
- }
|