Exemplo n.º 1
0
 /// <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(frmMain));
     this.btnEdit             = new System.Windows.Forms.ToolBarButton();
     this.stbMain             = new Argix.Windows.ArgixStatusBar();
     this.ctxMain             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxRefresh          = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxSep1             = new System.Windows.Forms.ToolStripSeparator();
     this.tlbMain             = new System.Windows.Forms.ToolStrip();
     this.btnNewPallet        = new System.Windows.Forms.ToolStripButton();
     this.btnRemoveCarton     = new System.Windows.Forms.ToolStripButton();
     this.mnuMain             = new System.Windows.Forms.MenuStrip();
     this.mnuFile             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuNewPallet        = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileSep1         = new System.Windows.Forms.ToolStripSeparator();
     this.mnuRemoveCarton     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileSep3         = new System.Windows.Forms.ToolStripSeparator();
     this.mnuFileExit         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTools            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuToolsConfig      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuToolsDiagnostics = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuToolsTrace       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuToolsSep1        = new System.Windows.Forms.ToolStripSeparator();
     this.mnuToolsUseWebSvc   = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuView             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewSep1         = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewToolbar      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewStatusBar    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelp             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelpAbout        = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelpSep1         = new System.Windows.Forms.ToolStripSeparator();
     this.txbPallet           = new System.Windows.Forms.TextBox();
     this.lblStore            = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.groupBoxPallet       = new System.Windows.Forms.GroupBox();
     this.label2               = new System.Windows.Forms.Label();
     this.groupBoxCarton       = new System.Windows.Forms.GroupBox();
     this.lsbCartons           = new System.Windows.Forms.ListBox();
     this.label4               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.txbCarton            = new System.Windows.Forms.TextBox();
     this.groupBoxRemoveCarton = new System.Windows.Forms.GroupBox();
     this.btnRemoveCaronCancel = new System.Windows.Forms.Button();
     this.txbDeleteCarton      = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.lblZone              = new System.Windows.Forms.Label();
     this.ctxMain.SuspendLayout();
     this.tlbMain.SuspendLayout();
     this.mnuMain.SuspendLayout();
     this.groupBoxPallet.SuspendLayout();
     this.groupBoxCarton.SuspendLayout();
     this.groupBoxRemoveCarton.SuspendLayout();
     this.SuspendLayout();
     //
     // btnEdit
     //
     this.btnEdit.Name = "btnEdit";
     //
     // stbMain
     //
     this.stbMain.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.stbMain.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stbMain.Location     = new System.Drawing.Point(0, 576);
     this.stbMain.Name         = "stbMain";
     this.stbMain.Size         = new System.Drawing.Size(655, 24);
     this.stbMain.StatusText   = "";
     this.stbMain.TabIndex     = 1;
     this.stbMain.TerminalText = "Terminal";
     //
     // ctxMain
     //
     this.ctxMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ctxRefresh,
         this.ctxSep1
     });
     this.ctxMain.Name = "ctxMain";
     this.ctxMain.Size = new System.Drawing.Size(113, 32);
     //
     // ctxRefresh
     //
     this.ctxRefresh.Name   = "ctxRefresh";
     this.ctxRefresh.Size   = new System.Drawing.Size(112, 22);
     this.ctxRefresh.Text   = "Refresh";
     this.ctxRefresh.Click += new System.EventHandler(this.OnMenuClick);
     //
     // ctxSep1
     //
     this.ctxSep1.Name = "ctxSep1";
     this.ctxSep1.Size = new System.Drawing.Size(109, 6);
     //
     // tlbMain
     //
     this.tlbMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tlbMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnNewPallet,
         this.btnRemoveCarton
     });
     this.tlbMain.Location     = new System.Drawing.Point(0, 24);
     this.tlbMain.Name         = "tlbMain";
     this.tlbMain.Size         = new System.Drawing.Size(655, 25);
     this.tlbMain.Stretch      = true;
     this.tlbMain.TabIndex     = 115;
     this.tlbMain.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.OnToolbarItemClicked);
     //
     // btnNewPallet
     //
     this.btnNewPallet.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnNewPallet.Image                 = global::Tsort.Properties.Resources.DocumentHS;
     this.btnNewPallet.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNewPallet.Name        = "btnNewPallet";
     this.btnNewPallet.Size        = new System.Drawing.Size(23, 22);
     this.btnNewPallet.ToolTipText = "New Pallet";
     //
     // btnRemoveCarton
     //
     this.btnRemoveCarton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRemoveCarton.Image                 = global::Tsort.Properties.Resources.Delete;
     this.btnRemoveCarton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRemoveCarton.Name        = "btnRemoveCarton";
     this.btnRemoveCarton.Size        = new System.Drawing.Size(23, 22);
     this.btnRemoveCarton.ToolTipText = "remove Carton";
     //
     // mnuMain
     //
     this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuFile,
         this.mnuTools,
         this.mnuView,
         this.mnuHelp
     });
     this.mnuMain.Location = new System.Drawing.Point(0, 0);
     this.mnuMain.Name     = "mnuMain";
     this.mnuMain.Size     = new System.Drawing.Size(655, 24);
     this.mnuMain.TabIndex = 117;
     this.mnuMain.Text     = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuNewPallet,
         this.mnuFileSep1,
         this.mnuRemoveCarton,
         this.mnuFileSep3,
         this.mnuFileExit
     });
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(35, 20);
     this.mnuFile.Text = "File";
     //
     // mnuNewPallet
     //
     this.mnuNewPallet.Image        = global::Tsort.Properties.Resources.DocumentHS;
     this.mnuNewPallet.Name         = "mnuNewPallet";
     this.mnuNewPallet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.mnuNewPallet.Size         = new System.Drawing.Size(203, 22);
     this.mnuNewPallet.Text         = "New Pallet";
     this.mnuNewPallet.ToolTipText  = "New Pallet";
     this.mnuNewPallet.Click       += new System.EventHandler(this.OnMenuClick);
     //
     // mnuFileSep1
     //
     this.mnuFileSep1.Name = "mnuFileSep1";
     this.mnuFileSep1.Size = new System.Drawing.Size(200, 6);
     //
     // mnuRemoveCarton
     //
     this.mnuRemoveCarton.Image  = global::Tsort.Properties.Resources.Delete;
     this.mnuRemoveCarton.Name   = "mnuRemoveCarton";
     this.mnuRemoveCarton.Size   = new System.Drawing.Size(203, 22);
     this.mnuRemoveCarton.Text   = "Remove Carton from Pallet";
     this.mnuRemoveCarton.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuFileSep3
     //
     this.mnuFileSep3.Name = "mnuFileSep3";
     this.mnuFileSep3.Size = new System.Drawing.Size(200, 6);
     //
     // mnuFileExit
     //
     this.mnuFileExit.Name   = "mnuFileExit";
     this.mnuFileExit.Size   = new System.Drawing.Size(203, 22);
     this.mnuFileExit.Text   = "Exit";
     this.mnuFileExit.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuTools
     //
     this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuToolsConfig,
         this.mnuToolsDiagnostics,
         this.mnuToolsTrace,
         this.mnuToolsSep1,
         this.mnuToolsUseWebSvc
     });
     this.mnuTools.Name = "mnuTools";
     this.mnuTools.Size = new System.Drawing.Size(44, 20);
     this.mnuTools.Text = "Tools";
     //
     // mnuToolsConfig
     //
     this.mnuToolsConfig.Name   = "mnuToolsConfig";
     this.mnuToolsConfig.Size   = new System.Drawing.Size(155, 22);
     this.mnuToolsConfig.Text   = "Configuration";
     this.mnuToolsConfig.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuToolsDiagnostics
     //
     this.mnuToolsDiagnostics.Name   = "mnuToolsDiagnostics";
     this.mnuToolsDiagnostics.Size   = new System.Drawing.Size(155, 22);
     this.mnuToolsDiagnostics.Text   = "Diagnostics";
     this.mnuToolsDiagnostics.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuToolsTrace
     //
     this.mnuToolsTrace.Name   = "mnuToolsTrace";
     this.mnuToolsTrace.Size   = new System.Drawing.Size(155, 22);
     this.mnuToolsTrace.Text   = "Trace";
     this.mnuToolsTrace.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuToolsSep1
     //
     this.mnuToolsSep1.Name = "mnuToolsSep1";
     this.mnuToolsSep1.Size = new System.Drawing.Size(152, 6);
     //
     // mnuToolsUseWebSvc
     //
     this.mnuToolsUseWebSvc.Name   = "mnuToolsUseWebSvc";
     this.mnuToolsUseWebSvc.Size   = new System.Drawing.Size(155, 22);
     this.mnuToolsUseWebSvc.Text   = "Use Web Service";
     this.mnuToolsUseWebSvc.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuView
     //
     this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuViewSep1,
         this.mnuViewToolbar,
         this.mnuViewStatusBar
     });
     this.mnuView.Name = "mnuView";
     this.mnuView.Size = new System.Drawing.Size(41, 20);
     this.mnuView.Text = "View";
     //
     // mnuViewSep1
     //
     this.mnuViewSep1.Name = "mnuViewSep1";
     this.mnuViewSep1.Size = new System.Drawing.Size(121, 6);
     //
     // mnuViewToolbar
     //
     this.mnuViewToolbar.Name   = "mnuViewToolbar";
     this.mnuViewToolbar.Size   = new System.Drawing.Size(124, 22);
     this.mnuViewToolbar.Text   = "Toolbar";
     this.mnuViewToolbar.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuViewStatusBar
     //
     this.mnuViewStatusBar.Name   = "mnuViewStatusBar";
     this.mnuViewStatusBar.Size   = new System.Drawing.Size(124, 22);
     this.mnuViewStatusBar.Text   = "Status Bar";
     this.mnuViewStatusBar.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuHelp
     //
     this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuHelpAbout,
         this.mnuHelpSep1
     });
     this.mnuHelp.Name = "mnuHelp";
     this.mnuHelp.Size = new System.Drawing.Size(40, 20);
     this.mnuHelp.Text = "Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Name   = "mnuHelpAbout";
     this.mnuHelpAbout.Size   = new System.Drawing.Size(103, 22);
     this.mnuHelpAbout.Text   = "About";
     this.mnuHelpAbout.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuHelpSep1
     //
     this.mnuHelpSep1.Name = "mnuHelpSep1";
     this.mnuHelpSep1.Size = new System.Drawing.Size(100, 6);
     //
     // txbPallet
     //
     this.txbPallet.Location     = new System.Drawing.Point(158, 19);
     this.txbPallet.Name         = "txbPallet";
     this.txbPallet.Size         = new System.Drawing.Size(289, 26);
     this.txbPallet.TabIndex     = 118;
     this.txbPallet.TextChanged += new System.EventHandler(this.txbPallet_TextChanged);
     //
     // lblStore
     //
     this.lblStore.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblStore.Location    = new System.Drawing.Point(73, 58);
     this.lblStore.Name        = "lblStore";
     this.lblStore.Size        = new System.Drawing.Size(59, 22);
     this.lblStore.TabIndex    = 119;
     this.lblStore.Text        = "Store#";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(130, 20);
     this.label1.TabIndex = 120;
     this.label1.Text     = "Label Seq. # (24)";
     //
     // groupBoxPallet
     //
     this.groupBoxPallet.Controls.Add(this.lblZone);
     this.groupBoxPallet.Controls.Add(this.label6);
     this.groupBoxPallet.Controls.Add(this.label2);
     this.groupBoxPallet.Controls.Add(this.txbPallet);
     this.groupBoxPallet.Controls.Add(this.label1);
     this.groupBoxPallet.Controls.Add(this.lblStore);
     this.groupBoxPallet.Location = new System.Drawing.Point(22, 71);
     this.groupBoxPallet.Name     = "groupBoxPallet";
     this.groupBoxPallet.Size     = new System.Drawing.Size(601, 131);
     this.groupBoxPallet.TabIndex = 121;
     this.groupBoxPallet.TabStop  = false;
     this.groupBoxPallet.Text     = "Pallet";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 60);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 20);
     this.label2.TabIndex = 121;
     this.label2.Text     = "Store";
     //
     // groupBoxCarton
     //
     this.groupBoxCarton.Controls.Add(this.lsbCartons);
     this.groupBoxCarton.Controls.Add(this.label4);
     this.groupBoxCarton.Controls.Add(this.label3);
     this.groupBoxCarton.Controls.Add(this.txbCarton);
     this.groupBoxCarton.Location = new System.Drawing.Point(22, 230);
     this.groupBoxCarton.Name     = "groupBoxCarton";
     this.groupBoxCarton.Size     = new System.Drawing.Size(601, 190);
     this.groupBoxCarton.TabIndex = 122;
     this.groupBoxCarton.TabStop  = false;
     this.groupBoxCarton.Text     = "Scan Carton into Pallet";
     //
     // lsbCartons
     //
     this.lsbCartons.BackColor         = System.Drawing.SystemColors.Control;
     this.lsbCartons.FormattingEnabled = true;
     this.lsbCartons.ItemHeight        = 20;
     this.lsbCartons.Location          = new System.Drawing.Point(158, 25);
     this.lsbCartons.Name          = "lsbCartons";
     this.lsbCartons.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lsbCartons.Size          = new System.Drawing.Size(289, 104);
     this.lsbCartons.TabIndex      = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 25);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(125, 20);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Last 5 Scanned ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 148);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(130, 20);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Label Seq. # (24)";
     //
     // txbCarton
     //
     this.txbCarton.Location     = new System.Drawing.Point(156, 142);
     this.txbCarton.Name         = "txbCarton";
     this.txbCarton.Size         = new System.Drawing.Size(289, 26);
     this.txbCarton.TabIndex     = 0;
     this.txbCarton.TextChanged += new System.EventHandler(this.txbCarton_TextChanged);
     //
     // groupBoxRemoveCarton
     //
     this.groupBoxRemoveCarton.Controls.Add(this.btnRemoveCaronCancel);
     this.groupBoxRemoveCarton.Controls.Add(this.txbDeleteCarton);
     this.groupBoxRemoveCarton.Controls.Add(this.label5);
     this.groupBoxRemoveCarton.Location = new System.Drawing.Point(22, 447);
     this.groupBoxRemoveCarton.Name     = "groupBoxRemoveCarton";
     this.groupBoxRemoveCarton.Size     = new System.Drawing.Size(601, 74);
     this.groupBoxRemoveCarton.TabIndex = 123;
     this.groupBoxRemoveCarton.TabStop  = false;
     this.groupBoxRemoveCarton.Text     = "Remove Carton from Pallet";
     //
     // btnRemoveCaronCancel
     //
     this.btnRemoveCaronCancel.Location = new System.Drawing.Point(490, 34);
     this.btnRemoveCaronCancel.Name     = "btnRemoveCaronCancel";
     this.btnRemoveCaronCancel.Size     = new System.Drawing.Size(83, 26);
     this.btnRemoveCaronCancel.TabIndex = 2;
     this.btnRemoveCaronCancel.Text     = "Cancel";
     this.btnRemoveCaronCancel.UseVisualStyleBackColor = true;
     this.btnRemoveCaronCancel.Click += new System.EventHandler(this.btnRemoveCaronCancel_Click);
     //
     // txbDeleteCarton
     //
     this.txbDeleteCarton.Location     = new System.Drawing.Point(158, 34);
     this.txbDeleteCarton.Name         = "txbDeleteCarton";
     this.txbDeleteCarton.Size         = new System.Drawing.Size(289, 26);
     this.txbDeleteCarton.TabIndex     = 1;
     this.txbDeleteCarton.TextChanged += new System.EventHandler(this.txbDeleteCarton_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 40);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(130, 20);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Label Seq. # (24)";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(211, 58);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(46, 20);
     this.label6.TabIndex = 122;
     this.label6.Text     = "Zone";
     //
     // lblZone
     //
     this.lblZone.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblZone.Location    = new System.Drawing.Point(263, 58);
     this.lblZone.Name        = "lblZone";
     this.lblZone.Size        = new System.Drawing.Size(58, 22);
     this.lblZone.TabIndex    = 123;
     this.lblZone.Text        = "Zone#";
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.ClientSize        = new System.Drawing.Size(655, 600);
     this.Controls.Add(this.groupBoxCarton);
     this.Controls.Add(this.groupBoxRemoveCarton);
     this.Controls.Add(this.groupBoxPallet);
     this.Controls.Add(this.tlbMain);
     this.Controls.Add(this.mnuMain);
     this.Controls.Add(this.stbMain);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location      = new System.Drawing.Point(45, 45);
     this.MainMenuStrip = this.mnuMain;
     this.Name          = "frmMain";
     this.Text          = "Argix Direct BMCPallet Application";
     this.Resize       += new System.EventHandler(this.OnFormResize);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.OnFormClosing);
     this.Load         += new System.EventHandler(this.OnFormLoad);
     this.ctxMain.ResumeLayout(false);
     this.tlbMain.ResumeLayout(false);
     this.tlbMain.PerformLayout();
     this.mnuMain.ResumeLayout(false);
     this.mnuMain.PerformLayout();
     this.groupBoxPallet.ResumeLayout(false);
     this.groupBoxPallet.PerformLayout();
     this.groupBoxCarton.ResumeLayout(false);
     this.groupBoxCarton.PerformLayout();
     this.groupBoxRemoveCarton.ResumeLayout(false);
     this.groupBoxRemoveCarton.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this._lblTrip           = new System.Windows.Forms.Label();
     this._lblCartons        = new System.Windows.Forms.Label();
     this._lblCarrier        = new System.Windows.Forms.Label();
     this._lblTrailer        = new System.Windows.Forms.Label();
     this.lblTripNumber      = new System.Windows.Forms.Label();
     this.lblCartons         = new System.Windows.Forms.Label();
     this.lblCarrier         = new System.Windows.Forms.Label();
     this.lblTrailer         = new System.Windows.Forms.Label();
     this.txtLabelScan       = new System.Windows.Forms.TextBox();
     this.lstScannedCartons  = new System.Windows.Forms.ListBox();
     this._lblTotalScanned   = new System.Windows.Forms.Label();
     this.lblTotalScanned    = new System.Windows.Forms.Label();
     this._lblBarcode        = new System.Windows.Forms.Label();
     this.stbMain            = new Argix.Windows.ArgixStatusBar();
     this.pnlMain            = new System.Windows.Forms.Panel();
     this.tsMain             = new System.Windows.Forms.ToolStrip();
     this.btnRefresh         = new System.Windows.Forms.ToolStripButton();
     this.btnDelete          = new System.Windows.Forms.ToolStripButton();
     this.msMain             = new System.Windows.Forms.MenuStrip();
     this.mnuFile            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuFileExit        = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEdit            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEditDelete      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuView            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewRefresh     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuViewToolbar     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewStatusBar   = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTools           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuToolsConfig     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelp            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHelpAbout       = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlMain.SuspendLayout();
     this.tsMain.SuspendLayout();
     this.msMain.SuspendLayout();
     this.SuspendLayout();
     //
     // _lblTrip
     //
     this._lblTrip.Location = new System.Drawing.Point(9, 6);
     this._lblTrip.Name     = "_lblTrip";
     this._lblTrip.Size     = new System.Drawing.Size(96, 24);
     this._lblTrip.TabIndex = 0;
     this._lblTrip.Text     = "Trip #";
     //
     // _lblCartons
     //
     this._lblCartons.Location = new System.Drawing.Point(111, 6);
     this._lblCartons.Name     = "_lblCartons";
     this._lblCartons.Size     = new System.Drawing.Size(96, 24);
     this._lblCartons.TabIndex = 1;
     this._lblCartons.Text     = "Cartons";
     //
     // _lblCarrier
     //
     this._lblCarrier.Location = new System.Drawing.Point(225, 6);
     this._lblCarrier.Name     = "_lblCarrier";
     this._lblCarrier.Size     = new System.Drawing.Size(96, 24);
     this._lblCarrier.TabIndex = 2;
     this._lblCarrier.Text     = "Carrier";
     //
     // _lblTrailer
     //
     this._lblTrailer.Location = new System.Drawing.Point(327, 6);
     this._lblTrailer.Name     = "_lblTrailer";
     this._lblTrailer.Size     = new System.Drawing.Size(96, 24);
     this._lblTrailer.TabIndex = 3;
     this._lblTrailer.Text     = "Trailer #";
     //
     // lblTripNumber
     //
     this.lblTripNumber.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTripNumber.Location    = new System.Drawing.Point(9, 36);
     this.lblTripNumber.Name        = "lblTripNumber";
     this.lblTripNumber.Size        = new System.Drawing.Size(96, 24);
     this.lblTripNumber.TabIndex    = 4;
     //
     // lblCartons
     //
     this.lblCartons.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCartons.Location    = new System.Drawing.Point(111, 36);
     this.lblCartons.Name        = "lblCartons";
     this.lblCartons.Size        = new System.Drawing.Size(96, 24);
     this.lblCartons.TabIndex    = 5;
     //
     // lblCarrier
     //
     this.lblCarrier.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCarrier.Location    = new System.Drawing.Point(225, 36);
     this.lblCarrier.Name        = "lblCarrier";
     this.lblCarrier.Size        = new System.Drawing.Size(96, 24);
     this.lblCarrier.TabIndex    = 6;
     //
     // lblTrailer
     //
     this.lblTrailer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTrailer.Location    = new System.Drawing.Point(327, 36);
     this.lblTrailer.Name        = "lblTrailer";
     this.lblTrailer.Size        = new System.Drawing.Size(96, 24);
     this.lblTrailer.TabIndex    = 7;
     //
     // txtLabelScan
     //
     this.txtLabelScan.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtLabelScan.Font         = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLabelScan.Location     = new System.Drawing.Point(9, 379);
     this.txtLabelScan.Name         = "txtLabelScan";
     this.txtLabelScan.Size         = new System.Drawing.Size(415, 38);
     this.txtLabelScan.TabIndex     = 8;
     this.txtLabelScan.TextChanged += new System.EventHandler(this.OnScanChanged);
     //
     // lstScannedCartons
     //
     this.lstScannedCartons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.lstScannedCartons.ItemHeight = 16;
     this.lstScannedCartons.Location   = new System.Drawing.Point(9, 72);
     this.lstScannedCartons.Name       = "lstScannedCartons";
     this.lstScannedCartons.Size       = new System.Drawing.Size(415, 244);
     this.lstScannedCartons.TabIndex   = 9;
     //
     // _lblTotalScanned
     //
     this._lblTotalScanned.Location  = new System.Drawing.Point(438, 72);
     this._lblTotalScanned.Name      = "_lblTotalScanned";
     this._lblTotalScanned.Size      = new System.Drawing.Size(96, 48);
     this._lblTotalScanned.TabIndex  = 10;
     this._lblTotalScanned.Text      = "Total Scanned";
     this._lblTotalScanned.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalScanned
     //
     this.lblTotalScanned.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTotalScanned.Location    = new System.Drawing.Point(438, 126);
     this.lblTotalScanned.Name        = "lblTotalScanned";
     this.lblTotalScanned.Size        = new System.Drawing.Size(96, 24);
     this.lblTotalScanned.TabIndex    = 11;
     this.lblTotalScanned.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblBarcode
     //
     this._lblBarcode.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._lblBarcode.Location = new System.Drawing.Point(6, 352);
     this._lblBarcode.Name     = "_lblBarcode";
     this._lblBarcode.Size     = new System.Drawing.Size(96, 24);
     this._lblBarcode.TabIndex = 12;
     this._lblBarcode.Text     = "Barcode";
     //
     // stbMain
     //
     this.stbMain.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.stbMain.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stbMain.Location     = new System.Drawing.Point(0, 475);
     this.stbMain.Name         = "stbMain";
     this.stbMain.Size         = new System.Drawing.Size(648, 36);
     this.stbMain.StatusText   = "";
     this.stbMain.TabIndex     = 17;
     this.stbMain.TerminalText = "Station #";
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.lblCarrier);
     this.pnlMain.Controls.Add(this.lblTrailer);
     this.pnlMain.Controls.Add(this._lblTrip);
     this.pnlMain.Controls.Add(this._lblCartons);
     this.pnlMain.Controls.Add(this._lblCarrier);
     this.pnlMain.Controls.Add(this._lblTrailer);
     this.pnlMain.Controls.Add(this.lblTripNumber);
     this.pnlMain.Controls.Add(this.lblCartons);
     this.pnlMain.Controls.Add(this.lstScannedCartons);
     this.pnlMain.Controls.Add(this.txtLabelScan);
     this.pnlMain.Controls.Add(this._lblTotalScanned);
     this.pnlMain.Controls.Add(this.lblTotalScanned);
     this.pnlMain.Controls.Add(this._lblBarcode);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 49);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Padding  = new System.Windows.Forms.Padding(3);
     this.pnlMain.Size     = new System.Drawing.Size(648, 426);
     this.pnlMain.TabIndex = 15;
     //
     // tsMain
     //
     this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnRefresh,
         this.btnDelete
     });
     this.tsMain.Location = new System.Drawing.Point(0, 24);
     this.tsMain.Name     = "tsMain";
     this.tsMain.Size     = new System.Drawing.Size(648, 25);
     this.tsMain.TabIndex = 13;
     this.tsMain.Text     = "toolStrip1";
     //
     // btnRefresh
     //
     this.btnRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRefresh.Image                 = global::Argix.Properties.Resources.Refresh;
     this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRefresh.Name   = "btnRefresh";
     this.btnRefresh.Size   = new System.Drawing.Size(23, 22);
     this.btnRefresh.Click += new System.EventHandler(this.OnItemClick);
     //
     // btnDelete
     //
     this.btnDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnDelete.Image                 = global::Argix.Properties.Resources.Delete;
     this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDelete.Name   = "btnDelete";
     this.btnDelete.Size   = new System.Drawing.Size(23, 22);
     this.btnDelete.Click += new System.EventHandler(this.OnItemClick);
     //
     // msMain
     //
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuFile,
         this.mnuEdit,
         this.mnuView,
         this.mnuTools,
         this.mnuHelp
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(648, 24);
     this.msMain.TabIndex = 18;
     this.msMain.Text     = "menuStrip1";
     //
     // mnuFile
     //
     this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuFileExit
     });
     this.mnuFile.Name = "mnuFile";
     this.mnuFile.Size = new System.Drawing.Size(37, 20);
     this.mnuFile.Text = "&File";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Name   = "mnuFileExit";
     this.mnuFileExit.Size   = new System.Drawing.Size(152, 22);
     this.mnuFileExit.Text   = "E&xit";
     this.mnuFileExit.Click += new System.EventHandler(this.OnItemClick);
     //
     // mnuEdit
     //
     this.mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuEditDelete
     });
     this.mnuEdit.Name = "mnuEdit";
     this.mnuEdit.Size = new System.Drawing.Size(39, 20);
     this.mnuEdit.Text = "&Edit";
     //
     // mnuEditDelete
     //
     this.mnuEditDelete.Image = global::Argix.Properties.Resources.Delete;
     this.mnuEditDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuEditDelete.Name   = "mnuEditDelete";
     this.mnuEditDelete.Size   = new System.Drawing.Size(152, 22);
     this.mnuEditDelete.Text   = "&Delete...";
     this.mnuEditDelete.Click += new System.EventHandler(this.OnItemClick);
     //
     // mnuView
     //
     this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuViewRefresh,
         this.toolStripMenuItem1,
         this.mnuViewToolbar,
         this.mnuViewStatusBar
     });
     this.mnuView.Name = "mnuView";
     this.mnuView.Size = new System.Drawing.Size(44, 20);
     this.mnuView.Text = "&View";
     //
     // mnuViewRefresh
     //
     this.mnuViewRefresh.Image = global::Argix.Properties.Resources.Refresh;
     this.mnuViewRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuViewRefresh.Name   = "mnuViewRefresh";
     this.mnuViewRefresh.Size   = new System.Drawing.Size(179, 22);
     this.mnuViewRefresh.Text   = "&Refresh Assignment";
     this.mnuViewRefresh.Click += new System.EventHandler(this.OnItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(176, 6);
     //
     // mnuViewToolbar
     //
     this.mnuViewToolbar.Name   = "mnuViewToolbar";
     this.mnuViewToolbar.Size   = new System.Drawing.Size(179, 22);
     this.mnuViewToolbar.Text   = "&Toolbar";
     this.mnuViewToolbar.Click += new System.EventHandler(this.OnItemClick);
     //
     // mnuViewStatusBar
     //
     this.mnuViewStatusBar.Name   = "mnuViewStatusBar";
     this.mnuViewStatusBar.Size   = new System.Drawing.Size(179, 22);
     this.mnuViewStatusBar.Text   = "&StatusBar";
     this.mnuViewStatusBar.Click += new System.EventHandler(this.OnItemClick);
     //
     // mnuTools
     //
     this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuToolsConfig
     });
     this.mnuTools.Name = "mnuTools";
     this.mnuTools.Size = new System.Drawing.Size(48, 20);
     this.mnuTools.Text = "&Tools";
     //
     // mnuToolsConfig
     //
     this.mnuToolsConfig.Name   = "mnuToolsConfig";
     this.mnuToolsConfig.Size   = new System.Drawing.Size(157, 22);
     this.mnuToolsConfig.Text   = "&Configuration...";
     this.mnuToolsConfig.Click += new System.EventHandler(this.OnItemClick);
     //
     // mnuHelp
     //
     this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Name = "mnuHelp";
     this.mnuHelp.Size = new System.Drawing.Size(44, 20);
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Name   = "mnuHelpAbout";
     this.mnuHelpAbout.Size   = new System.Drawing.Size(183, 22);
     this.mnuHelpAbout.Text   = "&About Indirect Sort...";
     this.mnuHelpAbout.Click += new System.EventHandler(this.OnItemClick);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(9, 20);
     this.ClientSize        = new System.Drawing.Size(648, 511);
     this.Controls.Add(this.pnlMain);
     this.Controls.Add(this.tsMain);
     this.Controls.Add(this.msMain);
     this.Controls.Add(this.stbMain);
     this.Font          = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.msMain;
     this.Name          = "frmMain";
     this.Text          = "Argix Direct Indirect Sort";
     this.Load         += new System.EventHandler(this.OnFormLoad);
     this.Resize       += new System.EventHandler(this.OnFormResize);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     this.tsMain.ResumeLayout(false);
     this.tsMain.PerformLayout();
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }