示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.cboFullStockCode = new Gizmox.WebGUI.Forms.ComboBox();
     this.btnFind_Matrix   = new Gizmox.WebGUI.Forms.Button();
     this.btnFind          = new Gizmox.WebGUI.Forms.Button();
     this.SuspendLayout();
     //
     // cboFullStockCode
     //
     this.cboFullStockCode.BackColor     = System.Drawing.Color.White;
     this.cboFullStockCode.DropDownWidth = 284;
     this.cboFullStockCode.Location      = new System.Drawing.Point(3, 3);
     this.cboFullStockCode.Name          = "cboFullStockCode";
     this.cboFullStockCode.Size          = new System.Drawing.Size(284, 21);
     this.cboFullStockCode.TabIndex      = 1;
     this.cboFullStockCode.TabStop       = false;
     this.cboFullStockCode.TextChanged  += new System.EventHandler(this.cboFullStockCode_TextChanged);
     this.cboFullStockCode.SelectedIndexChangedQueued += new System.EventHandler(this.cboFullStockCode_SelectedIndexChanged);
     //
     // btnFind_Matrix
     //
     iconResourceHandle1.File     = "16x16.16_table.gif";
     this.btnFind_Matrix.Image    = iconResourceHandle1;
     this.btnFind_Matrix.Location = new System.Drawing.Point(312, 2);
     this.btnFind_Matrix.Name     = "btnFind_Matrix";
     this.btnFind_Matrix.Size     = new System.Drawing.Size(23, 23);
     this.btnFind_Matrix.TabIndex = 24;
     this.btnFind_Matrix.TabStop  = false;
     this.btnFind_Matrix.Click   += new System.EventHandler(this.btnFind_Matrix_Click);
     //
     // btnFind
     //
     iconResourceHandle2.File       = "16x16.16_find.gif";
     this.btnFind.Image             = iconResourceHandle2;
     this.btnFind.Location          = new System.Drawing.Point(289, 2);
     this.btnFind.Name              = "btnFind";
     this.btnFind.Size              = new System.Drawing.Size(23, 23);
     this.btnFind.TabIndex          = 23;
     this.btnFind.TabStop           = false;
     this.btnFind.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnFind.Click            += new System.EventHandler(this.btnFind_Click);
     //
     // Basic
     //
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.btnFind_Matrix);
     this.Controls.Add(this.cboFullStockCode);
     this.Size = new System.Drawing.Size(337, 27);
     this.Text = "FindProduct";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.splitContainer       = new Gizmox.WebGUI.Forms.SplitContainer();
     this.btnRemove            = new Gizmox.WebGUI.Forms.Button();
     this.btnUpdate            = new Gizmox.WebGUI.Forms.Button();
     this.txtTotalReplenishQty = new Gizmox.WebGUI.Forms.Label();
     this.lblTotalReplenishQty = new Gizmox.WebGUI.Forms.Label();
     this.txtReplenishQty      = new Gizmox.WebGUI.Forms.TextBox();
     this.lblReplenishQty      = new Gizmox.WebGUI.Forms.Label();
     this.btnClear             = new Gizmox.WebGUI.Forms.Button();
     this.cboAppendix3         = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboAppendix2         = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboAppendix1         = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboSTKCODE           = new Gizmox.WebGUI.Forms.ComboBox();
     this.lblStockCode         = new Gizmox.WebGUI.Forms.Label();
     this.txtBarcode           = new Gizmox.WebGUI.Forms.TextBox();
     this.lblBarcode           = new Gizmox.WebGUI.Forms.Label();
     this.txtTxNumber          = new Gizmox.WebGUI.Forms.Label();
     this.lblTxNumber          = new Gizmox.WebGUI.Forms.Label();
     this.lblFromLocation      = new Gizmox.WebGUI.Forms.Label();
     this.txtFromLocation      = new Gizmox.WebGUI.Forms.Label();
     this.listView             = new Gizmox.WebGUI.Forms.ListView();
     this.colDetailId          = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStatus            = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colSTKCODE           = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix1         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix2         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix3         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colFromLocCDQty      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colToLocationCDQty   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colReplenishQty      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colProductName       = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.toolBar       = new Gizmox.WebGUI.Forms.ToolBar();
     this.tbtnSave      = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnSeparator = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnPrint     = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.SuspendLayout();
     //
     // splitContainer
     //
     this.splitContainer.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle     = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 28);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.btnRemove);
     this.splitContainer.Panel1.Controls.Add(this.btnUpdate);
     this.splitContainer.Panel1.Controls.Add(this.txtTotalReplenishQty);
     this.splitContainer.Panel1.Controls.Add(this.lblTotalReplenishQty);
     this.splitContainer.Panel1.Controls.Add(this.txtReplenishQty);
     this.splitContainer.Panel1.Controls.Add(this.lblReplenishQty);
     this.splitContainer.Panel1.Controls.Add(this.btnClear);
     this.splitContainer.Panel1.Controls.Add(this.cboAppendix3);
     this.splitContainer.Panel1.Controls.Add(this.cboAppendix2);
     this.splitContainer.Panel1.Controls.Add(this.cboAppendix1);
     this.splitContainer.Panel1.Controls.Add(this.cboSTKCODE);
     this.splitContainer.Panel1.Controls.Add(this.lblStockCode);
     this.splitContainer.Panel1.Controls.Add(this.txtBarcode);
     this.splitContainer.Panel1.Controls.Add(this.lblBarcode);
     this.splitContainer.Panel1.Controls.Add(this.txtTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblFromLocation);
     this.splitContainer.Panel1.Controls.Add(this.txtFromLocation);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.listView);
     this.splitContainer.Size             = new System.Drawing.Size(770, 536);
     this.splitContainer.SplitterDistance = 120;
     this.splitContainer.TabIndex         = 0;
     //
     // btnRemove
     //
     this.btnRemove.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnRemove.Location = new System.Drawing.Point(673, 88);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(75, 23);
     this.btnRemove.TabIndex = 17;
     this.btnRemove.Text     = "Remove";
     this.btnRemove.Click   += new System.EventHandler(this.btnRemove_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnUpdate.Location = new System.Drawing.Point(576, 88);
     this.btnUpdate.Name     = "btnUpdate";
     this.btnUpdate.Size     = new System.Drawing.Size(75, 23);
     this.btnUpdate.TabIndex = 16;
     this.btnUpdate.Text     = "Add";
     this.btnUpdate.Click   += new System.EventHandler(this.btnUpdate_Click);
     //
     // txtTotalReplenishQty
     //
     this.txtTotalReplenishQty.AutoSize  = true;
     this.txtTotalReplenishQty.BackColor = System.Drawing.Color.Gold;
     this.txtTotalReplenishQty.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTotalReplenishQty.Location  = new System.Drawing.Point(391, 66);
     this.txtTotalReplenishQty.Name      = "txtTotalReplenishQty";
     this.txtTotalReplenishQty.Size      = new System.Drawing.Size(91, 14);
     this.txtTotalReplenishQty.TabIndex  = 15;
     this.txtTotalReplenishQty.Text      = "{Total Rpl Qty}";
     //
     // lblTotalReplenishQty
     //
     this.lblTotalReplenishQty.AutoSize = true;
     this.lblTotalReplenishQty.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTotalReplenishQty.Location = new System.Drawing.Point(267, 66);
     this.lblTotalReplenishQty.Name     = "lblTotalReplenishQty";
     this.lblTotalReplenishQty.Size     = new System.Drawing.Size(118, 14);
     this.lblTotalReplenishQty.TabIndex = 14;
     this.lblTotalReplenishQty.Text     = "Total Replenish Qty:";
     //
     // txtReplenishQty
     //
     this.txtReplenishQty.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.txtReplenishQty.Location = new System.Drawing.Point(128, 63);
     this.txtReplenishQty.Name     = "txtReplenishQty";
     this.txtReplenishQty.Size     = new System.Drawing.Size(121, 22);
     this.txtReplenishQty.TabIndex = 13;
     this.txtReplenishQty.Text     = "0";
     //
     // lblReplenishQty
     //
     this.lblReplenishQty.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblReplenishQty.Location = new System.Drawing.Point(16, 66);
     this.lblReplenishQty.Name     = "lblReplenishQty";
     this.lblReplenishQty.Size     = new System.Drawing.Size(108, 23);
     this.lblReplenishQty.TabIndex = 12;
     this.lblReplenishQty.Text     = "Replenish Qty:";
     //
     // btnClear
     //
     this.btnClear.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnClear.Location = new System.Drawing.Point(673, 34);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(75, 23);
     this.btnClear.TabIndex = 11;
     this.btnClear.Text     = "Clear";
     this.btnClear.Click   += new System.EventHandler(this.btnClear_Click);
     //
     // cboAppendix3
     //
     this.cboAppendix3.BorderStyle   = Gizmox.WebGUI.Forms.BorderStyle.Fixed3D;
     this.cboAppendix3.DropDownStyle = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboAppendix3.Font          = new System.Drawing.Font("Tahoma", 9F);
     this.cboAppendix3.Location      = new System.Drawing.Point(591, 35);
     this.cboAppendix3.Name          = "cboAppendix3";
     this.cboAppendix3.Size          = new System.Drawing.Size(60, 22);
     this.cboAppendix3.TabIndex      = 10;
     //
     // cboAppendix2
     //
     this.cboAppendix2.BorderStyle   = Gizmox.WebGUI.Forms.BorderStyle.Fixed3D;
     this.cboAppendix2.DropDownStyle = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboAppendix2.Font          = new System.Drawing.Font("Tahoma", 9F);
     this.cboAppendix2.Location      = new System.Drawing.Point(525, 35);
     this.cboAppendix2.Name          = "cboAppendix2";
     this.cboAppendix2.Size          = new System.Drawing.Size(60, 22);
     this.cboAppendix2.TabIndex      = 9;
     //
     // cboAppendix1
     //
     this.cboAppendix1.BorderStyle   = Gizmox.WebGUI.Forms.BorderStyle.Fixed3D;
     this.cboAppendix1.DropDownStyle = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboAppendix1.Font          = new System.Drawing.Font("Tahoma", 9F);
     this.cboAppendix1.Location      = new System.Drawing.Point(459, 35);
     this.cboAppendix1.Name          = "cboAppendix1";
     this.cboAppendix1.Size          = new System.Drawing.Size(60, 22);
     this.cboAppendix1.TabIndex      = 8;
     //
     // cboSTKCODE
     //
     this.cboSTKCODE.BorderStyle   = Gizmox.WebGUI.Forms.BorderStyle.Fixed3D;
     this.cboSTKCODE.DropDownStyle = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboSTKCODE.Font          = new System.Drawing.Font("Tahoma", 9F);
     this.cboSTKCODE.Location      = new System.Drawing.Point(352, 35);
     this.cboSTKCODE.Name          = "cboSTKCODE";
     this.cboSTKCODE.Size          = new System.Drawing.Size(101, 22);
     this.cboSTKCODE.TabIndex      = 7;
     //
     // lblStockCode
     //
     this.lblStockCode.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblStockCode.Location = new System.Drawing.Point(267, 38);
     this.lblStockCode.Name     = "lblStockCode";
     this.lblStockCode.Size     = new System.Drawing.Size(79, 23);
     this.lblStockCode.TabIndex = 6;
     this.lblStockCode.Text     = "Stock Code:";
     //
     // txtBarcode
     //
     this.txtBarcode.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.txtBarcode.Location = new System.Drawing.Point(130, 35);
     this.txtBarcode.Name     = "txtBarcode";
     this.txtBarcode.Size     = new System.Drawing.Size(119, 22);
     this.txtBarcode.TabIndex = 5;
     //
     // lblBarcode
     //
     this.lblBarcode.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblBarcode.Location = new System.Drawing.Point(16, 38);
     this.lblBarcode.Name     = "lblBarcode";
     this.lblBarcode.Size     = new System.Drawing.Size(108, 23);
     this.lblBarcode.TabIndex = 4;
     this.lblBarcode.Text     = "Barcode:";
     //
     // txtTxNumber
     //
     this.txtTxNumber.AutoSize  = true;
     this.txtTxNumber.BackColor = System.Drawing.Color.Gold;
     this.txtTxNumber.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTxNumber.Location  = new System.Drawing.Point(352, 15);
     this.txtTxNumber.Name      = "txtTxNumber";
     this.txtTxNumber.Size      = new System.Drawing.Size(80, 14);
     this.txtTxNumber.TabIndex  = 3;
     this.txtTxNumber.Text      = "{Tx Number}";
     //
     // lblTxNumber
     //
     this.lblTxNumber.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTxNumber.Location = new System.Drawing.Point(267, 15);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(73, 23);
     this.lblTxNumber.TabIndex = 1;
     this.lblTxNumber.Text     = "Tx Number:";
     //
     // lblFromLocation
     //
     this.lblFromLocation.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblFromLocation.Location = new System.Drawing.Point(16, 15);
     this.lblFromLocation.Name     = "lblFromLocation";
     this.lblFromLocation.Size     = new System.Drawing.Size(108, 23);
     this.lblFromLocation.TabIndex = 0;
     this.lblFromLocation.Text     = "From Location:";
     //
     // txtFromLocation
     //
     this.txtFromLocation.BackColor = System.Drawing.Color.Gold;
     this.txtFromLocation.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtFromLocation.Location  = new System.Drawing.Point(130, 15);
     this.txtFromLocation.Name      = "txtFromLocation";
     this.txtFromLocation.Size      = new System.Drawing.Size(119, 14);
     this.txtFromLocation.TabIndex  = 2;
     this.txtFromLocation.Text      = "{From Location}";
     //
     // listView
     //
     this.listView.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.listView.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colDetailId,
         this.colStatus,
         this.colSTKCODE,
         this.colAppendix1,
         this.colAppendix2,
         this.colAppendix3,
         this.colFromLocCDQty,
         this.colToLocationCDQty,
         this.colReplenishQty,
         this.colProductName
     });
     this.listView.DataMember   = null;
     this.listView.Dock         = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.listView.ItemsPerPage = 20;
     this.listView.Location     = new System.Drawing.Point(0, 0);
     this.listView.Name         = "listView";
     this.listView.Size         = new System.Drawing.Size(770, 412);
     this.listView.TabIndex     = 0;
     this.listView.Click       += new System.EventHandler(this.listView_Click);
     //
     // colDetailId
     //
     this.colDetailId.Image   = null;
     this.colDetailId.Text    = "DetailId";
     this.colDetailId.Visible = false;
     this.colDetailId.Width   = 50;
     //
     // colStatus
     //
     this.colStatus.Image = null;
     this.colStatus.Text  = "Status";
     this.colStatus.Width = 50;
     //
     // colSTKCODE
     //
     this.colSTKCODE.Image = null;
     this.colSTKCODE.Text  = "STKCODE";
     this.colSTKCODE.Width = 80;
     //
     // colAppendix1
     //
     this.colAppendix1.Image = null;
     this.colAppendix1.Text  = "Appendix1";
     this.colAppendix1.Width = 80;
     //
     // colAppendix2
     //
     this.colAppendix2.Image = null;
     this.colAppendix2.Text  = "Appendix2";
     this.colAppendix2.Width = 80;
     //
     // colAppendix3
     //
     this.colAppendix3.Image = null;
     this.colAppendix3.Text  = "Appendix3";
     this.colAppendix3.Width = 80;
     //
     // colFromLocCDQty
     //
     this.colFromLocCDQty.Image = null;
     this.colFromLocCDQty.Text  = "FM C/D";
     this.colFromLocCDQty.Width = 60;
     //
     // colToLocationCDQty
     //
     this.colToLocationCDQty.Image = null;
     this.colToLocationCDQty.Text  = "TO C/D";
     this.colToLocationCDQty.Width = 60;
     //
     // colReplenishQty
     //
     this.colReplenishQty.Image = null;
     this.colReplenishQty.Text  = "RPL";
     this.colReplenishQty.Width = 60;
     //
     // colProductName
     //
     this.colProductName.Image = null;
     this.colProductName.Text  = "DESC.";
     this.colProductName.Width = 150;
     //
     // toolBar
     //
     this.toolBar.Anchor     = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.toolBar.Appearance = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.toolBar.Buttons.AddRange(new Gizmox.WebGUI.Forms.ToolBarButton[] {
         this.tbtnSave,
         this.tbtnSeparator,
         this.tbtnPrint
     });
     this.toolBar.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.toolBar.DragHandle     = true;
     this.toolBar.DropDownArrows = false;
     this.toolBar.Font           = new System.Drawing.Font("Tahoma", 9F);
     this.toolBar.ImageList      = null;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.MenuHandle     = true;
     this.toolBar.Name           = "toolBar";
     //this.toolBar.RightToLeft = false;
     this.toolBar.ShowToolTips = true;
     this.toolBar.TabIndex     = 1;
     this.toolBar.ButtonClick += new Gizmox.WebGUI.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // tbtnSave
     //
     this.tbtnSave.CustomStyle = "";
     iconResourceHandle1.File  = "16x16.16_L_save.gif";
     this.tbtnSave.Image       = iconResourceHandle1;
     this.tbtnSave.ImageKey    = null;
     this.tbtnSave.Name        = "tbtnSave";
     this.tbtnSave.Pushed      = true;
     this.tbtnSave.Size        = 24;
     this.tbtnSave.Text        = "Save";
     this.tbtnSave.ToolTipText = "";
     //
     // tbtnSeparator
     //
     this.tbtnSeparator.CustomStyle = "";
     this.tbtnSeparator.ImageKey    = null;
     this.tbtnSeparator.Name        = "tbtnSeparator";
     this.tbtnSeparator.Pushed      = true;
     this.tbtnSeparator.Size        = 24;
     this.tbtnSeparator.Style       = Gizmox.WebGUI.Forms.ToolBarButtonStyle.Separator;
     this.tbtnSeparator.ToolTipText = "";
     //
     // tbtnPrint
     //
     this.tbtnPrint.CustomStyle = "";
     iconResourceHandle2.File   = "16x16.16_print.gif";
     this.tbtnPrint.Image       = iconResourceHandle2;
     this.tbtnPrint.ImageKey    = null;
     this.tbtnPrint.Name        = "tbtnPrint";
     this.tbtnPrint.Pushed      = true;
     this.tbtnPrint.Size        = 24;
     this.tbtnPrint.Text        = "Print";
     this.tbtnPrint.ToolTipText = "";
     //
     // SpecialRequestWizard
     //
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.toolBar);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.Size            = new System.Drawing.Size(770, 564);
     this.Text            = "Special Request Wizard";
     this.Load           += new System.EventHandler(this.SpecialRequestWizard_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.splitContainer  = new Gizmox.WebGUI.Forms.SplitContainer();
     this.txtType         = new Gizmox.WebGUI.Forms.Label();
     this.lblType         = new Gizmox.WebGUI.Forms.Label();
     this.txtTxNumber     = new Gizmox.WebGUI.Forms.Label();
     this.lblTxNumber     = new Gizmox.WebGUI.Forms.Label();
     this.lblFromLocation = new Gizmox.WebGUI.Forms.Label();
     this.txtFromLocation = new Gizmox.WebGUI.Forms.Label();
     this.listView        = new Gizmox.WebGUI.Forms.ListView();
     this.colDetailId     = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colLineNumber   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colSTKCODE      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix1    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix2    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix3    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colFromLocCDQty = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRequestQty   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.tbtnSeparator   = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnPrint       = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnSave        = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.toolBar         = new Gizmox.WebGUI.Forms.ToolBar();
     this.SuspendLayout();
     //
     // splitContainer
     //
     this.splitContainer.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle     = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 28);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.txtType);
     this.splitContainer.Panel1.Controls.Add(this.lblType);
     this.splitContainer.Panel1.Controls.Add(this.txtTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblFromLocation);
     this.splitContainer.Panel1.Controls.Add(this.txtFromLocation);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.listView);
     this.splitContainer.Size             = new System.Drawing.Size(770, 536);
     this.splitContainer.SplitterDistance = 80;
     this.splitContainer.TabIndex         = 0;
     //
     // txtType
     //
     this.txtType.AutoSize  = true;
     this.txtType.BackColor = System.Drawing.Color.Gold;
     this.txtType.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtType.Location  = new System.Drawing.Point(314, 15);
     this.txtType.Name      = "txtType";
     this.txtType.Size      = new System.Drawing.Size(49, 14);
     this.txtType.TabIndex  = 15;
     this.txtType.Text      = "{TYPE}";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblType.Location = new System.Drawing.Point(267, 15);
     this.lblType.Name     = "lblType";
     this.lblType.Size     = new System.Drawing.Size(41, 14);
     this.lblType.TabIndex = 14;
     this.lblType.Text     = "TYPE:";
     //
     // txtTxNumber
     //
     this.txtTxNumber.AutoSize  = true;
     this.txtTxNumber.BackColor = System.Drawing.Color.Gold;
     this.txtTxNumber.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTxNumber.Location  = new System.Drawing.Point(130, 38);
     this.txtTxNumber.Name      = "txtTxNumber";
     this.txtTxNumber.Size      = new System.Drawing.Size(80, 14);
     this.txtTxNumber.TabIndex  = 3;
     this.txtTxNumber.Text      = "{Tx Number}";
     //
     // lblTxNumber
     //
     this.lblTxNumber.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTxNumber.Location = new System.Drawing.Point(16, 38);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(73, 23);
     this.lblTxNumber.TabIndex = 1;
     this.lblTxNumber.Text     = "Tx Number:";
     //
     // lblFromLocation
     //
     this.lblFromLocation.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblFromLocation.Location = new System.Drawing.Point(16, 15);
     this.lblFromLocation.Name     = "lblFromLocation";
     this.lblFromLocation.Size     = new System.Drawing.Size(108, 23);
     this.lblFromLocation.TabIndex = 0;
     this.lblFromLocation.Text     = "From Location:";
     //
     // txtFromLocation
     //
     this.txtFromLocation.BackColor = System.Drawing.Color.Gold;
     this.txtFromLocation.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtFromLocation.Location  = new System.Drawing.Point(130, 15);
     this.txtFromLocation.Name      = "txtFromLocation";
     this.txtFromLocation.Size      = new System.Drawing.Size(119, 14);
     this.txtFromLocation.TabIndex  = 2;
     this.txtFromLocation.Text      = "{From Location}";
     //
     // listView
     //
     this.listView.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.listView.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colDetailId,
         this.colLineNumber,
         this.colSTKCODE,
         this.colAppendix1,
         this.colAppendix2,
         this.colAppendix3,
         this.colFromLocCDQty,
         this.colRequestQty
     });
     this.listView.DataMember   = null;
     this.listView.Dock         = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.listView.ItemsPerPage = 20;
     this.listView.Location     = new System.Drawing.Point(0, 0);
     this.listView.Name         = "listView";
     this.listView.Size         = new System.Drawing.Size(770, 452);
     this.listView.TabIndex     = 0;
     //
     // colDetailId
     //
     this.colDetailId.Image   = null;
     this.colDetailId.Text    = "DetailId";
     this.colDetailId.Visible = false;
     this.colDetailId.Width   = 50;
     //
     // colLineNumber
     //
     this.colLineNumber.Image = null;
     this.colLineNumber.Text  = "SEQ#";
     this.colLineNumber.Width = 50;
     //
     // colSTKCODE
     //
     this.colSTKCODE.Image = null;
     this.colSTKCODE.Text  = "STKCODE";
     this.colSTKCODE.Width = 80;
     //
     // colAppendix1
     //
     this.colAppendix1.Image = null;
     this.colAppendix1.Text  = "Appendix1";
     this.colAppendix1.Width = 80;
     //
     // colAppendix2
     //
     this.colAppendix2.Image = null;
     this.colAppendix2.Text  = "Appendix2";
     this.colAppendix2.Width = 80;
     //
     // colAppendix3
     //
     this.colAppendix3.Image = null;
     this.colAppendix3.Text  = "Appendix3";
     this.colAppendix3.Width = 80;
     //
     // colFromLocCDQty
     //
     this.colFromLocCDQty.Image = null;
     this.colFromLocCDQty.Text  = "C/D QTY";
     this.colFromLocCDQty.Width = 60;
     //
     // colRequestQty
     //
     this.colRequestQty.Image = null;
     this.colRequestQty.Text  = "REQ QTY";
     this.colRequestQty.Width = 60;
     //
     // tbtnSeparator
     //
     this.tbtnSeparator.CustomStyle = "";
     this.tbtnSeparator.ImageKey    = null;
     this.tbtnSeparator.Name        = "tbtnSeparator";
     this.tbtnSeparator.Pushed      = true;
     this.tbtnSeparator.Size        = 24;
     this.tbtnSeparator.Style       = Gizmox.WebGUI.Forms.ToolBarButtonStyle.Separator;
     this.tbtnSeparator.ToolTipText = "";
     //
     // tbtnPrint
     //
     this.tbtnPrint.CustomStyle = "";
     iconResourceHandle1.File   = "16x16.16_print.gif";
     this.tbtnPrint.Image       = iconResourceHandle1;
     this.tbtnPrint.ImageKey    = null;
     this.tbtnPrint.Name        = "tbtnPrint";
     this.tbtnPrint.Pushed      = true;
     this.tbtnPrint.Size        = 24;
     this.tbtnPrint.Text        = "Print";
     this.tbtnPrint.ToolTipText = "";
     //
     // tbtnSave
     //
     this.tbtnSave.CustomStyle = "";
     iconResourceHandle2.File  = "16x16.16_L_save.gif";
     this.tbtnSave.Image       = iconResourceHandle2;
     this.tbtnSave.ImageKey    = null;
     this.tbtnSave.Name        = "tbtnSave";
     this.tbtnSave.Pushed      = true;
     this.tbtnSave.Size        = 24;
     this.tbtnSave.Text        = "Save";
     this.tbtnSave.ToolTipText = "";
     //
     // toolBar
     //
     this.toolBar.Anchor     = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.toolBar.Appearance = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.toolBar.Buttons.AddRange(new Gizmox.WebGUI.Forms.ToolBarButton[] {
         this.tbtnSave,
         this.tbtnSeparator,
         this.tbtnPrint
     });
     this.toolBar.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.toolBar.DragHandle     = true;
     this.toolBar.DropDownArrows = false;
     this.toolBar.Enabled        = false;
     this.toolBar.Font           = new System.Drawing.Font("Tahoma", 9F);
     this.toolBar.ImageList      = null;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.MenuHandle     = true;
     this.toolBar.Name           = "toolBar";
     //this.toolBar.RightToLeft = false;
     this.toolBar.ShowToolTips = true;
     this.toolBar.TabIndex     = 1;
     //
     // InTransitWizard
     //
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.toolBar);
     this.Font            = new System.Drawing.Font("Tahoma", 9F);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.Size            = new System.Drawing.Size(770, 564);
     this.Text            = "In Transit Wizard";
     this.Load           += new System.EventHandler(this.InTransitWizard_Load);
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1     = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     System.ComponentModel.ComponentResourceManager    resources               = new System.ComponentModel.ComponentResourceManager(typeof(ProductCodeImport));
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle1  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle2  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle3  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle4  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle5  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle6  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle7  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle8  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle9  = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle10 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle11 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle12 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle13 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle14 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle15 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle16 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle17 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     Gizmox.WebGUI.Forms.DataGridViewCellStyle         dataGridViewCellStyle18 = new Gizmox.WebGUI.Forms.DataGridViewCellStyle();
     this.lblFileSource          = new Gizmox.WebGUI.Forms.Label();
     this.lblAutoGenBarcode      = new Gizmox.WebGUI.Forms.Label();
     this.lblSetRetailItem       = new Gizmox.WebGUI.Forms.Label();
     this.txtUploadedFileName    = new Gizmox.WebGUI.Forms.TextBox();
     this.chkAutoCreate          = new Gizmox.WebGUI.Forms.CheckBox();
     this.lblAutoCreate          = new Gizmox.WebGUI.Forms.Label();
     this.btnBrowseFile          = new Gizmox.WebGUI.Forms.Button();
     this.openFileDialog         = new Gizmox.WebGUI.Forms.OpenFileDialog();
     this.btnExcelTemplate       = new Gizmox.WebGUI.Forms.Button();
     this.menuItem1              = new Gizmox.WebGUI.Forms.MenuItem();
     this.menuItem2              = new Gizmox.WebGUI.Forms.MenuItem();
     this.splitContainer         = new Gizmox.WebGUI.Forms.SplitContainer();
     this.chkSetRetailItem       = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkAutoGenerateBarcode = new Gizmox.WebGUI.Forms.CheckBox();
     this.btnClose                    = new Gizmox.WebGUI.Forms.Button();
     this.btnImport                   = new Gizmox.WebGUI.Forms.Button();
     this.btnPreview                  = new Gizmox.WebGUI.Forms.Button();
     this.label1                      = new Gizmox.WebGUI.Forms.Label();
     this.lblRemarksMsg               = new Gizmox.WebGUI.Forms.Label();
     this.statusBar                   = new Gizmox.WebGUI.Forms.StatusBar();
     this.progressBar                 = new Gizmox.WebGUI.Forms.ProgressBar();
     this.dgvTempStockCodeList        = new Gizmox.WebGUI.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTempStockCodeList)).BeginInit();
     this.SuspendLayout();
     //
     // lblFileSource
     //
     this.lblFileSource.Location = new System.Drawing.Point(12, 9);
     this.lblFileSource.Name     = "lblFileSource";
     this.lblFileSource.Size     = new System.Drawing.Size(100, 23);
     this.lblFileSource.TabIndex = 0;
     this.lblFileSource.Text     = "File Source:";
     //
     // lblAutoGenBarcode
     //
     this.lblAutoGenBarcode.Location = new System.Drawing.Point(12, 34);
     this.lblAutoGenBarcode.Name     = "lblAutoGenBarcode";
     this.lblAutoGenBarcode.Size     = new System.Drawing.Size(126, 23);
     this.lblAutoGenBarcode.TabIndex = 1;
     this.lblAutoGenBarcode.Text     = "Auto-Generate Barcode:";
     //
     // lblSetRetailItem
     //
     this.lblSetRetailItem.Location = new System.Drawing.Point(12, 59);
     this.lblSetRetailItem.Name     = "lblSetRetailItem";
     this.lblSetRetailItem.Size     = new System.Drawing.Size(100, 23);
     this.lblSetRetailItem.TabIndex = 2;
     this.lblSetRetailItem.Text     = "Set as Retail Item:";
     //
     // txtUploadedFileName
     //
     this.txtUploadedFileName.Location = new System.Drawing.Point(139, 6);
     this.txtUploadedFileName.Name     = "txtUploadedFileName";
     this.txtUploadedFileName.Size     = new System.Drawing.Size(297, 20);
     this.txtUploadedFileName.TabIndex = 4;
     //
     // chkAutoCreate
     //
     this.chkAutoCreate.Checked    = false;
     this.chkAutoCreate.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkAutoCreate.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkAutoCreate.Location   = new System.Drawing.Point(275, 82);
     this.chkAutoCreate.Name       = "chkAutoCreate";
     this.chkAutoCreate.Size       = new System.Drawing.Size(16, 24);
     this.chkAutoCreate.TabIndex   = 5;
     this.chkAutoCreate.ThreeState = false;
     //
     // lblAutoCreate
     //
     this.lblAutoCreate.ForeColor = System.Drawing.Color.Red;
     this.lblAutoCreate.Location  = new System.Drawing.Point(12, 83);
     this.lblAutoCreate.Name      = "lblAutoCreate";
     this.lblAutoCreate.Size      = new System.Drawing.Size(257, 23);
     this.lblAutoCreate.TabIndex  = 6;
     this.lblAutoCreate.Text      = "Auto-Create Record for not Existed Class/Appendix:";
     //
     // btnBrowseFile
     //
     this.btnBrowseFile.BorderColor       = System.Drawing.Color.Transparent;
     this.btnBrowseFile.BorderStyle       = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.btnBrowseFile.Location          = new System.Drawing.Point(439, 4);
     this.btnBrowseFile.Name              = "btnBrowseFile";
     this.btnBrowseFile.Size              = new System.Drawing.Size(27, 23);
     this.btnBrowseFile.TabIndex          = 9;
     this.btnBrowseFile.Text              = "...";
     this.btnBrowseFile.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.Overlay;
     this.btnBrowseFile.Click            += new System.EventHandler(this.btnBrowseFile_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.Filter  = "|*.xls;*.xlsx|";
     this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // btnExcelTemplate
     //
     iconResourceHandle1.File                = "16x16.16_info.gif";
     this.btnExcelTemplate.Image             = iconResourceHandle1;
     this.btnExcelTemplate.Location          = new System.Drawing.Point(472, 4);
     this.btnExcelTemplate.Name              = "btnExcelTemplate";
     this.btnExcelTemplate.Size              = new System.Drawing.Size(31, 23);
     this.btnExcelTemplate.TabIndex          = 10;
     this.btnExcelTemplate.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnExcelTemplate.Click            += new System.EventHandler(this.btnExcelTemplate_Click);
     //
     // menuItem2
     //
     this.menuItem2.Text = "Format";
     //
     // splitContainer
     //
     this.splitContainer.Anchor      = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock        = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel  = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer.Name        = "splitContainer";
     this.splitContainer.Orientation = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.chkSetRetailItem);
     this.splitContainer.Panel1.Controls.Add(this.chkAutoGenerateBarcode);
     this.splitContainer.Panel1.Controls.Add(this.btnClose);
     this.splitContainer.Panel1.Controls.Add(this.btnImport);
     this.splitContainer.Panel1.Controls.Add(this.btnPreview);
     this.splitContainer.Panel1.Controls.Add(this.label1);
     this.splitContainer.Panel1.Controls.Add(this.txtUploadedFileName);
     this.splitContainer.Panel1.Controls.Add(this.btnExcelTemplate);
     this.splitContainer.Panel1.Controls.Add(this.lblFileSource);
     this.splitContainer.Panel1.Controls.Add(this.btnBrowseFile);
     this.splitContainer.Panel1.Controls.Add(this.lblAutoGenBarcode);
     this.splitContainer.Panel1.Controls.Add(this.lblSetRetailItem);
     this.splitContainer.Panel1.Controls.Add(this.chkAutoCreate);
     this.splitContainer.Panel1.Controls.Add(this.lblAutoCreate);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.lblRemarksMsg);
     this.splitContainer.Panel2.Controls.Add(this.statusBar);
     this.splitContainer.Panel2.Controls.Add(this.progressBar);
     this.splitContainer.Panel2.Controls.Add(this.dgvTempStockCodeList);
     this.splitContainer.Size             = new System.Drawing.Size(748, 506);
     this.splitContainer.SplitterDistance = 155;
     this.splitContainer.TabIndex         = 11;
     //
     // chkSetRetailItem
     //
     this.chkSetRetailItem.Checked    = true;
     this.chkSetRetailItem.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkSetRetailItem.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkSetRetailItem.Location   = new System.Drawing.Point(144, 58);
     this.chkSetRetailItem.Name       = "chkSetRetailItem";
     this.chkSetRetailItem.Size       = new System.Drawing.Size(15, 24);
     this.chkSetRetailItem.TabIndex   = 17;
     this.chkSetRetailItem.ThreeState = false;
     //
     // chkAutoGenerateBarcode
     //
     this.chkAutoGenerateBarcode.Checked    = true;
     this.chkAutoGenerateBarcode.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkAutoGenerateBarcode.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkAutoGenerateBarcode.Location   = new System.Drawing.Point(144, 33);
     this.chkAutoGenerateBarcode.Name       = "chkAutoGenerateBarcode";
     this.chkAutoGenerateBarcode.Size       = new System.Drawing.Size(15, 24);
     this.chkAutoGenerateBarcode.TabIndex   = 16;
     this.chkAutoGenerateBarcode.ThreeState = false;
     //
     // btnClose
     //
     this.btnClose.DialogResult      = Gizmox.WebGUI.Forms.DialogResult.Cancel;
     this.btnClose.Location          = new System.Drawing.Point(605, 89);
     this.btnClose.Name              = "btnClose";
     this.btnClose.Size              = new System.Drawing.Size(100, 23);
     this.btnClose.TabIndex          = 14;
     this.btnClose.Text              = "Close";
     this.btnClose.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.Overlay;
     this.btnClose.Click            += new System.EventHandler(this.btnClose_Click);
     //
     // btnImport
     //
     this.btnImport.Enabled           = false;
     this.btnImport.Location          = new System.Drawing.Point(605, 60);
     this.btnImport.Name              = "btnImport";
     this.btnImport.Size              = new System.Drawing.Size(100, 23);
     this.btnImport.TabIndex          = 13;
     this.btnImport.Text              = "Import";
     this.btnImport.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.Overlay;
     this.btnImport.Click            += new System.EventHandler(this.btnImport_Click);
     //
     // btnPreview
     //
     this.btnPreview.Location          = new System.Drawing.Point(605, 31);
     this.btnPreview.Name              = "btnPreview";
     this.btnPreview.Size              = new System.Drawing.Size(100, 23);
     this.btnPreview.TabIndex          = 12;
     this.btnPreview.Text              = "Preview";
     this.btnPreview.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.Overlay;
     this.btnPreview.Click            += new System.EventHandler(this.btnPreview_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.Info;
     this.label1.Location  = new System.Drawing.Point(12, 107);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(514, 44);
     this.label1.TabIndex  = 11;
     this.label1.Text      = resources.GetString("label1.Text");
     //
     // lblRemarksMsg
     //
     this.lblRemarksMsg.ForeColor = System.Drawing.Color.Red;
     this.lblRemarksMsg.Location  = new System.Drawing.Point(12, 328);
     this.lblRemarksMsg.Name      = "lblRemarksMsg";
     this.lblRemarksMsg.Size      = new System.Drawing.Size(514, 17);
     this.lblRemarksMsg.TabIndex  = 15;
     this.lblRemarksMsg.Text      = "** Remark(s): Maximum 20,000 Records will be loaded for each importing process.";
     //
     // statusBar
     //
     this.statusBar.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.statusBar.Dock     = Gizmox.WebGUI.Forms.DockStyle.Bottom;
     this.statusBar.Location = new System.Drawing.Point(0, 325);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Size     = new System.Drawing.Size(748, 22);
     this.statusBar.TabIndex = 2;
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(0, 303);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(748, 23);
     this.progressBar.TabIndex = 1;
     this.progressBar.Visible  = false;
     //
     // dgvTempStockCodeList
     //
     this.dgvTempStockCodeList.AllowUserToAddRows      = false;
     this.dgvTempStockCodeList.AllowUserToDeleteRows   = false;
     this.dgvTempStockCodeList.AllowUserToOrderColumns = true;
     this.dgvTempStockCodeList.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.dgvTempStockCodeList.Columns.AddRange(new Gizmox.WebGUI.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7,
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9,
         this.dataGridViewTextBoxColumn10,
         this.dataGridViewTextBoxColumn11,
         this.dataGridViewTextBoxColumn12,
         this.dataGridViewTextBoxColumn13,
         this.dataGridViewTextBoxColumn14,
         this.dataGridViewTextBoxColumn15,
         this.dataGridViewTextBoxColumn16,
         this.dataGridViewTextBoxColumn17,
         this.dataGridViewTextBoxColumn18
     });
     this.dgvTempStockCodeList.Dock          = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.dgvTempStockCodeList.Location      = new System.Drawing.Point(0, 0);
     this.dgvTempStockCodeList.Name          = "dgvTempStockCodeList";
     this.dgvTempStockCodeList.SelectionMode = Gizmox.WebGUI.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvTempStockCodeList.Size          = new System.Drawing.Size(748, 347);
     this.dgvTempStockCodeList.TabIndex      = 0;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn1.DataPropertyName      = "LN";
     this.dataGridViewTextBoxColumn1.DefaultCellStyle      = dataGridViewCellStyle1;
     this.dataGridViewTextBoxColumn1.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn1.Frozen         = true;
     this.dataGridViewTextBoxColumn1.MaxInputLength = -1;
     this.dataGridViewTextBoxColumn1.Name           = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Resizable      = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.SortMode       = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn1.ToolTipText    = null;
     this.dataGridViewTextBoxColumn1.Width          = 50;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn2.DataPropertyName      = "Status";
     this.dataGridViewTextBoxColumn2.DefaultCellStyle      = dataGridViewCellStyle2;
     this.dataGridViewTextBoxColumn2.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn2.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn2.Name        = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn2.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn2.ToolTipText = null;
     this.dataGridViewTextBoxColumn2.Width       = 100;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn3.DataPropertyName      = "Vendor";
     this.dataGridViewTextBoxColumn3.DefaultCellStyle      = dataGridViewCellStyle3;
     this.dataGridViewTextBoxColumn3.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn3.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn3.Name        = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.ToolTipText = null;
     this.dataGridViewTextBoxColumn3.Width       = 100;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn4.DataPropertyName      = "Gender";
     this.dataGridViewTextBoxColumn4.DefaultCellStyle      = dataGridViewCellStyle4;
     this.dataGridViewTextBoxColumn4.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn4.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn4.Name        = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn4.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn4.ToolTipText = null;
     this.dataGridViewTextBoxColumn4.Width       = 100;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn5.DataPropertyName      = "Collection";
     this.dataGridViewTextBoxColumn5.DefaultCellStyle      = dataGridViewCellStyle5;
     this.dataGridViewTextBoxColumn5.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn5.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn5.Name        = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn5.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn5.ToolTipText = null;
     this.dataGridViewTextBoxColumn5.Width       = 100;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn6.DataPropertyName      = "Group";
     this.dataGridViewTextBoxColumn6.DefaultCellStyle      = dataGridViewCellStyle6;
     this.dataGridViewTextBoxColumn6.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn6.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn6.Name        = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn6.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn6.ToolTipText = null;
     this.dataGridViewTextBoxColumn6.Width       = 100;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn7.DataPropertyName      = "Category";
     this.dataGridViewTextBoxColumn7.DefaultCellStyle      = dataGridViewCellStyle7;
     this.dataGridViewTextBoxColumn7.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn7.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn7.Name        = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn7.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn7.ToolTipText = null;
     this.dataGridViewTextBoxColumn7.Width       = 100;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn8.DataPropertyName      = "SubCat";
     this.dataGridViewTextBoxColumn8.DefaultCellStyle      = dataGridViewCellStyle8;
     this.dataGridViewTextBoxColumn8.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn8.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn8.Name        = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn8.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn8.ToolTipText = null;
     this.dataGridViewTextBoxColumn8.Width       = 100;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn9.DataPropertyName      = "Description";
     this.dataGridViewTextBoxColumn9.DefaultCellStyle      = dataGridViewCellStyle9;
     this.dataGridViewTextBoxColumn9.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn9.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn9.Name        = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn9.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn9.ToolTipText = null;
     this.dataGridViewTextBoxColumn9.Width       = 100;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn10.DataPropertyName      = "PLU";
     this.dataGridViewTextBoxColumn10.DefaultCellStyle      = dataGridViewCellStyle10;
     this.dataGridViewTextBoxColumn10.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn10.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn10.Name        = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn10.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn10.ToolTipText = null;
     this.dataGridViewTextBoxColumn10.Width       = 100;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn11.DataPropertyName      = "Season";
     this.dataGridViewTextBoxColumn11.DefaultCellStyle      = dataGridViewCellStyle11;
     this.dataGridViewTextBoxColumn11.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn11.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn11.Name        = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn11.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn11.ToolTipText = null;
     this.dataGridViewTextBoxColumn11.Width       = 100;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn12.DataPropertyName      = "Color";
     this.dataGridViewTextBoxColumn12.DefaultCellStyle      = dataGridViewCellStyle12;
     this.dataGridViewTextBoxColumn12.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn12.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn12.Name        = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn12.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn12.ToolTipText = null;
     this.dataGridViewTextBoxColumn12.Width       = 100;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn13.DataPropertyName      = "Size";
     this.dataGridViewTextBoxColumn13.DefaultCellStyle      = dataGridViewCellStyle13;
     this.dataGridViewTextBoxColumn13.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn13.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn13.Name        = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn13.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn13.ToolTipText = null;
     this.dataGridViewTextBoxColumn13.Width       = 100;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn14.DataPropertyName      = "BASPRC";
     this.dataGridViewTextBoxColumn14.DefaultCellStyle      = dataGridViewCellStyle14;
     this.dataGridViewTextBoxColumn14.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn14.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn14.Name        = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn14.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn14.ToolTipText = null;
     this.dataGridViewTextBoxColumn14.Width       = 100;
     //
     // dataGridViewTextBoxColumn15
     //
     this.dataGridViewTextBoxColumn15.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn15.DataPropertyName      = "VCURR";
     this.dataGridViewTextBoxColumn15.DefaultCellStyle      = dataGridViewCellStyle15;
     this.dataGridViewTextBoxColumn15.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn15.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn15.Name        = "dataGridViewTextBoxColumn15";
     this.dataGridViewTextBoxColumn15.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn15.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn15.ToolTipText = null;
     this.dataGridViewTextBoxColumn15.Width       = 100;
     //
     // dataGridViewTextBoxColumn16
     //
     this.dataGridViewTextBoxColumn16.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn16.DataPropertyName      = "VPRC";
     this.dataGridViewTextBoxColumn16.DefaultCellStyle      = dataGridViewCellStyle16;
     this.dataGridViewTextBoxColumn16.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn16.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn16.Name        = "dataGridViewTextBoxColumn16";
     this.dataGridViewTextBoxColumn16.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn16.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn16.ToolTipText = null;
     this.dataGridViewTextBoxColumn16.Width       = 100;
     //
     // dataGridViewTextBoxColumn17
     //
     this.dataGridViewTextBoxColumn17.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn17.DataPropertyName      = "STK_MEMO";
     this.dataGridViewTextBoxColumn17.DefaultCellStyle      = dataGridViewCellStyle17;
     this.dataGridViewTextBoxColumn17.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn17.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn17.Name        = "dataGridViewTextBoxColumn17";
     this.dataGridViewTextBoxColumn17.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn17.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn17.ToolTipText = null;
     this.dataGridViewTextBoxColumn17.Width       = 100;
     //
     // dataGridViewTextBoxColumn18
     //
     this.dataGridViewTextBoxColumn18.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn18.DataPropertyName      = "PhotoPath";
     this.dataGridViewTextBoxColumn18.DefaultCellStyle      = dataGridViewCellStyle18;
     this.dataGridViewTextBoxColumn18.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn18.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn18.Name        = "dataGridViewTextBoxColumn18";
     this.dataGridViewTextBoxColumn18.Resizable   = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn18.SortMode    = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn18.ToolTipText = null;
     this.dataGridViewTextBoxColumn18.Width       = 100;
     //
     // ProductCodeImport
     //
     this.Controls.Add(this.splitContainer);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Size          = new System.Drawing.Size(748, 506);
     this.StartPosition = Gizmox.WebGUI.Forms.FormStartPosition.CenterParent;
     this.Text          = "Import Product Code From Excel file";
     this.Load         += new System.EventHandler(this.ProductCodeImport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvTempStockCodeList)).EndInit();
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.lvList         = new Gizmox.WebGUI.Forms.ListView();
     this.tbControl      = new Gizmox.WebGUI.Forms.ToolBar();
     this.cboView        = new Gizmox.WebGUI.Forms.ComboBox();
     this.txtLookup      = new Gizmox.WebGUI.Forms.TextBox();
     this.splitContainer = new Gizmox.WebGUI.Forms.SplitContainer();
     this.ansCare        = new Gizmox.WebGUI.Forms.ToolBar();
     this.lksPane        = new Gizmox.WebGUI.Forms.Panel();
     this.lblView        = new Gizmox.WebGUI.Forms.Label();
     this.cboStaffList   = new Gizmox.WebGUI.Forms.ComboBox();
     this.lblCreatedBy   = new Gizmox.WebGUI.Forms.Label();
     this.cmdLookup      = new Gizmox.WebGUI.Forms.Button();
     this.lblLookup      = new Gizmox.WebGUI.Forms.Label();
     this.alphaBinding   = new RT2020.Controls.AlphaBinding();
     this.SuspendLayout();
     //
     // lvList
     //
     this.lvList.Anchor            = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.lvList.DataMember        = null;
     this.lvList.Dock              = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.lvList.GridLines         = true;
     this.lvList.ItemsPerPage      = 50;
     this.lvList.Location          = new System.Drawing.Point(0, 0);
     this.lvList.MultiSelect       = false;
     this.lvList.Name              = "lvList";
     this.lvList.Size              = new System.Drawing.Size(1031, 290);
     this.lvList.TabIndex          = 0;
     this.lvList.UseInternalPaging = true;
     this.lvList.DoubleClick      += new System.EventHandler(this.lvSalesList_DoubleClick);
     //
     // tbControl
     //
     this.tbControl.Anchor         = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.tbControl.Appearance     = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.tbControl.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.tbControl.DragHandle     = true;
     this.tbControl.DropDownArrows = false;
     this.tbControl.ImageList      = null;
     this.tbControl.Location       = new System.Drawing.Point(0, 0);
     this.tbControl.MenuHandle     = true;
     this.tbControl.Name           = "tbControl";
     //this.tbControl.RightToLeft = false;
     this.tbControl.ShowToolTips = true;
     this.tbControl.TabIndex     = 0;
     //
     // cboView
     //
     this.cboView.Anchor                = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.cboView.DropDownStyle         = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboView.Location              = new System.Drawing.Point(864, 7);
     this.cboView.Name                  = "cboView";
     this.cboView.Size                  = new System.Drawing.Size(121, 21);
     this.cboView.TabIndex              = 6;
     this.cboView.SelectedIndexChanged += new System.EventHandler(this.cboView_SelectedIndexChanged);
     //
     // txtLookup
     //
     this.txtLookup.Location = new System.Drawing.Point(61, 7);
     this.txtLookup.Name     = "txtLookup";
     this.txtLookup.Size     = new System.Drawing.Size(120, 20);
     this.txtLookup.TabIndex = 2;
     //
     // splitContainer
     //
     this.splitContainer.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle     = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 28);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.ansCare);
     this.splitContainer.Panel1.Controls.Add(this.lksPane);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.lvList);
     this.splitContainer.Panel2.Controls.Add(this.alphaBinding);
     this.splitContainer.Size             = new System.Drawing.Size(1031, 377);
     this.splitContainer.SplitterDistance = 60;
     this.splitContainer.SplitterWidth    = 1;
     this.splitContainer.TabIndex         = 0;
     //
     // ansCare
     //
     this.ansCare.Anchor         = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.ansCare.Appearance     = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.ansCare.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.ansCare.DragHandle     = true;
     this.ansCare.DropDownArrows = false;
     this.ansCare.ImageList      = null;
     this.ansCare.Location       = new System.Drawing.Point(0, 34);
     this.ansCare.MenuHandle     = true;
     this.ansCare.Name           = "ansCare";
     //this.ansCare.RightToLeft = false;
     this.ansCare.ShowToolTips = true;
     this.ansCare.TabIndex     = 1;
     //
     // lksPane
     //
     this.lksPane.Anchor       = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.lksPane.AutoSizeMode = Gizmox.WebGUI.Forms.AutoSizeMode.GrowAndShrink;
     this.lksPane.Controls.Add(this.lblView);
     this.lksPane.Controls.Add(this.cboView);
     this.lksPane.Controls.Add(this.cboStaffList);
     this.lksPane.Controls.Add(this.lblCreatedBy);
     this.lksPane.Controls.Add(this.cmdLookup);
     this.lksPane.Controls.Add(this.txtLookup);
     this.lksPane.Controls.Add(this.lblLookup);
     this.lksPane.Dock     = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.lksPane.Location = new System.Drawing.Point(0, 0);
     this.lksPane.Name     = "lksPane";
     this.lksPane.Size     = new System.Drawing.Size(1031, 34);
     this.lksPane.TabIndex = 0;
     //
     // lblView
     //
     this.lblView.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblView.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.lblView.Location = new System.Drawing.Point(819, 9);
     this.lblView.Name     = "lblView";
     this.lblView.Size     = new System.Drawing.Size(39, 23);
     this.lblView.TabIndex = 5;
     this.lblView.Text     = "View: ";
     //
     // cboStaffList
     //
     this.cboStaffList.DropDownStyle = Gizmox.WebGUI.Forms.ComboBoxStyle.DropDownList;
     this.cboStaffList.Location      = new System.Drawing.Point(323, 6);
     this.cboStaffList.Name          = "cboStaffList";
     this.cboStaffList.Size          = new System.Drawing.Size(121, 21);
     this.cboStaffList.TabIndex      = 6;
     //
     // lblCreatedBy
     //
     this.lblCreatedBy.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.lblCreatedBy.Location = new System.Drawing.Point(241, 9);
     this.lblCreatedBy.Name     = "lblCreatedBy";
     this.lblCreatedBy.Size     = new System.Drawing.Size(76, 23);
     this.lblCreatedBy.TabIndex = 5;
     this.lblCreatedBy.Text     = "Created By: ";
     //
     // cmdLookup
     //
     iconResourceHandle1.File         = "16x16.16_find.gif";
     this.cmdLookup.Image             = iconResourceHandle1;
     this.cmdLookup.Location          = new System.Drawing.Point(181, 5);
     this.cmdLookup.Name              = "cmdLookup";
     this.cmdLookup.Size              = new System.Drawing.Size(24, 23);
     this.cmdLookup.TabIndex          = 4;
     this.cmdLookup.TabStop           = false;
     this.cmdLookup.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.cmdLookup.Click            += new System.EventHandler(this.cmdLookup_Click);
     //
     // lblLookup
     //
     this.lblLookup.Font     = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(0)));
     this.lblLookup.Location = new System.Drawing.Point(2, 9);
     this.lblLookup.Name     = "lblLookup";
     this.lblLookup.Size     = new System.Drawing.Size(61, 18);
     this.lblLookup.TabIndex = 0;
     this.lblLookup.Text     = "Look for:";
     //
     // alphaBinding
     //
     this.alphaBinding.Anchor       = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.alphaBinding.Dock         = Gizmox.WebGUI.Forms.DockStyle.Bottom;
     this.alphaBinding.Location     = new System.Drawing.Point(0, 290);
     this.alphaBinding.Name         = "alphaBinding";
     this.alphaBinding.Size         = new System.Drawing.Size(1031, 26);
     this.alphaBinding.TabIndex     = 1;
     this.alphaBinding.Text         = "AlphaBinding";
     this.alphaBinding.ButtonClick += new System.EventHandler(this.alphaBinding_ButtonClick);
     //
     // DefaultListBase
     //
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.tbControl);
     this.Size = new System.Drawing.Size(1031, 405);
     this.Text = "SalesList";
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle3 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.splitContainer              = new Gizmox.WebGUI.Forms.SplitContainer();
     this.btnRefresh                  = new Gizmox.WebGUI.Forms.Button();
     this.btnFillAll                  = new Gizmox.WebGUI.Forms.Button();
     this.txtTotalActualQty           = new Gizmox.WebGUI.Forms.Label();
     this.lblTotalActualQty           = new Gizmox.WebGUI.Forms.Label();
     this.txtTxNumber                 = new Gizmox.WebGUI.Forms.Label();
     this.txtFromLocation             = new Gizmox.WebGUI.Forms.Label();
     this.lblTxNumber                 = new Gizmox.WebGUI.Forms.Label();
     this.lblFromLocation             = new Gizmox.WebGUI.Forms.Label();
     this.dgvConfirmationList         = new Gizmox.WebGUI.Forms.DataGridView();
     this.dataGridViewTextBoxColumn8  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7  = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.toolBar       = new Gizmox.WebGUI.Forms.ToolBar();
     this.tbtnConfirm   = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnSuspend   = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnSeparator = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnPrint     = new Gizmox.WebGUI.Forms.ToolBarButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgvConfirmationList)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer
     //
     this.splitContainer.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle     = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 28);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.btnRefresh);
     this.splitContainer.Panel1.Controls.Add(this.btnFillAll);
     this.splitContainer.Panel1.Controls.Add(this.txtTotalActualQty);
     this.splitContainer.Panel1.Controls.Add(this.lblTotalActualQty);
     this.splitContainer.Panel1.Controls.Add(this.txtTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.txtFromLocation);
     this.splitContainer.Panel1.Controls.Add(this.lblTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblFromLocation);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.dgvConfirmationList);
     this.splitContainer.Size             = new System.Drawing.Size(770, 536);
     this.splitContainer.SplitterDistance = 120;
     this.splitContainer.TabIndex         = 0;
     //
     // btnRefresh
     //
     this.btnRefresh.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnRefresh.Location = new System.Drawing.Point(646, 17);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(75, 23);
     this.btnRefresh.TabIndex = 7;
     this.btnRefresh.Text     = "Refresh";
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnFillAll
     //
     this.btnFillAll.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnFillAll.Location = new System.Drawing.Point(646, 78);
     this.btnFillAll.Name     = "btnFillAll";
     this.btnFillAll.Size     = new System.Drawing.Size(75, 23);
     this.btnFillAll.TabIndex = 6;
     this.btnFillAll.Text     = "Fill All";
     this.btnFillAll.Click   += new System.EventHandler(this.btnFillAll_Click);
     //
     // txtTotalActualQty
     //
     this.txtTotalActualQty.AutoSize  = true;
     this.txtTotalActualQty.BackColor = System.Drawing.Color.Gold;
     this.txtTotalActualQty.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTotalActualQty.Location  = new System.Drawing.Point(516, 21);
     this.txtTotalActualQty.Name      = "txtTotalActualQty";
     this.txtTotalActualQty.Size      = new System.Drawing.Size(109, 14);
     this.txtTotalActualQty.TabIndex  = 5;
     this.txtTotalActualQty.Text      = "{Total Actual Qty}";
     //
     // lblTotalActualQty
     //
     this.lblTotalActualQty.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTotalActualQty.Location = new System.Drawing.Point(391, 21);
     this.lblTotalActualQty.Name     = "lblTotalActualQty";
     this.lblTotalActualQty.Size     = new System.Drawing.Size(119, 23);
     this.lblTotalActualQty.TabIndex = 4;
     this.lblTotalActualQty.Text     = "Total Actual Qty:";
     //
     // txtTxNumber
     //
     this.txtTxNumber.AutoSize  = true;
     this.txtTxNumber.BackColor = System.Drawing.Color.Gold;
     this.txtTxNumber.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTxNumber.Location  = new System.Drawing.Point(133, 55);
     this.txtTxNumber.Name      = "txtTxNumber";
     this.txtTxNumber.Size      = new System.Drawing.Size(55, 14);
     this.txtTxNumber.TabIndex  = 3;
     this.txtTxNumber.Text      = "{TRN #}";
     //
     // txtFromLocation
     //
     this.txtFromLocation.AutoSize  = true;
     this.txtFromLocation.BackColor = System.Drawing.Color.Gold;
     this.txtFromLocation.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtFromLocation.Location  = new System.Drawing.Point(133, 21);
     this.txtFromLocation.Name      = "txtFromLocation";
     this.txtFromLocation.Size      = new System.Drawing.Size(78, 14);
     this.txtFromLocation.TabIndex  = 2;
     this.txtFromLocation.Text      = "{From Loc#}";
     //
     // lblTxNumber
     //
     this.lblTxNumber.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTxNumber.Location = new System.Drawing.Point(46, 55);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(81, 23);
     this.lblTxNumber.TabIndex = 1;
     this.lblTxNumber.Text     = "TRN #:";
     //
     // lblFromLocation
     //
     this.lblFromLocation.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblFromLocation.Location = new System.Drawing.Point(46, 21);
     this.lblFromLocation.Name     = "lblFromLocation";
     this.lblFromLocation.Size     = new System.Drawing.Size(81, 23);
     this.lblFromLocation.TabIndex = 0;
     this.lblFromLocation.Text     = "From Loc#:";
     //
     // dgvConfirmationList
     //
     this.dgvConfirmationList.AllowUserToAddRows    = false;
     this.dgvConfirmationList.AllowUserToDeleteRows = false;
     this.dgvConfirmationList.Anchor      = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.dgvConfirmationList.BorderStyle = Gizmox.WebGUI.Forms.BorderStyle.FixedSingle;
     this.dgvConfirmationList.Columns.AddRange(new Gizmox.WebGUI.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9,
         this.dataGridViewTextBoxColumn10,
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7
     });
     this.dgvConfirmationList.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.dgvConfirmationList.Location = new System.Drawing.Point(0, 0);
     this.dgvConfirmationList.Name     = "dgvConfirmationList";
     this.dgvConfirmationList.Size     = new System.Drawing.Size(770, 412);
     this.dgvConfirmationList.TabIndex = 0;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn8.DataPropertyName      = "DetailsId";
     this.dataGridViewTextBoxColumn8.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn8.HeaderText            = "DetailsId";
     this.dataGridViewTextBoxColumn8.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn8.Name      = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.ReadOnly  = true;
     this.dataGridViewTextBoxColumn8.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn8.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn8.Visible   = false;
     this.dataGridViewTextBoxColumn8.Width     = 100;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn9.DataPropertyName      = "HeaderId";
     this.dataGridViewTextBoxColumn9.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn9.HeaderText            = "HeaderId";
     this.dataGridViewTextBoxColumn9.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn9.Name      = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly  = true;
     this.dataGridViewTextBoxColumn9.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn9.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn9.Visible   = false;
     this.dataGridViewTextBoxColumn9.Width     = 100;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn10.DataPropertyName      = "ProductId";
     this.dataGridViewTextBoxColumn10.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn10.HeaderText            = "ProductId";
     this.dataGridViewTextBoxColumn10.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn10.Name      = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.ReadOnly  = true;
     this.dataGridViewTextBoxColumn10.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn10.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn10.Visible   = false;
     this.dataGridViewTextBoxColumn10.Width     = 100;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn1.DataPropertyName      = "STKCODE";
     this.dataGridViewTextBoxColumn1.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn1.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn1.Name      = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn1.Width     = 100;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn2.DataPropertyName      = "APPENDIX1";
     this.dataGridViewTextBoxColumn2.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn2.HeaderText            = "APPENDIX1";
     this.dataGridViewTextBoxColumn2.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn2.Name      = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly  = true;
     this.dataGridViewTextBoxColumn2.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn2.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn2.Width     = 100;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn3.DataPropertyName      = "APPENDIX2";
     this.dataGridViewTextBoxColumn3.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn3.HeaderText            = "APPENDIX2";
     this.dataGridViewTextBoxColumn3.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn3.Name      = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly  = true;
     this.dataGridViewTextBoxColumn3.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.Width     = 100;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn4.DataPropertyName      = "APPENDIX3";
     this.dataGridViewTextBoxColumn4.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn4.HeaderText            = "APPENDIX3";
     this.dataGridViewTextBoxColumn4.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn4.Name      = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly  = true;
     this.dataGridViewTextBoxColumn4.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn4.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn4.Width     = 100;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn5.DataPropertyName      = "From_CDQTY";
     this.dataGridViewTextBoxColumn5.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn5.HeaderText            = "FM C/D Qty";
     this.dataGridViewTextBoxColumn5.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn5.Name      = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly  = true;
     this.dataGridViewTextBoxColumn5.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn5.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn5.Width     = 100;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn6.DataPropertyName      = "QtyRequested";
     this.dataGridViewTextBoxColumn6.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn6.HeaderText            = "RPL Qty";
     this.dataGridViewTextBoxColumn6.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn6.Name      = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly  = true;
     this.dataGridViewTextBoxColumn6.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn6.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn6.Width     = 100;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn7.DataPropertyName      = "ActualQty";
     this.dataGridViewTextBoxColumn7.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn7.HeaderText            = "Actual Qty";
     this.dataGridViewTextBoxColumn7.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn7.Name      = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn7.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn7.Width     = 100;
     //
     // toolBar
     //
     this.toolBar.Anchor     = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.toolBar.Appearance = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.toolBar.Buttons.AddRange(new Gizmox.WebGUI.Forms.ToolBarButton[] {
         this.tbtnConfirm,
         this.tbtnSuspend,
         this.tbtnSeparator,
         this.tbtnPrint
     });
     this.toolBar.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.toolBar.DragHandle     = true;
     this.toolBar.DropDownArrows = false;
     this.toolBar.Font           = new System.Drawing.Font("Tahoma", 9F);
     this.toolBar.ImageList      = null;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.MenuHandle     = true;
     this.toolBar.Name           = "toolBar";
     this.toolBar.ShowToolTips   = true;
     this.toolBar.TabIndex       = 1;
     this.toolBar.ButtonClick   += new Gizmox.WebGUI.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // tbtnConfirm
     //
     this.tbtnConfirm.CustomStyle = "";
     iconResourceHandle1.File     = "16x16.ico_16_4209.gif";
     this.tbtnConfirm.Image       = iconResourceHandle1;
     this.tbtnConfirm.ImageKey    = null;
     this.tbtnConfirm.Name        = "tbtnConfirm";
     this.tbtnConfirm.Pushed      = true;
     this.tbtnConfirm.Size        = 24;
     this.tbtnConfirm.Text        = "Confirm";
     this.tbtnConfirm.ToolTipText = "";
     //
     // tbtnSuspend
     //
     this.tbtnSuspend.CustomStyle = "";
     iconResourceHandle2.File     = "16x16.16_L_save.gif";
     this.tbtnSuspend.Image       = iconResourceHandle2;
     this.tbtnSuspend.ImageKey    = null;
     this.tbtnSuspend.Name        = "tbtnSuspend";
     this.tbtnSuspend.Pushed      = true;
     this.tbtnSuspend.Size        = 24;
     this.tbtnSuspend.Text        = "Suspend";
     this.tbtnSuspend.ToolTipText = "";
     //
     // tbtnSeparator
     //
     this.tbtnSeparator.CustomStyle = "";
     this.tbtnSeparator.ImageKey    = null;
     this.tbtnSeparator.Name        = "tbtnSeparator";
     this.tbtnSeparator.Pushed      = true;
     this.tbtnSeparator.Size        = 24;
     this.tbtnSeparator.Style       = Gizmox.WebGUI.Forms.ToolBarButtonStyle.Separator;
     this.tbtnSeparator.ToolTipText = "";
     //
     // tbtnPrint
     //
     this.tbtnPrint.CustomStyle = "";
     iconResourceHandle3.File   = "16x16.16_print.gif";
     this.tbtnPrint.Image       = iconResourceHandle3;
     this.tbtnPrint.ImageKey    = null;
     this.tbtnPrint.Name        = "tbtnPrint";
     this.tbtnPrint.Pushed      = true;
     this.tbtnPrint.Size        = 24;
     this.tbtnPrint.Text        = "Print";
     this.tbtnPrint.ToolTipText = "";
     //
     // ConfirmationWizard
     //
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.toolBar);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.Size            = new System.Drawing.Size(770, 564);
     this.Text            = "Confirmation Wizard";
     this.Load           += new System.EventHandler(this.ConfirmationWizard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvConfirmationList)).EndInit();
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.securityPane    = new Gizmox.WebGUI.Forms.Panel();
     this.lvStaffSecurity = new Gizmox.WebGUI.Forms.ListView();
     this.colSecurityId   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStaffId      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colLineNumber   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStaffNumber  = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colGradeCode    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colModule       = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colFunctions    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCanRead      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCanWrite     = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCanDelete    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCanPost      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.tbWizardAction  = new Gizmox.WebGUI.Forms.ToolBar();
     this.topPanel        = new Gizmox.WebGUI.Forms.Panel();
     this.lblLookfor      = new Gizmox.WebGUI.Forms.Label();
     this.txtLookfor      = new Gizmox.WebGUI.Forms.TextBox();
     this.btnLookfor      = new Gizmox.WebGUI.Forms.Button();
     this.toolTip         = new Gizmox.WebGUI.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // securityPane
     //
     this.securityPane.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.securityPane.BackColor = System.Drawing.Color.WhiteSmoke;
     this.securityPane.Controls.Add(this.lvStaffSecurity);
     this.securityPane.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.securityPane.Location = new System.Drawing.Point(0, 58);
     this.securityPane.Name     = "securityPane";
     this.securityPane.Size     = new System.Drawing.Size(821, 616);
     this.securityPane.TabIndex = 0;
     //
     // lvStaffSecurity
     //
     this.lvStaffSecurity.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.lvStaffSecurity.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colSecurityId,
         this.colStaffId,
         this.colLineNumber,
         this.colStaffNumber,
         this.colGradeCode,
         this.colModule,
         this.colFunctions,
         this.colCanRead,
         this.colCanWrite,
         this.colCanDelete,
         this.colCanPost
     });
     this.lvStaffSecurity.DataMember   = null;
     this.lvStaffSecurity.Dock         = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.lvStaffSecurity.GridLines    = true;
     this.lvStaffSecurity.ItemsPerPage = 20;
     this.lvStaffSecurity.Location     = new System.Drawing.Point(0, 0);
     this.lvStaffSecurity.MultiSelect  = false;
     this.lvStaffSecurity.Name         = "lvStaffSecurity";
     this.lvStaffSecurity.Size         = new System.Drawing.Size(821, 616);
     this.lvStaffSecurity.TabIndex     = 0;
     this.toolTip.SetToolTip(this.lvStaffSecurity, "Double click single row to edit");
     this.lvStaffSecurity.UseInternalPaging = true;
     this.lvStaffSecurity.DoubleClick      += new System.EventHandler(this.lvStaffSecurity_DoubleClick);
     //
     // colSecurityId
     //
     this.colSecurityId.Image   = null;
     this.colSecurityId.Text    = "SecurityId";
     this.colSecurityId.Visible = false;
     this.colSecurityId.Width   = 150;
     //
     // colStaffId
     //
     this.colStaffId.Image   = null;
     this.colStaffId.Text    = "StaffId";
     this.colStaffId.Visible = false;
     this.colStaffId.Width   = 150;
     //
     // colLineNumber
     //
     this.colLineNumber.Image = null;
     this.colLineNumber.Text  = "Line#";
     this.colLineNumber.Width = 50;
     //
     // colStaffNumber
     //
     this.colStaffNumber.Image = null;
     this.colStaffNumber.Text  = "Staff#";
     this.colStaffNumber.Width = 80;
     //
     // colGradeCode
     //
     this.colGradeCode.Image     = null;
     this.colGradeCode.Text      = "Grade";
     this.colGradeCode.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colGradeCode.Width     = 50;
     //
     // colModule
     //
     this.colModule.Image   = null;
     this.colModule.Text    = "Module";
     this.colModule.Visible = false;
     this.colModule.Width   = 80;
     //
     // colFunctions
     //
     this.colFunctions.Image   = null;
     this.colFunctions.Text    = "Functions";
     this.colFunctions.Visible = false;
     this.colFunctions.Width   = 80;
     //
     // colCanRead
     //
     this.colCanRead.Image     = null;
     this.colCanRead.Text      = "Read";
     this.colCanRead.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colCanRead.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Icon;
     this.colCanRead.Width     = 60;
     //
     // colCanWrite
     //
     this.colCanWrite.Image     = null;
     this.colCanWrite.Text      = "Write";
     this.colCanWrite.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colCanWrite.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Icon;
     this.colCanWrite.Width     = 60;
     //
     // colCanDelete
     //
     this.colCanDelete.Image     = null;
     this.colCanDelete.Text      = "Delete";
     this.colCanDelete.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colCanDelete.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Icon;
     this.colCanDelete.Width     = 60;
     //
     // colCanPost
     //
     this.colCanPost.Image     = null;
     this.colCanPost.Text      = "Post";
     this.colCanPost.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colCanPost.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Icon;
     this.colCanPost.Width     = 60;
     //
     // tbWizardAction
     //
     this.tbWizardAction.Anchor         = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.tbWizardAction.Appearance     = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.tbWizardAction.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.tbWizardAction.DragHandle     = true;
     this.tbWizardAction.DropDownArrows = false;
     this.tbWizardAction.ImageList      = null;
     this.tbWizardAction.Location       = new System.Drawing.Point(0, 30);
     this.tbWizardAction.MenuHandle     = true;
     this.tbWizardAction.Name           = "tbWizardAction";
     //this.tbWizardAction.RightToLeft = false;
     this.tbWizardAction.ShowToolTips = true;
     this.tbWizardAction.TabIndex     = 3;
     //
     // topPanel
     //
     this.topPanel.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.topPanel.Controls.Add(this.btnLookfor);
     this.topPanel.Controls.Add(this.txtLookfor);
     this.topPanel.Controls.Add(this.lblLookfor);
     this.topPanel.Dock     = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.topPanel.Location = new System.Drawing.Point(0, 0);
     this.topPanel.Name     = "topPanel";
     this.topPanel.Size     = new System.Drawing.Size(821, 30);
     this.topPanel.TabIndex = 4;
     //
     // lblLookfor
     //
     this.lblLookfor.AutoSize = true;
     this.lblLookfor.Location = new System.Drawing.Point(23, 8);
     this.lblLookfor.Name     = "lblLookfor";
     this.lblLookfor.Size     = new System.Drawing.Size(100, 23);
     this.lblLookfor.TabIndex = 0;
     this.lblLookfor.Text     = "Look for:";
     //
     // txtLookfor
     //
     this.txtLookfor.Location = new System.Drawing.Point(79, 5);
     this.txtLookfor.Name     = "txtLookfor";
     this.txtLookfor.Size     = new System.Drawing.Size(100, 20);
     this.txtLookfor.TabIndex = 1;
     this.toolTip.SetToolTip(this.txtLookfor, "Look for Staff number");
     this.txtLookfor.TextChanged += new System.EventHandler(this.txtLookfor_TextChanged);
     //
     // btnLookfor
     //
     iconResourceHandle2.File          = "16x16.16_find.gif";
     this.btnLookfor.Image             = iconResourceHandle2;
     this.btnLookfor.Location          = new System.Drawing.Point(185, 3);
     this.btnLookfor.Name              = "btnLookfor";
     this.btnLookfor.Size              = new System.Drawing.Size(25, 23);
     this.btnLookfor.TabIndex          = 2;
     this.btnLookfor.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnLookfor.Click            += new System.EventHandler(this.btnLookfor_Click);
     //
     // SystemSecurity
     //
     this.Controls.Add(this.securityPane);
     this.Controls.Add(this.tbWizardAction);
     this.Controls.Add(this.topPanel);
     this.Size = new System.Drawing.Size(821, 674);
     this.Text = "SystemSecurity";
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.mainPane                    = new Gizmox.WebGUI.Forms.Panel();
     this.gbGeneralInfo               = new Gizmox.WebGUI.Forms.GroupBox();
     this.selectedDataCtrl            = new RT2020.Inventory.StockTake.Import.ImportFromPPC_DataSelectionCtrl();
     this.btnExit                     = new Gizmox.WebGUI.Forms.Button();
     this.btnSave                     = new Gizmox.WebGUI.Forms.Button();
     this.btnMarkAll                  = new Gizmox.WebGUI.Forms.Button();
     this.btnLoadPacketList           = new Gizmox.WebGUI.Forms.Button();
     this.txtStockTakeNumber          = new Gizmox.WebGUI.Forms.TextBox();
     this.lblStockTakeTxNumber        = new Gizmox.WebGUI.Forms.Label();
     this.lblHHTTxNumber              = new Gizmox.WebGUI.Forms.Label();
     this.txtHHTTxNumber              = new Gizmox.WebGUI.Forms.TextBox();
     this.lblHHTId                    = new Gizmox.WebGUI.Forms.Label();
     this.txtHHTId                    = new Gizmox.WebGUI.Forms.TextBox();
     this.txtUploadOn                 = new Gizmox.WebGUI.Forms.TextBox();
     this.lblUploadOn                 = new Gizmox.WebGUI.Forms.Label();
     this.lbPacketList                = new Gizmox.WebGUI.Forms.ListBox();
     this.lblPacketList               = new Gizmox.WebGUI.Forms.Label();
     this.lblLedgendOfStockTakeNumber = new Gizmox.WebGUI.Forms.Label();
     this.lblRecordNotFound           = new Gizmox.WebGUI.Forms.Label();
     this.lblMessage                  = new Gizmox.WebGUI.Forms.Label();
     this.lvPPCPacketList             = new Gizmox.WebGUI.Forms.ListView();
     this.colLocation                 = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStockTakeNumber          = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colHHTTxNumber              = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colUploadOn                 = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colHHTId                    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colShelfNumber              = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colQty             = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemarks         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colFileName        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colOriginLoc       = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colOriginStockTake = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.btnHelp            = new Gizmox.WebGUI.Forms.Button();
     this.openFileDialog     = new Gizmox.WebGUI.Forms.OpenFileDialog();
     this.SuspendLayout();
     //
     // mainPane
     //
     this.mainPane.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.mainPane.Controls.Add(this.gbGeneralInfo);
     this.mainPane.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.mainPane.DockPadding.All = 6;
     this.mainPane.Location        = new System.Drawing.Point(0, 0);
     this.mainPane.Name            = "mainPane";
     this.mainPane.Size            = new System.Drawing.Size(753, 570);
     this.mainPane.TabIndex        = 1;
     //
     // gbGeneralInfo
     //
     this.gbGeneralInfo.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.gbGeneralInfo.Controls.Add(this.selectedDataCtrl);
     this.gbGeneralInfo.Controls.Add(this.btnExit);
     this.gbGeneralInfo.Controls.Add(this.btnSave);
     this.gbGeneralInfo.Controls.Add(this.btnMarkAll);
     this.gbGeneralInfo.Controls.Add(this.btnLoadPacketList);
     this.gbGeneralInfo.Controls.Add(this.txtStockTakeNumber);
     this.gbGeneralInfo.Controls.Add(this.lblStockTakeTxNumber);
     this.gbGeneralInfo.Controls.Add(this.lblHHTTxNumber);
     this.gbGeneralInfo.Controls.Add(this.txtHHTTxNumber);
     this.gbGeneralInfo.Controls.Add(this.lblHHTId);
     this.gbGeneralInfo.Controls.Add(this.txtHHTId);
     this.gbGeneralInfo.Controls.Add(this.txtUploadOn);
     this.gbGeneralInfo.Controls.Add(this.lblUploadOn);
     this.gbGeneralInfo.Controls.Add(this.lbPacketList);
     this.gbGeneralInfo.Controls.Add(this.lblPacketList);
     this.gbGeneralInfo.Controls.Add(this.lblLedgendOfStockTakeNumber);
     this.gbGeneralInfo.Controls.Add(this.lblRecordNotFound);
     this.gbGeneralInfo.Controls.Add(this.lblMessage);
     this.gbGeneralInfo.Controls.Add(this.lvPPCPacketList);
     this.gbGeneralInfo.Controls.Add(this.btnHelp);
     this.gbGeneralInfo.Dock      = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.gbGeneralInfo.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.gbGeneralInfo.Location  = new System.Drawing.Point(6, 6);
     this.gbGeneralInfo.Name      = "gbGeneralInfo";
     this.gbGeneralInfo.Size      = new System.Drawing.Size(741, 558);
     this.gbGeneralInfo.TabIndex  = 0;
     this.gbGeneralInfo.Text      = "General Info";
     //
     // selectedDataCtrl
     //
     this.selectedDataCtrl.HasChanged      = false;
     this.selectedDataCtrl.HHTTxNumber     = " ";
     this.selectedDataCtrl.Location        = new System.Drawing.Point(111, 167);
     this.selectedDataCtrl.Name            = "selectedDataCtrl";
     this.selectedDataCtrl.SelectedIndex   = 0;
     this.selectedDataCtrl.Size            = new System.Drawing.Size(326, 190);
     this.selectedDataCtrl.StockTakeNumber = " ";
     this.selectedDataCtrl.TabIndex        = 13;
     this.selectedDataCtrl.Text            = "ImportFromPPC_DataSelectionCtrl";
     this.selectedDataCtrl.Visible         = false;
     this.selectedDataCtrl.Workplace       = " ";
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(596, 487);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(96, 23);
     this.btnExit.TabIndex = 12;
     this.btnExit.Text     = "Exit";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(596, 452);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(96, 23);
     this.btnSave.TabIndex = 11;
     this.btnSave.Text     = "Save";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // btnMarkAll
     //
     this.btnMarkAll.Location = new System.Drawing.Point(596, 417);
     this.btnMarkAll.Name     = "btnMarkAll";
     this.btnMarkAll.Size     = new System.Drawing.Size(96, 23);
     this.btnMarkAll.TabIndex = 10;
     this.btnMarkAll.Text     = "Mark All";
     this.btnMarkAll.Click   += new System.EventHandler(this.btnMarkAll_Click);
     //
     // btnLoadPacketList
     //
     this.btnLoadPacketList.Location = new System.Drawing.Point(596, 382);
     this.btnLoadPacketList.Name     = "btnLoadPacketList";
     this.btnLoadPacketList.Size     = new System.Drawing.Size(96, 23);
     this.btnLoadPacketList.TabIndex = 9;
     this.btnLoadPacketList.Text     = "Load Packet List";
     this.btnLoadPacketList.Click   += new System.EventHandler(this.btnLoadPacketList_Click);
     //
     // txtStockTakeNumber
     //
     this.txtStockTakeNumber.Enabled  = false;
     this.txtStockTakeNumber.Location = new System.Drawing.Point(561, 307);
     this.txtStockTakeNumber.Name     = "txtStockTakeNumber";
     this.txtStockTakeNumber.Size     = new System.Drawing.Size(174, 20);
     this.txtStockTakeNumber.TabIndex = 8;
     //
     // lblStockTakeTxNumber
     //
     this.lblStockTakeTxNumber.AutoSize = true;
     this.lblStockTakeTxNumber.Location = new System.Drawing.Point(559, 294);
     this.lblStockTakeTxNumber.Name     = "lblStockTakeTxNumber";
     this.lblStockTakeTxNumber.Size     = new System.Drawing.Size(100, 23);
     this.lblStockTakeTxNumber.TabIndex = 7;
     this.lblStockTakeTxNumber.Text     = "Stock Take#";
     //
     // lblHHTTxNumber
     //
     this.lblHHTTxNumber.AutoSize = true;
     this.lblHHTTxNumber.Location = new System.Drawing.Point(559, 261);
     this.lblHHTTxNumber.Name     = "lblHHTTxNumber";
     this.lblHHTTxNumber.Size     = new System.Drawing.Size(100, 23);
     this.lblHHTTxNumber.TabIndex = 7;
     this.lblHHTTxNumber.Text     = "HHT TRN#";
     //
     // txtHHTTxNumber
     //
     this.txtHHTTxNumber.Enabled  = false;
     this.txtHHTTxNumber.Location = new System.Drawing.Point(561, 274);
     this.txtHHTTxNumber.Name     = "txtHHTTxNumber";
     this.txtHHTTxNumber.Size     = new System.Drawing.Size(174, 20);
     this.txtHHTTxNumber.TabIndex = 8;
     //
     // lblHHTId
     //
     this.lblHHTId.AutoSize = true;
     this.lblHHTId.Location = new System.Drawing.Point(559, 228);
     this.lblHHTId.Name     = "lblHHTId";
     this.lblHHTId.Size     = new System.Drawing.Size(100, 23);
     this.lblHHTId.TabIndex = 7;
     this.lblHHTId.Text     = "HHT ID";
     //
     // txtHHTId
     //
     this.txtHHTId.Enabled  = false;
     this.txtHHTId.Location = new System.Drawing.Point(561, 241);
     this.txtHHTId.Name     = "txtHHTId";
     this.txtHHTId.Size     = new System.Drawing.Size(174, 20);
     this.txtHHTId.TabIndex = 8;
     //
     // txtUploadOn
     //
     this.txtUploadOn.Enabled  = false;
     this.txtUploadOn.Location = new System.Drawing.Point(561, 208);
     this.txtUploadOn.Name     = "txtUploadOn";
     this.txtUploadOn.Size     = new System.Drawing.Size(174, 20);
     this.txtUploadOn.TabIndex = 8;
     //
     // lblUploadOn
     //
     this.lblUploadOn.AutoSize = true;
     this.lblUploadOn.Location = new System.Drawing.Point(559, 195);
     this.lblUploadOn.Name     = "lblUploadOn";
     this.lblUploadOn.Size     = new System.Drawing.Size(100, 23);
     this.lblUploadOn.TabIndex = 7;
     this.lblUploadOn.Text     = "Upload Date/Time";
     //
     // lbPacketList
     //
     this.lbPacketList.Location      = new System.Drawing.Point(561, 35);
     this.lbPacketList.Name          = "lbPacketList";
     this.lbPacketList.SelectionMode = Gizmox.WebGUI.Forms.SelectionMode.One;
     this.lbPacketList.Size          = new System.Drawing.Size(174, 147);
     this.lbPacketList.TabIndex      = 6;
     this.lbPacketList.Click        += new System.EventHandler(this.lbPacketList_Click);
     //
     // lblPacketList
     //
     this.lblPacketList.AutoSize = true;
     this.lblPacketList.Location = new System.Drawing.Point(558, 19);
     this.lblPacketList.Name     = "lblPacketList";
     this.lblPacketList.Size     = new System.Drawing.Size(100, 23);
     this.lblPacketList.TabIndex = 5;
     this.lblPacketList.Text     = "Packet List";
     //
     // lblLedgendOfStockTakeNumber
     //
     this.lblLedgendOfStockTakeNumber.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.lblLedgendOfStockTakeNumber.Location  = new System.Drawing.Point(457, 536);
     this.lblLedgendOfStockTakeNumber.Name      = "lblLedgendOfStockTakeNumber";
     this.lblLedgendOfStockTakeNumber.Size      = new System.Drawing.Size(71, 13);
     this.lblLedgendOfStockTakeNumber.TabIndex  = 4;
     this.lblLedgendOfStockTakeNumber.Text      = "Stock Take#";
     this.lblLedgendOfStockTakeNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRecordNotFound
     //
     this.lblRecordNotFound.Location  = new System.Drawing.Point(340, 536);
     this.lblRecordNotFound.Name      = "lblRecordNotFound";
     this.lblRecordNotFound.Size      = new System.Drawing.Size(97, 13);
     this.lblRecordNotFound.TabIndex  = 3;
     this.lblRecordNotFound.Text      = "Record Not Found";
     this.lblRecordNotFound.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblMessage
     //
     this.lblMessage.AutoSize = true;
     this.lblMessage.Location = new System.Drawing.Point(6, 536);
     this.lblMessage.Name     = "lblMessage";
     this.lblMessage.Size     = new System.Drawing.Size(100, 23);
     this.lblMessage.TabIndex = 2;
     this.lblMessage.Text     = "** Double Click the Target to update LOC# and Stock Take#";
     //
     // lvPPCPacketList
     //
     this.lvPPCPacketList.CheckBoxes = true;
     this.lvPPCPacketList.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colLocation,
         this.colStockTakeNumber,
         this.colHHTTxNumber,
         this.colUploadOn,
         this.colHHTId,
         this.colShelfNumber,
         this.colQty,
         this.colRemarks,
         this.colFileName,
         this.colOriginLoc,
         this.colOriginStockTake
     });
     this.lvPPCPacketList.DataMember   = null;
     this.lvPPCPacketList.ItemsPerPage = 20;
     this.lvPPCPacketList.Location     = new System.Drawing.Point(6, 19);
     this.lvPPCPacketList.Name         = "lvPPCPacketList";
     this.lvPPCPacketList.Size         = new System.Drawing.Size(546, 511);
     this.lvPPCPacketList.TabIndex     = 1;
     this.lvPPCPacketList.DoubleClick += new System.EventHandler(this.lvPPCPacketList_DoubleClick);
     //
     // colLocation
     //
     this.colLocation.Image = null;
     this.colLocation.Text  = "LOC#";
     this.colLocation.Width = 60;
     //
     // colStockTakeNumber
     //
     this.colStockTakeNumber.Image = null;
     this.colStockTakeNumber.Text  = "Stock Take#";
     this.colStockTakeNumber.Width = 100;
     //
     // colHHTTxNumber
     //
     this.colHHTTxNumber.Image = null;
     this.colHHTTxNumber.Text  = "HHT TRN#";
     this.colHHTTxNumber.Width = 100;
     //
     // colUploadOn
     //
     this.colUploadOn.Image = null;
     this.colUploadOn.Text  = "Upload Time";
     this.colUploadOn.Width = 100;
     //
     // colHHTId
     //
     this.colHHTId.Image = null;
     this.colHHTId.Text  = "HHT ID";
     this.colHHTId.Width = 80;
     //
     // colShelfNumber
     //
     this.colShelfNumber.Image = null;
     this.colShelfNumber.Text  = "# of Shelf";
     this.colShelfNumber.Width = 60;
     //
     // colQty
     //
     this.colQty.Image     = null;
     this.colQty.Text      = "Qty";
     this.colQty.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colQty.Width     = 60;
     //
     // colRemarks
     //
     this.colRemarks.Image = null;
     this.colRemarks.Text  = "Remarks";
     this.colRemarks.Width = 150;
     //
     // colFileName
     //
     this.colFileName.Image   = null;
     this.colFileName.Text    = "File Name";
     this.colFileName.Visible = false;
     this.colFileName.Width   = 150;
     //
     // colOriginLoc
     //
     this.colOriginLoc.Image   = null;
     this.colOriginLoc.Text    = "OriginLoc";
     this.colOriginLoc.Visible = false;
     this.colOriginLoc.Width   = 150;
     //
     // colOriginStockTake
     //
     this.colOriginStockTake.Image   = null;
     this.colOriginStockTake.Text    = "OriginStockTake";
     this.colOriginStockTake.Visible = false;
     this.colOriginStockTake.Width   = 150;
     //
     // btnHelp
     //
     iconResourceHandle1.File = "16x16.16_help.gif";
     this.btnHelp.Image       = iconResourceHandle1;
     this.btnHelp.Location    = new System.Drawing.Point(712, 0);
     this.btnHelp.Name        = "btnHelp";
     this.btnHelp.Size        = new System.Drawing.Size(23, 23);
     this.btnHelp.TabIndex    = 0;
     this.btnHelp.Click      += new System.EventHandler(this.btnHelp_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.Filter      = "TXT files|*.txt";
     this.openFileDialog.MaxFileSize = 10240;
     this.openFileDialog.Multiselect = true;
     this.openFileDialog.FileOk     += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // ImportFromPPC
     //
     this.BorderStyle  = Gizmox.WebGUI.Forms.BorderStyle.FixedSingle;
     this.CancelButton = this.btnExit;
     this.Controls.Add(this.mainPane);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Size            = new System.Drawing.Size(753, 570);
     this.StartPosition   = Gizmox.WebGUI.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Import From PPC";
     this.Closed         += new System.EventHandler(this.ImportFromPPC_Closed);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle3 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle4 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle5 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.tbControl                   = new Gizmox.WebGUI.Forms.ToolBar();
     this.cmdSave                     = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.cmdSaveAndNew               = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.cmdSaveAndClose             = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.cmdSeparator                = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.cmdPrint                    = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.cmdDelete                   = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.mainPane                    = new Gizmox.WebGUI.Forms.Panel();
     this.lblTxNumber                 = new Gizmox.WebGUI.Forms.Label();
     this.lblWorkplace                = new Gizmox.WebGUI.Forms.Label();
     this.lblHHTId                    = new Gizmox.WebGUI.Forms.Label();
     this.lblUploadedOn               = new Gizmox.WebGUI.Forms.Label();
     this.txtTxNumber                 = new Gizmox.WebGUI.Forms.TextBox();
     this.txtWorkplace                = new Gizmox.WebGUI.Forms.TextBox();
     this.txtHHTId                    = new Gizmox.WebGUI.Forms.TextBox();
     this.txtUploadedOn               = new Gizmox.WebGUI.Forms.TextBox();
     this.lblTotalLine                = new Gizmox.WebGUI.Forms.Label();
     this.lblTotalQty                 = new Gizmox.WebGUI.Forms.Label();
     this.lblHHTData                  = new Gizmox.WebGUI.Forms.Label();
     this.lblStockTake                = new Gizmox.WebGUI.Forms.Label();
     this.lblMissingBarcode           = new Gizmox.WebGUI.Forms.Label();
     this.txtTotalLine_HHTData        = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTotalQty_HHTData         = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTotalLine_StockTake      = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTotalQty_StockTake       = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTotalLine_MissingBarcode = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTotalQty_MissingBarcode  = new Gizmox.WebGUI.Forms.TextBox();
     this.gbDetails                   = new Gizmox.WebGUI.Forms.GroupBox();
     this.lblCreatedOn                = new Gizmox.WebGUI.Forms.Label();
     this.txtCreatedOn                = new Gizmox.WebGUI.Forms.TextBox();
     this.txtCreatedBy                = new Gizmox.WebGUI.Forms.TextBox();
     this.lvDetailsList               = new Gizmox.WebGUI.Forms.ListView();
     this.colDetailsId                = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colBarcode                  = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colHHTQty                   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colSTKCODE                  = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAPPENDIX1                = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAPPENDIX2                = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAPPENDIX3                = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // tbControl
     //
     this.tbControl.Anchor     = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.tbControl.Appearance = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.tbControl.Buttons.AddRange(new Gizmox.WebGUI.Forms.ToolBarButton[] {
         this.cmdSave,
         this.cmdSaveAndNew,
         this.cmdSaveAndClose,
         this.cmdSeparator,
         this.cmdPrint,
         this.cmdDelete
     });
     this.tbControl.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.tbControl.DragHandle     = true;
     this.tbControl.DropDownArrows = false;
     this.tbControl.ImageList      = null;
     this.tbControl.Location       = new System.Drawing.Point(0, 0);
     this.tbControl.MenuHandle     = true;
     this.tbControl.Name           = "tbControl";
     //this.tbControl.RightToLeft = false;
     this.tbControl.ShowToolTips = true;
     this.tbControl.TabIndex     = 0;
     //
     // cmdSave
     //
     this.cmdSave.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     this.cmdSave.Enabled     = false;
     iconResourceHandle1.File = "16x16.16_L_save.gif";
     this.cmdSave.Image       = iconResourceHandle1;
     this.cmdSave.Name        = "cmdSave";
     this.cmdSave.Pushed      = true;
     this.cmdSave.Size        = 24;
     this.cmdSave.Text        = "Save";
     this.cmdSave.ToolTipText = "Save";
     //
     // cmdSaveAndNew
     //
     this.cmdSaveAndNew.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     this.cmdSaveAndNew.Enabled     = false;
     iconResourceHandle2.File       = "16x16.16_L_saveOpen.gif";
     this.cmdSaveAndNew.Image       = iconResourceHandle2;
     this.cmdSaveAndNew.Name        = "cmdSaveAndNew";
     this.cmdSaveAndNew.Pushed      = true;
     this.cmdSaveAndNew.Size        = 24;
     this.cmdSaveAndNew.Text        = "Save and New";
     this.cmdSaveAndNew.ToolTipText = "Save and New";
     //
     // cmdSaveAndClose
     //
     this.cmdSaveAndClose.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     this.cmdSaveAndClose.Enabled     = false;
     iconResourceHandle3.File         = "16x16.16_saveClose.gif";
     this.cmdSaveAndClose.Image       = iconResourceHandle3;
     this.cmdSaveAndClose.Name        = "cmdSaveAndClose";
     this.cmdSaveAndClose.Pushed      = true;
     this.cmdSaveAndClose.Size        = 24;
     this.cmdSaveAndClose.Text        = "Save and Close";
     this.cmdSaveAndClose.ToolTipText = "Save and Close";
     //
     // cmdSeparator
     //
     this.cmdSeparator.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     this.cmdSeparator.Name        = "cmdSeparator";
     this.cmdSeparator.Pushed      = true;
     this.cmdSeparator.Size        = 24;
     this.cmdSeparator.Style       = Gizmox.WebGUI.Forms.ToolBarButtonStyle.Separator;
     this.cmdSeparator.ToolTipText = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     //
     // cmdPrint
     //
     this.cmdPrint.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     iconResourceHandle4.File  = "16x16.16_print.gif";
     this.cmdPrint.Image       = iconResourceHandle4;
     this.cmdPrint.Name        = "cmdPrint";
     this.cmdPrint.Pushed      = true;
     this.cmdPrint.Size        = 24;
     this.cmdPrint.Text        = "Print";
     this.cmdPrint.ToolTipText = "Print";
     //
     // cmdDelete
     //
     this.cmdDelete.CustomStyle = global::RT2020.Admin.Localization.App_LocalResource.default_aspx.ErrorMessage;
     this.cmdDelete.Enabled     = false;
     iconResourceHandle5.File   = "16x16.16_L_remove.gif";
     this.cmdDelete.Image       = iconResourceHandle5;
     this.cmdDelete.Name        = "cmdDelete";
     this.cmdDelete.Pushed      = true;
     this.cmdDelete.Size        = 24;
     this.cmdDelete.Text        = "Delete";
     this.cmdDelete.ToolTipText = "Delete";
     //
     // mainPane
     //
     this.mainPane.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.mainPane.Controls.Add(this.txtCreatedBy);
     this.mainPane.Controls.Add(this.txtCreatedOn);
     this.mainPane.Controls.Add(this.lblCreatedOn);
     this.mainPane.Controls.Add(this.gbDetails);
     this.mainPane.Controls.Add(this.txtTotalQty_MissingBarcode);
     this.mainPane.Controls.Add(this.txtTotalLine_MissingBarcode);
     this.mainPane.Controls.Add(this.txtTotalQty_StockTake);
     this.mainPane.Controls.Add(this.txtTotalLine_StockTake);
     this.mainPane.Controls.Add(this.txtTotalQty_HHTData);
     this.mainPane.Controls.Add(this.txtTotalLine_HHTData);
     this.mainPane.Controls.Add(this.lblMissingBarcode);
     this.mainPane.Controls.Add(this.lblStockTake);
     this.mainPane.Controls.Add(this.lblHHTData);
     this.mainPane.Controls.Add(this.lblTotalQty);
     this.mainPane.Controls.Add(this.lblTotalLine);
     this.mainPane.Controls.Add(this.txtUploadedOn);
     this.mainPane.Controls.Add(this.txtHHTId);
     this.mainPane.Controls.Add(this.txtWorkplace);
     this.mainPane.Controls.Add(this.txtTxNumber);
     this.mainPane.Controls.Add(this.lblUploadedOn);
     this.mainPane.Controls.Add(this.lblHHTId);
     this.mainPane.Controls.Add(this.lblWorkplace);
     this.mainPane.Controls.Add(this.lblTxNumber);
     this.mainPane.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.mainPane.DockPadding.All = 3;
     this.mainPane.Location        = new System.Drawing.Point(0, 28);
     this.mainPane.Name            = "mainPane";
     this.mainPane.Size            = new System.Drawing.Size(753, 514);
     this.mainPane.TabIndex        = 1;
     this.mainPane.TabStop         = false;
     //
     // lblTxNumber
     //
     this.lblTxNumber.AutoSize = true;
     this.lblTxNumber.Location = new System.Drawing.Point(21, 18);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(100, 23);
     this.lblTxNumber.TabIndex = 0;
     this.lblTxNumber.Text     = "Trn#";
     //
     // lblWorkplace
     //
     this.lblWorkplace.AutoSize = true;
     this.lblWorkplace.Location = new System.Drawing.Point(21, 44);
     this.lblWorkplace.Name     = "lblWorkplace";
     this.lblWorkplace.Size     = new System.Drawing.Size(100, 23);
     this.lblWorkplace.TabIndex = 1;
     this.lblWorkplace.Text     = "Location";
     //
     // lblHHTId
     //
     this.lblHHTId.AutoSize = true;
     this.lblHHTId.Location = new System.Drawing.Point(21, 70);
     this.lblHHTId.Name     = "lblHHTId";
     this.lblHHTId.Size     = new System.Drawing.Size(100, 23);
     this.lblHHTId.TabIndex = 2;
     this.lblHHTId.Text     = "HHT ID";
     //
     // lblUploadedOn
     //
     this.lblUploadedOn.AutoSize = true;
     this.lblUploadedOn.Location = new System.Drawing.Point(21, 96);
     this.lblUploadedOn.Name     = "lblUploadedOn";
     this.lblUploadedOn.Size     = new System.Drawing.Size(100, 23);
     this.lblUploadedOn.TabIndex = 3;
     this.lblUploadedOn.Text     = "Upload Time";
     //
     // txtTxNumber
     //
     this.txtTxNumber.Location = new System.Drawing.Point(114, 15);
     this.txtTxNumber.Name     = "txtTxNumber";
     this.txtTxNumber.ReadOnly = true;
     this.txtTxNumber.Size     = new System.Drawing.Size(100, 20);
     this.txtTxNumber.TabIndex = 4;
     this.txtTxNumber.TabStop  = false;
     //
     // txtWorkplace
     //
     this.txtWorkplace.Location = new System.Drawing.Point(114, 41);
     this.txtWorkplace.Name     = "txtWorkplace";
     this.txtWorkplace.ReadOnly = true;
     this.txtWorkplace.Size     = new System.Drawing.Size(100, 20);
     this.txtWorkplace.TabIndex = 5;
     this.txtWorkplace.TabStop  = false;
     //
     // txtHHTId
     //
     this.txtHHTId.Location = new System.Drawing.Point(114, 67);
     this.txtHHTId.Name     = "txtHHTId";
     this.txtHHTId.ReadOnly = true;
     this.txtHHTId.Size     = new System.Drawing.Size(100, 20);
     this.txtHHTId.TabIndex = 6;
     this.txtHHTId.TabStop  = false;
     //
     // txtUploadedOn
     //
     this.txtUploadedOn.Location = new System.Drawing.Point(114, 93);
     this.txtUploadedOn.Name     = "txtUploadedOn";
     this.txtUploadedOn.ReadOnly = true;
     this.txtUploadedOn.Size     = new System.Drawing.Size(153, 20);
     this.txtUploadedOn.TabIndex = 7;
     this.txtUploadedOn.TabStop  = false;
     //
     // lblTotalLine
     //
     this.lblTotalLine.AutoSize = true;
     this.lblTotalLine.Location = new System.Drawing.Point(306, 44);
     this.lblTotalLine.Name     = "lblTotalLine";
     this.lblTotalLine.Size     = new System.Drawing.Size(100, 23);
     this.lblTotalLine.TabIndex = 8;
     this.lblTotalLine.Text     = "Total Line";
     //
     // lblTotalQty
     //
     this.lblTotalQty.AutoSize = true;
     this.lblTotalQty.Location = new System.Drawing.Point(306, 70);
     this.lblTotalQty.Name     = "lblTotalQty";
     this.lblTotalQty.Size     = new System.Drawing.Size(100, 23);
     this.lblTotalQty.TabIndex = 9;
     this.lblTotalQty.Text     = "Total Qty";
     //
     // lblHHTData
     //
     this.lblHHTData.AutoSize = true;
     this.lblHHTData.Location = new System.Drawing.Point(403, 18);
     this.lblHHTData.Name     = "lblHHTData";
     this.lblHHTData.Size     = new System.Drawing.Size(100, 23);
     this.lblHHTData.TabIndex = 10;
     this.lblHHTData.Text     = "HHT Data";
     //
     // lblStockTake
     //
     this.lblStockTake.AutoSize = true;
     this.lblStockTake.Location = new System.Drawing.Point(488, 18);
     this.lblStockTake.Name     = "lblStockTake";
     this.lblStockTake.Size     = new System.Drawing.Size(100, 23);
     this.lblStockTake.TabIndex = 11;
     this.lblStockTake.Text     = "Stock Take";
     //
     // lblMissingBarcode
     //
     this.lblMissingBarcode.AutoSize = true;
     this.lblMissingBarcode.Location = new System.Drawing.Point(562, 18);
     this.lblMissingBarcode.Name     = "lblMissingBarcode";
     this.lblMissingBarcode.Size     = new System.Drawing.Size(100, 23);
     this.lblMissingBarcode.TabIndex = 12;
     this.lblMissingBarcode.Text     = "Barcode Missing";
     //
     // txtTotalLine_HHTData
     //
     this.txtTotalLine_HHTData.Location  = new System.Drawing.Point(391, 41);
     this.txtTotalLine_HHTData.Name      = "txtTotalLine_HHTData";
     this.txtTotalLine_HHTData.ReadOnly  = true;
     this.txtTotalLine_HHTData.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalLine_HHTData.TabIndex  = 13;
     this.txtTotalLine_HHTData.TabStop   = false;
     this.txtTotalLine_HHTData.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // txtTotalQty_HHTData
     //
     this.txtTotalQty_HHTData.Location  = new System.Drawing.Point(391, 67);
     this.txtTotalQty_HHTData.Name      = "txtTotalQty_HHTData";
     this.txtTotalQty_HHTData.ReadOnly  = true;
     this.txtTotalQty_HHTData.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalQty_HHTData.TabIndex  = 14;
     this.txtTotalQty_HHTData.TabStop   = false;
     this.txtTotalQty_HHTData.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // txtTotalLine_StockTake
     //
     this.txtTotalLine_StockTake.Location  = new System.Drawing.Point(479, 41);
     this.txtTotalLine_StockTake.Name      = "txtTotalLine_StockTake";
     this.txtTotalLine_StockTake.ReadOnly  = true;
     this.txtTotalLine_StockTake.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalLine_StockTake.TabIndex  = 15;
     this.txtTotalLine_StockTake.TabStop   = false;
     this.txtTotalLine_StockTake.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // txtTotalQty_StockTake
     //
     this.txtTotalQty_StockTake.Location  = new System.Drawing.Point(479, 67);
     this.txtTotalQty_StockTake.Name      = "txtTotalQty_StockTake";
     this.txtTotalQty_StockTake.ReadOnly  = true;
     this.txtTotalQty_StockTake.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalQty_StockTake.TabIndex  = 16;
     this.txtTotalQty_StockTake.TabStop   = false;
     this.txtTotalQty_StockTake.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // txtTotalLine_MissingBarcode
     //
     this.txtTotalLine_MissingBarcode.ForeColor = System.Drawing.Color.Red;
     this.txtTotalLine_MissingBarcode.Location  = new System.Drawing.Point(565, 41);
     this.txtTotalLine_MissingBarcode.Name      = "txtTotalLine_MissingBarcode";
     this.txtTotalLine_MissingBarcode.ReadOnly  = true;
     this.txtTotalLine_MissingBarcode.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalLine_MissingBarcode.TabIndex  = 17;
     this.txtTotalLine_MissingBarcode.TabStop   = false;
     this.txtTotalLine_MissingBarcode.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // txtTotalQty_MissingBarcode
     //
     this.txtTotalQty_MissingBarcode.ForeColor = System.Drawing.Color.Red;
     this.txtTotalQty_MissingBarcode.Location  = new System.Drawing.Point(565, 67);
     this.txtTotalQty_MissingBarcode.Name      = "txtTotalQty_MissingBarcode";
     this.txtTotalQty_MissingBarcode.ReadOnly  = true;
     this.txtTotalQty_MissingBarcode.Size      = new System.Drawing.Size(77, 20);
     this.txtTotalQty_MissingBarcode.TabIndex  = 18;
     this.txtTotalQty_MissingBarcode.TabStop   = false;
     this.txtTotalQty_MissingBarcode.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     //
     // gbDetails
     //
     this.gbDetails.Controls.Add(this.lvDetailsList);
     this.gbDetails.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.gbDetails.Location  = new System.Drawing.Point(12, 119);
     this.gbDetails.Name      = "gbDetails";
     this.gbDetails.Size      = new System.Drawing.Size(729, 352);
     this.gbDetails.TabIndex  = 19;
     this.gbDetails.Text      = "Details";
     //
     // lblCreatedOn
     //
     this.lblCreatedOn.AutoSize = true;
     this.lblCreatedOn.Location = new System.Drawing.Point(21, 483);
     this.lblCreatedOn.Name     = "lblCreatedOn";
     this.lblCreatedOn.Size     = new System.Drawing.Size(100, 23);
     this.lblCreatedOn.TabIndex = 20;
     this.lblCreatedOn.Text     = "Created Date";
     //
     // txtCreatedOn
     //
     this.txtCreatedOn.Location = new System.Drawing.Point(114, 480);
     this.txtCreatedOn.Name     = "txtCreatedOn";
     this.txtCreatedOn.ReadOnly = true;
     this.txtCreatedOn.Size     = new System.Drawing.Size(153, 20);
     this.txtCreatedOn.TabIndex = 21;
     //
     // txtCreatedBy
     //
     this.txtCreatedBy.Location = new System.Drawing.Point(273, 480);
     this.txtCreatedBy.Name     = "txtCreatedBy";
     this.txtCreatedBy.ReadOnly = true;
     this.txtCreatedBy.Size     = new System.Drawing.Size(60, 20);
     this.txtCreatedBy.TabIndex = 22;
     //
     // lvDetailsList
     //
     this.lvDetailsList.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.lvDetailsList.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colDetailsId,
         this.colBarcode,
         this.colHHTQty,
         this.colSTKCODE,
         this.colAPPENDIX1,
         this.colAPPENDIX2,
         this.colAPPENDIX3
     });
     this.lvDetailsList.DataMember   = null;
     this.lvDetailsList.Dock         = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.lvDetailsList.ItemsPerPage = 20;
     this.lvDetailsList.Location     = new System.Drawing.Point(3, 16);
     this.lvDetailsList.Name         = "lvDetailsList";
     this.lvDetailsList.Size         = new System.Drawing.Size(723, 333);
     this.lvDetailsList.TabIndex     = 0;
     //
     // colDetailsId
     //
     this.colDetailsId.Image   = null;
     this.colDetailsId.Text    = "DetailsId";
     this.colDetailsId.Visible = false;
     this.colDetailsId.Width   = 150;
     //
     // colBarcode
     //
     this.colBarcode.Image = null;
     this.colBarcode.Text  = "Barcode";
     this.colBarcode.Width = 120;
     //
     // colHHTQty
     //
     this.colHHTQty.Image     = null;
     this.colHHTQty.Text      = "HHT Qty";
     this.colHHTQty.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colHHTQty.Width     = 60;
     //
     // colSTKCODE
     //
     this.colSTKCODE.Image = null;
     this.colSTKCODE.Text  = "STKCODE";
     this.colSTKCODE.Width = 80;
     //
     // colAPPENDIX1
     //
     this.colAPPENDIX1.Image = null;
     this.colAPPENDIX1.Text  = "APPENDIX1";
     this.colAPPENDIX1.Width = 60;
     //
     // colAPPENDIX2
     //
     this.colAPPENDIX2.Image = null;
     this.colAPPENDIX2.Text  = "APPENDIX2";
     this.colAPPENDIX2.Width = 60;
     //
     // colAPPENDIX3
     //
     this.colAPPENDIX3.Image = null;
     this.colAPPENDIX3.Text  = "APPENDIX3";
     this.colAPPENDIX3.Width = 60;
     //
     // HHTDataReviewWizard
     //
     this.Controls.Add(this.mainPane);
     this.Controls.Add(this.tbControl);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Size            = new System.Drawing.Size(753, 542);
     this.StartPosition   = Gizmox.WebGUI.Forms.FormStartPosition.CenterScreen;
     this.Text            = "HHT Data Review Wizard";
     this.ResumeLayout(false);
 }
示例#10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle3 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle4 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.splitContainer             = new Gizmox.WebGUI.Forms.SplitContainer();
     this.btnFillAll                 = new Gizmox.WebGUI.Forms.Button();
     this.txtType                    = new Gizmox.WebGUI.Forms.Label();
     this.lblType                    = new Gizmox.WebGUI.Forms.Label();
     this.txtTxNumber                = new Gizmox.WebGUI.Forms.Label();
     this.lblTxNumber                = new Gizmox.WebGUI.Forms.Label();
     this.lblFromLocation            = new Gizmox.WebGUI.Forms.Label();
     this.txtFromLocation            = new Gizmox.WebGUI.Forms.Label();
     this.dgvConfirmationList        = new Gizmox.WebGUI.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new Gizmox.WebGUI.Forms.DataGridViewTextBoxColumn();
     this.tbtnSeparator              = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnSuspend                = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.tbtnConfirm                = new Gizmox.WebGUI.Forms.ToolBarButton();
     this.toolBar                    = new Gizmox.WebGUI.Forms.ToolBar();
     ((System.ComponentModel.ISupportInitialize)(this.dgvConfirmationList)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer
     //
     this.splitContainer.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.splitContainer.BorderStyle     = Gizmox.WebGUI.Forms.BorderStyle.Clear;
     this.splitContainer.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer.FixedPanel      = Gizmox.WebGUI.Forms.FixedPanel.Panel1;
     this.splitContainer.IsSplitterFixed = true;
     this.splitContainer.Location        = new System.Drawing.Point(0, 28);
     this.splitContainer.Name            = "splitContainer";
     this.splitContainer.Orientation     = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.btnFillAll);
     this.splitContainer.Panel1.Controls.Add(this.txtType);
     this.splitContainer.Panel1.Controls.Add(this.lblType);
     this.splitContainer.Panel1.Controls.Add(this.txtTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblTxNumber);
     this.splitContainer.Panel1.Controls.Add(this.lblFromLocation);
     this.splitContainer.Panel1.Controls.Add(this.txtFromLocation);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.dgvConfirmationList);
     this.splitContainer.Size             = new System.Drawing.Size(770, 536);
     this.splitContainer.SplitterDistance = 80;
     this.splitContainer.TabIndex         = 0;
     //
     // btnFillAll
     //
     this.btnFillAll.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.btnFillAll.Location = new System.Drawing.Point(500, 34);
     this.btnFillAll.Name     = "btnFillAll";
     this.btnFillAll.Size     = new System.Drawing.Size(75, 23);
     this.btnFillAll.TabIndex = 16;
     this.btnFillAll.Text     = "Fill All";
     this.btnFillAll.Click   += new System.EventHandler(this.btnFillAll_Click);
     //
     // txtType
     //
     this.txtType.AutoSize  = true;
     this.txtType.BackColor = System.Drawing.Color.Gold;
     this.txtType.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtType.Location  = new System.Drawing.Point(319, 38);
     this.txtType.Name      = "txtType";
     this.txtType.Size      = new System.Drawing.Size(49, 14);
     this.txtType.TabIndex  = 15;
     this.txtType.Text      = "{TYPE}";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblType.Location = new System.Drawing.Point(272, 38);
     this.lblType.Name     = "lblType";
     this.lblType.Size     = new System.Drawing.Size(41, 14);
     this.lblType.TabIndex = 14;
     this.lblType.Text     = "TYPE:";
     //
     // txtTxNumber
     //
     this.txtTxNumber.AutoSize  = true;
     this.txtTxNumber.BackColor = System.Drawing.Color.Gold;
     this.txtTxNumber.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtTxNumber.Location  = new System.Drawing.Point(130, 38);
     this.txtTxNumber.Name      = "txtTxNumber";
     this.txtTxNumber.Size      = new System.Drawing.Size(80, 14);
     this.txtTxNumber.TabIndex  = 3;
     this.txtTxNumber.Text      = "{Tx Number}";
     //
     // lblTxNumber
     //
     this.lblTxNumber.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblTxNumber.Location = new System.Drawing.Point(16, 38);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(73, 23);
     this.lblTxNumber.TabIndex = 1;
     this.lblTxNumber.Text     = "Tx Number:";
     //
     // lblFromLocation
     //
     this.lblFromLocation.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.lblFromLocation.Location = new System.Drawing.Point(16, 15);
     this.lblFromLocation.Name     = "lblFromLocation";
     this.lblFromLocation.Size     = new System.Drawing.Size(108, 23);
     this.lblFromLocation.TabIndex = 0;
     this.lblFromLocation.Text     = "From Location:";
     //
     // txtFromLocation
     //
     this.txtFromLocation.BackColor = System.Drawing.Color.Gold;
     this.txtFromLocation.Font      = new System.Drawing.Font("Tahoma", 9F);
     this.txtFromLocation.Location  = new System.Drawing.Point(130, 15);
     this.txtFromLocation.Name      = "txtFromLocation";
     this.txtFromLocation.Size      = new System.Drawing.Size(119, 14);
     this.txtFromLocation.TabIndex  = 2;
     this.txtFromLocation.Text      = "{From Location}";
     //
     // dgvConfirmationList
     //
     this.dgvConfirmationList.AllowUserToAddRows    = false;
     this.dgvConfirmationList.AllowUserToDeleteRows = false;
     this.dgvConfirmationList.Anchor      = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.dgvConfirmationList.BorderStyle = Gizmox.WebGUI.Forms.BorderStyle.FixedSingle;
     this.dgvConfirmationList.Columns.AddRange(new Gizmox.WebGUI.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7,
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9
     });
     this.dgvConfirmationList.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.dgvConfirmationList.Location = new System.Drawing.Point(0, 0);
     this.dgvConfirmationList.Name     = "dgvConfirmationList";
     this.dgvConfirmationList.Size     = new System.Drawing.Size(770, 452);
     this.dgvConfirmationList.TabIndex = 0;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn1.DataPropertyName      = "HeaderId";
     this.dataGridViewTextBoxColumn1.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn1.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn1.Name      = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly  = true;
     this.dataGridViewTextBoxColumn1.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn1.Visible   = false;
     this.dataGridViewTextBoxColumn1.Width     = 100;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn2.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn2.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn2.Name      = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly  = true;
     this.dataGridViewTextBoxColumn2.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn2.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn2.Width     = 100;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn3.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn3.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn3.Name      = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.Width     = 100;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn4.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn4.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn4.Name      = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn4.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn4.Width     = 100;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn5.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn5.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn5.Name      = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn5.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn5.Width     = 100;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn6.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn6.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn6.Name      = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn6.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn6.Width     = 100;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn7.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn7.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn7.Name      = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn7.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn7.Width     = 100;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn8.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn8.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn8.Name      = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn8.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn8.Width     = 100;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode          = Gizmox.WebGUI.Forms.DataGridViewAutoSizeColumnMode.NotSet;
     this.dataGridViewTextBoxColumn9.DataPropertyName      = "ConfirmedQty";
     this.dataGridViewTextBoxColumn9.DefaultHeaderCellType = typeof(Gizmox.WebGUI.Forms.DataGridViewColumnHeaderCell);
     this.dataGridViewTextBoxColumn9.FillWeight            = 60F;
     this.dataGridViewTextBoxColumn9.MaxInputLength        = -1;
     this.dataGridViewTextBoxColumn9.Name      = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Resizable = Gizmox.WebGUI.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn9.SortMode  = Gizmox.WebGUI.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn9.Width     = 60;
     //
     // tbtnSeparator
     //
     this.tbtnSeparator.CustomStyle = "";
     this.tbtnSeparator.ImageKey    = null;
     this.tbtnSeparator.Name        = "tbtnSeparator";
     this.tbtnSeparator.Pushed      = true;
     this.tbtnSeparator.Size        = 24;
     this.tbtnSeparator.Style       = Gizmox.WebGUI.Forms.ToolBarButtonStyle.Separator;
     this.tbtnSeparator.ToolTipText = "";
     //
     // tbtnSuspend
     //
     this.tbtnSuspend.CustomStyle = "";
     iconResourceHandle3.File     = "16x16.16_L_save.gif";
     this.tbtnSuspend.Image       = iconResourceHandle3;
     this.tbtnSuspend.ImageKey    = null;
     this.tbtnSuspend.Name        = "tbtnSuspend";
     this.tbtnSuspend.Pushed      = true;
     this.tbtnSuspend.Size        = 24;
     this.tbtnSuspend.Text        = "Suspend";
     this.tbtnSuspend.ToolTipText = "";
     //
     // tbtnConfirm
     //
     this.tbtnConfirm.CustomStyle = "";
     iconResourceHandle4.File     = "16x16.ico_16_4209.gif";
     this.tbtnConfirm.Image       = iconResourceHandle4;
     this.tbtnConfirm.ImageKey    = null;
     this.tbtnConfirm.Name        = "tbtnConfirm";
     this.tbtnConfirm.Pushed      = true;
     this.tbtnConfirm.Size        = 24;
     this.tbtnConfirm.Text        = "Confirm";
     this.tbtnConfirm.ToolTipText = "";
     //
     // toolBar
     //
     this.toolBar.Anchor     = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.toolBar.Appearance = Gizmox.WebGUI.Forms.ToolBarAppearance.Normal;
     this.toolBar.Buttons.AddRange(new Gizmox.WebGUI.Forms.ToolBarButton[] {
         this.tbtnConfirm,
         this.tbtnSeparator,
         this.tbtnSuspend
     });
     this.toolBar.Dock           = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.toolBar.DragHandle     = true;
     this.toolBar.DropDownArrows = false;
     this.toolBar.Font           = new System.Drawing.Font("Tahoma", 9F);
     this.toolBar.ImageList      = null;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.MenuHandle     = true;
     this.toolBar.Name           = "toolBar";
     //this.toolBar.RightToLeft = false;
     this.toolBar.ShowToolTips = true;
     this.toolBar.TabIndex     = 1;
     this.toolBar.ButtonClick += new Gizmox.WebGUI.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // ConfirmationWizard
     //
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.toolBar);
     this.Font            = new System.Drawing.Font("Tahoma", 9F);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.FixedDialog;
     this.Size            = new System.Drawing.Size(770, 564);
     this.Text            = "Confirmation Wizard";
     this.Load           += new System.EventHandler(this.InTransitWizard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvConfirmationList)).EndInit();
     this.ResumeLayout(false);
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.topPane          = new Gizmox.WebGUI.Forms.Panel();
     this.lnkGotoWepShop   = new Gizmox.WebGUI.Forms.LinkLabel();
     this.lnkHome          = new Gizmox.WebGUI.Forms.LinkLabel();
     this.lblStatement     = new Gizmox.WebGUI.Forms.Label();
     this.lblCompanyName   = new Gizmox.WebGUI.Forms.Label();
     this.lblVersionNumber = new Gizmox.WebGUI.Forms.Label();
     this.lblTitle         = new Gizmox.WebGUI.Forms.Label();
     this.SuspendLayout();
     //
     // topPane
     //
     this.topPane.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.topPane.BackColor       = System.Drawing.Color.LightYellow;
     iconResourceHandle1.File     = "2x2.ico_lrg_hdr_bg_2x106.png";
     this.topPane.BackgroundImage = iconResourceHandle1;
     this.topPane.Controls.Add(this.lnkGotoWepShop);
     this.topPane.Controls.Add(this.lnkHome);
     this.topPane.Controls.Add(this.lblStatement);
     this.topPane.Controls.Add(this.lblCompanyName);
     this.topPane.Controls.Add(this.lblVersionNumber);
     this.topPane.Controls.Add(this.lblTitle);
     this.topPane.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.topPane.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.topPane.Location = new System.Drawing.Point(0, 0);
     this.topPane.Name     = "topPane";
     this.topPane.Size     = new System.Drawing.Size(764, 106);
     this.topPane.TabIndex = 1;
     //
     // lnkGotoWepShop
     //
     this.lnkGotoWepShop.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lnkGotoWepShop.Location = new System.Drawing.Point(418, 80);
     this.lnkGotoWepShop.Name     = "lnkGotoWepShop";
     this.lnkGotoWepShop.Size     = new System.Drawing.Size(87, 13);
     this.lnkGotoWepShop.TabIndex = 6;
     this.lnkGotoWepShop.Text     = "Go To Web Shop";
     //
     // lnkHome
     //
     this.lnkHome.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lnkHome.AutoSize = true;
     this.lnkHome.Location = new System.Drawing.Point(304, 80);
     this.lnkHome.Name     = "lnkHome";
     this.lnkHome.Size     = new System.Drawing.Size(34, 13);
     this.lnkHome.TabIndex = 3;
     this.lnkHome.Text     = "Home";
     this.lnkHome.Click   += new System.EventHandler(this.lnkHome_Click);
     //
     // lblStatement
     //
     this.lblStatement.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblStatement.AutoSize  = true;
     this.lblStatement.ForeColor = System.Drawing.Color.Silver;
     this.lblStatement.Location  = new System.Drawing.Point(522, 80);
     this.lblStatement.Name      = "lblStatement";
     this.lblStatement.Size      = new System.Drawing.Size(239, 13);
     this.lblStatement.TabIndex  = 2;
     this.lblStatement.Text      = "Developed By: Synergy Information System Ltd.";
     //
     // lblCompanyName
     //
     this.lblCompanyName.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblCompanyName.AutoSize = true;
     this.lblCompanyName.Location = new System.Drawing.Point(88, 80);
     this.lblCompanyName.Name     = "lblCompanyName";
     this.lblCompanyName.Size     = new System.Drawing.Size(92, 13);
     this.lblCompanyName.TabIndex = 2;
     this.lblCompanyName.Text     = "{Company Name}";
     //
     // lblVersionNumber
     //
     this.lblVersionNumber.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblVersionNumber.AutoSize  = true;
     this.lblVersionNumber.ForeColor = System.Drawing.Color.Silver;
     this.lblVersionNumber.Location  = new System.Drawing.Point(304, 33);
     this.lblVersionNumber.Name      = "lblVersionNumber";
     this.lblVersionNumber.Size      = new System.Drawing.Size(92, 13);
     this.lblVersionNumber.TabIndex  = 1;
     this.lblVersionNumber.Text      = "{Version Number}";
     //
     // lblTitle
     //
     this.lblTitle.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblTitle.AutoSize = true;
     this.lblTitle.Font     = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location = new System.Drawing.Point(42, 21);
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(256, 25);
     this.lblTitle.TabIndex = 0;
     this.lblTitle.Text     = "RT2020 > Web Reports";
     //
     // HeaderPane
     //
     this.Controls.Add(this.topPane);
     this.Size  = new System.Drawing.Size(764, 106);
     this.Text  = "HeaderPane";
     this.Load += new System.EventHandler(this.HeaderPane_Load);
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.lvImportedList         = new Gizmox.WebGUI.Forms.ListView();
     this.colCAPNumber           = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colLocation            = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colOperator            = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRecvDate            = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colSupplierNumber      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRef                 = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemarks             = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.lblNumberOfTransaction = new Gizmox.WebGUI.Forms.Label();
     this.lblTxCount             = new Gizmox.WebGUI.Forms.Label();
     this.lblFileName            = new Gizmox.WebGUI.Forms.Label();
     this.txtFileName            = new Gizmox.WebGUI.Forms.TextBox();
     this.btnBrowserFile         = new Gizmox.WebGUI.Forms.Button();
     this.btnInfo                = new Gizmox.WebGUI.Forms.Button();
     this.btnImport              = new Gizmox.WebGUI.Forms.Button();
     this.btnExit                = new Gizmox.WebGUI.Forms.Button();
     this.openFileDialog         = new Gizmox.WebGUI.Forms.OpenFileDialog();
     this.colMessage             = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // lvImportedList
     //
     this.lvImportedList.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colCAPNumber,
         this.colLocation,
         this.colOperator,
         this.colRecvDate,
         this.colSupplierNumber,
         this.colRef,
         this.colRemarks,
         this.colMessage
     });
     this.lvImportedList.DataMember   = null;
     this.lvImportedList.ItemsPerPage = 20;
     this.lvImportedList.Location     = new System.Drawing.Point(12, 31);
     this.lvImportedList.Name         = "lvImportedList";
     this.lvImportedList.Size         = new System.Drawing.Size(782, 373);
     this.lvImportedList.TabIndex     = 0;
     //
     // colCAPNumber
     //
     this.colCAPNumber.Image = null;
     this.colCAPNumber.Text  = "CAP#";
     this.colCAPNumber.Width = 80;
     //
     // colLocation
     //
     this.colLocation.Image = null;
     this.colLocation.Text  = "LOC#";
     this.colLocation.Width = 80;
     //
     // colOperator
     //
     this.colOperator.Image = null;
     this.colOperator.Text  = "Operator";
     this.colOperator.Width = 80;
     //
     // colRecvDate
     //
     this.colRecvDate.Image = null;
     this.colRecvDate.Text  = "Rec. Date";
     this.colRecvDate.Width = 80;
     //
     // colSupplierNumber
     //
     this.colSupplierNumber.Image = null;
     this.colSupplierNumber.Text  = "Supplier#";
     this.colSupplierNumber.Width = 80;
     //
     // colRef
     //
     this.colRef.Image = null;
     this.colRef.Text  = "Ref#";
     this.colRef.Width = 80;
     //
     // colRemarks
     //
     this.colRemarks.Image = null;
     this.colRemarks.Text  = "Remark(s)";
     this.colRemarks.Width = 80;
     //
     // lblNumberOfTransaction
     //
     this.lblNumberOfTransaction.Location = new System.Drawing.Point(588, 9);
     this.lblNumberOfTransaction.Name     = "lblNumberOfTransaction";
     this.lblNumberOfTransaction.Size     = new System.Drawing.Size(100, 19);
     this.lblNumberOfTransaction.TabIndex = 1;
     this.lblNumberOfTransaction.Text     = "# of Transactions:";
     //
     // lblTxCount
     //
     this.lblTxCount.Location = new System.Drawing.Point(694, 9);
     this.lblTxCount.Name     = "lblTxCount";
     this.lblTxCount.Size     = new System.Drawing.Size(100, 19);
     this.lblTxCount.TabIndex = 2;
     this.lblTxCount.Text     = "0";
     //
     // lblFileName
     //
     this.lblFileName.Location = new System.Drawing.Point(12, 419);
     this.lblFileName.Name     = "lblFileName";
     this.lblFileName.Size     = new System.Drawing.Size(70, 23);
     this.lblFileName.TabIndex = 3;
     this.lblFileName.Text     = "File Name:";
     //
     // txtFileName
     //
     this.txtFileName.BackColor    = System.Drawing.Color.LightYellow;
     this.txtFileName.Location     = new System.Drawing.Point(88, 416);
     this.txtFileName.Name         = "txtFileName";
     this.txtFileName.ReadOnly     = true;
     this.txtFileName.Size         = new System.Drawing.Size(336, 20);
     this.txtFileName.TabIndex     = 4;
     this.txtFileName.TextChanged += new System.EventHandler(this.txtFileName_TextChanged);
     //
     // btnBrowserFile
     //
     this.btnBrowserFile.Location          = new System.Drawing.Point(430, 414);
     this.btnBrowserFile.Name              = "btnBrowserFile";
     this.btnBrowserFile.Size              = new System.Drawing.Size(30, 23);
     this.btnBrowserFile.TabIndex          = 5;
     this.btnBrowserFile.Text              = "...";
     this.btnBrowserFile.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnBrowserFile.Click            += new System.EventHandler(this.btnBrowserFile_Click);
     //
     // btnInfo
     //
     iconResourceHandle1.File       = "16x16.16_info.gif";
     this.btnInfo.Image             = iconResourceHandle1;
     this.btnInfo.Location          = new System.Drawing.Point(466, 414);
     this.btnInfo.Name              = "btnInfo";
     this.btnInfo.Size              = new System.Drawing.Size(28, 23);
     this.btnInfo.TabIndex          = 6;
     this.btnInfo.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnInfo.Click            += new System.EventHandler(this.btnInfo_Click);
     //
     // btnImport
     //
     this.btnImport.Location          = new System.Drawing.Point(630, 414);
     this.btnImport.Name              = "btnImport";
     this.btnImport.Size              = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex          = 7;
     this.btnImport.Text              = "Import";
     this.btnImport.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnImport.Click            += new System.EventHandler(this.btnImport_Click);
     //
     // btnExit
     //
     this.btnExit.DialogResult      = Gizmox.WebGUI.Forms.DialogResult.Cancel;
     this.btnExit.Location          = new System.Drawing.Point(711, 414);
     this.btnExit.Name              = "btnExit";
     this.btnExit.Size              = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex          = 8;
     this.btnExit.Text              = "Exit";
     this.btnExit.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnExit.Click            += new System.EventHandler(this.btnExit_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.Filter  = "TXT files|*.txt";
     this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // colMessage
     //
     this.colMessage.Image = null;
     this.colMessage.Text  = "Message";
     this.colMessage.Width = 150;
     //
     // ImportTxt
     //
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnImport);
     this.Controls.Add(this.btnInfo);
     this.Controls.Add(this.btnBrowserFile);
     this.Controls.Add(this.txtFileName);
     this.Controls.Add(this.lblFileName);
     this.Controls.Add(this.lblTxCount);
     this.Controls.Add(this.lblNumberOfTransaction);
     this.Controls.Add(this.lvImportedList);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Size          = new System.Drawing.Size(806, 446);
     this.StartPosition = Gizmox.WebGUI.Forms.FormStartPosition.CenterParent;
     this.Text          = "CAP Text file Import";
     this.ResumeLayout(false);
 }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle3 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.lblPicFileName = new Gizmox.WebGUI.Forms.Label();
     this.txtPicFileName = new Gizmox.WebGUI.Forms.TextBox();
     this.btnFindPic     = new Gizmox.WebGUI.Forms.Button();
     this.btnDelete      = new Gizmox.WebGUI.Forms.Button();
     this.btnRefresh     = new Gizmox.WebGUI.Forms.Button();
     this.openFileDialog = new Gizmox.WebGUI.Forms.OpenFileDialog();
     this.lblMemo        = new Gizmox.WebGUI.Forms.Label();
     this.txtMemo        = new Gizmox.WebGUI.Forms.TextBox();
     this.gbPicture      = new Gizmox.WebGUI.Forms.GroupBox();
     this.SuspendLayout();
     //
     // lblPicFileName
     //
     this.lblPicFileName.Location = new System.Drawing.Point(6, 264);
     this.lblPicFileName.Name     = "lblPicFileName";
     this.lblPicFileName.Size     = new System.Drawing.Size(100, 23);
     this.lblPicFileName.TabIndex = 2;
     this.lblPicFileName.Text     = "Picture File Name:";
     //
     // txtPicFileName
     //
     this.txtPicFileName.BackColor = System.Drawing.Color.LightYellow;
     this.txtPicFileName.Location  = new System.Drawing.Point(152, 261);
     this.txtPicFileName.Name      = "txtPicFileName";
     this.txtPicFileName.ReadOnly  = true;
     this.txtPicFileName.Size      = new System.Drawing.Size(381, 20);
     this.txtPicFileName.TabIndex  = 3;
     //
     // btnFindPic
     //
     iconResourceHandle1.File          = "16x16.16_find.gif";
     this.btnFindPic.Image             = iconResourceHandle1;
     this.btnFindPic.Location          = new System.Drawing.Point(539, 259);
     this.btnFindPic.Name              = "btnFindPic";
     this.btnFindPic.Size              = new System.Drawing.Size(34, 23);
     this.btnFindPic.TabIndex          = 4;
     this.btnFindPic.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnFindPic.Click            += new System.EventHandler(this.btnFindPic_Click);
     //
     // btnDelete
     //
     iconResourceHandle2.File         = "16x16.16_L_remove.gif";
     this.btnDelete.Image             = iconResourceHandle2;
     this.btnDelete.Location          = new System.Drawing.Point(579, 259);
     this.btnDelete.Name              = "btnDelete";
     this.btnDelete.Size              = new System.Drawing.Size(33, 23);
     this.btnDelete.TabIndex          = 5;
     this.btnDelete.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnDelete.Click            += new System.EventHandler(this.btnDelete_Click);
     //
     // btnRefresh
     //
     iconResourceHandle3.File          = "16x16.16_L_refresh.gif";
     this.btnRefresh.Image             = iconResourceHandle3;
     this.btnRefresh.Location          = new System.Drawing.Point(618, 259);
     this.btnRefresh.Name              = "btnRefresh";
     this.btnRefresh.Size              = new System.Drawing.Size(35, 23);
     this.btnRefresh.TabIndex          = 6;
     this.btnRefresh.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnRefresh.Click            += new System.EventHandler(this.btnRefresh_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // lblMemo
     //
     this.lblMemo.Location = new System.Drawing.Point(13, 11);
     this.lblMemo.Name     = "lblMemo";
     this.lblMemo.Size     = new System.Drawing.Size(59, 23);
     this.lblMemo.TabIndex = 8;
     this.lblMemo.Text     = "Memo:";
     //
     // txtMemo
     //
     this.txtMemo.Location  = new System.Drawing.Point(78, 8);
     this.txtMemo.Multiline = true;
     this.txtMemo.Name      = "txtMemo";
     this.txtMemo.Size      = new System.Drawing.Size(671, 53);
     this.txtMemo.TabIndex  = 9;
     //
     // gbPicture
     //
     this.gbPicture.Controls.Add(this.lblPicFileName);
     this.gbPicture.Controls.Add(this.txtPicFileName);
     this.gbPicture.Controls.Add(this.btnRefresh);
     this.gbPicture.Controls.Add(this.btnFindPic);
     this.gbPicture.Controls.Add(this.btnDelete);
     this.gbPicture.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.gbPicture.Location  = new System.Drawing.Point(16, 67);
     this.gbPicture.Name      = "gbPicture";
     this.gbPicture.Size      = new System.Drawing.Size(733, 302);
     this.gbPicture.TabIndex  = 10;
     this.gbPicture.Text      = "Picture";
     //
     // MemberWizard_MiscInfo
     //
     this.Controls.Add(this.gbPicture);
     this.Controls.Add(this.txtMemo);
     this.Controls.Add(this.lblMemo);
     this.Size = new System.Drawing.Size(766, 379);
     this.Text = "MemberWizard_MiscInfo";
     this.ResumeLayout(false);
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.topPane          = new Gizmox.WebGUI.Forms.Panel();
     this.lblShop          = new Gizmox.WebGUI.Forms.Label();
     this.lblFormTitle     = new Gizmox.WebGUI.Forms.Label();
     this.lnkLogoff        = new Gizmox.WebGUI.Forms.LinkLabel();
     this.lblCompanyName   = new Gizmox.WebGUI.Forms.Label();
     this.lblVersionNumber = new Gizmox.WebGUI.Forms.Label();
     this.lblTitle         = new Gizmox.WebGUI.Forms.Label();
     this.SuspendLayout();
     //
     // topPane
     //
     this.topPane.Anchor          = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.topPane.BackColor       = System.Drawing.Color.LightYellow;
     iconResourceHandle1.File     = "2x2.ico_lrg_hdr_bg_2x106.png";
     this.topPane.BackgroundImage = iconResourceHandle1;
     this.topPane.Controls.Add(this.lblShop);
     this.topPane.Controls.Add(this.lblFormTitle);
     this.topPane.Controls.Add(this.lnkLogoff);
     this.topPane.Controls.Add(this.lblCompanyName);
     this.topPane.Controls.Add(this.lblVersionNumber);
     this.topPane.Controls.Add(this.lblTitle);
     this.topPane.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.topPane.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.topPane.Location = new System.Drawing.Point(0, 0);
     this.topPane.Name     = "topPane";
     this.topPane.Size     = new System.Drawing.Size(580, 106);
     this.topPane.TabIndex = 1;
     //
     // lblShop
     //
     this.lblShop.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblShop.AutoSize  = true;
     this.lblShop.BackColor = System.Drawing.Color.Gold;
     this.lblShop.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.lblShop.Location  = new System.Drawing.Point(382, 56);
     this.lblShop.Name      = "lblShop";
     this.lblShop.Size      = new System.Drawing.Size(49, 13);
     this.lblShop.TabIndex  = 5;
     this.lblShop.Text      = "{Shop}";
     this.lblShop.Visible   = false;
     //
     // lblFormTitle
     //
     this.lblFormTitle.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblFormTitle.AutoSize = true;
     this.lblFormTitle.Font     = new System.Drawing.Font("Tahoma", 10F);
     this.lblFormTitle.Location = new System.Drawing.Point(80, 74);
     this.lblFormTitle.Name     = "lblFormTitle";
     this.lblFormTitle.Size     = new System.Drawing.Size(54, 17);
     this.lblFormTitle.TabIndex = 4;
     this.lblFormTitle.Text     = "{Form}";
     //
     // lnkLogoff
     //
     this.lnkLogoff.Anchor    = ((Gizmox.WebGUI.Forms.AnchorStyles)((Gizmox.WebGUI.Forms.AnchorStyles.Top | Gizmox.WebGUI.Forms.AnchorStyles.Right)));
     this.lnkLogoff.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkLogoff.Location  = new System.Drawing.Point(413, 70);
     this.lnkLogoff.Name      = "lnkLogoff";
     this.lnkLogoff.Size      = new System.Drawing.Size(100, 23);
     this.lnkLogoff.TabIndex  = 3;
     this.lnkLogoff.Text      = "Log off";
     this.lnkLogoff.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lnkLogoff.Click    += new System.EventHandler(this.lnkLogoff_Click);
     //
     // lblCompanyName
     //
     this.lblCompanyName.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblCompanyName.AutoSize = true;
     this.lblCompanyName.Location = new System.Drawing.Point(291, 36);
     this.lblCompanyName.Name     = "lblCompanyName";
     this.lblCompanyName.Size     = new System.Drawing.Size(92, 13);
     this.lblCompanyName.TabIndex = 2;
     this.lblCompanyName.Text     = "{Company Name}";
     //
     // lblVersionNumber
     //
     this.lblVersionNumber.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblVersionNumber.AutoSize  = true;
     this.lblVersionNumber.ForeColor = System.Drawing.Color.Silver;
     this.lblVersionNumber.Location  = new System.Drawing.Point(221, 56);
     this.lblVersionNumber.Name      = "lblVersionNumber";
     this.lblVersionNumber.Size      = new System.Drawing.Size(92, 13);
     this.lblVersionNumber.TabIndex  = 1;
     this.lblVersionNumber.Text      = "{Version Number}";
     //
     // lblTitle
     //
     this.lblTitle.Anchor   = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     this.lblTitle.Font     = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location = new System.Drawing.Point(34, 26);
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(251, 30);
     this.lblTitle.TabIndex = 0;
     this.lblTitle.Text     = "RT2020 Web Access";
     //
     // HeaderPane
     //
     this.Controls.Add(this.topPane);
     this.Size  = new System.Drawing.Size(580, 106);
     this.Text  = "HeaderPane";
     this.Load += new System.EventHandler(this.HeaderPane_Load);
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle3 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle4 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.btnGotoReplenishment = new Gizmox.WebGUI.Forms.Button();
     this.btnGotoTransferIn    = new Gizmox.WebGUI.Forms.Button();
     this.flowLayoutPanel      = new Gizmox.WebGUI.Forms.FlowLayoutPanel();
     this.headerPane           = new RT2020.Web.Shop.Public.HeaderPane();
     this.SuspendLayout();
     //
     // btnGotoReplenishment
     //
     this.btnGotoReplenishment.Anchor            = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     iconResourceHandle1.File                    = "2x2.ico_lrg_btn_bg_2x106.png";
     this.btnGotoReplenishment.BackgroundImage   = iconResourceHandle1;
     this.btnGotoReplenishment.Font              = new System.Drawing.Font("Tahoma", 16F);
     iconResourceHandle2.File                    = "48x48.ico_rpl_48x48.png";
     this.btnGotoReplenishment.Image             = iconResourceHandle2;
     this.btnGotoReplenishment.Location          = new System.Drawing.Point(18, 18);
     this.btnGotoReplenishment.Name              = "btnGotoReplenishment";
     this.btnGotoReplenishment.Size              = new System.Drawing.Size(280, 106);
     this.btnGotoReplenishment.TabIndex          = 0;
     this.btnGotoReplenishment.Text              = "Stock Replenishment Confirmation";
     this.btnGotoReplenishment.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageBeforeText;
     this.btnGotoReplenishment.Click            += new System.EventHandler(this.btnGotoReplenishment_Click);
     //
     // btnGotoTransferIn
     //
     this.btnGotoTransferIn.Anchor            = Gizmox.WebGUI.Forms.AnchorStyles.Top;
     iconResourceHandle3.File                 = "2x2.ico_lrg_btn_bg_2x106.png";
     this.btnGotoTransferIn.BackgroundImage   = iconResourceHandle3;
     this.btnGotoTransferIn.Font              = new System.Drawing.Font("Tahoma", 16F);
     iconResourceHandle4.File                 = "48x48.ico_txf_48x48.png";
     this.btnGotoTransferIn.Image             = iconResourceHandle4;
     this.btnGotoTransferIn.Location          = new System.Drawing.Point(304, 18);
     this.btnGotoTransferIn.Name              = "btnGotoTransferIn";
     this.btnGotoTransferIn.Size              = new System.Drawing.Size(280, 106);
     this.btnGotoTransferIn.TabIndex          = 1;
     this.btnGotoTransferIn.Text              = "Transfer-In Confirmation";
     this.btnGotoTransferIn.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageBeforeText;
     this.btnGotoTransferIn.Click            += new System.EventHandler(this.btnGotoTransferIn_Click);
     //
     // flowLayoutPanel
     //
     this.flowLayoutPanel.Anchor = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.flowLayoutPanel.Controls.Add(this.btnGotoReplenishment);
     this.flowLayoutPanel.Controls.Add(this.btnGotoTransferIn);
     this.flowLayoutPanel.Dock            = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.flowLayoutPanel.DockPadding.All = 15;
     this.flowLayoutPanel.FlowDirection   = Gizmox.WebGUI.Forms.FlowDirection.LeftToRight;
     this.flowLayoutPanel.Location        = new System.Drawing.Point(0, 111);
     this.flowLayoutPanel.Name            = "flowLayoutPanel";
     this.flowLayoutPanel.Size            = new System.Drawing.Size(623, 518);
     this.flowLayoutPanel.TabIndex        = 3;
     this.flowLayoutPanel.WrapContents    = false;
     //
     // headerPane
     //
     this.headerPane.Anchor    = Gizmox.WebGUI.Forms.AnchorStyles.None;
     this.headerPane.Dock      = Gizmox.WebGUI.Forms.DockStyle.Top;
     this.headerPane.FormTitle = "{Form}";
     this.headerPane.Location  = new System.Drawing.Point(0, 0);
     this.headerPane.Name      = "headerPane";
     this.headerPane.Size      = new System.Drawing.Size(623, 111);
     this.headerPane.TabIndex  = 2;
     this.headerPane.Text      = "HeaderPane";
     //
     // Desktop
     //
     this.Controls.Add(this.flowLayoutPanel);
     this.Controls.Add(this.headerPane);
     this.Font  = new System.Drawing.Font("Tahoma", 9F);
     this.Size  = new System.Drawing.Size(623, 629);
     this.Text  = "RT2020 > Web Shop";
     this.Load += new System.EventHandler(this.Default_Load);
     this.ResumeLayout(false);
 }
示例#16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle2 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.groupBox2           = new Gizmox.WebGUI.Forms.GroupBox();
     this.txtTxNumberTo       = new Gizmox.WebGUI.Forms.TextBox();
     this.txtTxNumberFrom     = new Gizmox.WebGUI.Forms.TextBox();
     this.dtpTxDateTo         = new Gizmox.WebGUI.Forms.DateTimePicker();
     this.dtpTxDateFrom       = new Gizmox.WebGUI.Forms.DateTimePicker();
     this.lblTxDateTo         = new Gizmox.WebGUI.Forms.Label();
     this.lblTxDateFrom       = new Gizmox.WebGUI.Forms.Label();
     this.lblTxDate           = new Gizmox.WebGUI.Forms.Label();
     this.lblTxNumber         = new Gizmox.WebGUI.Forms.Label();
     this.lblFrom             = new Gizmox.WebGUI.Forms.Label();
     this.lblTo               = new Gizmox.WebGUI.Forms.Label();
     this.cmdPreview          = new Gizmox.WebGUI.Forms.Button();
     this.btnExit             = new Gizmox.WebGUI.Forms.Button();
     this.btnFindToTxNumber   = new Gizmox.WebGUI.Forms.Button();
     this.btnFindFromTxNumber = new Gizmox.WebGUI.Forms.Button();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnFindFromTxNumber);
     this.groupBox2.Controls.Add(this.txtTxNumberTo);
     this.groupBox2.Controls.Add(this.btnFindToTxNumber);
     this.groupBox2.Controls.Add(this.txtTxNumberFrom);
     this.groupBox2.Controls.Add(this.dtpTxDateTo);
     this.groupBox2.Controls.Add(this.dtpTxDateFrom);
     this.groupBox2.Controls.Add(this.lblTxDateTo);
     this.groupBox2.Controls.Add(this.lblTxDateFrom);
     this.groupBox2.Controls.Add(this.lblTxDate);
     this.groupBox2.Controls.Add(this.lblTxNumber);
     this.groupBox2.Controls.Add(this.lblFrom);
     this.groupBox2.Controls.Add(this.lblTo);
     this.groupBox2.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox2.Location  = new System.Drawing.Point(12, 12);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(456, 100);
     this.groupBox2.TabIndex  = 0;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Range";
     //
     // txtTxNumberTo
     //
     this.txtTxNumberTo.Location = new System.Drawing.Point(75, 63);
     this.txtTxNumberTo.Name     = "txtTxNumberTo";
     this.txtTxNumberTo.Size     = new System.Drawing.Size(121, 20);
     this.txtTxNumberTo.TabIndex = 1;
     this.txtTxNumberTo.Text     = "zz";
     //
     // txtTxNumberFrom
     //
     this.txtTxNumberFrom.Location = new System.Drawing.Point(75, 37);
     this.txtTxNumberFrom.Name     = "txtTxNumberFrom";
     this.txtTxNumberFrom.Size     = new System.Drawing.Size(121, 20);
     this.txtTxNumberFrom.TabIndex = 0;
     this.txtTxNumberFrom.Text     = "00";
     //
     // dtpTxDateTo
     //
     this.dtpTxDateTo.CalendarFirstDayOfWeek = Gizmox.WebGUI.Forms.Day.Default;
     this.dtpTxDateTo.CustomFormat           = "dd/MM/yyyy";
     this.dtpTxDateTo.Format   = Gizmox.WebGUI.Forms.DateTimePickerFormat.Custom;
     this.dtpTxDateTo.Location = new System.Drawing.Point(305, 62);
     this.dtpTxDateTo.Name     = "dtpTxDateTo";
     this.dtpTxDateTo.Size     = new System.Drawing.Size(140, 20);
     this.dtpTxDateTo.TabIndex = 3;
     //
     // dtpTxDateFrom
     //
     this.dtpTxDateFrom.CalendarFirstDayOfWeek = Gizmox.WebGUI.Forms.Day.Default;
     this.dtpTxDateFrom.CustomFormat           = "dd/MM/yyyy";
     this.dtpTxDateFrom.Format   = Gizmox.WebGUI.Forms.DateTimePickerFormat.Custom;
     this.dtpTxDateFrom.Location = new System.Drawing.Point(305, 39);
     this.dtpTxDateFrom.Name     = "dtpTxDateFrom";
     this.dtpTxDateFrom.Size     = new System.Drawing.Size(140, 20);
     this.dtpTxDateFrom.TabIndex = 2;
     //
     // lblTxDateTo
     //
     this.lblTxDateTo.Location = new System.Drawing.Point(253, 66);
     this.lblTxDateTo.Name     = "lblTxDateTo";
     this.lblTxDateTo.Size     = new System.Drawing.Size(42, 18);
     this.lblTxDateTo.TabIndex = 8;
     this.lblTxDateTo.TabStop  = false;
     this.lblTxDateTo.Text     = "To";
     //
     // lblTxDateFrom
     //
     this.lblTxDateFrom.Location = new System.Drawing.Point(253, 43);
     this.lblTxDateFrom.Name     = "lblTxDateFrom";
     this.lblTxDateFrom.Size     = new System.Drawing.Size(46, 15);
     this.lblTxDateFrom.TabIndex = 7;
     this.lblTxDateFrom.TabStop  = false;
     this.lblTxDateFrom.Text     = "From";
     //
     // lblTxDate
     //
     this.lblTxDate.Location = new System.Drawing.Point(239, 19);
     this.lblTxDate.Name     = "lblTxDate";
     this.lblTxDate.Size     = new System.Drawing.Size(60, 17);
     this.lblTxDate.TabIndex = 6;
     this.lblTxDate.TabStop  = false;
     this.lblTxDate.Text     = "Tx Date:";
     //
     // lblTxNumber
     //
     this.lblTxNumber.Location = new System.Drawing.Point(15, 19);
     this.lblTxNumber.Name     = "lblTxNumber";
     this.lblTxNumber.Size     = new System.Drawing.Size(64, 17);
     this.lblTxNumber.TabIndex = 9;
     this.lblTxNumber.TabStop  = false;
     this.lblTxNumber.Text     = "Tx Number:";
     //
     // lblFrom
     //
     this.lblFrom.Location = new System.Drawing.Point(28, 41);
     this.lblFrom.Name     = "lblFrom";
     this.lblFrom.Size     = new System.Drawing.Size(41, 18);
     this.lblFrom.TabIndex = 4;
     this.lblFrom.TabStop  = false;
     this.lblFrom.Text     = "From";
     //
     // lblTo
     //
     this.lblTo.Location = new System.Drawing.Point(28, 66);
     this.lblTo.Name     = "lblTo";
     this.lblTo.Size     = new System.Drawing.Size(41, 18);
     this.lblTo.TabIndex = 5;
     this.lblTo.TabStop  = false;
     this.lblTo.Text     = "To";
     //
     // cmdPreview
     //
     this.cmdPreview.Location = new System.Drawing.Point(312, 128);
     this.cmdPreview.Name     = "cmdPreview";
     this.cmdPreview.Size     = new System.Drawing.Size(75, 23);
     this.cmdPreview.TabIndex = 1;
     this.cmdPreview.Text     = "Preview";
     this.cmdPreview.Click   += new System.EventHandler(this.cmdPreview_Click);
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(393, 128);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 2;
     this.btnExit.Text     = "Cancel";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // btnFindToTxNumber
     //
     iconResourceHandle2.File                 = "16x16.16_find.gif";
     this.btnFindToTxNumber.Image             = iconResourceHandle2;
     this.btnFindToTxNumber.Location          = new System.Drawing.Point(202, 61);
     this.btnFindToTxNumber.Name              = "btnFindToTxNumber";
     this.btnFindToTxNumber.Size              = new System.Drawing.Size(35, 23);
     this.btnFindToTxNumber.TabIndex          = 7;
     this.btnFindToTxNumber.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnFindToTxNumber.Click            += new System.EventHandler(this.btnFindToTxNumber_Click);
     //
     // btnFindFromTxNumber
     //
     iconResourceHandle1.File                   = "16x16.16_find.gif";
     this.btnFindFromTxNumber.Image             = iconResourceHandle1;
     this.btnFindFromTxNumber.Location          = new System.Drawing.Point(202, 36);
     this.btnFindFromTxNumber.Name              = "btnFindFromTxNumber";
     this.btnFindFromTxNumber.Size              = new System.Drawing.Size(35, 23);
     this.btnFindFromTxNumber.TabIndex          = 6;
     this.btnFindFromTxNumber.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnFindFromTxNumber.Click            += new System.EventHandler(this.btnFindFromTxNumber_Click);
     //
     // HistoryWizard
     //
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.cmdPreview);
     this.Controls.Add(this.groupBox2);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Size          = new System.Drawing.Size(484, 163);
     this.StartPosition = Gizmox.WebGUI.Forms.FormStartPosition.CenterParent;
     this.Text          = "Adjustment > Report > History";
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gizmox.WebGUI.Common.Resources.IconResourceHandle iconResourceHandle1 = new Gizmox.WebGUI.Common.Resources.IconResourceHandle();
     this.groupBox1                     = new Gizmox.WebGUI.Forms.GroupBox();
     this.chkAutoCreateRecord           = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkInsertNewRecord            = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkOverWriteExistingCode      = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkImportStockCode            = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkImportCAPWorksheet         = new Gizmox.WebGUI.Forms.CheckBox();
     this.groupBox2                     = new Gizmox.WebGUI.Forms.GroupBox();
     this.btnBrowserPhotoFile           = new Gizmox.WebGUI.Forms.Button();
     this.txtPhotoPath                  = new Gizmox.WebGUI.Forms.TextBox();
     this.lblPhotoPath                  = new Gizmox.WebGUI.Forms.Label();
     this.chkPhotoNameIncludesAppendix3 = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkPhotoNameIncludesAppendix2 = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkPhotoNameIncludesAppendix1 = new Gizmox.WebGUI.Forms.CheckBox();
     this.chkPhotoNameIncludesStockCode = new Gizmox.WebGUI.Forms.CheckBox();
     this.lblPhotoNamePrefixIncludes    = new Gizmox.WebGUI.Forms.Label();
     this.chkConvertPhotoName           = new Gizmox.WebGUI.Forms.CheckBox();
     this.groupBox3                     = new Gizmox.WebGUI.Forms.GroupBox();
     this.txtExchangeRate               = new Gizmox.WebGUI.Forms.TextBox();
     this.cboCurrency                   = new Gizmox.WebGUI.Forms.ComboBox();
     this.dtpRecvDate                   = new Gizmox.WebGUI.Forms.DateTimePicker();
     this.txtRemarks                    = new Gizmox.WebGUI.Forms.TextBox();
     this.txtReferenceNumber            = new Gizmox.WebGUI.Forms.TextBox();
     this.cboSupplier                   = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboOperator                   = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboWorkplace                  = new Gizmox.WebGUI.Forms.ComboBox();
     this.lblExchangeRate               = new Gizmox.WebGUI.Forms.Label();
     this.lblCurrency                   = new Gizmox.WebGUI.Forms.Label();
     this.lblRecvDate                   = new Gizmox.WebGUI.Forms.Label();
     this.lblRemarks                    = new Gizmox.WebGUI.Forms.Label();
     this.lblRefNumber                  = new Gizmox.WebGUI.Forms.Label();
     this.lblSupplierNumber             = new Gizmox.WebGUI.Forms.Label();
     this.lblOperator                   = new Gizmox.WebGUI.Forms.Label();
     this.lblLocationNumber             = new Gizmox.WebGUI.Forms.Label();
     this.lblFileSource                 = new Gizmox.WebGUI.Forms.Label();
     this.lblWorksheet                  = new Gizmox.WebGUI.Forms.Label();
     this.txtFileSource                 = new Gizmox.WebGUI.Forms.TextBox();
     this.txtWorksheet                  = new Gizmox.WebGUI.Forms.TextBox();
     this.btnBrowseExcelFile            = new Gizmox.WebGUI.Forms.Button();
     this.btnInfo             = new Gizmox.WebGUI.Forms.Button();
     this.btnGenerateTemplate = new Gizmox.WebGUI.Forms.Button();
     this.btnImport           = new Gizmox.WebGUI.Forms.Button();
     this.btnExit             = new Gizmox.WebGUI.Forms.Button();
     this.folderBrowserDialog = new Gizmox.WebGUI.Forms.FolderBrowserDialog();
     this.openFileDialog      = new Gizmox.WebGUI.Forms.OpenFileDialog();
     this.tabCAPXLSImport     = new Gizmox.WebGUI.Forms.TabControl();
     this.tbSettings          = new Gizmox.WebGUI.Forms.TabPage();
     this.tbWorksheet         = new Gizmox.WebGUI.Forms.TabPage();
     this.groupBox4           = new Gizmox.WebGUI.Forms.GroupBox();
     this.groupBox5           = new Gizmox.WebGUI.Forms.GroupBox();
     this.lvDetailsList       = new Gizmox.WebGUI.Forms.ListView();
     this.colLN             = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStatus         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colStockCode      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix1      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix2      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colAppendix3      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colProductName    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colQty            = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRetailPrice    = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCost           = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colProductId      = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.colRemark1        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass1         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass2         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass3         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass4         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass5         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colClass6         = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemarks        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemark2        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemark3        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemark4        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemark5        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRemark6        = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colRetailDiscount = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colDiscountItem   = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.colCostBase       = new Gizmox.WebGUI.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkAutoCreateRecord);
     this.groupBox1.Controls.Add(this.chkInsertNewRecord);
     this.groupBox1.Controls.Add(this.chkOverWriteExistingCode);
     this.groupBox1.Controls.Add(this.chkImportStockCode);
     this.groupBox1.Controls.Add(this.chkImportCAPWorksheet);
     this.groupBox1.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox1.Location  = new System.Drawing.Point(6, 6);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(528, 147);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.Text      = "Process Detail";
     //
     // chkAutoCreateRecord
     //
     this.chkAutoCreateRecord.Checked    = false;
     this.chkAutoCreateRecord.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkAutoCreateRecord.Enabled    = false;
     this.chkAutoCreateRecord.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkAutoCreateRecord.Location   = new System.Drawing.Point(34, 115);
     this.chkAutoCreateRecord.Name       = "chkAutoCreateRecord";
     this.chkAutoCreateRecord.Size       = new System.Drawing.Size(315, 24);
     this.chkAutoCreateRecord.TabIndex   = 4;
     this.chkAutoCreateRecord.Text       = "Auto-Create Record for not existed Class/Appendix";
     this.chkAutoCreateRecord.ThreeState = false;
     //
     // chkInsertNewRecord
     //
     this.chkInsertNewRecord.Checked    = false;
     this.chkInsertNewRecord.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkInsertNewRecord.Enabled    = false;
     this.chkInsertNewRecord.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkInsertNewRecord.Location   = new System.Drawing.Point(34, 91);
     this.chkInsertNewRecord.Name       = "chkInsertNewRecord";
     this.chkInsertNewRecord.Size       = new System.Drawing.Size(174, 24);
     this.chkInsertNewRecord.TabIndex   = 3;
     this.chkInsertNewRecord.Text       = "Insert New Record(s)";
     this.chkInsertNewRecord.ThreeState = false;
     //
     // chkOverWriteExistingCode
     //
     this.chkOverWriteExistingCode.Checked    = false;
     this.chkOverWriteExistingCode.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkOverWriteExistingCode.Enabled    = false;
     this.chkOverWriteExistingCode.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkOverWriteExistingCode.Location   = new System.Drawing.Point(34, 67);
     this.chkOverWriteExistingCode.Name       = "chkOverWriteExistingCode";
     this.chkOverWriteExistingCode.Size       = new System.Drawing.Size(174, 24);
     this.chkOverWriteExistingCode.TabIndex   = 2;
     this.chkOverWriteExistingCode.Text       = "Over Write Existing Code";
     this.chkOverWriteExistingCode.ThreeState = false;
     //
     // chkImportStockCode
     //
     this.chkImportStockCode.Checked    = false;
     this.chkImportStockCode.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkImportStockCode.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkImportStockCode.Location   = new System.Drawing.Point(15, 43);
     this.chkImportStockCode.Name       = "chkImportStockCode";
     this.chkImportStockCode.Size       = new System.Drawing.Size(193, 24);
     this.chkImportStockCode.TabIndex   = 1;
     this.chkImportStockCode.Text       = "Import Stock Code";
     this.chkImportStockCode.ThreeState = false;
     this.chkImportStockCode.Click     += new System.EventHandler(this.chkImportStockCode_Click);
     //
     // chkImportCAPWorksheet
     //
     this.chkImportCAPWorksheet.Checked    = true;
     this.chkImportCAPWorksheet.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkImportCAPWorksheet.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkImportCAPWorksheet.Location   = new System.Drawing.Point(15, 19);
     this.chkImportCAPWorksheet.Name       = "chkImportCAPWorksheet";
     this.chkImportCAPWorksheet.Size       = new System.Drawing.Size(193, 24);
     this.chkImportCAPWorksheet.TabIndex   = 0;
     this.chkImportCAPWorksheet.Text       = "Import CAP Worksheet";
     this.chkImportCAPWorksheet.ThreeState = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnBrowserPhotoFile);
     this.groupBox2.Controls.Add(this.txtPhotoPath);
     this.groupBox2.Controls.Add(this.lblPhotoPath);
     this.groupBox2.Controls.Add(this.chkPhotoNameIncludesAppendix3);
     this.groupBox2.Controls.Add(this.chkPhotoNameIncludesAppendix2);
     this.groupBox2.Controls.Add(this.chkPhotoNameIncludesAppendix1);
     this.groupBox2.Controls.Add(this.chkPhotoNameIncludesStockCode);
     this.groupBox2.Controls.Add(this.lblPhotoNamePrefixIncludes);
     this.groupBox2.Controls.Add(this.chkConvertPhotoName);
     this.groupBox2.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox2.Location  = new System.Drawing.Point(6, 159);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(528, 133);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.Text      = "Photo Setting";
     //
     // btnBrowserPhotoFile
     //
     this.btnBrowserPhotoFile.Enabled           = false;
     iconResourceHandle1.File                   = "16x16.16_find.gif";
     this.btnBrowserPhotoFile.Image             = iconResourceHandle1;
     this.btnBrowserPhotoFile.Location          = new System.Drawing.Point(488, 102);
     this.btnBrowserPhotoFile.Name              = "btnBrowserPhotoFile";
     this.btnBrowserPhotoFile.Size              = new System.Drawing.Size(23, 23);
     this.btnBrowserPhotoFile.TabIndex          = 8;
     this.btnBrowserPhotoFile.TextImageRelation = Gizmox.WebGUI.Forms.TextImageRelation.ImageAboveText;
     this.btnBrowserPhotoFile.Click            += new System.EventHandler(this.btnBrowserPhotoFile_Click);
     //
     // txtPhotoPath
     //
     this.txtPhotoPath.BackColor = System.Drawing.Color.LightYellow;
     this.txtPhotoPath.Location  = new System.Drawing.Point(15, 104);
     this.txtPhotoPath.Name      = "txtPhotoPath";
     this.txtPhotoPath.ReadOnly  = true;
     this.txtPhotoPath.Size      = new System.Drawing.Size(467, 20);
     this.txtPhotoPath.TabIndex  = 7;
     //
     // lblPhotoPath
     //
     this.lblPhotoPath.Location = new System.Drawing.Point(12, 88);
     this.lblPhotoPath.Name     = "lblPhotoPath";
     this.lblPhotoPath.Size     = new System.Drawing.Size(100, 23);
     this.lblPhotoPath.TabIndex = 6;
     this.lblPhotoPath.Text     = "Photo Path";
     //
     // chkPhotoNameIncludesAppendix3
     //
     this.chkPhotoNameIncludesAppendix3.Checked    = true;
     this.chkPhotoNameIncludesAppendix3.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkPhotoNameIncludesAppendix3.Enabled    = false;
     this.chkPhotoNameIncludesAppendix3.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkPhotoNameIncludesAppendix3.Location   = new System.Drawing.Point(345, 61);
     this.chkPhotoNameIncludesAppendix3.Name       = "chkPhotoNameIncludesAppendix3";
     this.chkPhotoNameIncludesAppendix3.Size       = new System.Drawing.Size(104, 24);
     this.chkPhotoNameIncludesAppendix3.TabIndex   = 5;
     this.chkPhotoNameIncludesAppendix3.Text       = "Appendix3";
     this.chkPhotoNameIncludesAppendix3.ThreeState = false;
     //
     // chkPhotoNameIncludesAppendix2
     //
     this.chkPhotoNameIncludesAppendix2.Checked    = true;
     this.chkPhotoNameIncludesAppendix2.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkPhotoNameIncludesAppendix2.Enabled    = false;
     this.chkPhotoNameIncludesAppendix2.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkPhotoNameIncludesAppendix2.Location   = new System.Drawing.Point(235, 61);
     this.chkPhotoNameIncludesAppendix2.Name       = "chkPhotoNameIncludesAppendix2";
     this.chkPhotoNameIncludesAppendix2.Size       = new System.Drawing.Size(104, 24);
     this.chkPhotoNameIncludesAppendix2.TabIndex   = 4;
     this.chkPhotoNameIncludesAppendix2.Text       = "Appendix2";
     this.chkPhotoNameIncludesAppendix2.ThreeState = false;
     //
     // chkPhotoNameIncludesAppendix1
     //
     this.chkPhotoNameIncludesAppendix1.Checked    = true;
     this.chkPhotoNameIncludesAppendix1.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkPhotoNameIncludesAppendix1.Enabled    = false;
     this.chkPhotoNameIncludesAppendix1.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkPhotoNameIncludesAppendix1.Location   = new System.Drawing.Point(125, 61);
     this.chkPhotoNameIncludesAppendix1.Name       = "chkPhotoNameIncludesAppendix1";
     this.chkPhotoNameIncludesAppendix1.Size       = new System.Drawing.Size(104, 24);
     this.chkPhotoNameIncludesAppendix1.TabIndex   = 3;
     this.chkPhotoNameIncludesAppendix1.Text       = "Appendix1";
     this.chkPhotoNameIncludesAppendix1.ThreeState = false;
     //
     // chkPhotoNameIncludesStockCode
     //
     this.chkPhotoNameIncludesStockCode.Checked    = true;
     this.chkPhotoNameIncludesStockCode.CheckState = Gizmox.WebGUI.Forms.CheckState.Checked;
     this.chkPhotoNameIncludesStockCode.Enabled    = false;
     this.chkPhotoNameIncludesStockCode.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkPhotoNameIncludesStockCode.Location   = new System.Drawing.Point(15, 61);
     this.chkPhotoNameIncludesStockCode.Name       = "chkPhotoNameIncludesStockCode";
     this.chkPhotoNameIncludesStockCode.Size       = new System.Drawing.Size(104, 24);
     this.chkPhotoNameIncludesStockCode.TabIndex   = 2;
     this.chkPhotoNameIncludesStockCode.Text       = "Stock Code";
     this.chkPhotoNameIncludesStockCode.ThreeState = false;
     //
     // lblPhotoNamePrefixIncludes
     //
     this.lblPhotoNamePrefixIncludes.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblPhotoNamePrefixIncludes.Location = new System.Drawing.Point(12, 46);
     this.lblPhotoNamePrefixIncludes.Name     = "lblPhotoNamePrefixIncludes";
     this.lblPhotoNamePrefixIncludes.Size     = new System.Drawing.Size(176, 23);
     this.lblPhotoNamePrefixIncludes.TabIndex = 1;
     this.lblPhotoNamePrefixIncludes.Text     = "Photo Name Prefix Includes";
     //
     // chkConvertPhotoName
     //
     this.chkConvertPhotoName.Checked    = false;
     this.chkConvertPhotoName.CheckState = Gizmox.WebGUI.Forms.CheckState.Unchecked;
     this.chkConvertPhotoName.Enabled    = false;
     this.chkConvertPhotoName.FlatStyle  = Gizmox.WebGUI.Forms.FlatStyle.Standard;
     this.chkConvertPhotoName.Location   = new System.Drawing.Point(15, 19);
     this.chkConvertPhotoName.Name       = "chkConvertPhotoName";
     this.chkConvertPhotoName.Size       = new System.Drawing.Size(246, 24);
     this.chkConvertPhotoName.TabIndex   = 0;
     this.chkConvertPhotoName.Text       = "Photo Name : Convert \'\\\', \'/\' or \'-\' to be \'_\'";
     this.chkConvertPhotoName.ThreeState = false;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtExchangeRate);
     this.groupBox3.Controls.Add(this.cboCurrency);
     this.groupBox3.Controls.Add(this.dtpRecvDate);
     this.groupBox3.Controls.Add(this.txtRemarks);
     this.groupBox3.Controls.Add(this.txtReferenceNumber);
     this.groupBox3.Controls.Add(this.cboSupplier);
     this.groupBox3.Controls.Add(this.cboOperator);
     this.groupBox3.Controls.Add(this.cboWorkplace);
     this.groupBox3.Controls.Add(this.lblExchangeRate);
     this.groupBox3.Controls.Add(this.lblCurrency);
     this.groupBox3.Controls.Add(this.lblRecvDate);
     this.groupBox3.Controls.Add(this.lblRemarks);
     this.groupBox3.Controls.Add(this.lblRefNumber);
     this.groupBox3.Controls.Add(this.lblSupplierNumber);
     this.groupBox3.Controls.Add(this.lblOperator);
     this.groupBox3.Controls.Add(this.lblLocationNumber);
     this.groupBox3.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox3.Location  = new System.Drawing.Point(6, 6);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(528, 144);
     this.groupBox3.TabIndex  = 2;
     this.groupBox3.Text      = "Worksheet";
     //
     // txtExchangeRate
     //
     this.txtExchangeRate.Location = new System.Drawing.Point(379, 91);
     this.txtExchangeRate.Name     = "txtExchangeRate";
     this.txtExchangeRate.Size     = new System.Drawing.Size(143, 20);
     this.txtExchangeRate.TabIndex = 15;
     this.txtExchangeRate.Text     = "1.000000";
     //
     // cboCurrency
     //
     this.cboCurrency.BackColor             = System.Drawing.Color.LightSkyBlue;
     this.cboCurrency.DropDownWidth         = 143;
     this.cboCurrency.Location              = new System.Drawing.Point(379, 68);
     this.cboCurrency.Name                  = "cboCurrency";
     this.cboCurrency.Size                  = new System.Drawing.Size(143, 21);
     this.cboCurrency.TabIndex              = 14;
     this.cboCurrency.SelectedIndexChanged += new System.EventHandler(this.cboCurrency_SelectedIndexChanged);
     //
     // dtpRecvDate
     //
     this.dtpRecvDate.BackColor = System.Drawing.Color.LightSkyBlue;
     this.dtpRecvDate.CalendarFirstDayOfWeek = Gizmox.WebGUI.Forms.Day.Default;
     this.dtpRecvDate.CustomFormat           = "dd/MM/yyyy";
     this.dtpRecvDate.Format   = Gizmox.WebGUI.Forms.DateTimePickerFormat.Custom;
     this.dtpRecvDate.Location = new System.Drawing.Point(379, 22);
     this.dtpRecvDate.Name     = "dtpRecvDate";
     this.dtpRecvDate.Size     = new System.Drawing.Size(143, 20);
     this.dtpRecvDate.TabIndex = 13;
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(85, 114);
     this.txtRemarks.Name     = "txtRemarks";
     this.txtRemarks.Size     = new System.Drawing.Size(437, 20);
     this.txtRemarks.TabIndex = 12;
     //
     // txtReferenceNumber
     //
     this.txtReferenceNumber.Location = new System.Drawing.Point(85, 91);
     this.txtReferenceNumber.Name     = "txtReferenceNumber";
     this.txtReferenceNumber.Size     = new System.Drawing.Size(163, 20);
     this.txtReferenceNumber.TabIndex = 11;
     //
     // cboSupplier
     //
     this.cboSupplier.DropDownWidth = 192;
     this.cboSupplier.Location      = new System.Drawing.Point(85, 68);
     this.cboSupplier.Name          = "cboSupplier";
     this.cboSupplier.Size          = new System.Drawing.Size(163, 21);
     this.cboSupplier.TabIndex      = 10;
     //
     // cboOperator
     //
     this.cboOperator.BackColor     = System.Drawing.Color.LightSkyBlue;
     this.cboOperator.DropDownWidth = 192;
     this.cboOperator.Location      = new System.Drawing.Point(85, 45);
     this.cboOperator.Name          = "cboOperator";
     this.cboOperator.Size          = new System.Drawing.Size(163, 21);
     this.cboOperator.TabIndex      = 9;
     //
     // cboWorkplace
     //
     this.cboWorkplace.BackColor     = System.Drawing.Color.LightSkyBlue;
     this.cboWorkplace.DropDownWidth = 192;
     this.cboWorkplace.Location      = new System.Drawing.Point(85, 22);
     this.cboWorkplace.Name          = "cboWorkplace";
     this.cboWorkplace.Size          = new System.Drawing.Size(163, 21);
     this.cboWorkplace.TabIndex      = 8;
     //
     // lblExchangeRate
     //
     this.lblExchangeRate.Location = new System.Drawing.Point(273, 94);
     this.lblExchangeRate.Name     = "lblExchangeRate";
     this.lblExchangeRate.Size     = new System.Drawing.Size(100, 23);
     this.lblExchangeRate.TabIndex = 7;
     this.lblExchangeRate.Text     = "Exchange Rate";
     //
     // lblCurrency
     //
     this.lblCurrency.Location = new System.Drawing.Point(273, 71);
     this.lblCurrency.Name     = "lblCurrency";
     this.lblCurrency.Size     = new System.Drawing.Size(100, 23);
     this.lblCurrency.TabIndex = 6;
     this.lblCurrency.Text     = "Currency";
     //
     // lblRecvDate
     //
     this.lblRecvDate.Location = new System.Drawing.Point(273, 25);
     this.lblRecvDate.Name     = "lblRecvDate";
     this.lblRecvDate.Size     = new System.Drawing.Size(100, 23);
     this.lblRecvDate.TabIndex = 5;
     this.lblRecvDate.Text     = "Received Date";
     //
     // lblRemarks
     //
     this.lblRemarks.Location = new System.Drawing.Point(12, 117);
     this.lblRemarks.Name     = "lblRemarks";
     this.lblRemarks.Size     = new System.Drawing.Size(67, 23);
     this.lblRemarks.TabIndex = 4;
     this.lblRemarks.Text     = "Remark(s)";
     //
     // lblRefNumber
     //
     this.lblRefNumber.Location = new System.Drawing.Point(12, 94);
     this.lblRefNumber.Name     = "lblRefNumber";
     this.lblRefNumber.Size     = new System.Drawing.Size(67, 23);
     this.lblRefNumber.TabIndex = 3;
     this.lblRefNumber.Text     = "REF#";
     //
     // lblSupplierNumber
     //
     this.lblSupplierNumber.Location = new System.Drawing.Point(12, 71);
     this.lblSupplierNumber.Name     = "lblSupplierNumber";
     this.lblSupplierNumber.Size     = new System.Drawing.Size(67, 23);
     this.lblSupplierNumber.TabIndex = 2;
     this.lblSupplierNumber.Text     = "Supplier#";
     //
     // lblOperator
     //
     this.lblOperator.Location = new System.Drawing.Point(12, 48);
     this.lblOperator.Name     = "lblOperator";
     this.lblOperator.Size     = new System.Drawing.Size(67, 23);
     this.lblOperator.TabIndex = 1;
     this.lblOperator.Text     = "Operator";
     //
     // lblLocationNumber
     //
     this.lblLocationNumber.Location = new System.Drawing.Point(12, 25);
     this.lblLocationNumber.Name     = "lblLocationNumber";
     this.lblLocationNumber.Size     = new System.Drawing.Size(67, 23);
     this.lblLocationNumber.TabIndex = 0;
     this.lblLocationNumber.Text     = "Loc#";
     //
     // lblFileSource
     //
     this.lblFileSource.Location = new System.Drawing.Point(12, 25);
     this.lblFileSource.Name     = "lblFileSource";
     this.lblFileSource.Size     = new System.Drawing.Size(67, 23);
     this.lblFileSource.TabIndex = 3;
     this.lblFileSource.Text     = "File Source";
     //
     // lblWorksheet
     //
     this.lblWorksheet.Location = new System.Drawing.Point(12, 48);
     this.lblWorksheet.Name     = "lblWorksheet";
     this.lblWorksheet.Size     = new System.Drawing.Size(67, 23);
     this.lblWorksheet.TabIndex = 4;
     this.lblWorksheet.Text     = "Worksheet";
     //
     // txtFileSource
     //
     this.txtFileSource.Enabled  = false;
     this.txtFileSource.Location = new System.Drawing.Point(85, 22);
     this.txtFileSource.Name     = "txtFileSource";
     this.txtFileSource.Size     = new System.Drawing.Size(232, 20);
     this.txtFileSource.TabIndex = 5;
     //
     // txtWorksheet
     //
     this.txtWorksheet.BackColor = System.Drawing.Color.LightYellow;
     this.txtWorksheet.Location  = new System.Drawing.Point(85, 45);
     this.txtWorksheet.Name      = "txtWorksheet";
     this.txtWorksheet.ReadOnly  = true;
     this.txtWorksheet.Size      = new System.Drawing.Size(232, 20);
     this.txtWorksheet.TabIndex  = 6;
     this.txtWorksheet.Text      = "CAP";
     //
     // btnBrowseExcelFile
     //
     this.btnBrowseExcelFile.Location = new System.Drawing.Point(323, 22);
     this.btnBrowseExcelFile.Name     = "btnBrowseExcelFile";
     this.btnBrowseExcelFile.Size     = new System.Drawing.Size(25, 23);
     this.btnBrowseExcelFile.TabIndex = 7;
     this.btnBrowseExcelFile.Text     = "...";
     this.btnBrowseExcelFile.Click   += new System.EventHandler(this.btnBrowseExcelFile_Click);
     //
     // btnInfo
     //
     this.btnInfo.Location = new System.Drawing.Point(357, 514);
     this.btnInfo.Name     = "btnInfo";
     this.btnInfo.Size     = new System.Drawing.Size(23, 23);
     this.btnInfo.TabIndex = 8;
     this.btnInfo.Text     = "?";
     this.btnInfo.Click   += new System.EventHandler(this.btnInfo_Click);
     //
     // btnGenerateTemplate
     //
     this.btnGenerateTemplate.Location = new System.Drawing.Point(372, 22);
     this.btnGenerateTemplate.Name     = "btnGenerateTemplate";
     this.btnGenerateTemplate.Size     = new System.Drawing.Size(150, 23);
     this.btnGenerateTemplate.TabIndex = 9;
     this.btnGenerateTemplate.Text     = "Generate Template File";
     this.btnGenerateTemplate.Click   += new System.EventHandler(this.btnGenerateTemplate_Click);
     //
     // btnImport
     //
     this.btnImport.Enabled  = false;
     this.btnImport.Location = new System.Drawing.Point(388, 514);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex = 10;
     this.btnImport.Text     = "Import";
     this.btnImport.Click   += new System.EventHandler(this.btnImport_Click);
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(471, 514);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(75, 23);
     this.btnExit.TabIndex = 11;
     this.btnExit.Text     = "Exit";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // folderBrowserDialog
     //
     this.folderBrowserDialog.RootFolder = System.Environment.SpecialFolder.Desktop;
     this.folderBrowserDialog.Closed    += new System.EventHandler(this.folderBrowserDialog_Closed);
     //
     // openFileDialog
     //
     this.openFileDialog.Filter  = "Excel files|*.xls;*xlsx";
     this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
     //
     // tabCAPXLSImport
     //
     this.tabCAPXLSImport.Controls.Add(this.tbWorksheet);
     this.tabCAPXLSImport.Controls.Add(this.tbSettings);
     this.tabCAPXLSImport.Location      = new System.Drawing.Point(12, 12);
     this.tabCAPXLSImport.Multiline     = false;
     this.tabCAPXLSImport.Name          = "tabCAPXLSImport";
     this.tabCAPXLSImport.SelectedIndex = 0;
     this.tabCAPXLSImport.Size          = new System.Drawing.Size(548, 494);
     this.tabCAPXLSImport.TabIndex      = 9;
     //
     // tbSettings
     //
     this.tbSettings.Controls.Add(this.groupBox1);
     this.tbSettings.Controls.Add(this.groupBox2);
     this.tbSettings.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.tbSettings.Location = new System.Drawing.Point(4, 22);
     this.tbSettings.Name     = "tbSettings";
     this.tbSettings.Size     = new System.Drawing.Size(192, 74);
     this.tbSettings.TabIndex = 1;
     this.tbSettings.Text     = "Settings";
     //
     // tbWorksheet
     //
     this.tbWorksheet.Controls.Add(this.groupBox3);
     this.tbWorksheet.Controls.Add(this.groupBox4);
     this.tbWorksheet.Controls.Add(this.groupBox5);
     this.tbWorksheet.Dock     = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.tbWorksheet.Location = new System.Drawing.Point(4, 22);
     this.tbWorksheet.Name     = "tbWorksheet";
     this.tbWorksheet.Size     = new System.Drawing.Size(192, 74);
     this.tbWorksheet.TabIndex = 0;
     this.tbWorksheet.Text     = "Worksheet";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.lblFileSource);
     this.groupBox4.Controls.Add(this.txtFileSource);
     this.groupBox4.Controls.Add(this.btnGenerateTemplate);
     this.groupBox4.Controls.Add(this.txtWorksheet);
     this.groupBox4.Controls.Add(this.btnBrowseExcelFile);
     this.groupBox4.Controls.Add(this.lblWorksheet);
     this.groupBox4.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox4.Location  = new System.Drawing.Point(6, 156);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(528, 75);
     this.groupBox4.TabIndex  = 11;
     this.groupBox4.Text      = "Select File";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.lvDetailsList);
     this.groupBox5.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox5.Location  = new System.Drawing.Point(6, 237);
     this.groupBox5.Name      = "groupBox5";
     this.groupBox5.Size      = new System.Drawing.Size(528, 225);
     this.groupBox5.TabIndex  = 12;
     this.groupBox5.Text      = "Details";
     //
     // lvDetailsList
     //
     this.lvDetailsList.Columns.AddRange(new Gizmox.WebGUI.Forms.ColumnHeader[] {
         this.colLN,
         this.colStatus,
         this.colStockCode,
         this.colAppendix1,
         this.colAppendix2,
         this.colAppendix3,
         this.colCost,
         this.colCostBase,
         this.colQty,
         this.colClass1,
         this.colClass2,
         this.colClass3,
         this.colClass4,
         this.colClass5,
         this.colClass6,
         this.colProductName,
         this.colRemarks,
         this.colRemark1,
         this.colRemark2,
         this.colRemark3,
         this.colRemark4,
         this.colRemark5,
         this.colRemark6,
         this.colRetailPrice,
         this.colRetailDiscount,
         this.colDiscountItem,
         this.colProductId
     });
     this.lvDetailsList.DataMember   = null;
     this.lvDetailsList.ItemsPerPage = 20;
     this.lvDetailsList.Location     = new System.Drawing.Point(6, 19);
     this.lvDetailsList.Name         = "lvDetailsList";
     this.lvDetailsList.Size         = new System.Drawing.Size(516, 200);
     this.lvDetailsList.TabIndex     = 0;
     this.lvDetailsList.TabStop      = false;
     this.lvDetailsList.DoubleClick += new System.EventHandler(this.lvDetailsList_DoubleClick);
     //
     // colLN
     //
     this.colLN.Image     = null;
     this.colLN.Text      = "LN";
     this.colLN.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Center;
     this.colLN.Width     = 30;
     //
     // colStatus
     //
     this.colStatus.Image = null;
     this.colStatus.Text  = "";
     this.colStatus.Type  = Gizmox.WebGUI.Forms.ListViewColumnType.Icon;
     this.colStatus.Width = 16;
     //
     // colStockCode
     //
     this.colStockCode.Image = null;
     this.colStockCode.Text  = "Stock Code";
     this.colStockCode.Width = 80;
     //
     // colAppendix1
     //
     this.colAppendix1.Image = null;
     this.colAppendix1.Text  = "SEASON";
     this.colAppendix1.Width = 50;
     //
     // colAppendix2
     //
     this.colAppendix2.Image = null;
     this.colAppendix2.Text  = "COLOR";
     this.colAppendix2.Width = 50;
     //
     // colAppendix3
     //
     this.colAppendix3.Image = null;
     this.colAppendix3.Text  = "SIZE";
     this.colAppendix3.Width = 50;
     //
     // colProductName
     //
     this.colProductName.Image = null;
     this.colProductName.Text  = "Product Name";
     this.colProductName.Width = 150;
     //
     // colQty
     //
     this.colQty.Image     = null;
     this.colQty.Text      = "Qty";
     this.colQty.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colQty.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colQty.Width     = 30;
     //
     // colRetailPrice
     //
     this.colRetailPrice.Image     = null;
     this.colRetailPrice.Text      = "Retail Price";
     this.colRetailPrice.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colRetailPrice.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colRetailPrice.Width     = 50;
     //
     // colCost
     //
     this.colCost.Image     = null;
     this.colCost.Text      = "Cost";
     this.colCost.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colCost.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colCost.Width     = 70;
     //
     // colProductId
     //
     this.colProductId.Image   = null;
     this.colProductId.Text    = "ProductId";
     this.colProductId.Visible = false;
     this.colProductId.Width   = 150;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8F);
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(6, 176);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(67, 23);
     this.label1.TabIndex  = 4;
     this.label1.TabStop   = true;
     this.label1.Text      = "Worksheet";
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8F);
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(6, 153);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(67, 23);
     this.label2.TabIndex  = 3;
     this.label2.TabStop   = true;
     this.label2.Text      = "File Source";
     //
     // textBox2
     //
     this.textBox2.BackColor = System.Drawing.Color.White;
     this.textBox2.Font      = new System.Drawing.Font("Tahoma", 8F);
     this.textBox2.ForeColor = System.Drawing.Color.Black;
     this.textBox2.Location  = new System.Drawing.Point(79, 150);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(232, 20);
     this.textBox2.TabIndex  = 5;
     //
     // colRemark1
     //
     this.colRemark1.Image = null;
     this.colRemark1.Text  = "Remark1";
     this.colRemark1.Width = 100;
     //
     // colClass1
     //
     this.colClass1.Image = null;
     this.colClass1.Text  = "Class1";
     this.colClass1.Width = 50;
     //
     // colClass2
     //
     this.colClass2.Image = null;
     this.colClass2.Text  = "Class2";
     this.colClass2.Width = 50;
     //
     // colClass3
     //
     this.colClass3.Image = null;
     this.colClass3.Text  = "Class3";
     this.colClass3.Width = 50;
     //
     // colClass4
     //
     this.colClass4.Image = null;
     this.colClass4.Text  = "Class4";
     this.colClass4.Width = 50;
     //
     // colClass5
     //
     this.colClass5.Image = null;
     this.colClass5.Text  = "Class5";
     this.colClass5.Width = 50;
     //
     // colClass6
     //
     this.colClass6.Image = null;
     this.colClass6.Text  = "Class6";
     this.colClass6.Width = 50;
     //
     // colRemarks
     //
     this.colRemarks.Image = null;
     this.colRemarks.Text  = "Remarks";
     this.colRemarks.Width = 150;
     //
     // colRemark2
     //
     this.colRemark2.Image = null;
     this.colRemark2.Text  = "Remark2";
     this.colRemark2.Width = 100;
     //
     // colRemark3
     //
     this.colRemark3.Image = null;
     this.colRemark3.Text  = "Remark3";
     this.colRemark3.Width = 100;
     //
     // colRemark4
     //
     this.colRemark4.Image = null;
     this.colRemark4.Text  = "Remark4";
     this.colRemark4.Width = 100;
     //
     // colRemark5
     //
     this.colRemark5.Image = null;
     this.colRemark5.Text  = "Remark5";
     this.colRemark5.Width = 100;
     //
     // colRemark6
     //
     this.colRemark6.Image = null;
     this.colRemark6.Text  = "Remark6";
     this.colRemark6.Width = 100;
     //
     // colRetailDiscount
     //
     this.colRetailDiscount.Image     = null;
     this.colRetailDiscount.Text      = "Retail Discount";
     this.colRetailDiscount.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colRetailDiscount.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colRetailDiscount.Width     = 50;
     //
     // colDiscountItem
     //
     this.colDiscountItem.Image     = null;
     this.colDiscountItem.Text      = "Discount for Discount Item";
     this.colDiscountItem.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colDiscountItem.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colDiscountItem.Width     = 50;
     //
     // colCostBase
     //
     this.colCostBase.Image     = null;
     this.colCostBase.Text      = "Cost Base";
     this.colCostBase.TextAlign = Gizmox.WebGUI.Forms.HorizontalAlignment.Right;
     this.colCostBase.Type      = Gizmox.WebGUI.Forms.ListViewColumnType.Number;
     this.colCostBase.Width     = 70;
     //
     // ImportXls
     //
     this.Controls.Add(this.tabCAPXLSImport);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnImport);
     this.Controls.Add(this.btnInfo);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Size          = new System.Drawing.Size(571, 547);
     this.StartPosition = Gizmox.WebGUI.Forms.FormStartPosition.CenterParent;
     this.Text          = "Import CAP Worksheet from Excel file";
     this.ResumeLayout(false);
 }