Example #1
0
 internal static bool NoRecords(Mobilize.Web.ListView lstView, string Prompt = "")
 {
     if (lstView.Items.Count == 0 || lstView.FocusedItem == null)
     {
         //UPGRADE_WARNING: (2080) IsEmpty was upgraded to a comparison and has a new behavior. More Information: https://www.mobilize.net/vbtonet/ewis/ewi2080
         if (!String.IsNullOrEmpty(Prompt))
         {
             Mobilize.Web.MessageBox.Show(Prompt, System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).ProductName, Mobilize.Web.MessageBoxButtons.OK, Mobilize.Web.MessageBoxIcon.Exclamation);
         }
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddProductTo));
     this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
     this.chkAll      = new Mobilize.Web.CheckBox();
     this.cmdRemove   = new Mobilize.Web.Button();
     this.sbStatusBar = new Mobilize.Web.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new Mobilize.Web.ToolStripStatusLabel();
     this.cmdClose    = new Mobilize.Web.Button();
     this.cmdSave     = new Mobilize.Web.Button();
     this.Frame1      = new Mobilize.Web.GroupBox();
     this.cmdProducts = new Mobilize.Web.Button();
     this.txtName     = new Mobilize.Web.TextBox();
     this.txtCode     = new Mobilize.Web.TextBox();
     this.lvProducts  = new Mobilize.Web.ListView();
     this.lvProducts_ColumnHeader_1_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_2_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_3_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_4_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_5_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_6_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_7_ = new Mobilize.Web.ListViewColumnHeader();
     this.Label4       = new Mobilize.Web.Label();
     this.Label5       = new Mobilize.Web.Label();
     this.lvProductsBy = new Mobilize.Web.ListView();
     this.lvProductsBy_ColumnHeader_1_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProductsBy_ColumnHeader_2_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProductsBy_ColumnHeader_3_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProductsBy_ColumnHeader_4_ = new Mobilize.Web.ListViewColumnHeader();
     this.lblProductsRelated           = new Mobilize.Web.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.lvProductsBy.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new Mobilize.Web.ListView(this.components);
     //
     // chkAll
     //
     this.chkAll.AllowDrop                = true;
     this.chkAll.Appearance               = Mobilize.Web.Appearance.Normal;
     this.chkAll.BackColor                = Mobilize.Web.SystemColors.Control;
     this.chkAll.CausesValidation         = true;
     this.chkAll.CheckAlign               = Mobilize.Web.ContentAlignment.MiddleLeft;
     this.chkAll.CheckState               = Mobilize.Web.CheckState.Unchecked;
     this.chkAll.Enabled                  = true;
     this.chkAll.ForeColor                = Mobilize.Web.SystemColors.ControlText;
     this.chkAll.Location                 = new System.Drawing.Point(112, 454);
     this.chkAll.Name                     = "chkAll";
     this.chkAll.Properties().RightToLeft = Stub._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.TextAlign                = Mobilize.Web.ContentAlignment.MiddleLeft;
     this.chkAll.Visible                  = true;
     this.chkAll.CheckStateChanged       += new System.EventHandler(this.chkAll_CheckStateChanged);
     //
     // cmdRemove
     //
     this.cmdRemove.AllowDrop = true;
     this.cmdRemove.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdRemove.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdRemove.Location  = new System.Drawing.Point(8, 448);
     this.cmdRemove.Name      = "cmdRemove";
     this.cmdRemove.Properties().RightToLeft = Stub._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 ";
     this.cmdRemove.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdRemove.UseVisualStyleBackColor = false;
     this.cmdRemove.Click                  += new System.EventHandler(this.cmdRemove_Click);
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop = true;
     this.sbStatusBar.Properties().BackColor = Mobilize.Web.SystemColors.Control;
     this.sbStatusBar.Dock     = Mobilize.Web.DockStyle.Bottom;
     this.sbStatusBar.Location = new System.Drawing.Point(0, 488);
     this.sbStatusBar.Name     = "sbStatusBar";
     this.sbStatusBar.Properties().ShowItemToolTips = true;
     this.sbStatusBar.Size     = new System.Drawing.Size(424, 23);
     this.sbStatusBar.TabIndex = 11;
     this.sbStatusBar.Items.AddRange(new Mobilize.Web.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.Properties().BorderSides = (Mobilize.Web.ToolStripStatusLabelBorderSides)(Mobilize.Web.ToolStripStatusLabelBorderSides.Left | Mobilize.Web.ToolStripStatusLabelBorderSides.Top | Mobilize.Web.ToolStripStatusLabelBorderSides.Right | Mobilize.Web.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.Properties().BorderStyle = Mobilize.Web.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled       = true;
     this.sbStatusBar_Panels_Panel1.Margin              = new Mobilize.Web.Padding(0);
     this.sbStatusBar_Panels_Panel1.Properties().Size   = new System.Drawing.Size(423, 23);
     this.sbStatusBar_Panels_Panel1.Properties().Spring = true;
     this.sbStatusBar_Panels_Panel1.TextAlign           = Mobilize.Web.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation   = Mobilize.Web.TextImageRelation.ImageBeforeText;
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop = true;
     this.cmdClose.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdClose.Location  = new System.Drawing.Point(328, 448);
     this.cmdClose.Name      = "cmdClose";
     this.cmdClose.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop = true;
     this.cmdSave.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdSave.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdSave.Location  = new System.Drawing.Point(224, 448);
     this.cmdSave.Name      = "cmdSave";
     this.cmdSave.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.Frame1.Location  = new System.Drawing.Point(8, 8);
     this.Frame1.Name      = "Frame1";
     this.Frame1.Properties().RightToLeft = Stub._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.AllowDrop = true;
     this.cmdProducts.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdProducts.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdProducts.Location  = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name      = "cmdProducts";
     this.cmdProducts.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // txtName
     //
     this.txtName.AcceptsReturn       = true;
     this.txtName.AllowDrop           = true;
     this.txtName.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtName.Location            = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength           = 0;
     this.txtName.Name = "txtName";
     this.txtName.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtCode.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtCode.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCode.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtCode.Location            = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength           = 0;
     this.txtCode.Name = "txtCode";
     this.txtCode.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size         = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex     = 0;
     this.txtCode.Leave       += new System.EventHandler(this.txtCode_Leave);
     this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
     //
     // lvProducts
     //
     this.lvProducts.AllowDrop                = true;
     this.lvProducts.BackColor                = Mobilize.Web.SystemColors.Window;
     this.lvProducts.BorderStyle              = Mobilize.Web.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.lvProducts.FullRowSelect            = true;
     this.lvProducts.GridLines                = true;
     this.lvProducts.HideSelection            = false;
     this.lvProducts.Properties().HotTracking = true;
     this.lvProducts.LabelEdit                = false;
     this.lvProducts.Location    = new System.Drawing.Point(8, 64);
     this.lvProducts.MultiSelect = false;
     this.lvProducts.Name        = "lvProducts";
     this.lvProducts.Size        = new System.Drawing.Size(393, 161);
     this.lvProducts.TabIndex    = 2;
     this.lvProducts.View        = Mobilize.Web.ListViewMode.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 = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_3_.Width     = 97;
     //
     // lvProducts_ColumnHeader_4_
     //
     this.lvProducts_ColumnHeader_4_.Text      = "Existence";
     this.lvProducts_ColumnHeader_4_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_4_.Width     = 97;
     //
     // lvProducts_ColumnHeader_5_
     //
     this.lvProducts_ColumnHeader_5_.Text      = "Ordered";
     this.lvProducts_ColumnHeader_5_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_5_.Width     = 97;
     //
     // lvProducts_ColumnHeader_6_
     //
     this.lvProducts_ColumnHeader_6_.Text      = "Qty per Unit";
     this.lvProducts_ColumnHeader_6_.TextAlign = Mobilize.Web.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.AllowDrop   = true;
     this.Label4.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label4.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label4.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label4.Size     = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex = 9;
     this.Label4.Text     = "Name";
     //
     // Label5
     //
     this.Label5.AllowDrop   = true;
     this.Label5.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label5.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label5.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label5.Size     = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex = 8;
     this.Label5.Text     = "Code";
     //
     // lvProductsBy
     //
     this.lvProductsBy.AllowDrop                = true;
     this.lvProductsBy.BackColor                = Mobilize.Web.SystemColors.Window;
     this.lvProductsBy.BorderStyle              = Mobilize.Web.BorderStyle.Fixed3D;
     this.lvProductsBy.CheckBoxes               = true;
     this.lvProductsBy.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.lvProductsBy.FullRowSelect            = true;
     this.lvProductsBy.GridLines                = true;
     this.lvProductsBy.HideSelection            = false;
     this.lvProductsBy.Properties().HotTracking = true;
     this.lvProductsBy.LabelEdit                = false;
     this.lvProductsBy.Location    = new System.Drawing.Point(8, 272);
     this.lvProductsBy.MultiSelect = false;
     this.lvProductsBy.Name        = "lvProductsBy";
     this.lvProductsBy.Size        = new System.Drawing.Size(409, 169);
     this.lvProductsBy.TabIndex    = 3;
     this.lvProductsBy.View        = Mobilize.Web.ListViewMode.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 = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProductsBy_ColumnHeader_3_.Width     = 61;
     //
     // lvProductsBy_ColumnHeader_4_
     //
     this.lvProductsBy_ColumnHeader_4_.Text      = "Quantity per Unit";
     this.lvProductsBy_ColumnHeader_4_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProductsBy_ColumnHeader_4_.Width     = 94;
     //
     // lblProductsRelated
     //
     this.lblProductsRelated.AllowDrop   = true;
     this.lblProductsRelated.BackColor   = Mobilize.Web.SystemColors.Control;
     this.lblProductsRelated.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblProductsRelated.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblProductsRelated.Location    = new System.Drawing.Point(8, 248);
     this.lblProductsRelated.Name        = "lblProductsRelated";
     this.lblProductsRelated.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblProductsRelated.Size     = new System.Drawing.Size(409, 17);
     this.lblProductsRelated.TabIndex = 10;
     this.lblProductsRelated.Text     = "Products";
     //
     // frmAddProductTo
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = Mobilize.Web.SystemColors.Control;
     this.Properties().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.FormBorderStyle       = Mobilize.Web.FormBorderStyle.FixedSingle;
     this.Properties().Location = new System.Drawing.Point(3, 25);
     this.MaximizeBox           = false;
     this.MinimizeBox           = false;
     this.Name = "frmAddProductTo";
     this.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Text         = "Create New Product Item";
     this.Closed      += new System.EventHandler(this.Form_Closed);
     this.FormClosing += new Mobilize.Web.FormClosingEventHandler(this.Form_FormClosing); this.lvProducts.ItemClick += new Mobilize.Web.ListViewItemClickEventHandler(this.lvProducts_ItemClick);
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.lvProductsBy.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddStockManual));
     this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
     this.cmdSave     = new Mobilize.Web.Button();
     this.cmdClose    = new Mobilize.Web.Button();
     this.sbStatusBar = new Mobilize.Web.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new Mobilize.Web.ToolStripStatusLabel();
     this.txtUnit                    = new Mobilize.Web.TextBox();
     this.txtProductName             = new Mobilize.Web.TextBox();
     this.txtQuantityPerUnit         = new Mobilize.Web.TextBox();
     this._txtValues_2               = new Mobilize.Web.TextBox();
     this._txtValues_1               = new Mobilize.Web.TextBox();
     this._txtValues_0               = new Mobilize.Web.TextBox();
     this.Frame1                     = new Mobilize.Web.GroupBox();
     this.cmdProducts                = new Mobilize.Web.Button();
     this.txtName                    = new Mobilize.Web.TextBox();
     this.txtCode                    = new Mobilize.Web.TextBox();
     this.Label4                     = new Mobilize.Web.Label();
     this.Label5                     = new Mobilize.Web.Label();
     this.lvProducts                 = new Mobilize.Web.ListView();
     this.lvProducts_ColumnHeader_1_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_2_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_3_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_4_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_5_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_6_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProducts_ColumnHeader_7_ = new Mobilize.Web.ListViewColumnHeader();
     this.lblNewQuantity             = new Mobilize.Web.Label();
     this.Label10                    = new Mobilize.Web.Label();
     this.Label9                     = new Mobilize.Web.Label();
     this.Label8                     = new Mobilize.Web.Label();
     this.Label7                     = new Mobilize.Web.Label();
     this.Label6                     = new Mobilize.Web.Label();
     this.Label1                     = new Mobilize.Web.Label();
     this.Label2                     = new Mobilize.Web.Label();
     this.Label3                     = new Mobilize.Web.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new Mobilize.Web.ListView(this.components);
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop = true;
     this.cmdSave.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdSave.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdSave.Location  = new System.Drawing.Point(224, 376);
     this.cmdSave.Name      = "cmdSave";
     this.cmdSave.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(89, 25);
     this.cmdSave.TabIndex                = 24;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop = true;
     this.cmdClose.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdClose.Location  = new System.Drawing.Point(328, 376);
     this.cmdClose.Name      = "cmdClose";
     this.cmdClose.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 23;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop = true;
     this.sbStatusBar.Properties().BackColor = Mobilize.Web.SystemColors.Control;
     this.sbStatusBar.Dock     = Mobilize.Web.DockStyle.Bottom;
     this.sbStatusBar.Location = new System.Drawing.Point(0, 416);
     this.sbStatusBar.Name     = "sbStatusBar";
     this.sbStatusBar.Properties().ShowItemToolTips = true;
     this.sbStatusBar.Size     = new System.Drawing.Size(424, 23);
     this.sbStatusBar.TabIndex = 20;
     this.sbStatusBar.Items.AddRange(new Mobilize.Web.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.Properties().BorderSides = (Mobilize.Web.ToolStripStatusLabelBorderSides)(Mobilize.Web.ToolStripStatusLabelBorderSides.Left | Mobilize.Web.ToolStripStatusLabelBorderSides.Top | Mobilize.Web.ToolStripStatusLabelBorderSides.Right | Mobilize.Web.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.Properties().BorderStyle = Mobilize.Web.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled       = true;
     this.sbStatusBar_Panels_Panel1.Margin              = new Mobilize.Web.Padding(0);
     this.sbStatusBar_Panels_Panel1.Properties().Size   = new System.Drawing.Size(423, 23);
     this.sbStatusBar_Panels_Panel1.Properties().Spring = true;
     this.sbStatusBar_Panels_Panel1.TextAlign           = Mobilize.Web.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation   = Mobilize.Web.TextImageRelation.ImageBeforeText;
     //
     // txtUnit
     //
     this.txtUnit.AcceptsReturn       = true;
     this.txtUnit.AllowDrop           = true;
     this.txtUnit.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtUnit.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtUnit.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtUnit.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtUnit.Location            = new System.Drawing.Point(320, 264);
     this.txtUnit.MaxLength           = 0;
     this.txtUnit.Name     = "txtUnit";
     this.txtUnit.ReadOnly = true;
     this.txtUnit.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtUnit.Size     = new System.Drawing.Size(81, 20);
     this.txtUnit.TabIndex = 18;
     this.txtUnit.TabStop  = false;
     //
     // txtProductName
     //
     this.txtProductName.AcceptsReturn       = true;
     this.txtProductName.AllowDrop           = true;
     this.txtProductName.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtProductName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtProductName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtProductName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtProductName.Location            = new System.Drawing.Point(96, 264);
     this.txtProductName.MaxLength           = 0;
     this.txtProductName.Name     = "txtProductName";
     this.txtProductName.ReadOnly = true;
     this.txtProductName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtProductName.Size     = new System.Drawing.Size(145, 20);
     this.txtProductName.TabIndex = 16;
     this.txtProductName.TabStop  = false;
     //
     // txtQuantityPerUnit
     //
     this.txtQuantityPerUnit.AcceptsReturn       = true;
     this.txtQuantityPerUnit.AllowDrop           = true;
     this.txtQuantityPerUnit.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtQuantityPerUnit.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtQuantityPerUnit.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtQuantityPerUnit.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtQuantityPerUnit.Location            = new System.Drawing.Point(320, 296);
     this.txtQuantityPerUnit.MaxLength           = 0;
     this.txtQuantityPerUnit.Name     = "txtQuantityPerUnit";
     this.txtQuantityPerUnit.ReadOnly = true;
     this.txtQuantityPerUnit.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtQuantityPerUnit.Size      = new System.Drawing.Size(81, 20);
     this.txtQuantityPerUnit.TabIndex  = 15;
     this.txtQuantityPerUnit.TabStop   = false;
     this.txtQuantityPerUnit.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     //
     // _txtValues_2
     //
     this._txtValues_2.AcceptsReturn       = true;
     this._txtValues_2.AllowDrop           = true;
     this._txtValues_2.BackColor           = Mobilize.Web.SystemColors.Window;
     this._txtValues_2.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this._txtValues_2.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this._txtValues_2.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this._txtValues_2.Location            = new System.Drawing.Point(320, 328);
     this._txtValues_2.MaxLength           = 0;
     this._txtValues_2.Name     = "_txtValues_2";
     this._txtValues_2.ReadOnly = true;
     this._txtValues_2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this._txtValues_2.Size         = new System.Drawing.Size(81, 20);
     this._txtValues_2.TabIndex     = 5;
     this._txtValues_2.TextAlign    = Mobilize.Web.HorizontalAlignment.Right;
     this._txtValues_2.Enter       += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_2.KeyPress    += new Mobilize.Web.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_2.TextChanged += new System.EventHandler(this.txtValues_TextChanged);
     //
     // _txtValues_1
     //
     this._txtValues_1.AcceptsReturn       = true;
     this._txtValues_1.AllowDrop           = true;
     this._txtValues_1.BackColor           = Mobilize.Web.SystemColors.Window;
     this._txtValues_1.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this._txtValues_1.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this._txtValues_1.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this._txtValues_1.Location            = new System.Drawing.Point(96, 328);
     this._txtValues_1.MaxLength           = 0;
     this._txtValues_1.Name     = "_txtValues_1";
     this._txtValues_1.ReadOnly = true;
     this._txtValues_1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this._txtValues_1.Size         = new System.Drawing.Size(81, 20);
     this._txtValues_1.TabIndex     = 4;
     this._txtValues_1.TextAlign    = Mobilize.Web.HorizontalAlignment.Right;
     this._txtValues_1.Enter       += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_1.KeyPress    += new Mobilize.Web.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_1.TextChanged += new System.EventHandler(this.txtValues_TextChanged);
     //
     // _txtValues_0
     //
     this._txtValues_0.AcceptsReturn       = true;
     this._txtValues_0.AllowDrop           = true;
     this._txtValues_0.BackColor           = Mobilize.Web.SystemColors.Window;
     this._txtValues_0.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this._txtValues_0.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this._txtValues_0.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this._txtValues_0.Location            = new System.Drawing.Point(96, 296);
     this._txtValues_0.MaxLength           = 0;
     this._txtValues_0.Name     = "_txtValues_0";
     this._txtValues_0.ReadOnly = true;
     this._txtValues_0.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this._txtValues_0.Size         = new System.Drawing.Size(81, 20);
     this._txtValues_0.TabIndex     = 3;
     this._txtValues_0.TextAlign    = Mobilize.Web.HorizontalAlignment.Right;
     this._txtValues_0.Enter       += new System.EventHandler(this.txtValues_Enter);
     this._txtValues_0.KeyPress    += new Mobilize.Web.KeyPressEventHandler(this.txtValues_KeyPress);
     this._txtValues_0.TextChanged += new System.EventHandler(this.txtValues_TextChanged);
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = Mobilize.Web.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.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Enabled   = true;
     this.Frame1.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.Frame1.Location  = new System.Drawing.Point(8, 32);
     this.Frame1.Name      = "Frame1";
     this.Frame1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size     = new System.Drawing.Size(409, 65);
     this.Frame1.TabIndex = 6;
     this.Frame1.Text     = "Search product ";
     this.Frame1.Visible  = true;
     //
     // cmdProducts
     //
     this.cmdProducts.AllowDrop = true;
     this.cmdProducts.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdProducts.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdProducts.Location  = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name      = "cmdProducts";
     this.cmdProducts.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 7;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // txtName
     //
     this.txtName.AcceptsReturn       = true;
     this.txtName.AllowDrop           = true;
     this.txtName.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtName.Location            = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength           = 0;
     this.txtName.Name = "txtName";
     this.txtName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtName.Size         = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex     = 1;
     this.txtName.Leave       += new System.EventHandler(this.txtName_Leave);
     this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn       = true;
     this.txtCode.AllowDrop           = true;
     this.txtCode.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtCode.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCode.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtCode.Location            = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength           = 0;
     this.txtCode.Name = "txtCode";
     this.txtCode.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size         = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex     = 0;
     this.txtCode.Leave       += new System.EventHandler(this.txtCode_Leave);
     this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label4.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label4.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label4.Size     = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex = 9;
     this.Label4.Text     = "Name ";
     //
     // Label5
     //
     this.Label5.AllowDrop   = true;
     this.Label5.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label5.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label5.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label5.Size     = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex = 8;
     this.Label5.Text     = "Code";
     //
     // lvProducts
     //
     this.lvProducts.AllowDrop                = true;
     this.lvProducts.BackColor                = Mobilize.Web.SystemColors.Window;
     this.lvProducts.BorderStyle              = Mobilize.Web.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.lvProducts.FullRowSelect            = true;
     this.lvProducts.GridLines                = true;
     this.lvProducts.HideSelection            = false;
     this.lvProducts.Properties().HotTracking = true;
     this.lvProducts.LabelEdit                = false;
     this.lvProducts.Location    = new System.Drawing.Point(8, 104);
     this.lvProducts.MultiSelect = false;
     this.lvProducts.Name        = "lvProducts";
     this.lvProducts.Size        = new System.Drawing.Size(409, 153);
     this.lvProducts.TabIndex    = 2;
     this.lvProducts.View        = Mobilize.Web.ListViewMode.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_);
     this.lvProducts.Click += new System.EventHandler(this.lvProducts_Click);
     //
     // 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 = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_3_.Width     = 97;
     //
     // lvProducts_ColumnHeader_4_
     //
     this.lvProducts_ColumnHeader_4_.Text      = "Existence";
     this.lvProducts_ColumnHeader_4_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_4_.Width     = 97;
     //
     // lvProducts_ColumnHeader_5_
     //
     this.lvProducts_ColumnHeader_5_.Text      = "Ordered";
     this.lvProducts_ColumnHeader_5_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_5_.Width     = 97;
     //
     // lvProducts_ColumnHeader_6_
     //
     this.lvProducts_ColumnHeader_6_.Text      = "Qty per Unit";
     this.lvProducts_ColumnHeader_6_.TextAlign = Mobilize.Web.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_6_.Width     = 97;
     //
     // lvProducts_ColumnHeader_7_
     //
     this.lvProducts_ColumnHeader_7_.Text  = "Unit";
     this.lvProducts_ColumnHeader_7_.Width = 97;
     //
     // lblNewQuantity
     //
     this.lblNewQuantity.AllowDrop   = true;
     this.lblNewQuantity.BackColor   = Mobilize.Web.SystemColors.Control;
     this.lblNewQuantity.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblNewQuantity.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblNewQuantity.Location    = new System.Drawing.Point(104, 363);
     this.lblNewQuantity.Name        = "lblNewQuantity";
     this.lblNewQuantity.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblNewQuantity.Size     = new System.Drawing.Size(89, 17);
     this.lblNewQuantity.TabIndex = 22;
     //
     // Label10
     //
     this.Label10.AllowDrop   = true;
     this.Label10.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label10.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label10.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(8, 363);
     this.Label10.Name        = "Label10";
     this.Label10.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label10.Size     = new System.Drawing.Size(73, 17);
     this.Label10.TabIndex = 21;
     this.Label10.Text     = "Stock quantity";
     //
     // Label9
     //
     this.Label9.AllowDrop   = true;
     this.Label9.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label9.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label9.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(288, 264);
     this.Label9.Name        = "Label9";
     this.Label9.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label9.Size     = new System.Drawing.Size(25, 17);
     this.Label9.TabIndex = 19;
     this.Label9.Text     = "Unit";
     //
     // Label8
     //
     this.Label8.AllowDrop   = true;
     this.Label8.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label8.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label8.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(8, 264);
     this.Label8.Name        = "Label8";
     this.Label8.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label8.Size     = new System.Drawing.Size(74, 17);
     this.Label8.TabIndex = 17;
     this.Label8.Text     = "Product";
     //
     // Label7
     //
     this.Label7.AllowDrop   = true;
     this.Label7.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label7.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label7.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(224, 296);
     this.Label7.Name        = "Label7";
     this.Label7.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label7.Size     = new System.Drawing.Size(89, 17);
     this.Label7.TabIndex = 14;
     this.Label7.Text     = "Units";
     //
     // Label6
     //
     this.Label6.AllowDrop   = true;
     this.Label6.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label6.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label6.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(224, 331);
     this.Label6.Name        = "Label6";
     this.Label6.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label6.Size     = new System.Drawing.Size(73, 17);
     this.Label6.TabIndex = 13;
     this.Label6.Text     = "Unit Price";
     //
     // Label1
     //
     this.Label1.AllowDrop   = true;
     this.Label1.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label1.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label1.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(8, 331);
     this.Label1.Name        = "Label1";
     this.Label1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label1.Size     = new System.Drawing.Size(73, 17);
     this.Label1.TabIndex = 12;
     this.Label1.Text     = "Price";
     //
     // Label2
     //
     this.Label2.AllowDrop   = true;
     this.Label2.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label2.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label2.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 299);
     this.Label2.Name        = "Label2";
     this.Label2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label2.Size     = new System.Drawing.Size(74, 17);
     this.Label2.TabIndex = 11;
     this.Label2.Text     = "Quantity";
     //
     // Label3
     //
     this.Label3.AllowDrop   = true;
     this.Label3.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label3.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label3.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(16, 8);
     this.Label3.Name        = "Label3";
     this.Label3.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label3.Size     = new System.Drawing.Size(121, 17);
     this.Label3.TabIndex = 10;
     this.Label3.Text     = "Select a product first";
     //
     // frmAddStockManual
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor  = Mobilize.Web.SystemColors.Control;
     this.Properties().ClientSize = new System.Drawing.Size(424, 439);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.txtUnit);
     this.Controls.Add(this.txtProductName);
     this.Controls.Add(this.txtQuantityPerUnit);
     this.Controls.Add(this._txtValues_2);
     this.Controls.Add(this._txtValues_1);
     this.Controls.Add(this._txtValues_0);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.lvProducts);
     this.Controls.Add(this.lblNewQuantity);
     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.Controls.Add(this.Label1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label3);
     this.FormBorderStyle       = Mobilize.Web.FormBorderStyle.FixedSingle;
     this.Properties().Location = new System.Drawing.Point(3, 25);
     this.MaximizeBox           = false;
     this.MinimizeBox           = false;
     this.Name = "frmAddStockManual";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.Manual;
     this.Text         = "Inventory Update";
     this.Closed      += new System.EventHandler(this.Form_Closed);
     this.FormClosing += new Mobilize.Web.FormClosingEventHandler(this.Form_FormClosing); this.lvProducts.ItemClick += new Mobilize.Web.ListViewItemClickEventHandler(this.lvProducts_ItemClick);
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     this.sbStatusBar.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 Mobilize.Web.ToolTip(this.components);
     this.txtNotes                  = new Mobilize.Web.TextBox();
     this.txtSubTotal               = new Mobilize.Web.TextBox();
     this.txtTotal                  = new Mobilize.Web.TextBox();
     this.txtTotalTax               = new Mobilize.Web.TextBox();
     this.txtFreightCharge          = new Mobilize.Web.TextBox();
     this.txtSalesTax               = new Mobilize.Web.TextBox();
     this.txtEntry                  = new Mobilize.Web.TextBox();
     this.fgProducts                = new Mobilize.Web.VBUC.FlexGrid(this.components);
     this.sbStatusBar               = new Mobilize.Web.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new Mobilize.Web.ToolStripStatusLabel();
     this.cmdSave                     = new Mobilize.Web.Button();
     this.cmdClose                    = new Mobilize.Web.Button();
     this.cmdAddProducts              = new Mobilize.Web.Button();
     this.Frame1                      = new Mobilize.Web.GroupBox();
     this.txtProviderName             = new Mobilize.Web.TextBox();
     this.txtContactLastName          = new Mobilize.Web.TextBox();
     this.txtContactName              = new Mobilize.Web.TextBox();
     this.cmdProviders                = new Mobilize.Web.Button();
     this.lvProviders                 = new Mobilize.Web.ListView();
     this.lvProviders_ColumnHeader_1_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_2_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_3_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_4_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_5_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_6_ = new Mobilize.Web.ListViewColumnHeader();
     this.lvProviders_ColumnHeader_7_ = new Mobilize.Web.ListViewColumnHeader();
     this.Label3                      = new Mobilize.Web.Label();
     this.Label4                      = new Mobilize.Web.Label();
     this.Label2                      = new Mobilize.Web.Label();
     this.Frame2                      = new Mobilize.Web.GroupBox();
     this.txtProviderContact          = new Mobilize.Web.TextBox();
     this.txtProviderCompany          = new Mobilize.Web.TextBox();
     this.Label5                      = new Mobilize.Web.Label();
     this.Label1                      = new Mobilize.Web.Label();
     this.Label7                      = new Mobilize.Web.Label();
     this.Label12                     = new Mobilize.Web.Label();
     this.Label11                     = new Mobilize.Web.Label();
     this.Label10                     = new Mobilize.Web.Label();
     this.Label9                      = new Mobilize.Web.Label();
     this.Label8                      = new Mobilize.Web.Label();
     this.Label6                      = new Mobilize.Web.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProviders.SuspendLayout();
     this.Frame2.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new Mobilize.Web.ListView(this.components);
     //
     // txtNotes
     //
     this.txtNotes.AcceptsReturn       = true;
     this.txtNotes.AllowDrop           = true;
     this.txtNotes.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtNotes.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtNotes.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtNotes.ForeColor           = Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtSubTotal.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtSubTotal.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtSubTotal.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtSubTotal.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtSubTotal.Location            = new System.Drawing.Point(352, 536);
     this.txtSubTotal.MaxLength           = 0;
     this.txtSubTotal.Name     = "txtSubTotal";
     this.txtSubTotal.ReadOnly = true;
     this.txtSubTotal.Properties().RightToLeft = Stub._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 = Mobilize.Web.HorizontalAlignment.Right;
     //
     // txtTotal
     //
     this.txtTotal.AcceptsReturn       = true;
     this.txtTotal.AllowDrop           = true;
     this.txtTotal.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtTotal.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtTotal.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtTotal.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtTotal.Location            = new System.Drawing.Point(88, 560);
     this.txtTotal.MaxLength           = 0;
     this.txtTotal.Name     = "txtTotal";
     this.txtTotal.ReadOnly = true;
     this.txtTotal.Properties().RightToLeft = Stub._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 = Mobilize.Web.HorizontalAlignment.Right;
     //
     // txtTotalTax
     //
     this.txtTotalTax.AcceptsReturn       = true;
     this.txtTotalTax.AllowDrop           = true;
     this.txtTotalTax.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtTotalTax.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtTotalTax.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtTotalTax.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtTotalTax.Location            = new System.Drawing.Point(352, 512);
     this.txtTotalTax.MaxLength           = 0;
     this.txtTotalTax.Name     = "txtTotalTax";
     this.txtTotalTax.ReadOnly = true;
     this.txtTotalTax.Properties().RightToLeft = Stub._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 = Mobilize.Web.HorizontalAlignment.Right;
     //
     // txtFreightCharge
     //
     this.txtFreightCharge.AcceptsReturn       = true;
     this.txtFreightCharge.AllowDrop           = true;
     this.txtFreightCharge.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtFreightCharge.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtFreightCharge.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtFreightCharge.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtFreightCharge.Location            = new System.Drawing.Point(88, 536);
     this.txtFreightCharge.MaxLength           = 0;
     this.txtFreightCharge.Name = "txtFreightCharge";
     this.txtFreightCharge.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtFreightCharge.Size         = new System.Drawing.Size(145, 20);
     this.txtFreightCharge.TabIndex     = 7;
     this.txtFreightCharge.TextAlign    = Mobilize.Web.HorizontalAlignment.Right;
     this.txtFreightCharge.KeyPress    += new Mobilize.Web.KeyPressEventHandler(this.txtFreightCharge_KeyPress);
     this.txtFreightCharge.TextChanged += new System.EventHandler(this.txtFreightCharge_TextChanged);
     //
     // txtSalesTax
     //
     this.txtSalesTax.AcceptsReturn       = true;
     this.txtSalesTax.AllowDrop           = true;
     this.txtSalesTax.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtSalesTax.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtSalesTax.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtSalesTax.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtSalesTax.Location            = new System.Drawing.Point(88, 512);
     this.txtSalesTax.MaxLength           = 0;
     this.txtSalesTax.Name = "txtSalesTax";
     this.txtSalesTax.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtSalesTax.Size         = new System.Drawing.Size(145, 20);
     this.txtSalesTax.TabIndex     = 6;
     this.txtSalesTax.TextAlign    = Mobilize.Web.HorizontalAlignment.Right;
     this.txtSalesTax.KeyPress    += new Mobilize.Web.KeyPressEventHandler(this.txtSalesTax_KeyPress);
     this.txtSalesTax.TextChanged += new System.EventHandler(this.txtSalesTax_TextChanged);
     //
     // txtEntry
     //
     this.txtEntry.AcceptsReturn       = true;
     this.txtEntry.AllowDrop           = true;
     this.txtEntry.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtEntry.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtEntry.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtEntry.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtEntry.Location            = new System.Drawing.Point(88, 488);
     this.txtEntry.MaxLength           = 0;
     this.txtEntry.Name = "txtEntry";
     this.txtEntry.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtEntry.Size      = new System.Drawing.Size(145, 19);
     this.txtEntry.TabIndex  = 24;
     this.txtEntry.Visible   = false;
     this.txtEntry.KeyDown  += new Mobilize.Web.KeyEventHandler(this.txtEntry_KeyDown);
     this.txtEntry.KeyPress += new Mobilize.Web.KeyPressEventHandler(this.txtEntry_KeyPress);
     this.txtEntry.Leave    += new System.EventHandler(this.txtEntry_Leave);
     //
     // fgProducts
     //
     this.fgProducts.AllowDrop             = true;
     this.fgProducts.AllowUserToAddRows    = false;
     this.fgProducts.AllowUserToDeleteRows = false;
     this.fgProducts.Properties().AllowUserToResizeColumns = false;
     this.fgProducts.Properties().AllowUserToResizeRows    = false;
     this.fgProducts.Properties().BorderStyle = Mobilize.Web.BorderStyle.None;
     this.fgProducts.Properties().ColumnHeadersHeightSizeMode = Mobilize.Web.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     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.Properties().ReadOnly    = true;
     this.fgProducts.Size                     = new System.Drawing.Size(505, 177);
     this.fgProducts.Properties().StandardTab = true;
     this.fgProducts.TabIndex                 = 5;
     this.fgProducts.CellLeave               += new Mobilize.Web.DataGridViewCellEventHandler(this.fgProducts_CellLeave);
     this.fgProducts.Click                   += new System.EventHandler(this.fgProducts_Click);
     this.fgProducts.KeyPress                += new Mobilize.Web.KeyPressEventHandler(this.fgProducts_KeyPress);
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop = true;
     this.sbStatusBar.Properties().BackColor = Mobilize.Web.SystemColors.Control;
     this.sbStatusBar.Dock     = Mobilize.Web.DockStyle.Bottom;
     this.sbStatusBar.Location = new System.Drawing.Point(0, 623);
     this.sbStatusBar.Name     = "sbStatusBar";
     this.sbStatusBar.Properties().ShowItemToolTips = true;
     this.sbStatusBar.Size     = new System.Drawing.Size(521, 25);
     this.sbStatusBar.TabIndex = 23;
     this.sbStatusBar.Items.AddRange(new Mobilize.Web.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.Properties().BorderSides = (Mobilize.Web.ToolStripStatusLabelBorderSides)(Mobilize.Web.ToolStripStatusLabelBorderSides.Left | Mobilize.Web.ToolStripStatusLabelBorderSides.Top | Mobilize.Web.ToolStripStatusLabelBorderSides.Right | Mobilize.Web.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.Properties().BorderStyle = Mobilize.Web.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled       = true;
     this.sbStatusBar_Panels_Panel1.Margin              = new Mobilize.Web.Padding(0);
     this.sbStatusBar_Panels_Panel1.Properties().Size   = new System.Drawing.Size(521, 25);
     this.sbStatusBar_Panels_Panel1.Properties().Spring = true;
     this.sbStatusBar_Panels_Panel1.TextAlign           = Mobilize.Web.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation   = Mobilize.Web.TextImageRelation.ImageBeforeText;
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop = true;
     this.cmdSave.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdSave.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdSave.Location  = new System.Drawing.Point(320, 584);
     this.cmdSave.Name      = "cmdSave";
     this.cmdSave.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop = true;
     this.cmdClose.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdClose.Location  = new System.Drawing.Point(424, 584);
     this.cmdClose.Name      = "cmdClose";
     this.cmdClose.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdAddProducts
     //
     this.cmdAddProducts.AllowDrop = true;
     this.cmdAddProducts.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdAddProducts.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdAddProducts.Location  = new System.Drawing.Point(488, 264);
     this.cmdAddProducts.Name      = "cmdAddProducts";
     this.cmdAddProducts.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdAddProducts.UseVisualStyleBackColor = false;
     this.cmdAddProducts.Click                  += new System.EventHandler(this.cmdAddProducts_Click);
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.Frame1.Location  = new System.Drawing.Point(8, 8);
     this.Frame1.Name      = "Frame1";
     this.Frame1.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtProviderName.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtProviderName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtProviderName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtProviderName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtProviderName.Location            = new System.Drawing.Point(88, 16);
     this.txtProviderName.MaxLength           = 0;
     this.txtProviderName.Name = "txtProviderName";
     this.txtProviderName.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtContactLastName.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtContactLastName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtContactLastName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtContactLastName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtContactLastName.Location            = new System.Drawing.Point(336, 48);
     this.txtContactLastName.MaxLength           = 0;
     this.txtContactLastName.Name = "txtContactLastName";
     this.txtContactLastName.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtContactName.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtContactName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtContactName.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtContactName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtContactName.Location            = new System.Drawing.Point(88, 48);
     this.txtContactName.MaxLength           = 0;
     this.txtContactName.Name = "txtContactName";
     this.txtContactName.Properties().RightToLeft = Stub._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.AllowDrop = true;
     this.cmdProviders.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdProviders.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdProviders.Location  = new System.Drawing.Point(456, 16);
     this.cmdProviders.Name      = "cmdProviders";
     this.cmdProviders.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdProviders.UseVisualStyleBackColor = false;
     this.cmdProviders.Click                  += new System.EventHandler(this.cmdProviders_Click);
     //
     // lvProviders
     //
     this.lvProviders.AllowDrop                = true;
     this.lvProviders.BackColor                = Mobilize.Web.SystemColors.Window;
     this.lvProviders.BorderStyle              = Mobilize.Web.BorderStyle.Fixed3D;
     this.lvProviders.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.lvProviders.FullRowSelect            = true;
     this.lvProviders.GridLines                = true;
     this.lvProviders.HideSelection            = false;
     this.lvProviders.Properties().HotTracking = true;
     this.lvProviders.LabelEdit                = false;
     this.lvProviders.Location    = new System.Drawing.Point(8, 80);
     this.lvProviders.MultiSelect = false;
     this.lvProviders.Name        = "lvProviders";
     this.lvProviders.Size        = new System.Drawing.Size(489, 81);
     this.lvProviders.TabIndex    = 3;
     this.lvProviders.View        = Mobilize.Web.ListViewMode.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.AllowDrop   = true;
     this.Label3.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label3.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label3.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(240, 48);
     this.Label3.Name        = "Label3";
     this.Label3.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label3.Size     = new System.Drawing.Size(97, 17);
     this.Label3.TabIndex = 16;
     this.Label3.Text     = "Last name";
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label4.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label4.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(8, 16);
     this.Label4.Name        = "Label4";
     this.Label4.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label4.Size     = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex = 15;
     this.Label4.Text     = "Supplier";
     //
     // Label2
     //
     this.Label2.AllowDrop   = true;
     this.Label2.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label2.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label2.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 48);
     this.Label2.Name        = "Label2";
     this.Label2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label2.Size     = new System.Drawing.Size(89, 17);
     this.Label2.TabIndex = 14;
     this.Label2.Text     = "First Name";
     //
     // Frame2
     //
     this.Frame2.AllowDrop = true;
     this.Frame2.BackColor = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.Frame2.Location  = new System.Drawing.Point(8, 184);
     this.Frame2.Name      = "Frame2";
     this.Frame2.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtProviderContact.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtProviderContact.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtProviderContact.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtProviderContact.ForeColor           = Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtProviderCompany.BackColor           = Mobilize.Web.SystemColors.Menu;
     this.txtProviderCompany.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtProviderCompany.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtProviderCompany.ForeColor           = Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label5.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label5.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label5.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(8, 16);
     this.Label5.Name        = "Label5";
     this.Label5.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label1.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label1.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label1.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(232, 16);
     this.Label1.Name        = "Label1";
     this.Label1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label1.Size     = new System.Drawing.Size(57, 17);
     this.Label1.TabIndex = 17;
     this.Label1.Text     = "Contact:";
     //
     // Label7
     //
     this.Label7.AllowDrop   = true;
     this.Label7.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label7.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label7.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(8, 488);
     this.Label7.Name        = "Label7";
     this.Label7.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label7.Size     = new System.Drawing.Size(81, 17);
     this.Label7.TabIndex = 10;
     this.Label7.Text     = "Quantity";
     //
     // Label12
     //
     this.Label12.AllowDrop   = true;
     this.Label12.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label12.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label12.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(8, 536);
     this.Label12.Name        = "Label12";
     this.Label12.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label12.Size     = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex = 32;
     this.Label12.Text     = "Freight";
     //
     // Label11
     //
     this.Label11.AllowDrop   = true;
     this.Label11.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label11.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label11.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(8, 560);
     this.Label11.Name        = "Label11";
     this.Label11.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label10.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label10.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label10.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(272, 512);
     this.Label10.Name        = "Label10";
     this.Label10.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label9.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label9.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label9.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(272, 536);
     this.Label9.Name        = "Label9";
     this.Label9.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label8.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label8.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label8.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(8, 512);
     this.Label8.Name        = "Label8";
     this.Label8.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label6.BackColor   = Mobilize.Web.SystemColors.Control;
     this.Label6.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label6.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(8, 248);
     this.Label6.Name        = "Label6";
     this.Label6.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.Label6.Size     = new System.Drawing.Size(33, 17);
     this.Label6.TabIndex = 22;
     this.Label6.Text     = "Notes:";
     //
     // frmOrderReception
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor  = Mobilize.Web.SystemColors.Control;
     this.Properties().ClientSize = new System.Drawing.Size(521, 648);
     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.Label7);
     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.FormBorderStyle       = Mobilize.Web.FormBorderStyle.FixedSingle;
     this.Properties().Location = new System.Drawing.Point(3, 25);
     this.MaximizeBox           = false;
     this.MinimizeBox           = false;
     this.Name = "frmOrderReception";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.Manual;
     this.Text         = "Add Stock Order";
     this.Closed      += new System.EventHandler(this.Form_Closed);
     this.FormClosing += new Mobilize.Web.FormClosingEventHandler(this.Form_FormClosing); this.lvProviders.ItemClick += new Mobilize.Web.ListViewItemClickEventHandler(this.lvProviders_ItemClick);
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProviders, true);
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProviders.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 public static void SetItemClickMethod(this Mobilize.Web.
                                       ListView listViewHelper, Mobilize.Web.ListView listView, string value)
 {
 }
 public static void SetCorrectEventsBehavior(this Mobilize.
                                             Web.ListView listViewHelper, Mobilize.Web.ListView listView, bool value)
 {
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsersManage));
     this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
     this.lstAccounts = new Mobilize.Web.ListView();
     this.lstAccounts_ColumnHeader_1_ = new Mobilize.Web.ListViewColumnHeader();
     this.lstAccounts_ColumnHeader_2_ = new Mobilize.Web.ListViewColumnHeader();
     this.lstAccounts_ColumnHeader_3_ = new Mobilize.Web.ListViewColumnHeader();
     this.cmdClear    = new Mobilize.Web.Button();
     this.cmdSave     = new Mobilize.Web.Button();
     this.ctrlLiner1  = new Mobilize.Web.PictureBox();
     this.Frame1      = new Mobilize.Web.GroupBox();
     this.txtFullname = new Mobilize.Web.TextBox();
     this.txtPassword = new Mobilize.Web.TextBox();
     this.txtUsername = new Mobilize.Web.TextBox();
     this.cboLevel    = new Mobilize.Web.ComboBox();
     this._Label1_2   = new Mobilize.Web.Label();
     this._Label1_0   = new Mobilize.Web.Label();
     this._Label1_1   = new Mobilize.Web.Label();
     this._Label1_3   = new Mobilize.Web.Label();
     this.lblId       = new Mobilize.Web.Label();
     this.cmdClose    = new Mobilize.Web.Button();
     this.cmdEdit     = new Mobilize.Web.Button();
     this.cmdDelete   = new Mobilize.Web.Button();
     this._Label1_4   = new Mobilize.Web.Label();
     this.Label19     = new Mobilize.Web.Label();
     this.Label4      = new Mobilize.Web.Label();
     this.Image1      = new Mobilize.Web.PictureBox();
     this.lstAccounts.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new Mobilize.Web.ListView(this.components);
     //
     // lstAccounts
     //
     this.lstAccounts.AllowDrop     = true;
     this.lstAccounts.BackColor     = Mobilize.Web.SystemColors.Window;
     this.lstAccounts.BorderStyle   = Mobilize.Web.BorderStyle.Fixed3D;
     this.lstAccounts.ForeColor     = Mobilize.Web.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.MultiSelect   = false;
     this.lstAccounts.Name          = "lstAccounts";
     this.lstAccounts.Size          = new System.Drawing.Size(337, 113);
     this.lstAccounts.TabIndex      = 7;
     this.lstAccounts.View          = Mobilize.Web.ListViewMode.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.AllowDrop = true;
     this.cmdClear.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdClear.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdClear.Location  = new System.Drawing.Point(168, 232);
     this.cmdClear.Name      = "cmdClear";
     this.cmdClear.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdClear.UseVisualStyleBackColor = false;
     this.cmdClear.Click                  += new System.EventHandler(this.cmdClear_Click);
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop = true;
     this.cmdSave.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdSave.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdSave.Location  = new System.Drawing.Point(80, 232);
     this.cmdSave.Name      = "cmdSave";
     this.cmdSave.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // ctrlLiner1
     //
     this.ctrlLiner1.AllowDrop   = true;
     this.ctrlLiner1.BackColor   = Mobilize.Web.SystemColors.Control;
     this.ctrlLiner1.BorderStyle = Mobilize.Web.BorderStyle.Fixed3D;
     this.ctrlLiner1.Properties().CausesValidation = true;
     this.ctrlLiner1.Dock     = Mobilize.Web.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 = Mobilize.Web.PictureBoxSizeMode.Normal;
     this.ctrlLiner1.Properties().TabIndex = 15;
     this.ctrlLiner1.Properties().TabStop  = true;
     this.ctrlLiner1.Visible = true;
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = Mobilize.Web.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 Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.Frame1.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.Frame1.Location  = new System.Drawing.Point(8, 64);
     this.Frame1.Name      = "Frame1";
     this.Frame1.Properties().RightToLeft = Stub._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.AllowDrop            = true;
     this.txtFullname.BackColor            = Mobilize.Web.SystemColors.Window;
     this.txtFullname.BorderStyle          = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtFullname.Properties().Cursor  = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtFullname.ForeColor            = Mobilize.Web.SystemColors.WindowText;
     this.txtFullname.Properties().ImeMode = Mobilize.Web.ImeMode.Disable;
     this.txtFullname.Location             = new System.Drawing.Point(120, 88);
     this.txtFullname.MaxLength            = 50;
     this.txtFullname.Name = "txtFullname";
     this.txtFullname.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtPassword.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtPassword.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtPassword.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtPassword.Font                     = new Mobilize.Web.Font("Wingdings", 8.25f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 2);
     this.txtPassword.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.txtPassword.Properties().ImeMode     = Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.txtUsername.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtUsername.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtUsername.Properties().Cursor = Stub._System.Windows.Forms.Cursors.IBeam;
     this.txtUsername.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtUsername.Location            = new System.Drawing.Point(120, 24);
     this.txtUsername.MaxLength           = 50;
     this.txtUsername.Name = "txtUsername";
     this.txtUsername.Properties().RightToLeft = Stub._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.AllowDrop                = true;
     this.cboLevel.BackColor                = Mobilize.Web.SystemColors.Window;
     this.cboLevel.CausesValidation         = true;
     this.cboLevel.DropDownStyle            = Mobilize.Web.ComboBoxStyle.DropDownList;
     this.cboLevel.Enabled                  = true;
     this.cboLevel.ForeColor                = Mobilize.Web.SystemColors.WindowText;
     this.cboLevel.IntegralHeight           = true;
     this.cboLevel.Location                 = new System.Drawing.Point(120, 120);
     this.cboLevel.Name                     = "cboLevel";
     this.cboLevel.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this._Label1_2.AutoSize    = true;
     this._Label1_2.BackColor   = Mobilize.Web.SystemColors.Control;
     this._Label1_2.BorderStyle = Mobilize.Web.BorderStyle.None;
     this._Label1_2.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this._Label1_0.AutoSize    = true;
     this._Label1_0.BackColor   = Mobilize.Web.SystemColors.Control;
     this._Label1_0.BorderStyle = Mobilize.Web.BorderStyle.None;
     this._Label1_0.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this._Label1_0.ForeColor   = System.Drawing.Color.FromArgb(64, 64, 64);
     this._Label1_0.Location    = new System.Drawing.Point(16, 32);
     this._Label1_0.Name        = "_Label1_0";
     this._Label1_0.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this._Label1_1.AutoSize    = true;
     this._Label1_1.BackColor   = Mobilize.Web.SystemColors.Control;
     this._Label1_1.BorderStyle = Mobilize.Web.BorderStyle.None;
     this._Label1_1.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this._Label1_3.AutoSize    = true;
     this._Label1_3.BackColor   = Mobilize.Web.SystemColors.Control;
     this._Label1_3.BorderStyle = Mobilize.Web.BorderStyle.None;
     this._Label1_3.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.lblId.AutoSize    = true;
     this.lblId.BackColor   = Mobilize.Web.SystemColors.Control;
     this.lblId.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblId.Font        = new Mobilize.Web.Font("Tahoma", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblId.Size     = new System.Drawing.Size(3, 13);
     this.lblId.TabIndex = 11;
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop = true;
     this.cmdClose.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdClose.Location  = new System.Drawing.Point(256, 232);
     this.cmdClose.Name      = "cmdClose";
     this.cmdClose.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdEdit
     //
     this.cmdEdit.AllowDrop = true;
     this.cmdEdit.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdEdit.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdEdit.Location  = new System.Drawing.Point(168, 384);
     this.cmdEdit.Name      = "cmdEdit";
     this.cmdEdit.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdEdit.UseVisualStyleBackColor = false;
     this.cmdEdit.Click                  += new System.EventHandler(this.cmdEdit_Click);
     //
     // cmdDelete
     //
     this.cmdDelete.AllowDrop = true;
     this.cmdDelete.BackColor = Mobilize.Web.SystemColors.Control;
     this.cmdDelete.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cmdDelete.Location  = new System.Drawing.Point(256, 384);
     this.cmdDelete.Name      = "cmdDelete";
     this.cmdDelete.Properties().RightToLeft = Stub._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       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cmdDelete.UseVisualStyleBackColor = false;
     this.cmdDelete.Click                  += new System.EventHandler(this.cmdDelete_Click);
     //
     // _Label1_4
     //
     this._Label1_4.AllowDrop   = true;
     this._Label1_4.AutoSize    = true;
     this._Label1_4.BackColor   = Mobilize.Web.SystemColors.Control;
     this._Label1_4.BorderStyle = Mobilize.Web.BorderStyle.None;
     this._Label1_4.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 8.25f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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.AllowDrop   = true;
     this.Label19.AutoSize    = true;
     this.Label19.BackColor   = System.Drawing.Color.Transparent;
     this.Label19.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.Label19.Font        = new Mobilize.Web.Font("Microsoft Sans Serif", 9.75f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = System.Drawing.Color.Transparent;
     this.Label4.BorderStyle = Mobilize.Web.BorderStyle.None;
     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.Properties().RightToLeft = Stub._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.AllowDrop           = true;
     this.Image1.BorderStyle         = Mobilize.Web.BorderStyle.None;
     this.Image1.Properties().Cursor = null;
     this.Image1.Enabled             = true;
     this.Image1.Image    = "assets/images/SKS.frmUsersManage.Image1.Image.png";
     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 = Mobilize.Web.PictureBoxSizeMode.StretchImage;
     this.Image1.Visible  = true;
     //
     // frmUsersManage
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.BackColor  = Mobilize.Web.SystemColors.Control;
     this.Properties().ClientSize = new System.Drawing.Size(341, 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.FormBorderStyle            = Mobilize.Web.FormBorderStyle.FixedSingle;
     this.Icon                       = (Mobilize.Web.Icon) new Mobilize.Web.Icon("assets/images/SKS.frmUsersManage.frmUsersManage.Icon.png");
     this.Properties().Location      = new System.Drawing.Point(327, 144);
     this.MaximizeBox                = false;
     this.MinimizeBox                = true;
     this.Name                       = "frmUsersManage";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.Manual;
     this.Text                       = "Users Management";
     //this.Image1.Cursor = vbCustom;
     this.ToolTipMain.SetToolTip(this.Image1, "View warnings");
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.listViewHelper1.SetCorrectEventsBehavior(this.lstAccounts, true);
     this.lstAccounts.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
0
 Properties(this Mobilize.Web.ListView listView)
 {
     return(new Stub._System.Windows.Forms.ListViewEx());
 }