Exemple #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdjustStockManual));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.sbStatusBar         = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.txtStockID          = new System.Windows.Forms.TextBox();
     this.txtOriginalPrice    = new System.Windows.Forms.TextBox();
     this._txtValues_0        = new System.Windows.Forms.TextBox();
     this.txtQuantityPerUnit  = new System.Windows.Forms.TextBox();
     this.txtProductName      = new System.Windows.Forms.TextBox();
     this.txtUnit             = new System.Windows.Forms.TextBox();
     this._txtValues_1        = new System.Windows.Forms.TextBox();
     this.txtOriginalQuantity = new System.Windows.Forms.TextBox();
     this.Frame3   = new System.Windows.Forms.GroupBox();
     this.lvStocks = new System.Windows.Forms.ListView();
     this._lvStocks_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
     this._lvStocks_ColumnHeader_8 = new System.Windows.Forms.ColumnHeader();
     this.Frame1      = new System.Windows.Forms.GroupBox();
     this.txtCode     = new System.Windows.Forms.TextBox();
     this.txtName     = new System.Windows.Forms.TextBox();
     this.cmdProducts = new System.Windows.Forms.Button();
     this.Label5      = new System.Windows.Forms.Label();
     this.Label4      = new System.Windows.Forms.Label();
     this.cmdClose    = new System.Windows.Forms.Button();
     this.cmdSave     = new System.Windows.Forms.Button();
     this.lvProducts  = new System.Windows.Forms.ListView();
     this._lvProducts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
     this.Label14            = new System.Windows.Forms.Label();
     this.lblNewQuantity     = new System.Windows.Forms.Label();
     this.Label12            = new System.Windows.Forms.Label();
     this.lblCurrentQuantity = new System.Windows.Forms.Label();
     this.Label11            = new System.Windows.Forms.Label();
     this.Label10            = new System.Windows.Forms.Label();
     this.Label8             = new System.Windows.Forms.Label();
     this.Label9             = new System.Windows.Forms.Label();
     this.Label7             = new System.Windows.Forms.Label();
     this.Label6             = new System.Windows.Forms.Label();
     this.Label2             = new System.Windows.Forms.Label();
     this.Label1             = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame3.SuspendLayout();
     this.lvStocks.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 538);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(426, 25);
     this.sbStatusBar.TabIndex         = 28;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(407, 25);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // txtStockID
     //
     this.txtStockID.AcceptsReturn = true;
     this.txtStockID.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtStockID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtStockID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtStockID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtStockID.Location      = new System.Drawing.Point(96, 374);
     this.txtStockID.MaxLength     = 0;
     this.txtStockID.Name          = "txtStockID";
     this.txtStockID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtStockID.Size          = new System.Drawing.Size(81, 20);
     this.txtStockID.TabIndex      = 26;
     this.txtStockID.TabStop       = false;
     //
     // txtOriginalPrice
     //
     this.txtOriginalPrice.AcceptsReturn = true;
     this.txtOriginalPrice.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtOriginalPrice.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOriginalPrice.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOriginalPrice.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOriginalPrice.Location      = new System.Drawing.Point(96, 403);
     this.txtOriginalPrice.MaxLength     = 0;
     this.txtOriginalPrice.Name          = "txtOriginalPrice";
     this.txtOriginalPrice.ReadOnly      = true;
     this.txtOriginalPrice.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOriginalPrice.Size          = new System.Drawing.Size(81, 20);
     this.txtOriginalPrice.TabIndex      = 25;
     this.txtOriginalPrice.TabStop       = false;
     this.txtOriginalPrice.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // _txtValues_0
     //
     this._txtValues_0.AcceptsReturn = true;
     this._txtValues_0.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_0.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_0.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_0.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_0.Location      = new System.Drawing.Point(328, 403);
     this._txtValues_0.MaxLength     = 0;
     this._txtValues_0.Name          = "_txtValues_0";
     this._txtValues_0.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_0.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_0.TabIndex      = 4;
     this._txtValues_0.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_0.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_0.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_0.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // txtQuantityPerUnit
     //
     this.txtQuantityPerUnit.AcceptsReturn = true;
     this.txtQuantityPerUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtQuantityPerUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtQuantityPerUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtQuantityPerUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtQuantityPerUnit.Location      = new System.Drawing.Point(328, 374);
     this.txtQuantityPerUnit.MaxLength     = 0;
     this.txtQuantityPerUnit.Name          = "txtQuantityPerUnit";
     this.txtQuantityPerUnit.ReadOnly      = true;
     this.txtQuantityPerUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtQuantityPerUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtQuantityPerUnit.TabIndex      = 21;
     this.txtQuantityPerUnit.TabStop       = false;
     this.txtQuantityPerUnit.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtProductName
     //
     this.txtProductName.AcceptsReturn = true;
     this.txtProductName.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtProductName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProductName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProductName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProductName.Location      = new System.Drawing.Point(96, 344);
     this.txtProductName.MaxLength     = 0;
     this.txtProductName.Name          = "txtProductName";
     this.txtProductName.ReadOnly      = true;
     this.txtProductName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProductName.Size          = new System.Drawing.Size(145, 20);
     this.txtProductName.TabIndex      = 20;
     this.txtProductName.TabStop       = false;
     //
     // txtUnit
     //
     this.txtUnit.AcceptsReturn = true;
     this.txtUnit.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtUnit.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtUnit.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtUnit.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtUnit.Location      = new System.Drawing.Point(328, 344);
     this.txtUnit.MaxLength     = 0;
     this.txtUnit.Name          = "txtUnit";
     this.txtUnit.ReadOnly      = true;
     this.txtUnit.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtUnit.Size          = new System.Drawing.Size(81, 20);
     this.txtUnit.TabIndex      = 19;
     this.txtUnit.TabStop       = false;
     //
     // _txtValues_1
     //
     this._txtValues_1.AcceptsReturn = true;
     this._txtValues_1.BackColor     = System.Drawing.SystemColors.Window;
     this._txtValues_1.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this._txtValues_1.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this._txtValues_1.ForeColor     = System.Drawing.SystemColors.WindowText;
     this._txtValues_1.Location      = new System.Drawing.Point(328, 432);
     this._txtValues_1.MaxLength     = 0;
     this._txtValues_1.Name          = "_txtValues_1";
     this._txtValues_1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this._txtValues_1.Size          = new System.Drawing.Size(81, 20);
     this._txtValues_1.TabIndex      = 5;
     this._txtValues_1.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this._txtValues_1.Enter        += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_1.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_1.TextChanged  += new System.EventHandler(this.txtValues_TextChanged);
     //
     // txtOriginalQuantity
     //
     this.txtOriginalQuantity.AcceptsReturn = true;
     this.txtOriginalQuantity.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtOriginalQuantity.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOriginalQuantity.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOriginalQuantity.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOriginalQuantity.Location      = new System.Drawing.Point(96, 432);
     this.txtOriginalQuantity.MaxLength     = 0;
     this.txtOriginalQuantity.Name          = "txtOriginalQuantity";
     this.txtOriginalQuantity.ReadOnly      = true;
     this.txtOriginalQuantity.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOriginalQuantity.Size          = new System.Drawing.Size(81, 20);
     this.txtOriginalQuantity.TabIndex      = 14;
     this.txtOriginalQuantity.TabStop       = false;
     this.txtOriginalQuantity.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // Frame3
     //
     this.Frame3.BackColor = System.Drawing.SystemColors.Control;
     this.Frame3.Controls.Add(this.lvStocks);
     this.Frame3.Enabled     = true;
     this.Frame3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame3.Location    = new System.Drawing.Point(8, 200);
     this.Frame3.Name        = "Frame3";
     this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame3.Size        = new System.Drawing.Size(409, 137);
     this.Frame3.TabIndex    = 13;
     this.Frame3.Text        = "Stocks for the product ";
     this.Frame3.Visible     = true;
     //
     // lvStocks
     //
     this.lvStocks.BackColor     = System.Drawing.SystemColors.Window;
     this.lvStocks.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvStocks.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvStocks.FullRowSelect = true;
     this.lvStocks.GridLines     = true;
     this.lvStocks.HideSelection = false;
     this.lvStocks.HotTracking   = true;
     this.lvStocks.LabelEdit     = false;
     this.lvStocks.Location      = new System.Drawing.Point(8, 16);
     this.lvStocks.Name          = "lvStocks";
     this.lvStocks.Size          = new System.Drawing.Size(393, 113);
     this.lvStocks.TabIndex      = 3;
     this.lvStocks.View          = System.Windows.Forms.View.Details;
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_1);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_2);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_3);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_4);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_5);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_6);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_7);
     this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_8);
     //
     // _lvStocks_ColumnHeader_1
     //
     this._lvStocks_ColumnHeader_1.Text  = "Stock ID";
     this._lvStocks_ColumnHeader_1.Width = 97;
     //
     // _lvStocks_ColumnHeader_2
     //
     this._lvStocks_ColumnHeader_2.Text      = "Current Stock";
     this._lvStocks_ColumnHeader_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_2.Width     = 97;
     //
     // _lvStocks_ColumnHeader_3
     //
     this._lvStocks_ColumnHeader_3.Text      = "Initial Stock";
     this._lvStocks_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_3.Width     = 97;
     //
     // _lvStocks_ColumnHeader_4
     //
     this._lvStocks_ColumnHeader_4.Text      = "Price";
     this._lvStocks_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_4.Width     = 97;
     //
     // _lvStocks_ColumnHeader_5
     //
     this._lvStocks_ColumnHeader_5.Text      = "Stock Price";
     this._lvStocks_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_5.Width     = 97;
     //
     // _lvStocks_ColumnHeader_6
     //
     this._lvStocks_ColumnHeader_6.Text      = "Created";
     this._lvStocks_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_6.Width     = 97;
     //
     // _lvStocks_ColumnHeader_7
     //
     this._lvStocks_ColumnHeader_7.Text      = "Modified";
     this._lvStocks_ColumnHeader_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvStocks_ColumnHeader_7.Width     = 97;
     //
     // _lvStocks_ColumnHeader_8
     //
     this._lvStocks_ColumnHeader_8.Text  = "User";
     this._lvStocks_ColumnHeader_8.Width = 97;
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.txtCode);
     this.Frame1.Controls.Add(this.txtName);
     this.Frame1.Controls.Add(this.cmdProducts);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 32);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(409, 65);
     this.Frame1.TabIndex    = 9;
     this.Frame1.Text        = "Search product ";
     this.Frame1.Visible     = true;
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn = true;
     this.txtCode.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCode.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCode.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCode.Location      = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength     = 0;
     this.txtCode.Name          = "txtCode";
     this.txtCode.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size          = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex      = 0;
     this.txtCode.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
     this.txtCode.TextChanged  += new System.EventHandler(this.txtCode_TextChanged);
     //
     // txtName
     //
     this.txtName.AcceptsReturn = true;
     this.txtName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtName.Location      = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength     = 0;
     this.txtName.Name          = "txtName";
     this.txtName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtName.Size          = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex      = 1;
     this.txtName.TextChanged  += new System.EventHandler(this.txtName_TextChanged);
     //
     // cmdProducts
     //
     this.cmdProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProducts.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProducts.Location                = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name                    = "cmdProducts";
     this.cmdProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 10;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 12;
     this.Label5.Text        = "Product code:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 11;
     this.Label4.Text        = "Product name:";
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(344, 504);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(73, 25);
     this.cmdClose.TabIndex                = 7;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSave
     //
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(264, 504);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(73, 25);
     this.cmdSave.TabIndex                = 6;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // lvProducts
     //
     this.lvProducts.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProducts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProducts.FullRowSelect = true;
     this.lvProducts.GridLines     = true;
     this.lvProducts.HideSelection = false;
     this.lvProducts.HotTracking   = true;
     this.lvProducts.LabelEdit     = false;
     this.lvProducts.Location      = new System.Drawing.Point(8, 104);
     this.lvProducts.Name          = "lvProducts";
     this.lvProducts.Size          = new System.Drawing.Size(409, 97);
     this.lvProducts.TabIndex      = 2;
     this.lvProducts.View          = System.Windows.Forms.View.Details;
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_1);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_2);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_3);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_4);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_5);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_6);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_7);
     //
     // _lvProducts_ColumnHeader_1
     //
     this._lvProducts_ColumnHeader_1.Text  = "Code";
     this._lvProducts_ColumnHeader_1.Width = 97;
     //
     // _lvProducts_ColumnHeader_2
     //
     this._lvProducts_ColumnHeader_2.Text  = "Name";
     this._lvProducts_ColumnHeader_2.Width = 97;
     //
     // _lvProducts_ColumnHeader_3
     //
     this._lvProducts_ColumnHeader_3.Text      = "Price";
     this._lvProducts_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_3.Width     = 97;
     //
     // _lvProducts_ColumnHeader_4
     //
     this._lvProducts_ColumnHeader_4.Text      = "Existence";
     this._lvProducts_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_4.Width     = 97;
     //
     // _lvProducts_ColumnHeader_5
     //
     this._lvProducts_ColumnHeader_5.Text      = "Ordered";
     this._lvProducts_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_5.Width     = 97;
     //
     // _lvProducts_ColumnHeader_6
     //
     this._lvProducts_ColumnHeader_6.Text      = "Quantity per Unit";
     this._lvProducts_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_6.Width     = 97;
     //
     // _lvProducts_ColumnHeader_7
     //
     this._lvProducts_ColumnHeader_7.Text  = "Unit";
     this._lvProducts_ColumnHeader_7.Width = 97;
     //
     // Label14
     //
     this.Label14.BackColor   = System.Drawing.SystemColors.Control;
     this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label14.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label14.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label14.Location    = new System.Drawing.Point(216, 472);
     this.Label14.Name        = "Label14";
     this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label14.Size        = new System.Drawing.Size(89, 17);
     this.Label14.TabIndex    = 32;
     this.Label14.Text        = "Adjusted quantity";
     //
     // lblNewQuantity
     //
     this.lblNewQuantity.BackColor   = System.Drawing.SystemColors.Control;
     this.lblNewQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblNewQuantity.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblNewQuantity.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblNewQuantity.Location    = new System.Drawing.Point(312, 472);
     this.lblNewQuantity.Name        = "lblNewQuantity";
     this.lblNewQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblNewQuantity.Size        = new System.Drawing.Size(89, 17);
     this.lblNewQuantity.TabIndex    = 31;
     //
     // Label12
     //
     this.Label12.BackColor   = System.Drawing.SystemColors.Control;
     this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label12.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label12.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(16, 472);
     this.Label12.Name        = "Label12";
     this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label12.Size        = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex    = 30;
     this.Label12.Text        = "Stock quantity";
     //
     // lblCurrentQuantity
     //
     this.lblCurrentQuantity.BackColor   = System.Drawing.SystemColors.Control;
     this.lblCurrentQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblCurrentQuantity.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblCurrentQuantity.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblCurrentQuantity.Location    = new System.Drawing.Point(112, 472);
     this.lblCurrentQuantity.Name        = "lblCurrentQuantity";
     this.lblCurrentQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCurrentQuantity.Size        = new System.Drawing.Size(89, 17);
     this.lblCurrentQuantity.TabIndex    = 29;
     //
     // Label11
     //
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(16, 376);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(65, 17);
     this.Label11.TabIndex    = 27;
     this.Label11.Text        = "Stock ID:";
     //
     // Label10
     //
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(232, 376);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(89, 17);
     this.Label10.TabIndex    = 24;
     this.Label10.Text        = "Quantity per Unit";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(16, 344);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 23;
     this.Label8.Text        = "Product name:";
     //
     // Label9
     //
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(296, 344);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(25, 17);
     this.Label9.TabIndex    = 22;
     this.Label9.Text        = "Unit";
     //
     // Label7
     //
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(216, 435);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(89, 17);
     this.Label7.TabIndex    = 18;
     this.Label7.Text        = "Adjusted &Quantity";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(216, 406);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(73, 17);
     this.Label6.TabIndex    = 17;
     this.Label6.Text        = "Adjusted &Price";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(16, 435);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(81, 17);
     this.Label2.TabIndex    = 16;
     this.Label2.Text        = "Original Quantity";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(16, 406);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(73, 17);
     this.Label1.TabIndex    = 15;
     this.Label1.Text        = "Original Price";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(16, 8);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(121, 17);
     this.Label3.TabIndex    = 8;
     this.Label3.Text        = "Select a product first";
     //
     // frmAdjustStockManual
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(426, 563);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.txtStockID);
     this.Controls.Add(this.txtOriginalPrice);
     this.Controls.Add(this._txtValues_0);
     this.Controls.Add(this.txtQuantityPerUnit);
     this.Controls.Add(this.txtProductName);
     this.Controls.Add(this.txtUnit);
     this.Controls.Add(this._txtValues_1);
     this.Controls.Add(this.txtOriginalQuantity);
     this.Controls.Add(this.Frame3);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.lvProducts);
     this.Controls.Add(this.Label14);
     this.Controls.Add(this.lblNewQuantity);
     this.Controls.Add(this.Label12);
     this.Controls.Add(this.lblCurrentQuantity);
     this.Controls.Add(this.Label11);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Label3);
     this.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Location     = new System.Drawing.Point(8, 30);
     this.MaximizeBox  = true;
     this.MinimizeBox  = true;
     this.Name         = "frmAdjustStockManual";
     this.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.Text         = "Inventory Adjust";
     this.Closed      += new System.EventHandler(this.frmAdjustStockManual_Closed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAdjustStockManual_FormClosing);
     this.listViewHelper1.SetItemClickMethod(this.lvStocks, "lvStocks_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvStocks, true);
     this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame3.ResumeLayout(false);
     this.lvStocks.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsersManage));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.lstAccounts = new System.Windows.Forms.ListView();
			this._lstAccounts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lstAccounts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lstAccounts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this.cmdClear = new System.Windows.Forms.Button();
			this.cmdSave = new System.Windows.Forms.Button();
			this.ctrlLiner1 = new System.Windows.Forms.PictureBox();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this.txtFullname = new System.Windows.Forms.TextBox();
			this.txtPassword = new System.Windows.Forms.TextBox();
			this.txtUsername = new System.Windows.Forms.TextBox();
			this.cboLevel = new System.Windows.Forms.ComboBox();
			this._Label1_2 = new System.Windows.Forms.Label();
			this._Label1_0 = new System.Windows.Forms.Label();
			this._Label1_1 = new System.Windows.Forms.Label();
			this._Label1_3 = new System.Windows.Forms.Label();
			this.lblId = new System.Windows.Forms.Label();
			this.cmdClose = new System.Windows.Forms.Button();
			this.cmdEdit = new System.Windows.Forms.Button();
			this.cmdDelete = new System.Windows.Forms.Button();
			this._Label1_4 = new System.Windows.Forms.Label();
			this.Label19 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Image1 = new System.Windows.Forms.PictureBox();
			this.lstAccounts.SuspendLayout();
			this.Frame1.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			// 
			// lstAccounts
			// 
			this.lstAccounts.BackColor = System.Drawing.SystemColors.Window;
			this.lstAccounts.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lstAccounts.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lstAccounts.FullRowSelect = true;
			this.lstAccounts.HideSelection = true;
			this.lstAccounts.LabelEdit = true;
			this.lstAccounts.Location = new System.Drawing.Point(0, 264);
			this.lstAccounts.Name = "lstAccounts";
			this.lstAccounts.Size = new System.Drawing.Size(337, 113);
			this.lstAccounts.TabIndex = 7;
			this.lstAccounts.View = System.Windows.Forms.View.Details;
			this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_1);
			this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_2);
			this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_3);
			this.lstAccounts.DoubleClick += new System.EventHandler(this.lstAccounts_DoubleClick);
			// 
			// _lstAccounts_ColumnHeader_1
			// 
			this._lstAccounts_ColumnHeader_1.Text = "UserId";
			this._lstAccounts_ColumnHeader_1.Width = 97;
			// 
			// _lstAccounts_ColumnHeader_2
			// 
			this._lstAccounts_ColumnHeader_2.Text = "Name";
			this._lstAccounts_ColumnHeader_2.Width = 97;
			// 
			// _lstAccounts_ColumnHeader_3
			// 
			this._lstAccounts_ColumnHeader_3.Text = "Level";
			this._lstAccounts_ColumnHeader_3.Width = 97;
			// 
			// cmdClear
			// 
			this.cmdClear.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClear.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClear.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClear.Location = new System.Drawing.Point(168, 232);
			this.cmdClear.Name = "cmdClear";
			this.cmdClear.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClear.Size = new System.Drawing.Size(81, 25);
			this.cmdClear.TabIndex = 5;
			this.cmdClear.Text = "&New";
			this.cmdClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClear.UseVisualStyleBackColor = false;
			this.cmdClear.Click += new System.EventHandler(this.cmdClear_Click);
			// 
			// cmdSave
			// 
			this.cmdSave.BackColor = System.Drawing.SystemColors.Control;
			this.cmdSave.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdSave.Location = new System.Drawing.Point(80, 232);
			this.cmdSave.Name = "cmdSave";
			this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdSave.Size = new System.Drawing.Size(81, 25);
			this.cmdSave.TabIndex = 4;
			this.cmdSave.Text = "&Save";
			this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdSave.UseVisualStyleBackColor = false;
			this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
			// 
			// ctrlLiner1
			// 
			this.ctrlLiner1.BackColor = System.Drawing.SystemColors.Control;
			this.ctrlLiner1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.ctrlLiner1.CausesValidation = true;
			this.ctrlLiner1.Cursor = System.Windows.Forms.Cursors.Default;
			this.ctrlLiner1.Dock = System.Windows.Forms.DockStyle.None;
			this.ctrlLiner1.Enabled = true;
			this.ctrlLiner1.Location = new System.Drawing.Point(0, 56);
			this.ctrlLiner1.Name = "ctrlLiner1";
			this.ctrlLiner1.Size = new System.Drawing.Size(313, 2);
			this.ctrlLiner1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.ctrlLiner1.TabIndex = 15;
			this.ctrlLiner1.TabStop = true;
			this.ctrlLiner1.Visible = true;
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this.txtFullname);
			this.Frame1.Controls.Add(this.txtPassword);
			this.Frame1.Controls.Add(this.txtUsername);
			this.Frame1.Controls.Add(this.cboLevel);
			this.Frame1.Controls.Add(this._Label1_2);
			this.Frame1.Controls.Add(this._Label1_0);
			this.Frame1.Controls.Add(this._Label1_1);
			this.Frame1.Controls.Add(this._Label1_3);
			this.Frame1.Controls.Add(this.lblId);
			this.Frame1.Enabled = true;
			this.Frame1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 64);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(329, 153);
			this.Frame1.TabIndex = 10;
			this.Frame1.Text = "User information";
			this.Frame1.Visible = true;
			// 
			// txtFullname
			// 
			this.txtFullname.AcceptsReturn = true;
			this.txtFullname.BackColor = System.Drawing.SystemColors.Window;
			this.txtFullname.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtFullname.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtFullname.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtFullname.ImeMode = System.Windows.Forms.ImeMode.Disable;
			this.txtFullname.Location = new System.Drawing.Point(120, 88);
			this.txtFullname.MaxLength = 50;
			this.txtFullname.Name = "txtFullname";
			this.txtFullname.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtFullname.Size = new System.Drawing.Size(193, 19);
			this.txtFullname.TabIndex = 2;
			this.txtFullname.Enter += new System.EventHandler(this.txtFullname_Enter);
			// 
			// txtPassword
			// 
			this.txtPassword.AcceptsReturn = true;
			this.txtPassword.BackColor = System.Drawing.SystemColors.Window;
			this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtPassword.Font = new System.Drawing.Font("Wingdings", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 2);
			this.txtPassword.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtPassword.ImeMode = System.Windows.Forms.ImeMode.Disable;
			this.txtPassword.Location = new System.Drawing.Point(120, 56);
			this.txtPassword.MaxLength = 50;
			this.txtPassword.Name = "txtPassword";
			this.txtPassword.PasswordChar = (char) 108;
			this.txtPassword.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtPassword.Size = new System.Drawing.Size(193, 19);
			this.txtPassword.TabIndex = 1;
			this.txtPassword.Enter += new System.EventHandler(this.txtPassword_Enter);
			// 
			// txtUsername
			// 
			this.txtUsername.AcceptsReturn = true;
			this.txtUsername.BackColor = System.Drawing.SystemColors.Window;
			this.txtUsername.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtUsername.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtUsername.Location = new System.Drawing.Point(120, 24);
			this.txtUsername.MaxLength = 50;
			this.txtUsername.Name = "txtUsername";
			this.txtUsername.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtUsername.Size = new System.Drawing.Size(193, 19);
			this.txtUsername.TabIndex = 0;
			this.txtUsername.Enter += new System.EventHandler(this.txtUsername_Enter);
			// 
			// cboLevel
			// 
			this.cboLevel.BackColor = System.Drawing.SystemColors.Window;
			this.cboLevel.CausesValidation = true;
			this.cboLevel.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboLevel.Enabled = true;
			this.cboLevel.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboLevel.IntegralHeight = true;
			this.cboLevel.Location = new System.Drawing.Point(120, 120);
			this.cboLevel.Name = "cboLevel";
			this.cboLevel.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboLevel.Size = new System.Drawing.Size(193, 21);
			this.cboLevel.Sorted = false;
			this.cboLevel.TabIndex = 3;
			this.cboLevel.TabStop = true;
			this.cboLevel.Visible = true;
			// 
			// _Label1_2
			// 
			this._Label1_2.AutoSize = true;
			this._Label1_2.BackColor = System.Drawing.SystemColors.Control;
			this._Label1_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._Label1_2.Cursor = System.Windows.Forms.Cursors.Default;
			this._Label1_2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this._Label1_2.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this._Label1_2.Location = new System.Drawing.Point(16, 88);
			this._Label1_2.Name = "_Label1_2";
			this._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Label1_2.Size = new System.Drawing.Size(68, 13);
			this._Label1_2.TabIndex = 16;
			this._Label1_2.Text = "Full name: *";
			// 
			// _Label1_0
			// 
			this._Label1_0.AutoSize = true;
			this._Label1_0.BackColor = System.Drawing.SystemColors.Control;
			this._Label1_0.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._Label1_0.Cursor = System.Windows.Forms.Cursors.Default;
			this._Label1_0.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this._Label1_0.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this._Label1_0.Location = new System.Drawing.Point(16, 24);
			this._Label1_0.Name = "_Label1_0";
			this._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Label1_0.Size = new System.Drawing.Size(70, 13);
			this._Label1_0.TabIndex = 14;
			this._Label1_0.Text = "Username: *";
			// 
			// _Label1_1
			// 
			this._Label1_1.AutoSize = true;
			this._Label1_1.BackColor = System.Drawing.SystemColors.Control;
			this._Label1_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._Label1_1.Cursor = System.Windows.Forms.Cursors.Default;
			this._Label1_1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this._Label1_1.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this._Label1_1.Location = new System.Drawing.Point(16, 56);
			this._Label1_1.Name = "_Label1_1";
			this._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Label1_1.Size = new System.Drawing.Size(96, 13);
			this._Label1_1.TabIndex = 13;
			this._Label1_1.Text = "New password: *";
			// 
			// _Label1_3
			// 
			this._Label1_3.AutoSize = true;
			this._Label1_3.BackColor = System.Drawing.SystemColors.Control;
			this._Label1_3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._Label1_3.Cursor = System.Windows.Forms.Cursors.Default;
			this._Label1_3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this._Label1_3.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this._Label1_3.Location = new System.Drawing.Point(16, 120);
			this._Label1_3.Name = "_Label1_3";
			this._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Label1_3.Size = new System.Drawing.Size(71, 13);
			this._Label1_3.TabIndex = 12;
			this._Label1_3.Text = "User level: *";
			// 
			// lblId
			// 
			this.lblId.AutoSize = true;
			this.lblId.BackColor = System.Drawing.SystemColors.Control;
			this.lblId.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblId.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblId.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblId.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblId.Location = new System.Drawing.Point(128, 24);
			this.lblId.Name = "lblId";
			this.lblId.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblId.Size = new System.Drawing.Size(3, 13);
			this.lblId.TabIndex = 11;
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(256, 232);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(81, 25);
			this.cmdClose.TabIndex = 6;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// cmdEdit
			// 
			this.cmdEdit.BackColor = System.Drawing.SystemColors.Control;
			this.cmdEdit.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdEdit.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdEdit.Location = new System.Drawing.Point(168, 384);
			this.cmdEdit.Name = "cmdEdit";
			this.cmdEdit.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdEdit.Size = new System.Drawing.Size(81, 25);
			this.cmdEdit.TabIndex = 8;
			this.cmdEdit.Text = "&Edit";
			this.cmdEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdEdit.UseVisualStyleBackColor = false;
			this.cmdEdit.Click += new System.EventHandler(this.cmdEdit_Click);
			// 
			// cmdDelete
			// 
			this.cmdDelete.BackColor = System.Drawing.SystemColors.Control;
			this.cmdDelete.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdDelete.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdDelete.Location = new System.Drawing.Point(256, 384);
			this.cmdDelete.Name = "cmdDelete";
			this.cmdDelete.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdDelete.Size = new System.Drawing.Size(81, 25);
			this.cmdDelete.TabIndex = 9;
			this.cmdDelete.Text = "&Delete";
			this.cmdDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdDelete.UseVisualStyleBackColor = false;
			this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click);
			// 
			// _Label1_4
			// 
			this._Label1_4.AutoSize = true;
			this._Label1_4.BackColor = System.Drawing.SystemColors.Control;
			this._Label1_4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this._Label1_4.Cursor = System.Windows.Forms.Cursors.Default;
			this._Label1_4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this._Label1_4.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this._Label1_4.Location = new System.Drawing.Point(8, 392);
			this._Label1_4.Name = "_Label1_4";
			this._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._Label1_4.Size = new System.Drawing.Size(95, 13);
			this._Label1_4.TabIndex = 19;
			this._Label1_4.Text = "* Required fields";
			// 
			// Label19
			// 
			this.Label19.AutoSize = true;
			this.Label19.BackColor = System.Drawing.Color.Transparent;
			this.Label19.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label19.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label19.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label19.Location = new System.Drawing.Point(48, 8);
			this.Label19.Name = "Label19";
			this.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label19.Size = new System.Drawing.Size(34, 16);
			this.Label19.TabIndex = 18;
			this.Label19.Text = "User";
			this.Label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// Label4
			// 
			this.Label4.AutoSize = true;
			this.Label4.BackColor = System.Drawing.Color.Transparent;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label4.Location = new System.Drawing.Point(48, 32);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(176, 13);
			this.Label4.TabIndex = 17;
			this.Label4.Text = "Set user information and access level";
			// 
			// Image1
			// 
			this.Image1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Image1.Cursor = new System.Windows.Forms.Cursor((new System.Drawing.Bitmap((System.Drawing.Image) resources.GetObject("Image1.Cursor"))).GetHicon());
			this.Image1.Enabled = true;
			this.Image1.Image = (System.Drawing.Image) resources.GetObject("Image1.Image");
			this.Image1.Location = new System.Drawing.Point(8, 8);
			this.Image1.Name = "Image1";
			this.Image1.Size = new System.Drawing.Size(32, 32);
			this.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.Image1.Visible = true;
			// 
			// frmUsersManage
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(345, 414);
			this.Controls.Add(this.lstAccounts);
			this.Controls.Add(this.cmdClear);
			this.Controls.Add(this.cmdSave);
			this.Controls.Add(this.ctrlLiner1);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.cmdEdit);
			this.Controls.Add(this.cmdDelete);
			this.Controls.Add(this._Label1_4);
			this.Controls.Add(this.Label19);
			this.Controls.Add(this.Label4);
			this.Controls.Add(this.Image1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = (System.Drawing.Icon) resources.GetObject("frmUsersManage.Icon");
			this.Location = new System.Drawing.Point(327, 144);
			this.MaximizeBox = false;
			this.MinimizeBox = true;
			this.Name = "frmUsersManage";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Users Management";
			this.ToolTipMain.SetToolTip(this.Image1, "View warnings");
			this.Closed += new System.EventHandler(this.frmUsersManage_Closed);
			this.Load += new System.EventHandler(this.frmUsersManage_Load);
			this.listViewHelper1.SetCorrectEventsBehavior(this.lstAccounts, true);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			this.lstAccounts.ResumeLayout(false);
			this.Frame1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddProductTo));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.chkAll = new System.Windows.Forms.CheckBox();
			this.cmdRemove = new System.Windows.Forms.Button();
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.cmdClose = new System.Windows.Forms.Button();
			this.cmdSave = new System.Windows.Forms.Button();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this.cmdProducts = new System.Windows.Forms.Button();
			this.txtName = new System.Windows.Forms.TextBox();
			this.txtCode = new System.Windows.Forms.TextBox();
			this.lvProducts = new System.Windows.Forms.ListView();
			this._lvProducts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label5 = new System.Windows.Forms.Label();
			this.lvProductsBy = new System.Windows.Forms.ListView();
			this._lvProductsBy_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lvProductsBy_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lvProductsBy_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this._lvProductsBy_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
			this.lblProductsRelated = new System.Windows.Forms.Label();
			this.sbStatusBar.SuspendLayout();
			this.Frame1.SuspendLayout();
			this.lvProducts.SuspendLayout();
			this.lvProductsBy.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			// 
			// chkAll
			// 
			this.chkAll.Appearance = System.Windows.Forms.Appearance.Normal;
			this.chkAll.BackColor = System.Drawing.SystemColors.Control;
			this.chkAll.CausesValidation = true;
			this.chkAll.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.chkAll.CheckState = System.Windows.Forms.CheckState.Unchecked;
			this.chkAll.Cursor = System.Windows.Forms.Cursors.Default;
			this.chkAll.Enabled = true;
			this.chkAll.ForeColor = System.Drawing.SystemColors.ControlText;
			this.chkAll.Location = new System.Drawing.Point(112, 454);
			this.chkAll.Name = "chkAll";
			this.chkAll.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.chkAll.Size = new System.Drawing.Size(81, 17);
			this.chkAll.TabIndex = 13;
			this.chkAll.TabStop = false;
			this.chkAll.Text = "Check All";
			this.chkAll.Visible = true;
			this.chkAll.CheckStateChanged += new System.EventHandler(this.chkAll_CheckStateChanged);
			// 
			// cmdRemove
			// 
			this.cmdRemove.BackColor = System.Drawing.SystemColors.Control;
			this.cmdRemove.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdRemove.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdRemove.Location = new System.Drawing.Point(8, 448);
			this.cmdRemove.Name = "cmdRemove";
			this.cmdRemove.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdRemove.Size = new System.Drawing.Size(97, 25);
			this.cmdRemove.TabIndex = 12;
			this.cmdRemove.TabStop = false;
			this.cmdRemove.Text = "&Remove Checked";
			this.cmdRemove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdRemove.UseVisualStyleBackColor = false;
			this.cmdRemove.Click += new System.EventHandler(this.cmdRemove_Click);
			// 
			// sbStatusBar
			// 
			this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sbStatusBar.Location = new System.Drawing.Point(0, 488);
			this.sbStatusBar.Name = "sbStatusBar";
			this.sbStatusBar.ShowItemToolTips = true;
			this.sbStatusBar.Size = new System.Drawing.Size(424, 23);
			this.sbStatusBar.TabIndex = 11;
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel1});
			// 
			// _sbStatusBar_Panel1
			// 
			this._sbStatusBar_Panel1.AutoSize = true;
			this._sbStatusBar_Panel1.AutoSize = false;
			this._sbStatusBar_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel1.DoubleClickEnabled = true;
			this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel1.Size = new System.Drawing.Size(405, 23);
			this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(328, 448);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(89, 25);
			this.cmdClose.TabIndex = 7;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// cmdSave
			// 
			this.cmdSave.BackColor = System.Drawing.SystemColors.Control;
			this.cmdSave.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdSave.Location = new System.Drawing.Point(224, 448);
			this.cmdSave.Name = "cmdSave";
			this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdSave.Size = new System.Drawing.Size(89, 25);
			this.cmdSave.TabIndex = 6;
			this.cmdSave.Text = "&Save";
			this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdSave.UseVisualStyleBackColor = false;
			this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this.cmdProducts);
			this.Frame1.Controls.Add(this.txtName);
			this.Frame1.Controls.Add(this.txtCode);
			this.Frame1.Controls.Add(this.lvProducts);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Controls.Add(this.Label5);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 8);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(409, 233);
			this.Frame1.TabIndex = 4;
			this.Frame1.Text = "Search product ";
			this.Frame1.Visible = true;
			// 
			// cmdProducts
			// 
			this.cmdProducts.BackColor = System.Drawing.SystemColors.Control;
			this.cmdProducts.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdProducts.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdProducts.Location = new System.Drawing.Point(360, 16);
			this.cmdProducts.Name = "cmdProducts";
			this.cmdProducts.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdProducts.Size = new System.Drawing.Size(25, 21);
			this.cmdProducts.TabIndex = 5;
			this.cmdProducts.TabStop = false;
			this.cmdProducts.Text = "...";
			this.cmdProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdProducts.UseVisualStyleBackColor = false;
			this.cmdProducts.Click += new System.EventHandler(this.cmdProducts_Click);
			// 
			// txtName
			// 
			this.txtName.AcceptsReturn = true;
			this.txtName.BackColor = System.Drawing.SystemColors.Window;
			this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtName.Location = new System.Drawing.Point(112, 40);
			this.txtName.MaxLength = 0;
			this.txtName.Name = "txtName";
			this.txtName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtName.Size = new System.Drawing.Size(145, 20);
			this.txtName.TabIndex = 1;
			this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
			// 
			// txtCode
			// 
			this.txtCode.AcceptsReturn = true;
			this.txtCode.BackColor = System.Drawing.SystemColors.Window;
			this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtCode.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtCode.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtCode.Location = new System.Drawing.Point(112, 16);
			this.txtCode.MaxLength = 0;
			this.txtCode.Name = "txtCode";
			this.txtCode.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtCode.Size = new System.Drawing.Size(97, 20);
			this.txtCode.TabIndex = 0;
			this.txtCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
			this.txtCode.Leave += new System.EventHandler(this.txtCode_Leave);
			this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
			// 
			// lvProducts
			// 
			this.lvProducts.BackColor = System.Drawing.SystemColors.Window;
			this.lvProducts.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvProducts.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvProducts.FullRowSelect = true;
			this.lvProducts.GridLines = true;
			this.lvProducts.HideSelection = false;
			this.lvProducts.HotTracking = true;
			this.lvProducts.LabelEdit = false;
			this.lvProducts.Location = new System.Drawing.Point(8, 64);
			this.lvProducts.Name = "lvProducts";
			this.lvProducts.Size = new System.Drawing.Size(393, 161);
			this.lvProducts.TabIndex = 2;
			this.lvProducts.View = System.Windows.Forms.View.Details;
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_1);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_2);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_3);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_4);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_5);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_6);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_7);
			// 
			// _lvProducts_ColumnHeader_1
			// 
			this._lvProducts_ColumnHeader_1.Text = "Code";
			this._lvProducts_ColumnHeader_1.Width = 97;
			// 
			// _lvProducts_ColumnHeader_2
			// 
			this._lvProducts_ColumnHeader_2.Text = "Name";
			this._lvProducts_ColumnHeader_2.Width = 97;
			// 
			// _lvProducts_ColumnHeader_3
			// 
			this._lvProducts_ColumnHeader_3.Text = "Price";
			this._lvProducts_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_3.Width = 97;
			// 
			// _lvProducts_ColumnHeader_4
			// 
			this._lvProducts_ColumnHeader_4.Text = "Existence";
			this._lvProducts_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_4.Width = 97;
			// 
			// _lvProducts_ColumnHeader_5
			// 
			this._lvProducts_ColumnHeader_5.Text = "Ordered";
			this._lvProducts_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_5.Width = 97;
			// 
			// _lvProducts_ColumnHeader_6
			// 
			this._lvProducts_ColumnHeader_6.Text = "Quantity per Unit";
			this._lvProducts_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_6.Width = 97;
			// 
			// _lvProducts_ColumnHeader_7
			// 
			this._lvProducts_ColumnHeader_7.Text = "Unit";
			this._lvProducts_ColumnHeader_7.Width = 97;
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(16, 40);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 9;
			this.Label4.Text = "Product name:";
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(16, 16);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(89, 17);
			this.Label5.TabIndex = 8;
			this.Label5.Text = "Product code:";
			// 
			// lvProductsBy
			// 
			this.lvProductsBy.BackColor = System.Drawing.SystemColors.Window;
			this.lvProductsBy.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvProductsBy.CheckBoxes = true;
			this.lvProductsBy.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvProductsBy.FullRowSelect = true;
			this.lvProductsBy.GridLines = true;
			this.lvProductsBy.HideSelection = false;
			this.lvProductsBy.HotTracking = true;
			this.lvProductsBy.LabelEdit = false;
			this.lvProductsBy.Location = new System.Drawing.Point(8, 272);
			this.lvProductsBy.Name = "lvProductsBy";
			this.lvProductsBy.Size = new System.Drawing.Size(409, 169);
			this.lvProductsBy.TabIndex = 3;
			this.lvProductsBy.View = System.Windows.Forms.View.Details;
			this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_1);
			this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_2);
			this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_3);
			this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_4);
			// 
			// _lvProductsBy_ColumnHeader_1
			// 
			this._lvProductsBy_ColumnHeader_1.Text = "Code";
			this._lvProductsBy_ColumnHeader_1.Width = 97;
			// 
			// _lvProductsBy_ColumnHeader_2
			// 
			this._lvProductsBy_ColumnHeader_2.Text = "Name";
			this._lvProductsBy_ColumnHeader_2.Width = 97;
			// 
			// _lvProductsBy_ColumnHeader_3
			// 
			this._lvProductsBy_ColumnHeader_3.Text = "Price";
			this._lvProductsBy_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProductsBy_ColumnHeader_3.Width = 61;
			// 
			// _lvProductsBy_ColumnHeader_4
			// 
			this._lvProductsBy_ColumnHeader_4.Text = "Quantity per Unit";
			this._lvProductsBy_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProductsBy_ColumnHeader_4.Width = 94;
			// 
			// lblProductsRelated
			// 
			this.lblProductsRelated.BackColor = System.Drawing.SystemColors.Control;
			this.lblProductsRelated.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblProductsRelated.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblProductsRelated.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblProductsRelated.Location = new System.Drawing.Point(8, 248);
			this.lblProductsRelated.Name = "lblProductsRelated";
			this.lblProductsRelated.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblProductsRelated.Size = new System.Drawing.Size(409, 17);
			this.lblProductsRelated.TabIndex = 10;
			this.lblProductsRelated.Text = "Products";
			// 
			// frmAddProductTo
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(424, 511);
			this.Controls.Add(this.chkAll);
			this.Controls.Add(this.cmdRemove);
			this.Controls.Add(this.sbStatusBar);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.cmdSave);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.lvProductsBy);
			this.Controls.Add(this.lblProductsRelated);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Location = new System.Drawing.Point(8, 30);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmAddProductTo";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Create New Product Item";
			this.Closed += new System.EventHandler(this.frmAddProductTo_Closed);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAddProductTo_FormClosing);
			this.Load += new System.EventHandler(this.frmAddProductTo_Load);
			this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
			this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			this.sbStatusBar.ResumeLayout(false);
			this.Frame1.ResumeLayout(false);
			this.lvProducts.ResumeLayout(false);
			this.lvProductsBy.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdjustStockManual));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.txtStockID = new System.Windows.Forms.TextBox();
			this.txtOriginalPrice = new System.Windows.Forms.TextBox();
			this._txtValues_0 = new System.Windows.Forms.TextBox();
			this.txtQuantityPerUnit = new System.Windows.Forms.TextBox();
			this.txtProductName = new System.Windows.Forms.TextBox();
			this.txtUnit = new System.Windows.Forms.TextBox();
			this._txtValues_1 = new System.Windows.Forms.TextBox();
			this.txtOriginalQuantity = new System.Windows.Forms.TextBox();
			this.Frame3 = new System.Windows.Forms.GroupBox();
			this.lvStocks = new System.Windows.Forms.ListView();
			this._lvStocks_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
			this._lvStocks_ColumnHeader_8 = new System.Windows.Forms.ColumnHeader();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this.txtCode = new System.Windows.Forms.TextBox();
			this.txtName = new System.Windows.Forms.TextBox();
			this.cmdProducts = new System.Windows.Forms.Button();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.cmdClose = new System.Windows.Forms.Button();
			this.cmdSave = new System.Windows.Forms.Button();
			this.lvProducts = new System.Windows.Forms.ListView();
			this._lvProducts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
			this._lvProducts_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
			this.Label14 = new System.Windows.Forms.Label();
			this.lblNewQuantity = new System.Windows.Forms.Label();
			this.Label12 = new System.Windows.Forms.Label();
			this.lblCurrentQuantity = new System.Windows.Forms.Label();
			this.Label11 = new System.Windows.Forms.Label();
			this.Label10 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.Label9 = new System.Windows.Forms.Label();
			this.Label7 = new System.Windows.Forms.Label();
			this.Label6 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Label3 = new System.Windows.Forms.Label();
			this.sbStatusBar.SuspendLayout();
			this.Frame3.SuspendLayout();
			this.lvStocks.SuspendLayout();
			this.Frame1.SuspendLayout();
			this.lvProducts.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			// 
			// sbStatusBar
			// 
			this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sbStatusBar.Location = new System.Drawing.Point(0, 538);
			this.sbStatusBar.Name = "sbStatusBar";
			this.sbStatusBar.ShowItemToolTips = true;
			this.sbStatusBar.Size = new System.Drawing.Size(426, 25);
			this.sbStatusBar.TabIndex = 28;
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel1});
			// 
			// _sbStatusBar_Panel1
			// 
			this._sbStatusBar_Panel1.AutoSize = true;
			this._sbStatusBar_Panel1.AutoSize = false;
			this._sbStatusBar_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel1.DoubleClickEnabled = true;
			this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel1.Size = new System.Drawing.Size(407, 25);
			this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// txtStockID
			// 
			this.txtStockID.AcceptsReturn = true;
			this.txtStockID.BackColor = System.Drawing.SystemColors.Menu;
			this.txtStockID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtStockID.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtStockID.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtStockID.Location = new System.Drawing.Point(96, 374);
			this.txtStockID.MaxLength = 0;
			this.txtStockID.Name = "txtStockID";
			this.txtStockID.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtStockID.Size = new System.Drawing.Size(81, 20);
			this.txtStockID.TabIndex = 26;
			this.txtStockID.TabStop = false;
			// 
			// txtOriginalPrice
			// 
			this.txtOriginalPrice.AcceptsReturn = true;
			this.txtOriginalPrice.BackColor = System.Drawing.SystemColors.Menu;
			this.txtOriginalPrice.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtOriginalPrice.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtOriginalPrice.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtOriginalPrice.Location = new System.Drawing.Point(96, 403);
			this.txtOriginalPrice.MaxLength = 0;
			this.txtOriginalPrice.Name = "txtOriginalPrice";
			this.txtOriginalPrice.ReadOnly = true;
			this.txtOriginalPrice.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtOriginalPrice.Size = new System.Drawing.Size(81, 20);
			this.txtOriginalPrice.TabIndex = 25;
			this.txtOriginalPrice.TabStop = false;
			this.txtOriginalPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// _txtValues_0
			// 
			this._txtValues_0.AcceptsReturn = true;
			this._txtValues_0.BackColor = System.Drawing.SystemColors.Window;
			this._txtValues_0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtValues_0.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtValues_0.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtValues_0.Location = new System.Drawing.Point(328, 403);
			this._txtValues_0.MaxLength = 0;
			this._txtValues_0.Name = "_txtValues_0";
			this._txtValues_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtValues_0.Size = new System.Drawing.Size(81, 20);
			this._txtValues_0.TabIndex = 4;
			this._txtValues_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._txtValues_0.Enter += new System.EventHandler(this.txtValues_Enter);
			this._txtValues_0.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
			this._txtValues_0.TextChanged += new System.EventHandler(this.txtValues_TextChanged);
			// 
			// txtQuantityPerUnit
			// 
			this.txtQuantityPerUnit.AcceptsReturn = true;
			this.txtQuantityPerUnit.BackColor = System.Drawing.SystemColors.Menu;
			this.txtQuantityPerUnit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtQuantityPerUnit.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtQuantityPerUnit.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtQuantityPerUnit.Location = new System.Drawing.Point(328, 374);
			this.txtQuantityPerUnit.MaxLength = 0;
			this.txtQuantityPerUnit.Name = "txtQuantityPerUnit";
			this.txtQuantityPerUnit.ReadOnly = true;
			this.txtQuantityPerUnit.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtQuantityPerUnit.Size = new System.Drawing.Size(81, 20);
			this.txtQuantityPerUnit.TabIndex = 21;
			this.txtQuantityPerUnit.TabStop = false;
			this.txtQuantityPerUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtProductName
			// 
			this.txtProductName.AcceptsReturn = true;
			this.txtProductName.BackColor = System.Drawing.SystemColors.Menu;
			this.txtProductName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtProductName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtProductName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtProductName.Location = new System.Drawing.Point(96, 344);
			this.txtProductName.MaxLength = 0;
			this.txtProductName.Name = "txtProductName";
			this.txtProductName.ReadOnly = true;
			this.txtProductName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtProductName.Size = new System.Drawing.Size(145, 20);
			this.txtProductName.TabIndex = 20;
			this.txtProductName.TabStop = false;
			// 
			// txtUnit
			// 
			this.txtUnit.AcceptsReturn = true;
			this.txtUnit.BackColor = System.Drawing.SystemColors.Menu;
			this.txtUnit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtUnit.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtUnit.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtUnit.Location = new System.Drawing.Point(328, 344);
			this.txtUnit.MaxLength = 0;
			this.txtUnit.Name = "txtUnit";
			this.txtUnit.ReadOnly = true;
			this.txtUnit.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtUnit.Size = new System.Drawing.Size(81, 20);
			this.txtUnit.TabIndex = 19;
			this.txtUnit.TabStop = false;
			// 
			// _txtValues_1
			// 
			this._txtValues_1.AcceptsReturn = true;
			this._txtValues_1.BackColor = System.Drawing.SystemColors.Window;
			this._txtValues_1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this._txtValues_1.Cursor = System.Windows.Forms.Cursors.IBeam;
			this._txtValues_1.ForeColor = System.Drawing.SystemColors.WindowText;
			this._txtValues_1.Location = new System.Drawing.Point(328, 432);
			this._txtValues_1.MaxLength = 0;
			this._txtValues_1.Name = "_txtValues_1";
			this._txtValues_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this._txtValues_1.Size = new System.Drawing.Size(81, 20);
			this._txtValues_1.TabIndex = 5;
			this._txtValues_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._txtValues_1.Enter += new System.EventHandler(this.txtValues_Enter);
			this._txtValues_1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValues_KeyPress);
			this._txtValues_1.TextChanged += new System.EventHandler(this.txtValues_TextChanged);
			// 
			// txtOriginalQuantity
			// 
			this.txtOriginalQuantity.AcceptsReturn = true;
			this.txtOriginalQuantity.BackColor = System.Drawing.SystemColors.Menu;
			this.txtOriginalQuantity.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtOriginalQuantity.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtOriginalQuantity.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtOriginalQuantity.Location = new System.Drawing.Point(96, 432);
			this.txtOriginalQuantity.MaxLength = 0;
			this.txtOriginalQuantity.Name = "txtOriginalQuantity";
			this.txtOriginalQuantity.ReadOnly = true;
			this.txtOriginalQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtOriginalQuantity.Size = new System.Drawing.Size(81, 20);
			this.txtOriginalQuantity.TabIndex = 14;
			this.txtOriginalQuantity.TabStop = false;
			this.txtOriginalQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// Frame3
			// 
			this.Frame3.BackColor = System.Drawing.SystemColors.Control;
			this.Frame3.Controls.Add(this.lvStocks);
			this.Frame3.Enabled = true;
			this.Frame3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame3.Location = new System.Drawing.Point(8, 200);
			this.Frame3.Name = "Frame3";
			this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame3.Size = new System.Drawing.Size(409, 137);
			this.Frame3.TabIndex = 13;
			this.Frame3.Text = "Stocks for the product ";
			this.Frame3.Visible = true;
			// 
			// lvStocks
			// 
			this.lvStocks.BackColor = System.Drawing.SystemColors.Window;
			this.lvStocks.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvStocks.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvStocks.FullRowSelect = true;
			this.lvStocks.GridLines = true;
			this.lvStocks.HideSelection = false;
			this.lvStocks.HotTracking = true;
			this.lvStocks.LabelEdit = false;
			this.lvStocks.Location = new System.Drawing.Point(8, 16);
			this.lvStocks.Name = "lvStocks";
			this.lvStocks.Size = new System.Drawing.Size(393, 113);
			this.lvStocks.TabIndex = 3;
			this.lvStocks.View = System.Windows.Forms.View.Details;
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_1);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_2);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_3);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_4);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_5);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_6);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_7);
			this.lvStocks.Columns.Add(this._lvStocks_ColumnHeader_8);
			// 
			// _lvStocks_ColumnHeader_1
			// 
			this._lvStocks_ColumnHeader_1.Text = "Stock ID";
			this._lvStocks_ColumnHeader_1.Width = 97;
			// 
			// _lvStocks_ColumnHeader_2
			// 
			this._lvStocks_ColumnHeader_2.Text = "Current Stock";
			this._lvStocks_ColumnHeader_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_2.Width = 97;
			// 
			// _lvStocks_ColumnHeader_3
			// 
			this._lvStocks_ColumnHeader_3.Text = "Initial Stock";
			this._lvStocks_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_3.Width = 97;
			// 
			// _lvStocks_ColumnHeader_4
			// 
			this._lvStocks_ColumnHeader_4.Text = "Price";
			this._lvStocks_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_4.Width = 97;
			// 
			// _lvStocks_ColumnHeader_5
			// 
			this._lvStocks_ColumnHeader_5.Text = "Stock Price";
			this._lvStocks_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_5.Width = 97;
			// 
			// _lvStocks_ColumnHeader_6
			// 
			this._lvStocks_ColumnHeader_6.Text = "Created";
			this._lvStocks_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_6.Width = 97;
			// 
			// _lvStocks_ColumnHeader_7
			// 
			this._lvStocks_ColumnHeader_7.Text = "Modified";
			this._lvStocks_ColumnHeader_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvStocks_ColumnHeader_7.Width = 97;
			// 
			// _lvStocks_ColumnHeader_8
			// 
			this._lvStocks_ColumnHeader_8.Text = "User";
			this._lvStocks_ColumnHeader_8.Width = 97;
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this.txtCode);
			this.Frame1.Controls.Add(this.txtName);
			this.Frame1.Controls.Add(this.cmdProducts);
			this.Frame1.Controls.Add(this.Label5);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 32);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(409, 65);
			this.Frame1.TabIndex = 9;
			this.Frame1.Text = "Search product ";
			this.Frame1.Visible = true;
			// 
			// txtCode
			// 
			this.txtCode.AcceptsReturn = true;
			this.txtCode.BackColor = System.Drawing.SystemColors.Window;
			this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtCode.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtCode.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtCode.Location = new System.Drawing.Point(112, 16);
			this.txtCode.MaxLength = 0;
			this.txtCode.Name = "txtCode";
			this.txtCode.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtCode.Size = new System.Drawing.Size(97, 20);
			this.txtCode.TabIndex = 0;
			this.txtCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
			this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
			// 
			// txtName
			// 
			this.txtName.AcceptsReturn = true;
			this.txtName.BackColor = System.Drawing.SystemColors.Window;
			this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtName.Location = new System.Drawing.Point(112, 40);
			this.txtName.MaxLength = 0;
			this.txtName.Name = "txtName";
			this.txtName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtName.Size = new System.Drawing.Size(145, 20);
			this.txtName.TabIndex = 1;
			this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
			// 
			// cmdProducts
			// 
			this.cmdProducts.BackColor = System.Drawing.SystemColors.Control;
			this.cmdProducts.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdProducts.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdProducts.Location = new System.Drawing.Point(360, 16);
			this.cmdProducts.Name = "cmdProducts";
			this.cmdProducts.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdProducts.Size = new System.Drawing.Size(25, 21);
			this.cmdProducts.TabIndex = 10;
			this.cmdProducts.TabStop = false;
			this.cmdProducts.Text = "...";
			this.cmdProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdProducts.UseVisualStyleBackColor = false;
			this.cmdProducts.Click += new System.EventHandler(this.cmdProducts_Click);
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(16, 16);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(89, 17);
			this.Label5.TabIndex = 12;
			this.Label5.Text = "Product code:";
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(16, 40);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 11;
			this.Label4.Text = "Product name:";
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(344, 504);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(73, 25);
			this.cmdClose.TabIndex = 7;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// cmdSave
			// 
			this.cmdSave.BackColor = System.Drawing.SystemColors.Control;
			this.cmdSave.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdSave.Location = new System.Drawing.Point(264, 504);
			this.cmdSave.Name = "cmdSave";
			this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdSave.Size = new System.Drawing.Size(73, 25);
			this.cmdSave.TabIndex = 6;
			this.cmdSave.Text = "&Save";
			this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdSave.UseVisualStyleBackColor = false;
			this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
			// 
			// lvProducts
			// 
			this.lvProducts.BackColor = System.Drawing.SystemColors.Window;
			this.lvProducts.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvProducts.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvProducts.FullRowSelect = true;
			this.lvProducts.GridLines = true;
			this.lvProducts.HideSelection = false;
			this.lvProducts.HotTracking = true;
			this.lvProducts.LabelEdit = false;
			this.lvProducts.Location = new System.Drawing.Point(8, 104);
			this.lvProducts.Name = "lvProducts";
			this.lvProducts.Size = new System.Drawing.Size(409, 97);
			this.lvProducts.TabIndex = 2;
			this.lvProducts.View = System.Windows.Forms.View.Details;
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_1);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_2);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_3);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_4);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_5);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_6);
			this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_7);
			// 
			// _lvProducts_ColumnHeader_1
			// 
			this._lvProducts_ColumnHeader_1.Text = "Code";
			this._lvProducts_ColumnHeader_1.Width = 97;
			// 
			// _lvProducts_ColumnHeader_2
			// 
			this._lvProducts_ColumnHeader_2.Text = "Name";
			this._lvProducts_ColumnHeader_2.Width = 97;
			// 
			// _lvProducts_ColumnHeader_3
			// 
			this._lvProducts_ColumnHeader_3.Text = "Price";
			this._lvProducts_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_3.Width = 97;
			// 
			// _lvProducts_ColumnHeader_4
			// 
			this._lvProducts_ColumnHeader_4.Text = "Existence";
			this._lvProducts_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_4.Width = 97;
			// 
			// _lvProducts_ColumnHeader_5
			// 
			this._lvProducts_ColumnHeader_5.Text = "Ordered";
			this._lvProducts_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_5.Width = 97;
			// 
			// _lvProducts_ColumnHeader_6
			// 
			this._lvProducts_ColumnHeader_6.Text = "Quantity per Unit";
			this._lvProducts_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this._lvProducts_ColumnHeader_6.Width = 97;
			// 
			// _lvProducts_ColumnHeader_7
			// 
			this._lvProducts_ColumnHeader_7.Text = "Unit";
			this._lvProducts_ColumnHeader_7.Width = 97;
			// 
			// Label14
			// 
			this.Label14.BackColor = System.Drawing.SystemColors.Control;
			this.Label14.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label14.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label14.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label14.Location = new System.Drawing.Point(216, 472);
			this.Label14.Name = "Label14";
			this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label14.Size = new System.Drawing.Size(89, 17);
			this.Label14.TabIndex = 32;
			this.Label14.Text = "Adjusted quantity";
			// 
			// lblNewQuantity
			// 
			this.lblNewQuantity.BackColor = System.Drawing.SystemColors.Control;
			this.lblNewQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblNewQuantity.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblNewQuantity.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblNewQuantity.Location = new System.Drawing.Point(312, 472);
			this.lblNewQuantity.Name = "lblNewQuantity";
			this.lblNewQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblNewQuantity.Size = new System.Drawing.Size(89, 17);
			this.lblNewQuantity.TabIndex = 31;
			// 
			// Label12
			// 
			this.Label12.BackColor = System.Drawing.SystemColors.Control;
			this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label12.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label12.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label12.Location = new System.Drawing.Point(16, 472);
			this.Label12.Name = "Label12";
			this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label12.Size = new System.Drawing.Size(89, 17);
			this.Label12.TabIndex = 30;
			this.Label12.Text = "Stock quantity";
			// 
			// lblCurrentQuantity
			// 
			this.lblCurrentQuantity.BackColor = System.Drawing.SystemColors.Control;
			this.lblCurrentQuantity.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblCurrentQuantity.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblCurrentQuantity.ForeColor = System.Drawing.SystemColors.ControlText;
			this.lblCurrentQuantity.Location = new System.Drawing.Point(112, 472);
			this.lblCurrentQuantity.Name = "lblCurrentQuantity";
			this.lblCurrentQuantity.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblCurrentQuantity.Size = new System.Drawing.Size(89, 17);
			this.lblCurrentQuantity.TabIndex = 29;
			// 
			// Label11
			// 
			this.Label11.BackColor = System.Drawing.SystemColors.Control;
			this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label11.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label11.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label11.Location = new System.Drawing.Point(16, 376);
			this.Label11.Name = "Label11";
			this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label11.Size = new System.Drawing.Size(65, 17);
			this.Label11.TabIndex = 27;
			this.Label11.Text = "Stock ID:";
			// 
			// Label10
			// 
			this.Label10.BackColor = System.Drawing.SystemColors.Control;
			this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label10.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label10.Location = new System.Drawing.Point(232, 376);
			this.Label10.Name = "Label10";
			this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label10.Size = new System.Drawing.Size(89, 17);
			this.Label10.TabIndex = 24;
			this.Label10.Text = "Quantity per Unit";
			// 
			// Label8
			// 
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label8.Location = new System.Drawing.Point(16, 344);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(89, 17);
			this.Label8.TabIndex = 23;
			this.Label8.Text = "Product name:";
			// 
			// Label9
			// 
			this.Label9.BackColor = System.Drawing.SystemColors.Control;
			this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label9.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label9.Location = new System.Drawing.Point(296, 344);
			this.Label9.Name = "Label9";
			this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label9.Size = new System.Drawing.Size(25, 17);
			this.Label9.TabIndex = 22;
			this.Label9.Text = "Unit";
			// 
			// Label7
			// 
			this.Label7.BackColor = System.Drawing.SystemColors.Control;
			this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label7.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label7.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label7.Location = new System.Drawing.Point(216, 435);
			this.Label7.Name = "Label7";
			this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label7.Size = new System.Drawing.Size(89, 17);
			this.Label7.TabIndex = 18;
			this.Label7.Text = "Adjusted &Quantity";
			// 
			// Label6
			// 
			this.Label6.BackColor = System.Drawing.SystemColors.Control;
			this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label6.Location = new System.Drawing.Point(216, 406);
			this.Label6.Name = "Label6";
			this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label6.Size = new System.Drawing.Size(73, 17);
			this.Label6.TabIndex = 17;
			this.Label6.Text = "Adjusted &Price";
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(16, 435);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(81, 17);
			this.Label2.TabIndex = 16;
			this.Label2.Text = "Original Quantity";
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(16, 406);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(73, 17);
			this.Label1.TabIndex = 15;
			this.Label1.Text = "Original Price";
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Location = new System.Drawing.Point(16, 8);
			this.Label3.Name = "Label3";
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.Size = new System.Drawing.Size(121, 17);
			this.Label3.TabIndex = 8;
			this.Label3.Text = "Select a product first";
			// 
			// frmAdjustStockManual
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(426, 563);
			this.Controls.Add(this.sbStatusBar);
			this.Controls.Add(this.txtStockID);
			this.Controls.Add(this.txtOriginalPrice);
			this.Controls.Add(this._txtValues_0);
			this.Controls.Add(this.txtQuantityPerUnit);
			this.Controls.Add(this.txtProductName);
			this.Controls.Add(this.txtUnit);
			this.Controls.Add(this._txtValues_1);
			this.Controls.Add(this.txtOriginalQuantity);
			this.Controls.Add(this.Frame3);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.cmdSave);
			this.Controls.Add(this.lvProducts);
			this.Controls.Add(this.Label14);
			this.Controls.Add(this.lblNewQuantity);
			this.Controls.Add(this.Label12);
			this.Controls.Add(this.lblCurrentQuantity);
			this.Controls.Add(this.Label11);
			this.Controls.Add(this.Label10);
			this.Controls.Add(this.Label8);
			this.Controls.Add(this.Label9);
			this.Controls.Add(this.Label7);
			this.Controls.Add(this.Label6);
			this.Controls.Add(this.Label2);
			this.Controls.Add(this.Label1);
			this.Controls.Add(this.Label3);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Location = new System.Drawing.Point(8, 30);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmAdjustStockManual";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Inventory Adjust";
			this.Closed += new System.EventHandler(this.frmAdjustStockManual_Closed);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAdjustStockManual_FormClosing);
			this.listViewHelper1.SetItemClickMethod(this.lvStocks, "lvStocks_ItemClick");
			this.listViewHelper1.SetCorrectEventsBehavior(this.lvStocks, true);
			this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
			this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			this.sbStatusBar.ResumeLayout(false);
			this.Frame3.ResumeLayout(false);
			this.lvStocks.ResumeLayout(false);
			this.Frame1.ResumeLayout(false);
			this.lvProducts.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderReception));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.txtNotes = new System.Windows.Forms.TextBox();
			this.txtSubTotal = new System.Windows.Forms.TextBox();
			this.txtTotal = new System.Windows.Forms.TextBox();
			this.txtTotalTax = new System.Windows.Forms.TextBox();
			this.txtFreightCharge = new System.Windows.Forms.TextBox();
			this.txtSalesTax = new System.Windows.Forms.TextBox();
			this.txtEntry = new System.Windows.Forms.TextBox();
			this.fgProducts = new UpgradeHelpers.Windows.Forms.DataGridViewFlex(this.components);
			this.sbStatusBar = new System.Windows.Forms.StatusStrip();
			this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.cmdSave = new System.Windows.Forms.Button();
			this.cmdClose = new System.Windows.Forms.Button();
			this.cmdAddProducts = new System.Windows.Forms.Button();
			this.Frame1 = new System.Windows.Forms.GroupBox();
			this.txtProviderName = new System.Windows.Forms.TextBox();
			this.txtContactLastName = new System.Windows.Forms.TextBox();
			this.txtContactName = new System.Windows.Forms.TextBox();
			this.cmdProviders = new System.Windows.Forms.Button();
			this.lvProviders = new System.Windows.Forms.ListView();
			this._lvProviders_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
			this._lvProviders_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
			this.Label3 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Frame2 = new System.Windows.Forms.GroupBox();
			this.txtProviderContact = new System.Windows.Forms.TextBox();
			this.txtProviderCompany = new System.Windows.Forms.TextBox();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Text3 = new System.Windows.Forms.TextBox();
			this.Label12 = new System.Windows.Forms.Label();
			this.Label11 = new System.Windows.Forms.Label();
			this.Label10 = new System.Windows.Forms.Label();
			this.Label9 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.Label6 = new System.Windows.Forms.Label();
			this.sbStatusBar.SuspendLayout();
			this.Frame1.SuspendLayout();
			this.lvProviders.SuspendLayout();
			this.Frame2.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			// 
			// txtNotes
			// 
			this.txtNotes.AcceptsReturn = true;
			this.txtNotes.BackColor = System.Drawing.SystemColors.Window;
			this.txtNotes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtNotes.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtNotes.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtNotes.Location = new System.Drawing.Point(56, 240);
			this.txtNotes.MaxLength = 0;
			this.txtNotes.Multiline = true;
			this.txtNotes.Name = "txtNotes";
			this.txtNotes.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtNotes.Size = new System.Drawing.Size(425, 44);
			this.txtNotes.TabIndex = 4;
			this.txtNotes.TextChanged += new System.EventHandler(this.txtNotes_TextChanged);
			// 
			// txtSubTotal
			// 
			this.txtSubTotal.AcceptsReturn = true;
			this.txtSubTotal.BackColor = System.Drawing.SystemColors.Menu;
			this.txtSubTotal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtSubTotal.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtSubTotal.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtSubTotal.Location = new System.Drawing.Point(352, 504);
			this.txtSubTotal.MaxLength = 0;
			this.txtSubTotal.Name = "txtSubTotal";
			this.txtSubTotal.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtSubTotal.Size = new System.Drawing.Size(145, 20);
			this.txtSubTotal.TabIndex = 31;
			this.txtSubTotal.TabStop = false;
			this.txtSubTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtTotal
			// 
			this.txtTotal.AcceptsReturn = true;
			this.txtTotal.BackColor = System.Drawing.SystemColors.Menu;
			this.txtTotal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtTotal.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtTotal.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtTotal.Location = new System.Drawing.Point(88, 528);
			this.txtTotal.MaxLength = 0;
			this.txtTotal.Name = "txtTotal";
			this.txtTotal.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtTotal.Size = new System.Drawing.Size(145, 20);
			this.txtTotal.TabIndex = 29;
			this.txtTotal.TabStop = false;
			this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtTotalTax
			// 
			this.txtTotalTax.AcceptsReturn = true;
			this.txtTotalTax.BackColor = System.Drawing.SystemColors.Menu;
			this.txtTotalTax.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtTotalTax.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtTotalTax.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtTotalTax.Location = new System.Drawing.Point(352, 480);
			this.txtTotalTax.MaxLength = 0;
			this.txtTotalTax.Name = "txtTotalTax";
			this.txtTotalTax.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtTotalTax.Size = new System.Drawing.Size(145, 20);
			this.txtTotalTax.TabIndex = 27;
			this.txtTotalTax.TabStop = false;
			this.txtTotalTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtFreightCharge
			// 
			this.txtFreightCharge.AcceptsReturn = true;
			this.txtFreightCharge.BackColor = System.Drawing.SystemColors.Window;
			this.txtFreightCharge.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtFreightCharge.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtFreightCharge.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtFreightCharge.Location = new System.Drawing.Point(88, 504);
			this.txtFreightCharge.MaxLength = 0;
			this.txtFreightCharge.Name = "txtFreightCharge";
			this.txtFreightCharge.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtFreightCharge.Size = new System.Drawing.Size(145, 20);
			this.txtFreightCharge.TabIndex = 7;
			this.txtFreightCharge.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.txtFreightCharge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFreightCharge_KeyPress);
			this.txtFreightCharge.TextChanged += new System.EventHandler(this.txtFreightCharge_TextChanged);
			// 
			// txtSalesTax
			// 
			this.txtSalesTax.AcceptsReturn = true;
			this.txtSalesTax.BackColor = System.Drawing.SystemColors.Window;
			this.txtSalesTax.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtSalesTax.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtSalesTax.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtSalesTax.Location = new System.Drawing.Point(88, 480);
			this.txtSalesTax.MaxLength = 0;
			this.txtSalesTax.Name = "txtSalesTax";
			this.txtSalesTax.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtSalesTax.Size = new System.Drawing.Size(145, 20);
			this.txtSalesTax.TabIndex = 6;
			this.txtSalesTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.txtSalesTax.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSalesTax_KeyPress);
			this.txtSalesTax.TextChanged += new System.EventHandler(this.txtSalesTax_TextChanged);
			// 
			// txtEntry
			// 
			this.txtEntry.AcceptsReturn = true;
			this.txtEntry.BackColor = System.Drawing.SystemColors.Window;
			this.txtEntry.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.txtEntry.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtEntry.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtEntry.Location = new System.Drawing.Point(416, 296);
			this.txtEntry.MaxLength = 0;
			this.txtEntry.Name = "txtEntry";
			this.txtEntry.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtEntry.Size = new System.Drawing.Size(73, 19);
			this.txtEntry.TabIndex = 24;
			this.txtEntry.Visible = false;
			this.txtEntry.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEntry_KeyDown);
			this.txtEntry.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEntry_KeyPress);
			this.txtEntry.Leave += new System.EventHandler(this.txtEntry_Leave);
			// 
			// fgProducts
			// 
			this.fgProducts.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.fgProducts.ColumnsCount = 0;
			this.fgProducts.FixedColumns = 0;
			this.fgProducts.FixedRows = 0;
			this.fgProducts.Location = new System.Drawing.Point(8, 288);
			this.fgProducts.Name = "fgProducts";
			this.fgProducts.Size = new System.Drawing.Size(505, 177);
			this.fgProducts.TabIndex = 5;
			this.fgProducts.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.fgProducts_CellLeave);
			this.fgProducts.Click += new System.EventHandler(this.fgProducts_Click);
			this.fgProducts.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.fgProducts_KeyPress);
			// 
			// sbStatusBar
			// 
			this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.sbStatusBar.Location = new System.Drawing.Point(0, 584);
			this.sbStatusBar.Name = "sbStatusBar";
			this.sbStatusBar.ShowItemToolTips = true;
			this.sbStatusBar.Size = new System.Drawing.Size(523, 25);
			this.sbStatusBar.TabIndex = 23;
			this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[]{this._sbStatusBar_Panel1});
			// 
			// _sbStatusBar_Panel1
			// 
			this._sbStatusBar_Panel1.AutoSize = true;
			this._sbStatusBar_Panel1.AutoSize = false;
			this._sbStatusBar_Panel1.BorderSides = (System.Windows.Forms.ToolStripStatusLabelBorderSides) (System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
			this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
			this._sbStatusBar_Panel1.DoubleClickEnabled = true;
			this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
			this._sbStatusBar_Panel1.Size = new System.Drawing.Size(505, 25);
			this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			// 
			// cmdSave
			// 
			this.cmdSave.BackColor = System.Drawing.SystemColors.Control;
			this.cmdSave.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdSave.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdSave.Location = new System.Drawing.Point(320, 552);
			this.cmdSave.Name = "cmdSave";
			this.cmdSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdSave.Size = new System.Drawing.Size(89, 25);
			this.cmdSave.TabIndex = 8;
			this.cmdSave.Text = "&Save";
			this.cmdSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdSave.UseVisualStyleBackColor = false;
			this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
			// 
			// cmdClose
			// 
			this.cmdClose.BackColor = System.Drawing.SystemColors.Control;
			this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdClose.Location = new System.Drawing.Point(424, 552);
			this.cmdClose.Name = "cmdClose";
			this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdClose.Size = new System.Drawing.Size(89, 25);
			this.cmdClose.TabIndex = 9;
			this.cmdClose.Text = "&Close";
			this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdClose.UseVisualStyleBackColor = false;
			this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
			// 
			// cmdAddProducts
			// 
			this.cmdAddProducts.BackColor = System.Drawing.SystemColors.Control;
			this.cmdAddProducts.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdAddProducts.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdAddProducts.Location = new System.Drawing.Point(488, 264);
			this.cmdAddProducts.Name = "cmdAddProducts";
			this.cmdAddProducts.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdAddProducts.Size = new System.Drawing.Size(25, 21);
			this.cmdAddProducts.TabIndex = 21;
			this.cmdAddProducts.TabStop = false;
			this.cmdAddProducts.Text = "...";
			this.cmdAddProducts.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdAddProducts.UseVisualStyleBackColor = false;
			this.cmdAddProducts.Click += new System.EventHandler(this.cmdAddProducts_Click);
			// 
			// Frame1
			// 
			this.Frame1.BackColor = System.Drawing.SystemColors.Control;
			this.Frame1.Controls.Add(this.txtProviderName);
			this.Frame1.Controls.Add(this.txtContactLastName);
			this.Frame1.Controls.Add(this.txtContactName);
			this.Frame1.Controls.Add(this.cmdProviders);
			this.Frame1.Controls.Add(this.lvProviders);
			this.Frame1.Controls.Add(this.Label3);
			this.Frame1.Controls.Add(this.Label4);
			this.Frame1.Controls.Add(this.Label2);
			this.Frame1.Enabled = true;
			this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame1.Location = new System.Drawing.Point(8, 8);
			this.Frame1.Name = "Frame1";
			this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame1.Size = new System.Drawing.Size(505, 169);
			this.Frame1.TabIndex = 12;
			this.Frame1.Text = "Search supplier";
			this.Frame1.Visible = true;
			// 
			// txtProviderName
			// 
			this.txtProviderName.AcceptsReturn = true;
			this.txtProviderName.BackColor = System.Drawing.SystemColors.Window;
			this.txtProviderName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtProviderName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtProviderName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtProviderName.Location = new System.Drawing.Point(88, 16);
			this.txtProviderName.MaxLength = 0;
			this.txtProviderName.Name = "txtProviderName";
			this.txtProviderName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtProviderName.Size = new System.Drawing.Size(145, 20);
			this.txtProviderName.TabIndex = 0;
			this.txtProviderName.TextChanged += new System.EventHandler(this.txtProviderName_TextChanged);
			// 
			// txtContactLastName
			// 
			this.txtContactLastName.AcceptsReturn = true;
			this.txtContactLastName.BackColor = System.Drawing.SystemColors.Window;
			this.txtContactLastName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtContactLastName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtContactLastName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtContactLastName.Location = new System.Drawing.Point(336, 48);
			this.txtContactLastName.MaxLength = 0;
			this.txtContactLastName.Name = "txtContactLastName";
			this.txtContactLastName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtContactLastName.Size = new System.Drawing.Size(145, 20);
			this.txtContactLastName.TabIndex = 2;
			this.txtContactLastName.TextChanged += new System.EventHandler(this.txtContactLastName_TextChanged);
			// 
			// txtContactName
			// 
			this.txtContactName.AcceptsReturn = true;
			this.txtContactName.BackColor = System.Drawing.SystemColors.Window;
			this.txtContactName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtContactName.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtContactName.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtContactName.Location = new System.Drawing.Point(88, 48);
			this.txtContactName.MaxLength = 0;
			this.txtContactName.Name = "txtContactName";
			this.txtContactName.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtContactName.Size = new System.Drawing.Size(145, 20);
			this.txtContactName.TabIndex = 1;
			this.txtContactName.TextChanged += new System.EventHandler(this.txtContactName_TextChanged);
			// 
			// cmdProviders
			// 
			this.cmdProviders.BackColor = System.Drawing.SystemColors.Control;
			this.cmdProviders.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdProviders.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdProviders.Location = new System.Drawing.Point(456, 16);
			this.cmdProviders.Name = "cmdProviders";
			this.cmdProviders.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdProviders.Size = new System.Drawing.Size(25, 21);
			this.cmdProviders.TabIndex = 13;
			this.cmdProviders.TabStop = false;
			this.cmdProviders.Text = "...";
			this.cmdProviders.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this.cmdProviders.UseVisualStyleBackColor = false;
			this.cmdProviders.Click += new System.EventHandler(this.cmdProviders_Click);
			// 
			// lvProviders
			// 
			this.lvProviders.BackColor = System.Drawing.SystemColors.Window;
			this.lvProviders.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvProviders.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvProviders.FullRowSelect = true;
			this.lvProviders.GridLines = true;
			this.lvProviders.HideSelection = false;
			this.lvProviders.HotTracking = true;
			this.lvProviders.LabelEdit = false;
			this.lvProviders.Location = new System.Drawing.Point(8, 80);
			this.lvProviders.Name = "lvProviders";
			this.lvProviders.Size = new System.Drawing.Size(489, 81);
			this.lvProviders.TabIndex = 3;
			this.lvProviders.View = System.Windows.Forms.View.Details;
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_1);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_2);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_3);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_4);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_5);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_6);
			this.lvProviders.Columns.Add(this._lvProviders_ColumnHeader_7);
			// 
			// _lvProviders_ColumnHeader_1
			// 
			this._lvProviders_ColumnHeader_1.Text = "Supplier ID";
			this._lvProviders_ColumnHeader_1.Width = 97;
			// 
			// _lvProviders_ColumnHeader_2
			// 
			this._lvProviders_ColumnHeader_2.Text = "Supplier Name";
			this._lvProviders_ColumnHeader_2.Width = 97;
			// 
			// _lvProviders_ColumnHeader_3
			// 
			this._lvProviders_ColumnHeader_3.Text = "Contact Name";
			this._lvProviders_ColumnHeader_3.Width = 97;
			// 
			// _lvProviders_ColumnHeader_4
			// 
			this._lvProviders_ColumnHeader_4.Text = "Contact Last Name";
			this._lvProviders_ColumnHeader_4.Width = 97;
			// 
			// _lvProviders_ColumnHeader_5
			// 
			this._lvProviders_ColumnHeader_5.Text = "City";
			this._lvProviders_ColumnHeader_5.Width = 97;
			// 
			// _lvProviders_ColumnHeader_6
			// 
			this._lvProviders_ColumnHeader_6.Text = "State";
			this._lvProviders_ColumnHeader_6.Width = 97;
			// 
			// _lvProviders_ColumnHeader_7
			// 
			this._lvProviders_ColumnHeader_7.Text = "Country";
			this._lvProviders_ColumnHeader_7.Width = 97;
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Location = new System.Drawing.Point(240, 48);
			this.Label3.Name = "Label3";
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.Size = new System.Drawing.Size(97, 17);
			this.Label3.TabIndex = 16;
			this.Label3.Text = "Contact last name:";
			// 
			// Label4
			// 
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Location = new System.Drawing.Point(8, 16);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(89, 17);
			this.Label4.TabIndex = 15;
			this.Label4.Text = "Supplier Name:";
			// 
			// Label2
			// 
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Location = new System.Drawing.Point(8, 48);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(89, 17);
			this.Label2.TabIndex = 14;
			this.Label2.Text = "Contact name:";
			// 
			// Frame2
			// 
			this.Frame2.BackColor = System.Drawing.SystemColors.Control;
			this.Frame2.Controls.Add(this.txtProviderContact);
			this.Frame2.Controls.Add(this.txtProviderCompany);
			this.Frame2.Controls.Add(this.Label5);
			this.Frame2.Controls.Add(this.Label1);
			this.Frame2.Enabled = true;
			this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Frame2.Location = new System.Drawing.Point(8, 184);
			this.Frame2.Name = "Frame2";
			this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Frame2.Size = new System.Drawing.Size(505, 49);
			this.Frame2.TabIndex = 11;
			this.Frame2.Text = "Supplier";
			this.Frame2.Visible = true;
			// 
			// txtProviderContact
			// 
			this.txtProviderContact.AcceptsReturn = true;
			this.txtProviderContact.BackColor = System.Drawing.SystemColors.Menu;
			this.txtProviderContact.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtProviderContact.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtProviderContact.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtProviderContact.Location = new System.Drawing.Point(288, 16);
			this.txtProviderContact.MaxLength = 0;
			this.txtProviderContact.Name = "txtProviderContact";
			this.txtProviderContact.ReadOnly = true;
			this.txtProviderContact.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtProviderContact.Size = new System.Drawing.Size(209, 20);
			this.txtProviderContact.TabIndex = 20;
			this.txtProviderContact.TabStop = false;
			// 
			// txtProviderCompany
			// 
			this.txtProviderCompany.AcceptsReturn = true;
			this.txtProviderCompany.BackColor = System.Drawing.SystemColors.Menu;
			this.txtProviderCompany.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtProviderCompany.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtProviderCompany.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtProviderCompany.Location = new System.Drawing.Point(72, 16);
			this.txtProviderCompany.MaxLength = 0;
			this.txtProviderCompany.Name = "txtProviderCompany";
			this.txtProviderCompany.ReadOnly = true;
			this.txtProviderCompany.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtProviderCompany.Size = new System.Drawing.Size(145, 20);
			this.txtProviderCompany.TabIndex = 19;
			this.txtProviderCompany.TabStop = false;
			// 
			// Label5
			// 
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Location = new System.Drawing.Point(8, 16);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(57, 17);
			this.Label5.TabIndex = 18;
			this.Label5.Text = "Name:";
			// 
			// Label1
			// 
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Location = new System.Drawing.Point(232, 16);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(57, 17);
			this.Label1.TabIndex = 17;
			this.Label1.Text = "Contact:";
			// 
			// Text3
			// 
			this.Text3.AcceptsReturn = true;
			this.Text3.BackColor = System.Drawing.SystemColors.Window;
			this.Text3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Text3.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.Text3.ForeColor = System.Drawing.SystemColors.WindowText;
			this.Text3.Location = new System.Drawing.Point(120, 152);
			this.Text3.MaxLength = 0;
			this.Text3.Name = "Text3";
			this.Text3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text3.Size = new System.Drawing.Size(145, 20);
			this.Text3.TabIndex = 10;
			// 
			// Label12
			// 
			this.Label12.BackColor = System.Drawing.SystemColors.Control;
			this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label12.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label12.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label12.Location = new System.Drawing.Point(8, 504);
			this.Label12.Name = "Label12";
			this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label12.Size = new System.Drawing.Size(89, 17);
			this.Label12.TabIndex = 32;
			this.Label12.Text = "Freight Charge:";
			// 
			// Label11
			// 
			this.Label11.BackColor = System.Drawing.SystemColors.Control;
			this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label11.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label11.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label11.Location = new System.Drawing.Point(8, 528);
			this.Label11.Name = "Label11";
			this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label11.Size = new System.Drawing.Size(89, 17);
			this.Label11.TabIndex = 30;
			this.Label11.Text = "Total:";
			// 
			// Label10
			// 
			this.Label10.BackColor = System.Drawing.SystemColors.Control;
			this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label10.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label10.Location = new System.Drawing.Point(272, 480);
			this.Label10.Name = "Label10";
			this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label10.Size = new System.Drawing.Size(89, 17);
			this.Label10.TabIndex = 28;
			this.Label10.Text = "Total Tax:";
			// 
			// Label9
			// 
			this.Label9.BackColor = System.Drawing.SystemColors.Control;
			this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label9.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label9.Location = new System.Drawing.Point(272, 504);
			this.Label9.Name = "Label9";
			this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label9.Size = new System.Drawing.Size(89, 17);
			this.Label9.TabIndex = 26;
			this.Label9.Text = "Sub Total:";
			// 
			// Label8
			// 
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label8.Location = new System.Drawing.Point(8, 480);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(89, 17);
			this.Label8.TabIndex = 25;
			this.Label8.Text = "Sales Tax:";
			// 
			// Label6
			// 
			this.Label6.BackColor = System.Drawing.SystemColors.Control;
			this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label6.Location = new System.Drawing.Point(8, 248);
			this.Label6.Name = "Label6";
			this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label6.Size = new System.Drawing.Size(33, 17);
			this.Label6.TabIndex = 22;
			this.Label6.Text = "Notes:";
			// 
			// frmOrderReception
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(523, 609);
			this.Controls.Add(this.txtNotes);
			this.Controls.Add(this.txtSubTotal);
			this.Controls.Add(this.txtTotal);
			this.Controls.Add(this.txtTotalTax);
			this.Controls.Add(this.txtFreightCharge);
			this.Controls.Add(this.txtSalesTax);
			this.Controls.Add(this.txtEntry);
			this.Controls.Add(this.fgProducts);
			this.Controls.Add(this.sbStatusBar);
			this.Controls.Add(this.cmdSave);
			this.Controls.Add(this.cmdClose);
			this.Controls.Add(this.cmdAddProducts);
			this.Controls.Add(this.Frame1);
			this.Controls.Add(this.Frame2);
			this.Controls.Add(this.Text3);
			this.Controls.Add(this.Label12);
			this.Controls.Add(this.Label11);
			this.Controls.Add(this.Label10);
			this.Controls.Add(this.Label9);
			this.Controls.Add(this.Label8);
			this.Controls.Add(this.Label6);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Location = new System.Drawing.Point(8, 30);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmOrderReception";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "Add Stock Order";
			this.Closed += new System.EventHandler(this.frmOrderReception_Closed);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOrderReception_FormClosing);
			this.Load += new System.EventHandler(this.frmOrderReception_Load);
			this.listViewHelper1.SetItemClickMethod(this.lvProviders, "lvProviders_ItemClick");
			this.listViewHelper1.SetCorrectEventsBehavior(this.lvProviders, true);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			this.sbStatusBar.ResumeLayout(false);
			this.Frame1.ResumeLayout(false);
			this.lvProviders.ResumeLayout(false);
			this.Frame2.ResumeLayout(false);
			this.ResumeLayout(false);
		}
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
			this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
			this.lvwSales = new System.Windows.Forms.ListView();
			this.ctrLine = new System.Windows.Forms.PictureBox();
			this.cboCashier = new System.Windows.Forms.ComboBox();
			this.cboMonth = new System.Windows.Forms.ComboBox();
			this.cboYear = new System.Windows.Forms.ComboBox();
			this.Toolbar1 = new System.Windows.Forms.ToolStrip();
			this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
			this.Label9 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label8 = new System.Windows.Forms.Label();
			this.lblSellable = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.lblTotalSales = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Toolbar1.SuspendLayout();
			this.SuspendLayout();
			this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
			this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
			// 
			// lvwSales
			// 
			this.lvwSales.BackColor = System.Drawing.SystemColors.Window;
			this.lvwSales.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lvwSales.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lvwSales.HideSelection = true;
			this.lvwSales.LabelEdit = true;
			this.lvwSales.Location = new System.Drawing.Point(0, 120);
			this.lvwSales.Name = "lvwSales";
			this.lvwSales.Size = new System.Drawing.Size(521, 193);
			this.lvwSales.TabIndex = 12;
			// 
			// ctrLine
			// 
			this.ctrLine.BackColor = System.Drawing.SystemColors.Control;
			this.ctrLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.ctrLine.CausesValidation = true;
			this.ctrLine.Cursor = System.Windows.Forms.Cursors.Default;
			this.ctrLine.Dock = System.Windows.Forms.DockStyle.None;
			this.ctrLine.Enabled = true;
			this.ctrLine.Location = new System.Drawing.Point(0, 88);
			this.ctrLine.Name = "ctrLine";
			this.ctrLine.Size = new System.Drawing.Size(601, 2);
			this.ctrLine.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
			this.ctrLine.TabIndex = 11;
			this.ctrLine.TabStop = true;
			this.ctrLine.Visible = true;
			// 
			// cboCashier
			// 
			this.cboCashier.BackColor = System.Drawing.SystemColors.Window;
			this.cboCashier.CausesValidation = true;
			this.cboCashier.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboCashier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboCashier.Enabled = true;
			this.cboCashier.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboCashier.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboCashier.IntegralHeight = true;
			this.cboCashier.Location = new System.Drawing.Point(384, 56);
			this.cboCashier.Name = "cboCashier";
			this.cboCashier.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboCashier.Size = new System.Drawing.Size(137, 21);
			this.cboCashier.Sorted = false;
			this.cboCashier.TabIndex = 9;
			this.cboCashier.TabStop = true;
			this.cboCashier.Visible = true;
			this.cboCashier.Items.AddRange(new object[]{"View All"});
			this.cboCashier.SelectedIndexChanged += new System.EventHandler(this.cboCashier_SelectedIndexChanged);
			// 
			// cboMonth
			// 
			this.cboMonth.BackColor = System.Drawing.SystemColors.Window;
			this.cboMonth.CausesValidation = true;
			this.cboMonth.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboMonth.Enabled = true;
			this.cboMonth.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboMonth.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboMonth.IntegralHeight = true;
			this.cboMonth.Location = new System.Drawing.Point(216, 56);
			this.cboMonth.Name = "cboMonth";
			this.cboMonth.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboMonth.Size = new System.Drawing.Size(73, 21);
			this.cboMonth.Sorted = false;
			this.cboMonth.TabIndex = 8;
			this.cboMonth.TabStop = true;
			this.cboMonth.Visible = true;
			this.cboMonth.Items.AddRange(new object[]{"(none)", "1 - Jan", "2 - Feb", "3 - Mar", "4 - Apr", "5 - May", "6 - Jun", "7 - Jul", "8 - Aug", "9 - Sep", "10 - Oct", "11 - Nov", "12 - Dec"});
			this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged);
			// 
			// cboYear
			// 
			this.cboYear.BackColor = System.Drawing.SystemColors.Window;
			this.cboYear.CausesValidation = true;
			this.cboYear.Cursor = System.Windows.Forms.Cursors.Default;
			this.cboYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboYear.Enabled = true;
			this.cboYear.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.cboYear.ForeColor = System.Drawing.SystemColors.WindowText;
			this.cboYear.IntegralHeight = true;
			this.cboYear.Location = new System.Drawing.Point(48, 56);
			this.cboYear.Name = "cboYear";
			this.cboYear.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cboYear.Size = new System.Drawing.Size(73, 21);
			this.cboYear.Sorted = false;
			this.cboYear.TabIndex = 0;
			this.cboYear.TabStop = true;
			this.cboYear.Visible = true;
			this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
			// 
			// Toolbar1
			// 
			this.Toolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.Toolbar1.Location = new System.Drawing.Point(0, 0);
			this.Toolbar1.Name = "Toolbar1";
			this.Toolbar1.ShowItemToolTips = true;
			this.Toolbar1.Size = new System.Drawing.Size(603, 28);
			this.Toolbar1.TabIndex = 13;
			this.Toolbar1.Items.Add(this._Toolbar1_Button1);
			// 
			// _Toolbar1_Button1
			// 
			this._Toolbar1_Button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this._Toolbar1_Button1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this._Toolbar1_Button1.Size = new System.Drawing.Size(24, 22);
			this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			// 
			// Label9
			// 
			this.Label9.AutoSize = true;
			this.Label9.BackColor = System.Drawing.SystemColors.Control;
			this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label9.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label9.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label9.Location = new System.Drawing.Point(272, 104);
			this.Label9.Name = "Label9";
			this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label9.Size = new System.Drawing.Size(7, 13);
			this.Label9.TabIndex = 10;
			this.Label9.Text = "|";
			// 
			// Label2
			// 
			this.Label2.AutoSize = true;
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label2.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label2.Location = new System.Drawing.Point(320, 56);
			this.Label2.Name = "Label2";
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.Size = new System.Drawing.Size(40, 13);
			this.Label2.TabIndex = 7;
			this.Label2.Text = "Cashier:";
			// 
			// Label5
			// 
			this.Label5.AutoSize = true;
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label5.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label5.Location = new System.Drawing.Point(8, 56);
			this.Label5.Name = "Label5";
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.Size = new System.Drawing.Size(26, 13);
			this.Label5.TabIndex = 6;
			this.Label5.Text = "Year:";
			// 
			// Label8
			// 
			this.Label8.AutoSize = true;
			this.Label8.BackColor = System.Drawing.SystemColors.Control;
			this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label8.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label8.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label8.Location = new System.Drawing.Point(160, 56);
			this.Label8.Name = "Label8";
			this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label8.Size = new System.Drawing.Size(34, 13);
			this.Label8.TabIndex = 5;
			this.Label8.Text = "Month:";
			// 
			// lblSellable
			// 
			this.lblSellable.AutoSize = true;
			this.lblSellable.BackColor = System.Drawing.SystemColors.Control;
			this.lblSellable.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblSellable.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblSellable.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblSellable.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblSellable.Location = new System.Drawing.Point(424, 104);
			this.lblSellable.Name = "lblSellable";
			this.lblSellable.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblSellable.Size = new System.Drawing.Size(12, 13);
			this.lblSellable.TabIndex = 4;
			this.lblSellable.Text = "---";
			// 
			// Label4
			// 
			this.Label4.AutoSize = true;
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label4.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label4.Location = new System.Drawing.Point(296, 104);
			this.Label4.Name = "Label4";
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.Size = new System.Drawing.Size(109, 13);
			this.Label4.TabIndex = 3;
			this.Label4.Text = "Most Sellable Item:";
			// 
			// lblTotalSales
			// 
			this.lblTotalSales.AutoSize = true;
			this.lblTotalSales.BackColor = System.Drawing.SystemColors.Control;
			this.lblTotalSales.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.lblTotalSales.Cursor = System.Windows.Forms.Cursors.Default;
			this.lblTotalSales.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblTotalSales.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.lblTotalSales.Location = new System.Drawing.Point(168, 104);
			this.lblTotalSales.Name = "lblTotalSales";
			this.lblTotalSales.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lblTotalSales.Size = new System.Drawing.Size(12, 13);
			this.lblTotalSales.TabIndex = 2;
			this.lblTotalSales.Text = "---";
			// 
			// Label1
			// 
			this.Label1.AutoSize = true;
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.Label1.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
			this.Label1.Location = new System.Drawing.Point(8, 104);
			this.Label1.Name = "Label1";
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.Size = new System.Drawing.Size(145, 13);
			this.Label1.TabIndex = 1;
			this.Label1.Text = "Total Sales for the Month:";
			// 
			// frmSales
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoScroll = true;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(603, 369);
			this.Controls.Add(this.lvwSales);
			this.Controls.Add(this.ctrLine);
			this.Controls.Add(this.cboCashier);
			this.Controls.Add(this.cboMonth);
			this.Controls.Add(this.cboYear);
			this.Controls.Add(this.Toolbar1);
			this.Controls.Add(this.Label9);
			this.Controls.Add(this.Label2);
			this.Controls.Add(this.Label5);
			this.Controls.Add(this.Label8);
			this.Controls.Add(this.lblSellable);
			this.Controls.Add(this.Label4);
			this.Controls.Add(this.lblTotalSales);
			this.Controls.Add(this.Label1);
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.Icon = (System.Drawing.Icon) resources.GetObject("frmSales.Icon");
			this.Location = new System.Drawing.Point(4, 23);
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Name = "frmSales";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "Sales";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.listBoxComboBoxHelper1.SetItemData(this.cboCashier, new int[]{0});
			this.listBoxComboBoxHelper1.SetItemData(this.cboMonth, new int[]{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0});
			this.Closed += new System.EventHandler(this.frmSales_Closed);
			this.Load += new System.EventHandler(this.frmSales_Load);
			this.Resize += new System.EventHandler(this.frmSales_Resize);
			((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
			((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
			this.Toolbar1.ResumeLayout(false);
			this.ResumeLayout(false);
		}
Exemple #7
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.lvwSales          = new System.Windows.Forms.ListView();
     this.ctrLine           = new System.Windows.Forms.PictureBox();
     this.cboCashier        = new System.Windows.Forms.ComboBox();
     this.cboMonth          = new System.Windows.Forms.ComboBox();
     this.cboYear           = new System.Windows.Forms.ComboBox();
     this.Toolbar1          = new System.Windows.Forms.ToolStrip();
     this._Toolbar1_Button1 = new System.Windows.Forms.ToolStripButton();
     this.Label9            = new System.Windows.Forms.Label();
     this.Label2            = new System.Windows.Forms.Label();
     this.Label5            = new System.Windows.Forms.Label();
     this.Label8            = new System.Windows.Forms.Label();
     this.lblSellable       = new System.Windows.Forms.Label();
     this.Label4            = new System.Windows.Forms.Label();
     this.lblTotalSales     = new System.Windows.Forms.Label();
     this.Label1            = new System.Windows.Forms.Label();
     this.Toolbar1.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
     //
     // lvwSales
     //
     this.lvwSales.BackColor     = System.Drawing.SystemColors.Window;
     this.lvwSales.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvwSales.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvwSales.HideSelection = true;
     this.lvwSales.LabelEdit     = true;
     this.lvwSales.Location      = new System.Drawing.Point(0, 120);
     this.lvwSales.Name          = "lvwSales";
     this.lvwSales.Size          = new System.Drawing.Size(521, 193);
     this.lvwSales.TabIndex      = 12;
     //
     // ctrLine
     //
     this.ctrLine.BackColor        = System.Drawing.SystemColors.Control;
     this.ctrLine.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ctrLine.CausesValidation = true;
     this.ctrLine.Cursor           = System.Windows.Forms.Cursors.Default;
     this.ctrLine.Dock             = System.Windows.Forms.DockStyle.None;
     this.ctrLine.Enabled          = true;
     this.ctrLine.Location         = new System.Drawing.Point(0, 88);
     this.ctrLine.Name             = "ctrLine";
     this.ctrLine.Size             = new System.Drawing.Size(601, 2);
     this.ctrLine.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.ctrLine.TabIndex         = 11;
     this.ctrLine.TabStop          = true;
     this.ctrLine.Visible          = true;
     //
     // cboCashier
     //
     this.cboCashier.BackColor        = System.Drawing.SystemColors.Window;
     this.cboCashier.CausesValidation = true;
     this.cboCashier.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboCashier.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCashier.Enabled          = true;
     this.cboCashier.Font             = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboCashier.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboCashier.IntegralHeight   = true;
     this.cboCashier.Location         = new System.Drawing.Point(384, 56);
     this.cboCashier.Name             = "cboCashier";
     this.cboCashier.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboCashier.Size             = new System.Drawing.Size(137, 21);
     this.cboCashier.Sorted           = false;
     this.cboCashier.TabIndex         = 9;
     this.cboCashier.TabStop          = true;
     this.cboCashier.Visible          = true;
     this.cboCashier.Items.AddRange(new object[] { "View All" });
     this.cboCashier.SelectedIndexChanged += new System.EventHandler(this.cboCashier_SelectedIndexChanged);
     //
     // cboMonth
     //
     this.cboMonth.BackColor        = System.Drawing.SystemColors.Window;
     this.cboMonth.CausesValidation = true;
     this.cboMonth.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboMonth.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboMonth.Enabled          = true;
     this.cboMonth.Font             = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboMonth.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboMonth.IntegralHeight   = true;
     this.cboMonth.Location         = new System.Drawing.Point(216, 56);
     this.cboMonth.Name             = "cboMonth";
     this.cboMonth.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboMonth.Size             = new System.Drawing.Size(73, 21);
     this.cboMonth.Sorted           = false;
     this.cboMonth.TabIndex         = 8;
     this.cboMonth.TabStop          = true;
     this.cboMonth.Visible          = true;
     this.cboMonth.Items.AddRange(new object[] { "(none)", "1 - Jan", "2 - Feb", "3 - Mar", "4 - Apr", "5 - May", "6 - Jun", "7 - Jul", "8 - Aug", "9 - Sep", "10 - Oct", "11 - Nov", "12 - Dec" });
     this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged);
     //
     // cboYear
     //
     this.cboYear.BackColor             = System.Drawing.SystemColors.Window;
     this.cboYear.CausesValidation      = true;
     this.cboYear.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cboYear.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboYear.Enabled               = true;
     this.cboYear.Font                  = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cboYear.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cboYear.IntegralHeight        = true;
     this.cboYear.Location              = new System.Drawing.Point(48, 56);
     this.cboYear.Name                  = "cboYear";
     this.cboYear.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cboYear.Size                  = new System.Drawing.Size(73, 21);
     this.cboYear.Sorted                = false;
     this.cboYear.TabIndex              = 0;
     this.cboYear.TabStop               = true;
     this.cboYear.Visible               = true;
     this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
     //
     // Toolbar1
     //
     this.Toolbar1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.Toolbar1.Location         = new System.Drawing.Point(0, 0);
     this.Toolbar1.Name             = "Toolbar1";
     this.Toolbar1.ShowItemToolTips = true;
     this.Toolbar1.Size             = new System.Drawing.Size(603, 28);
     this.Toolbar1.TabIndex         = 13;
     this.Toolbar1.Items.Add(this._Toolbar1_Button1);
     //
     // _Toolbar1_Button1
     //
     this._Toolbar1_Button1.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this._Toolbar1_Button1.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this._Toolbar1_Button1.Size              = new System.Drawing.Size(24, 22);
     this._Toolbar1_Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // Label9
     //
     this.Label9.AutoSize    = true;
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label9.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label9.Location    = new System.Drawing.Point(272, 104);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(7, 13);
     this.Label9.TabIndex    = 10;
     this.Label9.Text        = "|";
     //
     // Label2
     //
     this.Label2.AutoSize    = true;
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label2.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label2.Location    = new System.Drawing.Point(320, 56);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(40, 13);
     this.Label2.TabIndex    = 7;
     this.Label2.Text        = "Cashier:";
     //
     // Label5
     //
     this.Label5.AutoSize    = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label5.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label5.Location    = new System.Drawing.Point(8, 56);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(26, 13);
     this.Label5.TabIndex    = 6;
     this.Label5.Text        = "Year:";
     //
     // Label8
     //
     this.Label8.AutoSize    = true;
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label8.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label8.Location    = new System.Drawing.Point(160, 56);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(34, 13);
     this.Label8.TabIndex    = 5;
     this.Label8.Text        = "Month:";
     //
     // lblSellable
     //
     this.lblSellable.AutoSize    = true;
     this.lblSellable.BackColor   = System.Drawing.SystemColors.Control;
     this.lblSellable.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblSellable.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblSellable.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblSellable.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblSellable.Location    = new System.Drawing.Point(424, 104);
     this.lblSellable.Name        = "lblSellable";
     this.lblSellable.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSellable.Size        = new System.Drawing.Size(12, 13);
     this.lblSellable.TabIndex    = 4;
     this.lblSellable.Text        = "---";
     //
     // Label4
     //
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label4.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label4.Location    = new System.Drawing.Point(296, 104);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(109, 13);
     this.Label4.TabIndex    = 3;
     this.Label4.Text        = "Most Sellable Item:";
     //
     // lblTotalSales
     //
     this.lblTotalSales.AutoSize    = true;
     this.lblTotalSales.BackColor   = System.Drawing.SystemColors.Control;
     this.lblTotalSales.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotalSales.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblTotalSales.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblTotalSales.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblTotalSales.Location    = new System.Drawing.Point(168, 104);
     this.lblTotalSales.Name        = "lblTotalSales";
     this.lblTotalSales.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotalSales.Size        = new System.Drawing.Size(12, 13);
     this.lblTotalSales.TabIndex    = 2;
     this.lblTotalSales.Text        = "---";
     //
     // Label1
     //
     this.Label1.AutoSize    = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label1.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label1.Location    = new System.Drawing.Point(8, 104);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(145, 13);
     this.Label1.TabIndex    = 1;
     this.Label1.Text        = "Total Sales for the Month:";
     //
     // frmSales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(603, 369);
     this.Controls.Add(this.lvwSales);
     this.Controls.Add(this.ctrLine);
     this.Controls.Add(this.cboCashier);
     this.Controls.Add(this.cboMonth);
     this.Controls.Add(this.cboYear);
     this.Controls.Add(this.Toolbar1);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.lblSellable);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.lblTotalSales);
     this.Controls.Add(this.Label1);
     this.Cursor        = System.Windows.Forms.Cursors.Default;
     this.Icon          = (System.Drawing.Icon)resources.GetObject("frmSales.Icon");
     this.Location      = new System.Drawing.Point(4, 23);
     this.MaximizeBox   = true;
     this.MinimizeBox   = true;
     this.Name          = "frmSales";
     this.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Sales";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.listBoxComboBoxHelper1.SetItemData(this.cboCashier, new int[] { 0 });
     this.listBoxComboBoxHelper1.SetItemData(this.cboMonth, new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 });
     this.Closed += new System.EventHandler(this.frmSales_Closed);
     this.Load   += new System.EventHandler(this.frmSales_Load);
     this.Resize += new System.EventHandler(this.frmSales_Resize);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
     this.Toolbar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #8
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderRequest));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.txtSubTotal         = new System.Windows.Forms.TextBox();
     this.txtTotal            = new System.Windows.Forms.TextBox();
     this.txtTotalTax         = new System.Windows.Forms.TextBox();
     this.txtFreightCharge    = new System.Windows.Forms.TextBox();
     this.txtSalesTax         = new System.Windows.Forms.TextBox();
     this.txtEntry            = new System.Windows.Forms.TextBox();
     this.fgProducts          = new UpgradeHelpers.Windows.Forms.DataGridViewFlex(this.components);
     this.sbStatusBar         = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.dtRequired          = new System.Windows.Forms.DateTimePicker();
     this.cmdSave             = new System.Windows.Forms.Button();
     this.cmdClose            = new System.Windows.Forms.Button();
     this.cmdAddProducts      = new System.Windows.Forms.Button();
     this.Frame1                      = new System.Windows.Forms.GroupBox();
     this.txtContactLastName          = new System.Windows.Forms.TextBox();
     this.txtContactName              = new System.Windows.Forms.TextBox();
     this.cmdCustomers                = new System.Windows.Forms.Button();
     this.txtCompanyName              = new System.Windows.Forms.TextBox();
     this.lvCustomers                 = new System.Windows.Forms.ListView();
     this._lvCustomers_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_6 = new System.Windows.Forms.ColumnHeader();
     this._lvCustomers_ColumnHeader_7 = new System.Windows.Forms.ColumnHeader();
     this.Label3                      = new System.Windows.Forms.Label();
     this.Label4                      = new System.Windows.Forms.Label();
     this.Label2                      = new System.Windows.Forms.Label();
     this.Frame2                      = new System.Windows.Forms.GroupBox();
     this.txtCustomerContact          = new System.Windows.Forms.TextBox();
     this.txtCustomerCompany          = new System.Windows.Forms.TextBox();
     this.Label5                      = new System.Windows.Forms.Label();
     this.Label1                      = new System.Windows.Forms.Label();
     this.Text3      = new System.Windows.Forms.TextBox();
     this.dtPromised = new System.Windows.Forms.DateTimePicker();
     this.Label13    = new System.Windows.Forms.Label();
     this.Label12    = new System.Windows.Forms.Label();
     this.Label11    = new System.Windows.Forms.Label();
     this.Label10    = new System.Windows.Forms.Label();
     this.Label9     = new System.Windows.Forms.Label();
     this.Label8     = new System.Windows.Forms.Label();
     this.Label7     = new System.Windows.Forms.Label();
     this.Label6     = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvCustomers.SuspendLayout();
     this.Frame2.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // txtSubTotal
     //
     this.txtSubTotal.AcceptsReturn = true;
     this.txtSubTotal.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtSubTotal.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSubTotal.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSubTotal.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSubTotal.Location      = new System.Drawing.Point(360, 520);
     this.txtSubTotal.MaxLength     = 0;
     this.txtSubTotal.Name          = "txtSubTotal";
     this.txtSubTotal.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSubTotal.Size          = new System.Drawing.Size(145, 20);
     this.txtSubTotal.TabIndex      = 33;
     this.txtSubTotal.TabStop       = false;
     this.txtSubTotal.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTotal
     //
     this.txtTotal.AcceptsReturn = true;
     this.txtTotal.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtTotal.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTotal.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTotal.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtTotal.Location      = new System.Drawing.Point(96, 544);
     this.txtTotal.MaxLength     = 0;
     this.txtTotal.Name          = "txtTotal";
     this.txtTotal.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTotal.Size          = new System.Drawing.Size(145, 20);
     this.txtTotal.TabIndex      = 31;
     this.txtTotal.TabStop       = false;
     this.txtTotal.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTotalTax
     //
     this.txtTotalTax.AcceptsReturn = true;
     this.txtTotalTax.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtTotalTax.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTotalTax.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTotalTax.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtTotalTax.Location      = new System.Drawing.Point(360, 496);
     this.txtTotalTax.MaxLength     = 0;
     this.txtTotalTax.Name          = "txtTotalTax";
     this.txtTotalTax.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTotalTax.Size          = new System.Drawing.Size(145, 20);
     this.txtTotalTax.TabIndex      = 29;
     this.txtTotalTax.TabStop       = false;
     this.txtTotalTax.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtFreightCharge
     //
     this.txtFreightCharge.AcceptsReturn = true;
     this.txtFreightCharge.BackColor     = System.Drawing.SystemColors.Window;
     this.txtFreightCharge.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFreightCharge.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtFreightCharge.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtFreightCharge.Location      = new System.Drawing.Point(96, 520);
     this.txtFreightCharge.MaxLength     = 0;
     this.txtFreightCharge.Name          = "txtFreightCharge";
     this.txtFreightCharge.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtFreightCharge.Size          = new System.Drawing.Size(145, 20);
     this.txtFreightCharge.TabIndex      = 8;
     this.txtFreightCharge.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtFreightCharge.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtFreightCharge_KeyPress);
     this.txtFreightCharge.TextChanged  += new System.EventHandler(this.txtFreightCharge_TextChanged);
     //
     // txtSalesTax
     //
     this.txtSalesTax.AcceptsReturn = true;
     this.txtSalesTax.BackColor     = System.Drawing.SystemColors.Window;
     this.txtSalesTax.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSalesTax.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSalesTax.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSalesTax.Location      = new System.Drawing.Point(96, 496);
     this.txtSalesTax.MaxLength     = 0;
     this.txtSalesTax.Name          = "txtSalesTax";
     this.txtSalesTax.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSalesTax.Size          = new System.Drawing.Size(145, 20);
     this.txtSalesTax.TabIndex      = 7;
     this.txtSalesTax.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtSalesTax.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtSalesTax_KeyPress);
     this.txtSalesTax.TextChanged  += new System.EventHandler(this.txtSalesTax_TextChanged);
     //
     // txtEntry
     //
     this.txtEntry.AcceptsReturn = true;
     this.txtEntry.BackColor     = System.Drawing.SystemColors.Window;
     this.txtEntry.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtEntry.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtEntry.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtEntry.Location      = new System.Drawing.Point(96, 472);
     this.txtEntry.MaxLength     = 0;
     this.txtEntry.Name          = "txtEntry";
     this.txtEntry.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtEntry.Size          = new System.Drawing.Size(145, 19);
     this.txtEntry.TabIndex      = 26;
     this.txtEntry.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtEntry_KeyDown);
     this.txtEntry.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtEntry_KeyPress);
     this.txtEntry.Leave        += new System.EventHandler(this.txtEntry_Leave);
     //
     // fgProducts
     //
     this.fgProducts.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.fgProducts.ColumnsCount = 0;
     this.fgProducts.FixedColumns = 0;
     this.fgProducts.FixedRows    = 0;
     this.fgProducts.Location     = new System.Drawing.Point(8, 288);
     this.fgProducts.Name         = "fgProducts";
     this.fgProducts.Size         = new System.Drawing.Size(505, 177);
     this.fgProducts.TabIndex     = 6;
     this.fgProducts.CellLeave   += new System.Windows.Forms.DataGridViewCellEventHandler(this.fgProducts_CellLeave);
     this.fgProducts.Click       += new System.EventHandler(this.fgProducts_Click);
     this.fgProducts.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.fgProducts_KeyPress);
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 630);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(535, 25);
     this.sbStatusBar.TabIndex         = 25;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(517, 25);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // dtRequired
     //
     this.dtRequired.Checked       = false;
     this.dtRequired.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtRequired.Location      = new System.Drawing.Point(120, 248);
     this.dtRequired.Name          = "dtRequired";
     this.dtRequired.Size          = new System.Drawing.Size(97, 20);
     this.dtRequired.TabIndex      = 4;
     this.dtRequired.ValueChanged += new System.EventHandler(this.dtRequired_ValueChanged);
     //
     // cmdSave
     //
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(328, 568);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(89, 25);
     this.cmdSave.TabIndex                = 9;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(432, 568);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 10;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdAddProducts
     //
     this.cmdAddProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdAddProducts.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdAddProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdAddProducts.Location                = new System.Drawing.Point(488, 264);
     this.cmdAddProducts.Name                    = "cmdAddProducts";
     this.cmdAddProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdAddProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdAddProducts.TabIndex                = 22;
     this.cmdAddProducts.TabStop                 = false;
     this.cmdAddProducts.Text                    = "...";
     this.cmdAddProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdAddProducts.UseVisualStyleBackColor = false;
     this.cmdAddProducts.Click                  += new System.EventHandler(this.cmdAddProducts_Click);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.txtContactLastName);
     this.Frame1.Controls.Add(this.txtContactName);
     this.Frame1.Controls.Add(this.cmdCustomers);
     this.Frame1.Controls.Add(this.txtCompanyName);
     this.Frame1.Controls.Add(this.lvCustomers);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label2);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(505, 169);
     this.Frame1.TabIndex    = 13;
     this.Frame1.Text        = "Search customer";
     this.Frame1.Visible     = true;
     //
     // txtContactLastName
     //
     this.txtContactLastName.AcceptsReturn = true;
     this.txtContactLastName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactLastName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactLastName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactLastName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactLastName.Location      = new System.Drawing.Point(336, 48);
     this.txtContactLastName.MaxLength     = 0;
     this.txtContactLastName.Name          = "txtContactLastName";
     this.txtContactLastName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactLastName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactLastName.TabIndex      = 2;
     this.txtContactLastName.TextChanged  += new System.EventHandler(this.txtContactLastName_TextChanged);
     //
     // txtContactName
     //
     this.txtContactName.AcceptsReturn = true;
     this.txtContactName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactName.Location      = new System.Drawing.Point(88, 48);
     this.txtContactName.MaxLength     = 0;
     this.txtContactName.Name          = "txtContactName";
     this.txtContactName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactName.TabIndex      = 1;
     this.txtContactName.TextChanged  += new System.EventHandler(this.txtContactName_TextChanged);
     //
     // cmdCustomers
     //
     this.cmdCustomers.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdCustomers.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdCustomers.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdCustomers.Location                = new System.Drawing.Point(456, 16);
     this.cmdCustomers.Name                    = "cmdCustomers";
     this.cmdCustomers.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdCustomers.Size                    = new System.Drawing.Size(25, 21);
     this.cmdCustomers.TabIndex                = 14;
     this.cmdCustomers.TabStop                 = false;
     this.cmdCustomers.Text                    = "...";
     this.cmdCustomers.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdCustomers.UseVisualStyleBackColor = false;
     this.cmdCustomers.Click                  += new System.EventHandler(this.cmdCustomers_Click);
     //
     // txtCompanyName
     //
     this.txtCompanyName.AcceptsReturn = true;
     this.txtCompanyName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCompanyName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCompanyName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCompanyName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCompanyName.Location      = new System.Drawing.Point(88, 16);
     this.txtCompanyName.MaxLength     = 0;
     this.txtCompanyName.Name          = "txtCompanyName";
     this.txtCompanyName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCompanyName.Size          = new System.Drawing.Size(145, 20);
     this.txtCompanyName.TabIndex      = 0;
     this.txtCompanyName.TextChanged  += new System.EventHandler(this.txtCompanyName_TextChanged);
     //
     // lvCustomers
     //
     this.lvCustomers.BackColor     = System.Drawing.SystemColors.Window;
     this.lvCustomers.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvCustomers.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvCustomers.FullRowSelect = true;
     this.lvCustomers.GridLines     = true;
     this.lvCustomers.HideSelection = false;
     this.lvCustomers.HotTracking   = true;
     this.lvCustomers.LabelEdit     = false;
     this.lvCustomers.Location      = new System.Drawing.Point(8, 80);
     this.lvCustomers.Name          = "lvCustomers";
     this.lvCustomers.Size          = new System.Drawing.Size(489, 81);
     this.lvCustomers.TabIndex      = 3;
     this.lvCustomers.View          = System.Windows.Forms.View.Details;
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_1);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_2);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_3);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_4);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_5);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_6);
     this.lvCustomers.Columns.Add(this._lvCustomers_ColumnHeader_7);
     //
     // _lvCustomers_ColumnHeader_1
     //
     this._lvCustomers_ColumnHeader_1.Text  = "Customer ID";
     this._lvCustomers_ColumnHeader_1.Width = 97;
     //
     // _lvCustomers_ColumnHeader_2
     //
     this._lvCustomers_ColumnHeader_2.Text  = "Company Name";
     this._lvCustomers_ColumnHeader_2.Width = 97;
     //
     // _lvCustomers_ColumnHeader_3
     //
     this._lvCustomers_ColumnHeader_3.Text  = "Contact Name";
     this._lvCustomers_ColumnHeader_3.Width = 97;
     //
     // _lvCustomers_ColumnHeader_4
     //
     this._lvCustomers_ColumnHeader_4.Text  = "Contact Last Name";
     this._lvCustomers_ColumnHeader_4.Width = 97;
     //
     // _lvCustomers_ColumnHeader_5
     //
     this._lvCustomers_ColumnHeader_5.Text  = "City";
     this._lvCustomers_ColumnHeader_5.Width = 97;
     //
     // _lvCustomers_ColumnHeader_6
     //
     this._lvCustomers_ColumnHeader_6.Text  = "State";
     this._lvCustomers_ColumnHeader_6.Width = 97;
     //
     // _lvCustomers_ColumnHeader_7
     //
     this._lvCustomers_ColumnHeader_7.Text  = "Country";
     this._lvCustomers_ColumnHeader_7.Width = 97;
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(240, 48);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(97, 17);
     this.Label3.TabIndex    = 17;
     this.Label3.Text        = "Contact last name:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(8, 16);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 16;
     this.Label4.Text        = "Company name:";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 48);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(89, 17);
     this.Label2.TabIndex    = 15;
     this.Label2.Text        = "Contact name:";
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.Add(this.txtCustomerContact);
     this.Frame2.Controls.Add(this.txtCustomerCompany);
     this.Frame2.Controls.Add(this.Label5);
     this.Frame2.Controls.Add(this.Label1);
     this.Frame2.Enabled     = true;
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(8, 184);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(505, 49);
     this.Frame2.TabIndex    = 12;
     this.Frame2.Text        = "Customer";
     this.Frame2.Visible     = true;
     //
     // txtCustomerContact
     //
     this.txtCustomerContact.AcceptsReturn = true;
     this.txtCustomerContact.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtCustomerContact.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCustomerContact.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCustomerContact.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCustomerContact.Location      = new System.Drawing.Point(288, 16);
     this.txtCustomerContact.MaxLength     = 0;
     this.txtCustomerContact.Name          = "txtCustomerContact";
     this.txtCustomerContact.ReadOnly      = true;
     this.txtCustomerContact.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCustomerContact.Size          = new System.Drawing.Size(209, 20);
     this.txtCustomerContact.TabIndex      = 21;
     this.txtCustomerContact.TabStop       = false;
     //
     // txtCustomerCompany
     //
     this.txtCustomerCompany.AcceptsReturn = true;
     this.txtCustomerCompany.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtCustomerCompany.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCustomerCompany.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCustomerCompany.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCustomerCompany.Location      = new System.Drawing.Point(72, 16);
     this.txtCustomerCompany.MaxLength     = 0;
     this.txtCustomerCompany.Name          = "txtCustomerCompany";
     this.txtCustomerCompany.ReadOnly      = true;
     this.txtCustomerCompany.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCustomerCompany.Size          = new System.Drawing.Size(145, 20);
     this.txtCustomerCompany.TabIndex      = 20;
     this.txtCustomerCompany.TabStop       = false;
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(8, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(57, 17);
     this.Label5.TabIndex    = 19;
     this.Label5.Text        = "Company:";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(232, 16);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(57, 17);
     this.Label1.TabIndex    = 18;
     this.Label1.Text        = "Contact:";
     //
     // Text3
     //
     this.Text3.AcceptsReturn = true;
     this.Text3.BackColor     = System.Drawing.SystemColors.Window;
     this.Text3.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.Text3.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.Text3.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.Text3.Location      = new System.Drawing.Point(120, 152);
     this.Text3.MaxLength     = 0;
     this.Text3.Name          = "Text3";
     this.Text3.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.Text3.Size          = new System.Drawing.Size(145, 20);
     this.Text3.TabIndex      = 11;
     //
     // dtPromised
     //
     this.dtPromised.Checked       = false;
     this.dtPromised.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtPromised.Location      = new System.Drawing.Point(352, 248);
     this.dtPromised.Name          = "dtPromised";
     this.dtPromised.Size          = new System.Drawing.Size(97, 20);
     this.dtPromised.TabIndex      = 5;
     this.dtPromised.ValueChanged += new System.EventHandler(this.dtPromised_ValueChanged);
     //
     // Label13
     //
     this.Label13.BackColor   = System.Drawing.SystemColors.Control;
     this.Label13.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label13.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label13.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label13.Location    = new System.Drawing.Point(16, 472);
     this.Label13.Name        = "Label13";
     this.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label13.Size        = new System.Drawing.Size(81, 17);
     this.Label13.TabIndex    = 35;
     this.Label13.Text        = "Line quantity:";
     //
     // Label12
     //
     this.Label12.BackColor   = System.Drawing.SystemColors.Control;
     this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label12.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label12.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(16, 520);
     this.Label12.Name        = "Label12";
     this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label12.Size        = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex    = 34;
     this.Label12.Text        = "Freight Charge:";
     //
     // Label11
     //
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(16, 544);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(89, 17);
     this.Label11.TabIndex    = 32;
     this.Label11.Text        = "Total:";
     //
     // Label10
     //
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(280, 496);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(89, 17);
     this.Label10.TabIndex    = 30;
     this.Label10.Text        = "Total Tax:";
     //
     // Label9
     //
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(280, 520);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(89, 17);
     this.Label9.TabIndex    = 28;
     this.Label9.Text        = "Sub Total:";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(16, 496);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 27;
     this.Label8.Text        = "Sales Tax:";
     //
     // Label7
     //
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(256, 248);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(105, 17);
     this.Label7.TabIndex    = 24;
     this.Label7.Text        = "Promised by date:";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(8, 248);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(105, 17);
     this.Label6.TabIndex    = 23;
     this.Label6.Text        = "Required by date:";
     //
     // frmOrderRequest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(535, 655);
     this.Controls.Add(this.txtSubTotal);
     this.Controls.Add(this.txtTotal);
     this.Controls.Add(this.txtTotalTax);
     this.Controls.Add(this.txtFreightCharge);
     this.Controls.Add(this.txtSalesTax);
     this.Controls.Add(this.txtEntry);
     this.Controls.Add(this.fgProducts);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.dtRequired);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdAddProducts);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.Frame2);
     this.Controls.Add(this.Text3);
     this.Controls.Add(this.dtPromised);
     this.Controls.Add(this.Label13);
     this.Controls.Add(this.Label12);
     this.Controls.Add(this.Label11);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label6);
     this.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Location     = new System.Drawing.Point(8, 30);
     this.MaximizeBox  = true;
     this.MinimizeBox  = true;
     this.Name         = "frmOrderRequest";
     this.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.Text         = "Create Order";
     this.Closed      += new System.EventHandler(this.frmOrderRequest_Closed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOrderRequest_FormClosing);
     this.Load        += new System.EventHandler(this.frmOrderRequest_Load);
     this.listViewHelper1.SetItemClickMethod(this.lvCustomers, "lvCustomers_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvCustomers, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvCustomers.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #9
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsersManage));
     this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
     this.lstAccounts = new System.Windows.Forms.ListView();
     this._lstAccounts_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lstAccounts_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lstAccounts_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this.cmdClear    = new System.Windows.Forms.Button();
     this.cmdSave     = new System.Windows.Forms.Button();
     this.ctrlLiner1  = new System.Windows.Forms.PictureBox();
     this.Frame1      = new System.Windows.Forms.GroupBox();
     this.txtFullname = new System.Windows.Forms.TextBox();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.txtUsername = new System.Windows.Forms.TextBox();
     this.cboLevel    = new System.Windows.Forms.ComboBox();
     this._Label1_2   = new System.Windows.Forms.Label();
     this._Label1_0   = new System.Windows.Forms.Label();
     this._Label1_1   = new System.Windows.Forms.Label();
     this._Label1_3   = new System.Windows.Forms.Label();
     this.lblId       = new System.Windows.Forms.Label();
     this.cmdClose    = new System.Windows.Forms.Button();
     this.cmdEdit     = new System.Windows.Forms.Button();
     this.cmdDelete   = new System.Windows.Forms.Button();
     this._Label1_4   = new System.Windows.Forms.Label();
     this.Label19     = new System.Windows.Forms.Label();
     this.Label4      = new System.Windows.Forms.Label();
     this.Image1      = new System.Windows.Forms.PictureBox();
     this.lstAccounts.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // lstAccounts
     //
     this.lstAccounts.BackColor     = System.Drawing.SystemColors.Window;
     this.lstAccounts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstAccounts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lstAccounts.FullRowSelect = true;
     this.lstAccounts.HideSelection = true;
     this.lstAccounts.LabelEdit     = true;
     this.lstAccounts.Location      = new System.Drawing.Point(0, 264);
     this.lstAccounts.Name          = "lstAccounts";
     this.lstAccounts.Size          = new System.Drawing.Size(337, 113);
     this.lstAccounts.TabIndex      = 7;
     this.lstAccounts.View          = System.Windows.Forms.View.Details;
     this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_1);
     this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_2);
     this.lstAccounts.Columns.Add(this._lstAccounts_ColumnHeader_3);
     this.lstAccounts.DoubleClick += new System.EventHandler(this.lstAccounts_DoubleClick);
     //
     // _lstAccounts_ColumnHeader_1
     //
     this._lstAccounts_ColumnHeader_1.Text  = "UserId";
     this._lstAccounts_ColumnHeader_1.Width = 97;
     //
     // _lstAccounts_ColumnHeader_2
     //
     this._lstAccounts_ColumnHeader_2.Text  = "Name";
     this._lstAccounts_ColumnHeader_2.Width = 97;
     //
     // _lstAccounts_ColumnHeader_3
     //
     this._lstAccounts_ColumnHeader_3.Text  = "Level";
     this._lstAccounts_ColumnHeader_3.Width = 97;
     //
     // cmdClear
     //
     this.cmdClear.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClear.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClear.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClear.Location                = new System.Drawing.Point(168, 232);
     this.cmdClear.Name                    = "cmdClear";
     this.cmdClear.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClear.Size                    = new System.Drawing.Size(81, 25);
     this.cmdClear.TabIndex                = 5;
     this.cmdClear.Text                    = "&New";
     this.cmdClear.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClear.UseVisualStyleBackColor = false;
     this.cmdClear.Click                  += new System.EventHandler(this.cmdClear_Click);
     //
     // cmdSave
     //
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(80, 232);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(81, 25);
     this.cmdSave.TabIndex                = 4;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // ctrlLiner1
     //
     this.ctrlLiner1.BackColor        = System.Drawing.SystemColors.Control;
     this.ctrlLiner1.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ctrlLiner1.CausesValidation = true;
     this.ctrlLiner1.Cursor           = System.Windows.Forms.Cursors.Default;
     this.ctrlLiner1.Dock             = System.Windows.Forms.DockStyle.None;
     this.ctrlLiner1.Enabled          = true;
     this.ctrlLiner1.Location         = new System.Drawing.Point(0, 56);
     this.ctrlLiner1.Name             = "ctrlLiner1";
     this.ctrlLiner1.Size             = new System.Drawing.Size(313, 2);
     this.ctrlLiner1.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.Normal;
     this.ctrlLiner1.TabIndex         = 15;
     this.ctrlLiner1.TabStop          = true;
     this.ctrlLiner1.Visible          = true;
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.txtFullname);
     this.Frame1.Controls.Add(this.txtPassword);
     this.Frame1.Controls.Add(this.txtUsername);
     this.Frame1.Controls.Add(this.cboLevel);
     this.Frame1.Controls.Add(this._Label1_2);
     this.Frame1.Controls.Add(this._Label1_0);
     this.Frame1.Controls.Add(this._Label1_1);
     this.Frame1.Controls.Add(this._Label1_3);
     this.Frame1.Controls.Add(this.lblId);
     this.Frame1.Enabled     = true;
     this.Frame1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 64);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(329, 153);
     this.Frame1.TabIndex    = 10;
     this.Frame1.Text        = "User information";
     this.Frame1.Visible     = true;
     //
     // txtFullname
     //
     this.txtFullname.AcceptsReturn = true;
     this.txtFullname.BackColor     = System.Drawing.SystemColors.Window;
     this.txtFullname.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFullname.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtFullname.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtFullname.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtFullname.Location      = new System.Drawing.Point(120, 88);
     this.txtFullname.MaxLength     = 50;
     this.txtFullname.Name          = "txtFullname";
     this.txtFullname.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtFullname.Size          = new System.Drawing.Size(193, 19);
     this.txtFullname.TabIndex      = 2;
     this.txtFullname.Enter        += new System.EventHandler(this.txtFullname_Enter);
     //
     // txtPassword
     //
     this.txtPassword.AcceptsReturn = true;
     this.txtPassword.BackColor     = System.Drawing.SystemColors.Window;
     this.txtPassword.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtPassword.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.Font          = new System.Drawing.Font("Wingdings", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 2);
     this.txtPassword.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtPassword.ImeMode       = System.Windows.Forms.ImeMode.Disable;
     this.txtPassword.Location      = new System.Drawing.Point(120, 56);
     this.txtPassword.MaxLength     = 50;
     this.txtPassword.Name          = "txtPassword";
     this.txtPassword.PasswordChar  = (char)108;
     this.txtPassword.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtPassword.Size          = new System.Drawing.Size(193, 19);
     this.txtPassword.TabIndex      = 1;
     this.txtPassword.Enter        += new System.EventHandler(this.txtPassword_Enter);
     //
     // txtUsername
     //
     this.txtUsername.AcceptsReturn = true;
     this.txtUsername.BackColor     = System.Drawing.SystemColors.Window;
     this.txtUsername.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtUsername.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtUsername.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtUsername.Location      = new System.Drawing.Point(120, 24);
     this.txtUsername.MaxLength     = 50;
     this.txtUsername.Name          = "txtUsername";
     this.txtUsername.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtUsername.Size          = new System.Drawing.Size(193, 19);
     this.txtUsername.TabIndex      = 0;
     this.txtUsername.Enter        += new System.EventHandler(this.txtUsername_Enter);
     //
     // cboLevel
     //
     this.cboLevel.BackColor        = System.Drawing.SystemColors.Window;
     this.cboLevel.CausesValidation = true;
     this.cboLevel.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboLevel.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLevel.Enabled          = true;
     this.cboLevel.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboLevel.IntegralHeight   = true;
     this.cboLevel.Location         = new System.Drawing.Point(120, 120);
     this.cboLevel.Name             = "cboLevel";
     this.cboLevel.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboLevel.Size             = new System.Drawing.Size(193, 21);
     this.cboLevel.Sorted           = false;
     this.cboLevel.TabIndex         = 3;
     this.cboLevel.TabStop          = true;
     this.cboLevel.Visible          = true;
     //
     // _Label1_2
     //
     this._Label1_2.AutoSize    = true;
     this._Label1_2.BackColor   = System.Drawing.SystemColors.Control;
     this._Label1_2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._Label1_2.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Label1_2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this._Label1_2.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_2.Location    = new System.Drawing.Point(16, 88);
     this._Label1_2.Name        = "_Label1_2";
     this._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Label1_2.Size        = new System.Drawing.Size(68, 13);
     this._Label1_2.TabIndex    = 16;
     this._Label1_2.Text        = "Full name: *";
     //
     // _Label1_0
     //
     this._Label1_0.AutoSize    = true;
     this._Label1_0.BackColor   = System.Drawing.SystemColors.Control;
     this._Label1_0.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._Label1_0.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Label1_0.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this._Label1_0.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_0.Location    = new System.Drawing.Point(16, 24);
     this._Label1_0.Name        = "_Label1_0";
     this._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Label1_0.Size        = new System.Drawing.Size(70, 13);
     this._Label1_0.TabIndex    = 14;
     this._Label1_0.Text        = "Username: *";
     //
     // _Label1_1
     //
     this._Label1_1.AutoSize    = true;
     this._Label1_1.BackColor   = System.Drawing.SystemColors.Control;
     this._Label1_1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._Label1_1.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Label1_1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this._Label1_1.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_1.Location    = new System.Drawing.Point(16, 56);
     this._Label1_1.Name        = "_Label1_1";
     this._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Label1_1.Size        = new System.Drawing.Size(96, 13);
     this._Label1_1.TabIndex    = 13;
     this._Label1_1.Text        = "New password: *";
     //
     // _Label1_3
     //
     this._Label1_3.AutoSize    = true;
     this._Label1_3.BackColor   = System.Drawing.SystemColors.Control;
     this._Label1_3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._Label1_3.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Label1_3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this._Label1_3.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_3.Location    = new System.Drawing.Point(16, 120);
     this._Label1_3.Name        = "_Label1_3";
     this._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Label1_3.Size        = new System.Drawing.Size(71, 13);
     this._Label1_3.TabIndex    = 12;
     this._Label1_3.Text        = "User level: *";
     //
     // lblId
     //
     this.lblId.AutoSize    = true;
     this.lblId.BackColor   = System.Drawing.SystemColors.Control;
     this.lblId.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblId.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblId.Font        = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblId.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.lblId.Location    = new System.Drawing.Point(128, 24);
     this.lblId.Name        = "lblId";
     this.lblId.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblId.Size        = new System.Drawing.Size(3, 13);
     this.lblId.TabIndex    = 11;
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(256, 232);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(81, 25);
     this.cmdClose.TabIndex                = 6;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdEdit
     //
     this.cmdEdit.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdEdit.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Location                = new System.Drawing.Point(168, 384);
     this.cmdEdit.Name                    = "cmdEdit";
     this.cmdEdit.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.Size                    = new System.Drawing.Size(81, 25);
     this.cmdEdit.TabIndex                = 8;
     this.cmdEdit.Text                    = "&Edit";
     this.cmdEdit.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdEdit.UseVisualStyleBackColor = false;
     this.cmdEdit.Click                  += new System.EventHandler(this.cmdEdit_Click);
     //
     // cmdDelete
     //
     this.cmdDelete.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdDelete.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Location                = new System.Drawing.Point(256, 384);
     this.cmdDelete.Name                    = "cmdDelete";
     this.cmdDelete.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.Size                    = new System.Drawing.Size(81, 25);
     this.cmdDelete.TabIndex                = 9;
     this.cmdDelete.Text                    = "&Delete";
     this.cmdDelete.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdDelete.UseVisualStyleBackColor = false;
     this.cmdDelete.Click                  += new System.EventHandler(this.cmdDelete_Click);
     //
     // _Label1_4
     //
     this._Label1_4.AutoSize    = true;
     this._Label1_4.BackColor   = System.Drawing.SystemColors.Control;
     this._Label1_4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this._Label1_4.Cursor      = System.Windows.Forms.Cursors.Default;
     this._Label1_4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this._Label1_4.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_4.Location    = new System.Drawing.Point(8, 392);
     this._Label1_4.Name        = "_Label1_4";
     this._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this._Label1_4.Size        = new System.Drawing.Size(95, 13);
     this._Label1_4.TabIndex    = 19;
     this._Label1_4.Text        = "* Required fields";
     //
     // Label19
     //
     this.Label19.AutoSize    = true;
     this.Label19.BackColor   = System.Drawing.Color.Transparent;
     this.Label19.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label19.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label19.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Label19.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label19.Location    = new System.Drawing.Point(48, 8);
     this.Label19.Name        = "Label19";
     this.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label19.Size        = new System.Drawing.Size(34, 16);
     this.Label19.TabIndex    = 18;
     this.Label19.Text        = "User";
     this.Label19.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // Label4
     //
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = System.Drawing.Color.Transparent;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this.Label4.Location    = new System.Drawing.Point(48, 32);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(176, 13);
     this.Label4.TabIndex    = 17;
     this.Label4.Text        = "Set user information and access level";
     //
     // Image1
     //
     this.Image1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Image1.Cursor      = new System.Windows.Forms.Cursor((new System.Drawing.Bitmap((System.Drawing.Image)resources.GetObject("Image1.Cursor"))).GetHicon());
     this.Image1.Enabled     = true;
     this.Image1.Image       = (System.Drawing.Image)resources.GetObject("Image1.Image");
     this.Image1.Location    = new System.Drawing.Point(8, 8);
     this.Image1.Name        = "Image1";
     this.Image1.Size        = new System.Drawing.Size(32, 32);
     this.Image1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.Image1.Visible     = true;
     //
     // frmUsersManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(345, 414);
     this.Controls.Add(this.lstAccounts);
     this.Controls.Add(this.cmdClear);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.ctrlLiner1);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdEdit);
     this.Controls.Add(this.cmdDelete);
     this.Controls.Add(this._Label1_4);
     this.Controls.Add(this.Label19);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.Image1);
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = (System.Drawing.Icon)resources.GetObject("frmUsersManage.Icon");
     this.Location        = new System.Drawing.Point(327, 144);
     this.MaximizeBox     = false;
     this.MinimizeBox     = true;
     this.Name            = "frmUsersManage";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Users Management";
     this.ToolTipMain.SetToolTip(this.Image1, "View warnings");
     this.Closed += new System.EventHandler(this.frmUsersManage_Closed);
     this.Load   += new System.EventHandler(this.frmUsersManage_Load);
     this.listViewHelper1.SetCorrectEventsBehavior(this.lstAccounts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.lstAccounts.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddProductTo));
     this.ToolTipMain                  = new System.Windows.Forms.ToolTip(this.components);
     this.chkAll                       = new System.Windows.Forms.CheckBox();
     this.cmdRemove                    = new System.Windows.Forms.Button();
     this.sbStatusBar                  = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1          = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmdClose                     = new System.Windows.Forms.Button();
     this.cmdSave                      = new System.Windows.Forms.Button();
     this.Frame1                       = new System.Windows.Forms.GroupBox();
     this.cmdProducts                  = new System.Windows.Forms.Button();
     this.txtName                      = new System.Windows.Forms.TextBox();
     this.txtCode                      = new System.Windows.Forms.TextBox();
     this.lvProducts                   = new System.Windows.Forms.ListView();
     this._lvProducts_ColumnHeader_1   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_2   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_3   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_4   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_5   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_6   = new System.Windows.Forms.ColumnHeader();
     this._lvProducts_ColumnHeader_7   = new System.Windows.Forms.ColumnHeader();
     this.Label4                       = new System.Windows.Forms.Label();
     this.Label5                       = new System.Windows.Forms.Label();
     this.lvProductsBy                 = new System.Windows.Forms.ListView();
     this._lvProductsBy_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
     this._lvProductsBy_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
     this._lvProductsBy_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
     this._lvProductsBy_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
     this.lblProductsRelated           = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.lvProductsBy.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.VB6.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // chkAll
     //
     this.chkAll.Appearance         = System.Windows.Forms.Appearance.Normal;
     this.chkAll.BackColor          = System.Drawing.SystemColors.Control;
     this.chkAll.CausesValidation   = true;
     this.chkAll.CheckAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkAll.CheckState         = System.Windows.Forms.CheckState.Unchecked;
     this.chkAll.Cursor             = System.Windows.Forms.Cursors.Default;
     this.chkAll.Enabled            = true;
     this.chkAll.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.chkAll.Location           = new System.Drawing.Point(112, 454);
     this.chkAll.Name               = "chkAll";
     this.chkAll.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.chkAll.Size               = new System.Drawing.Size(81, 17);
     this.chkAll.TabIndex           = 13;
     this.chkAll.TabStop            = false;
     this.chkAll.Text               = "Check All";
     this.chkAll.Visible            = true;
     this.chkAll.CheckStateChanged += new System.EventHandler(this.chkAll_CheckStateChanged);
     //
     // cmdRemove
     //
     this.cmdRemove.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdRemove.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdRemove.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdRemove.Location                = new System.Drawing.Point(8, 448);
     this.cmdRemove.Name                    = "cmdRemove";
     this.cmdRemove.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdRemove.Size                    = new System.Drawing.Size(97, 25);
     this.cmdRemove.TabIndex                = 12;
     this.cmdRemove.TabStop                 = false;
     this.cmdRemove.Text                    = "&Remove Checked";
     this.cmdRemove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdRemove.UseVisualStyleBackColor = false;
     this.cmdRemove.Click                  += new System.EventHandler(this.cmdRemove_Click);
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 488);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(424, 23);
     this.sbStatusBar.TabIndex         = 11;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(405, 23);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(328, 448);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 7;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSave
     //
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(224, 448);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(89, 25);
     this.cmdSave.TabIndex                = 6;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.cmdProducts);
     this.Frame1.Controls.Add(this.txtName);
     this.Frame1.Controls.Add(this.txtCode);
     this.Frame1.Controls.Add(this.lvProducts);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(409, 233);
     this.Frame1.TabIndex    = 4;
     this.Frame1.Text        = "Search product ";
     this.Frame1.Visible     = true;
     //
     // cmdProducts
     //
     this.cmdProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProducts.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProducts.Location                = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name                    = "cmdProducts";
     this.cmdProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 5;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // txtName
     //
     this.txtName.AcceptsReturn = true;
     this.txtName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtName.Location      = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength     = 0;
     this.txtName.Name          = "txtName";
     this.txtName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtName.Size          = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex      = 1;
     this.txtName.TextChanged  += new System.EventHandler(this.txtName_TextChanged);
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn = true;
     this.txtCode.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCode.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCode.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCode.Location      = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength     = 0;
     this.txtCode.Name          = "txtCode";
     this.txtCode.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size          = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex      = 0;
     this.txtCode.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
     this.txtCode.Leave        += new System.EventHandler(this.txtCode_Leave);
     this.txtCode.TextChanged  += new System.EventHandler(this.txtCode_TextChanged);
     //
     // lvProducts
     //
     this.lvProducts.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProducts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProducts.FullRowSelect = true;
     this.lvProducts.GridLines     = true;
     this.lvProducts.HideSelection = false;
     this.lvProducts.HotTracking   = true;
     this.lvProducts.LabelEdit     = false;
     this.lvProducts.Location      = new System.Drawing.Point(8, 64);
     this.lvProducts.Name          = "lvProducts";
     this.lvProducts.Size          = new System.Drawing.Size(393, 161);
     this.lvProducts.TabIndex      = 2;
     this.lvProducts.View          = System.Windows.Forms.View.Details;
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_1);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_2);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_3);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_4);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_5);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_6);
     this.lvProducts.Columns.Add(this._lvProducts_ColumnHeader_7);
     //
     // _lvProducts_ColumnHeader_1
     //
     this._lvProducts_ColumnHeader_1.Text  = "Code";
     this._lvProducts_ColumnHeader_1.Width = 97;
     //
     // _lvProducts_ColumnHeader_2
     //
     this._lvProducts_ColumnHeader_2.Text  = "Name";
     this._lvProducts_ColumnHeader_2.Width = 97;
     //
     // _lvProducts_ColumnHeader_3
     //
     this._lvProducts_ColumnHeader_3.Text      = "Price";
     this._lvProducts_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_3.Width     = 97;
     //
     // _lvProducts_ColumnHeader_4
     //
     this._lvProducts_ColumnHeader_4.Text      = "Existence";
     this._lvProducts_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_4.Width     = 97;
     //
     // _lvProducts_ColumnHeader_5
     //
     this._lvProducts_ColumnHeader_5.Text      = "Ordered";
     this._lvProducts_ColumnHeader_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_5.Width     = 97;
     //
     // _lvProducts_ColumnHeader_6
     //
     this._lvProducts_ColumnHeader_6.Text      = "Quantity per Unit";
     this._lvProducts_ColumnHeader_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProducts_ColumnHeader_6.Width     = 97;
     //
     // _lvProducts_ColumnHeader_7
     //
     this._lvProducts_ColumnHeader_7.Text  = "Unit";
     this._lvProducts_ColumnHeader_7.Width = 97;
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 9;
     this.Label4.Text        = "Product name:";
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 8;
     this.Label5.Text        = "Product code:";
     //
     // lvProductsBy
     //
     this.lvProductsBy.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProductsBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProductsBy.CheckBoxes    = true;
     this.lvProductsBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProductsBy.FullRowSelect = true;
     this.lvProductsBy.GridLines     = true;
     this.lvProductsBy.HideSelection = false;
     this.lvProductsBy.HotTracking   = true;
     this.lvProductsBy.LabelEdit     = false;
     this.lvProductsBy.Location      = new System.Drawing.Point(8, 272);
     this.lvProductsBy.Name          = "lvProductsBy";
     this.lvProductsBy.Size          = new System.Drawing.Size(409, 169);
     this.lvProductsBy.TabIndex      = 3;
     this.lvProductsBy.View          = System.Windows.Forms.View.Details;
     this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_1);
     this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_2);
     this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_3);
     this.lvProductsBy.Columns.Add(this._lvProductsBy_ColumnHeader_4);
     //
     // _lvProductsBy_ColumnHeader_1
     //
     this._lvProductsBy_ColumnHeader_1.Text  = "Code";
     this._lvProductsBy_ColumnHeader_1.Width = 97;
     //
     // _lvProductsBy_ColumnHeader_2
     //
     this._lvProductsBy_ColumnHeader_2.Text  = "Name";
     this._lvProductsBy_ColumnHeader_2.Width = 97;
     //
     // _lvProductsBy_ColumnHeader_3
     //
     this._lvProductsBy_ColumnHeader_3.Text      = "Price";
     this._lvProductsBy_ColumnHeader_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProductsBy_ColumnHeader_3.Width     = 61;
     //
     // _lvProductsBy_ColumnHeader_4
     //
     this._lvProductsBy_ColumnHeader_4.Text      = "Quantity per Unit";
     this._lvProductsBy_ColumnHeader_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this._lvProductsBy_ColumnHeader_4.Width     = 94;
     //
     // lblProductsRelated
     //
     this.lblProductsRelated.BackColor   = System.Drawing.SystemColors.Control;
     this.lblProductsRelated.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblProductsRelated.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblProductsRelated.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblProductsRelated.Location    = new System.Drawing.Point(8, 248);
     this.lblProductsRelated.Name        = "lblProductsRelated";
     this.lblProductsRelated.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblProductsRelated.Size        = new System.Drawing.Size(409, 17);
     this.lblProductsRelated.TabIndex    = 10;
     this.lblProductsRelated.Text        = "Products";
     //
     // frmAddProductTo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(424, 511);
     this.Controls.Add(this.chkAll);
     this.Controls.Add(this.cmdRemove);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.lvProductsBy);
     this.Controls.Add(this.lblProductsRelated);
     this.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Location     = new System.Drawing.Point(8, 30);
     this.MaximizeBox  = true;
     this.MinimizeBox  = true;
     this.Name         = "frmAddProductTo";
     this.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.Text         = "Create New Product Item";
     this.Closed      += new System.EventHandler(this.frmAddProductTo_Closed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAddProductTo_FormClosing);
     this.Load        += new System.EventHandler(this.frmAddProductTo_Load);
     this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.lvProductsBy.ResumeLayout(false);
     this.ResumeLayout(false);
 }