using System.Drawing;
namespace AVS
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.lbl_ScanDateTime = new System.Windows.Forms.Label();
this.txt_barcode = new System.Windows.Forms.TextBox();
this.lblBarcode = new System.Windows.Forms.Label();
this.lbl_fnsku = new System.Windows.Forms.Label();
this.lbl_title = new System.Windows.Forms.Label();
this.panel_blue = new System.Windows.Forms.Panel();
this.lbl_msg = new System.Windows.Forms.Label();
this.pb_blue = new System.Windows.Forms.PictureBox();
this.btn_post_data = new System.Windows.Forms.Button();
this.lbl_weight = new System.Windows.Forms.Label();
this.lbl_hold_weight = new System.Windows.Forms.Label();
this.txt_weight = new System.Windows.Forms.Label();
this.pb_red = new System.Windows.Forms.PictureBox();
this.btn_reset_port = new System.Windows.Forms.Button();
this.timer_weighing = new System.Windows.Forms.Timer(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.txt_sku = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.lb_sysIp = new System.Windows.Forms.Label();
this.btn_upload = new MaterialSkin.Controls.MaterialRaisedButton();
this.lbl_netWeight = new System.Windows.Forms.Label();
this.lbl_color = new System.Windows.Forms.Label();
this.lbl_detail = new System.Windows.Forms.Label();
this.lbl_sku = new System.Windows.Forms.Label();
this.lbl_size = new System.Windows.Forms.Label();
this.btn_update = new System.Windows.Forms.Button();
this.lbl_ship_from = new System.Windows.Forms.Label();
this.lbl_ship_to = new System.Windows.Forms.Label();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.btn_close = new System.Windows.Forms.Button();
this.btn_logout = new System.Windows.Forms.Button();
this.btn_minimize = new System.Windows.Forms.Button();
this.lbl_username = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.lbl_market_place = new System.Windows.Forms.Label();
this.lbl_error = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.btn_delete = new System.Windows.Forms.Button();
this.lbl_marketplace = new System.Windows.Forms.Label();
this.cb_marketplace = new System.Windows.Forms.ComboBox();
this.txt_search = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.txt_seal_no = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.lbl_boxCount = new System.Windows.Forms.Label();
this.txt_vehicle_no = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.lbl_item_box = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lbl_counter = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.userTextBox = new System.Windows.Forms.Label();
this.lbl_ver = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pb_blue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pb_red)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// lbl_ScanDateTime
//
this.lbl_ScanDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_ScanDateTime.AutoSize = true;
this.lbl_ScanDateTime.BackColor = System.Drawing.Color.Transparent;
this.lbl_ScanDateTime.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_ScanDateTime.ForeColor = System.Drawing.Color.Maroon;
this.lbl_ScanDateTime.Location = new System.Drawing.Point(106, 4);
this.lbl_ScanDateTime.Name = "lbl_ScanDateTime";
this.lbl_ScanDateTime.Size = new System.Drawing.Size(93, 23);
this.lbl_ScanDateTime.TabIndex = 10;
this.lbl_ScanDateTime.Text = "Scan time :";
//
// txt_barcode
//
this.txt_barcode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.txt_barcode.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.txt_barcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.txt_barcode.Location = new System.Drawing.Point(106, 30);
this.txt_barcode.MaxLength = 10;
this.txt_barcode.Name = "txt_barcode";
this.txt_barcode.Size = new System.Drawing.Size(295, 24);
this.txt_barcode.TabIndex = 16;
this.txt_barcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_barcode_KeyPress);
//
// lblBarcode
//
this.lblBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblBarcode.AutoSize = true;
this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
this.lblBarcode.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lblBarcode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblBarcode.Location = new System.Drawing.Point(10, 31);
this.lblBarcode.Name = "lblBarcode";
this.lblBarcode.Size = new System.Drawing.Size(92, 22);
this.lblBarcode.TabIndex = 17;
this.lblBarcode.Text = "FNSKU : ";
//
// lbl_fnsku
//
this.lbl_fnsku.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_fnsku.AutoSize = true;
this.lbl_fnsku.BackColor = System.Drawing.Color.Transparent;
this.lbl_fnsku.Font = new System.Drawing.Font("Arial Narrow", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point);
this.lbl_fnsku.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_fnsku.Location = new System.Drawing.Point(407, 33);
this.lbl_fnsku.Name = "lbl_fnsku";
this.lbl_fnsku.Size = new System.Drawing.Size(0, 20);
this.lbl_fnsku.TabIndex = 18;
//
// lbl_title
//
this.lbl_title.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_title.AutoSize = true;
this.lbl_title.BackColor = System.Drawing.Color.Transparent;
this.lbl_title.Font = new System.Drawing.Font("Algerian", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lbl_title.ForeColor = System.Drawing.Color.WhiteSmoke;
this.lbl_title.Location = new System.Drawing.Point(9, 3);
this.lbl_title.Name = "lbl_title";
this.lbl_title.Size = new System.Drawing.Size(411, 30);
this.lbl_title.TabIndex = 20;
this.lbl_title.Text = "Article Verification System";
this.lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel_blue
//
this.panel_blue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel_blue.AutoSize = true;
this.panel_blue.BackColor = System.Drawing.SystemColors.Highlight;
this.panel_blue.Location = new System.Drawing.Point(2, 843);
this.panel_blue.Name = "panel_blue";
this.panel_blue.Size = new System.Drawing.Size(1240, 12);
this.panel_blue.TabIndex = 21;
//
// lbl_msg
//
this.lbl_msg.AutoSize = true;
this.lbl_msg.Location = new System.Drawing.Point(16, 827);
this.lbl_msg.Name = "lbl_msg";
this.lbl_msg.Size = new System.Drawing.Size(11, 13);
this.lbl_msg.TabIndex = 56;
this.lbl_msg.Text = "-";
//
// pb_blue
//
this.pb_blue.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pb_blue.BackgroundImage = global::AVS.Resource.blue;
this.pb_blue.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pb_blue.Location = new System.Drawing.Point(1175, 776);
this.pb_blue.Name = "pb_blue";
this.pb_blue.Size = new System.Drawing.Size(56, 50);
this.pb_blue.TabIndex = 23;
this.pb_blue.TabStop = false;
this.pb_blue.Visible = false;
//
// btn_post_data
//
this.btn_post_data.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_post_data.Location = new System.Drawing.Point(924, 775);
this.btn_post_data.Name = "btn_post_data";
this.btn_post_data.Size = new System.Drawing.Size(126, 50);
this.btn_post_data.TabIndex = 53;
this.btn_post_data.Text = "POST DATA";
this.btn_post_data.UseVisualStyleBackColor = true;
this.btn_post_data.Click += new System.EventHandler(this.btn_post_data_Click);
//
// lbl_weight
//
this.lbl_weight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_weight.AutoSize = true;
this.lbl_weight.BackColor = System.Drawing.SystemColors.Highlight;
this.lbl_weight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbl_weight.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lbl_weight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_weight.Location = new System.Drawing.Point(12, 778);
this.lbl_weight.Name = "lbl_weight";
this.lbl_weight.Size = new System.Drawing.Size(207, 47);
this.lbl_weight.TabIndex = 25;
this.lbl_weight.Text = "Live weight :";
//
// lbl_hold_weight
//
this.lbl_hold_weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_hold_weight.AutoSize = true;
this.lbl_hold_weight.BackColor = System.Drawing.SystemColors.Highlight;
this.lbl_hold_weight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbl_hold_weight.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_hold_weight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_hold_weight.Location = new System.Drawing.Point(806, 778);
this.lbl_hold_weight.Name = "lbl_hold_weight";
this.lbl_hold_weight.Size = new System.Drawing.Size(41, 47);
this.lbl_hold_weight.TabIndex = 47;
this.lbl_hold_weight.Text = "0";
//
// txt_weight
//
this.txt_weight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.txt_weight.AutoSize = true;
this.txt_weight.BackColor = System.Drawing.SystemColors.Highlight;
this.txt_weight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.txt_weight.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.txt_weight.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.txt_weight.Location = new System.Drawing.Point(225, 778);
this.txt_weight.Name = "txt_weight";
this.txt_weight.Size = new System.Drawing.Size(41, 47);
this.txt_weight.TabIndex = 26;
this.txt_weight.Text = "0";
//
// pb_red
//
this.pb_red.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pb_red.BackgroundImage = global::AVS.Resource.red;
this.pb_red.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pb_red.Location = new System.Drawing.Point(1174, 776);
this.pb_red.Name = "pb_red";
this.pb_red.Size = new System.Drawing.Size(56, 50);
this.pb_red.TabIndex = 22;
this.pb_red.TabStop = false;
//
// btn_reset_port
//
this.btn_reset_port.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_reset_port.BackColor = System.Drawing.Color.DarkGreen;
this.btn_reset_port.FlatAppearance.BorderSize = 0;
this.btn_reset_port.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_reset_port.ForeColor = System.Drawing.Color.White;
this.btn_reset_port.Location = new System.Drawing.Point(1044, 220);
this.btn_reset_port.Name = "btn_reset_port";
this.btn_reset_port.Size = new System.Drawing.Size(170, 23);
this.btn_reset_port.TabIndex = 57;
this.btn_reset_port.Text = "RESET PORT";
this.btn_reset_port.UseVisualStyleBackColor = false;
this.btn_reset_port.Click += new System.EventHandler(this.btn_reset_port_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// dataGridView
//
this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView.BackgroundColor = System.Drawing.Color.White;
this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowFrame;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.GrayText;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView.Location = new System.Drawing.Point(11, 77);
this.dataGridView.Name = "dataGridView";
this.dataGridView.ReadOnly = true;
this.dataGridView.Size = new System.Drawing.Size(771, 312);
this.dataGridView.TabIndex = 29;
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
//
// txt_sku
//
this.txt_sku.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txt_sku.BackColor = System.Drawing.Color.White;
this.txt_sku.Depth = 0;
this.txt_sku.Hint = "Type SKU";
this.txt_sku.Location = new System.Drawing.Point(11, 22);
this.txt_sku.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_sku.Name = "txt_sku";
this.txt_sku.PasswordChar = '\0';
this.txt_sku.SelectedText = "";
this.txt_sku.SelectionLength = 0;
this.txt_sku.SelectionStart = 0;
this.txt_sku.Size = new System.Drawing.Size(321, 23);
this.txt_sku.TabIndex = 30;
this.txt_sku.UseSystemPasswordChar = false;
this.txt_sku.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_sku_KeyPress);
//
// lb_sysIp
//
this.lb_sysIp.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lb_sysIp.AutoSize = true;
this.lb_sysIp.BackColor = System.Drawing.Color.Transparent;
this.lb_sysIp.Font = new System.Drawing.Font("Algerian", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lb_sysIp.ForeColor = System.Drawing.Color.WhiteSmoke;
this.lb_sysIp.Location = new System.Drawing.Point(955, 3);
this.lb_sysIp.Name = "lb_sysIp";
this.lb_sysIp.Size = new System.Drawing.Size(27, 21);
this.lb_sysIp.TabIndex = 31;
this.lb_sysIp.Text = "ip";
this.lb_sysIp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_upload
//
this.btn_upload.Depth = 0;
this.btn_upload.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.btn_upload.ForeColor = System.Drawing.SystemColors.ControlText;
this.btn_upload.Location = new System.Drawing.Point(704, 3);
this.btn_upload.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.btn_upload.MouseState = MaterialSkin.MouseState.HOVER;
this.btn_upload.Name = "btn_upload";
this.btn_upload.Primary = true;
this.btn_upload.Size = new System.Drawing.Size(88, 38);
this.btn_upload.TabIndex = 35;
this.btn_upload.Text = "SAVE";
this.btn_upload.UseVisualStyleBackColor = true;
this.btn_upload.Visible = false;
//
// lbl_netWeight
//
this.lbl_netWeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_netWeight.AutoSize = true;
this.lbl_netWeight.BackColor = System.Drawing.Color.Silver;
this.lbl_netWeight.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_netWeight.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_netWeight.Location = new System.Drawing.Point(23, 712);
this.lbl_netWeight.Name = "lbl_netWeight";
this.lbl_netWeight.Size = new System.Drawing.Size(118, 22);
this.lbl_netWeight.TabIndex = 11;
this.lbl_netWeight.Text = "Net weight :";
//
// lbl_color
//
this.lbl_color.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_color.AutoSize = true;
this.lbl_color.BackColor = System.Drawing.Color.Silver;
this.lbl_color.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_color.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_color.Location = new System.Drawing.Point(23, 646);
this.lbl_color.Name = "lbl_color";
this.lbl_color.Size = new System.Drawing.Size(73, 22);
this.lbl_color.TabIndex = 36;
this.lbl_color.Text = "Color :";
//
// lbl_detail
//
this.lbl_detail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_detail.BackColor = System.Drawing.Color.Silver;
this.lbl_detail.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_detail.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_detail.Location = new System.Drawing.Point(23, 602);
this.lbl_detail.Name = "lbl_detail";
this.lbl_detail.Size = new System.Drawing.Size(1204, 22);
this.lbl_detail.TabIndex = 12;
this.lbl_detail.Text = "Title :";
//
// lbl_sku
//
this.lbl_sku.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_sku.AutoSize = true;
this.lbl_sku.BackColor = System.Drawing.Color.Silver;
this.lbl_sku.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_sku.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_sku.Location = new System.Drawing.Point(23, 624);
this.lbl_sku.Name = "lbl_sku";
this.lbl_sku.Size = new System.Drawing.Size(58, 22);
this.lbl_sku.TabIndex = 13;
this.lbl_sku.Text = "Sku :";
//
// lbl_size
//
this.lbl_size.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_size.AutoSize = true;
this.lbl_size.BackColor = System.Drawing.Color.Silver;
this.lbl_size.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_size.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_size.Location = new System.Drawing.Point(23, 668);
this.lbl_size.Name = "lbl_size";
this.lbl_size.Size = new System.Drawing.Size(61, 22);
this.lbl_size.TabIndex = 37;
this.lbl_size.Text = "Size :";
//
// btn_update
//
this.btn_update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btn_update.FlatAppearance.BorderSize = 0;
this.btn_update.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btn_update.ForeColor = System.Drawing.SystemColors.HighlightText;
this.btn_update.Location = new System.Drawing.Point(704, 42);
this.btn_update.Name = "btn_update";
this.btn_update.Size = new System.Drawing.Size(88, 38);
this.btn_update.TabIndex = 40;
this.btn_update.Text = "UPDATE";
this.btn_update.UseVisualStyleBackColor = false;
this.btn_update.Visible = false;
this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
//
// lbl_ship_from
//
this.lbl_ship_from.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_ship_from.AutoSize = true;
this.lbl_ship_from.BackColor = System.Drawing.Color.Silver;
this.lbl_ship_from.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_ship_from.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_ship_from.Location = new System.Drawing.Point(10, 439);
this.lbl_ship_from.Name = "lbl_ship_from";
this.lbl_ship_from.Size = new System.Drawing.Size(0, 22);
this.lbl_ship_from.TabIndex = 41;
this.lbl_ship_from.Visible = false;
//
// lbl_ship_to
//
this.lbl_ship_to.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_ship_to.AutoSize = true;
this.lbl_ship_to.BackColor = System.Drawing.Color.Silver;
this.lbl_ship_to.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_ship_to.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_ship_to.Location = new System.Drawing.Point(23, 690);
this.lbl_ship_to.Name = "lbl_ship_to";
this.lbl_ship_to.Size = new System.Drawing.Size(0, 22);
this.lbl_ship_to.TabIndex = 42;
this.lbl_ship_to.Visible = false;
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// btn_close
//
this.btn_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_close.BackColor = System.Drawing.SystemColors.Highlight;
this.btn_close.BackgroundImage = global::AVS.Resource.close_icon_13577;
this.btn_close.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btn_close.FlatAppearance.BorderColor = System.Drawing.SystemColors.Highlight;
this.btn_close.FlatAppearance.BorderSize = 0;
this.btn_close.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight;
this.btn_close.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Highlight;
this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_close.Location = new System.Drawing.Point(1206, 3);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(36, 21);
this.btn_close.TabIndex = 43;
this.btn_close.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btn_close.UseVisualStyleBackColor = false;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// btn_logout
//
this.btn_logout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_logout.BackColor = System.Drawing.SystemColors.Highlight;
this.btn_logout.BackgroundImage = global::AVS.Resource.pngwing_com;
this.btn_logout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btn_logout.FlatAppearance.BorderColor = System.Drawing.SystemColors.Highlight;
this.btn_logout.FlatAppearance.BorderSize = 0;
this.btn_logout.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight;
this.btn_logout.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Highlight;
this.btn_logout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_logout.Location = new System.Drawing.Point(1142, 3);
this.btn_logout.Name = "btn_logout";
this.btn_logout.Size = new System.Drawing.Size(36, 21);
this.btn_logout.TabIndex = 44;
this.btn_logout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btn_logout.UseVisualStyleBackColor = false;
this.btn_logout.Click += new System.EventHandler(this.btn_logout_LinkClicked);
//
// btn_minimize
//
this.btn_minimize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_minimize.BackColor = System.Drawing.Color.Transparent;
this.btn_minimize.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btn_minimize.FlatAppearance.BorderColor = System.Drawing.SystemColors.Highlight;
this.btn_minimize.FlatAppearance.BorderSize = 0;
this.btn_minimize.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Highlight;
this.btn_minimize.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Highlight;
this.btn_minimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_minimize.Font = new System.Drawing.Font("Algerian", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.btn_minimize.Location = new System.Drawing.Point(1177, 1);
this.btn_minimize.Name = "btn_minimize";
this.btn_minimize.Size = new System.Drawing.Size(28, 23);
this.btn_minimize.TabIndex = 45;
this.btn_minimize.Text = "-";
this.btn_minimize.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btn_minimize.UseVisualStyleBackColor = false;
this.btn_minimize.Click += new System.EventHandler(this.btn_minimize_Click);
//
// lbl_username
//
this.lbl_username.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_username.AutoSize = true;
this.lbl_username.BackColor = System.Drawing.Color.Transparent;
this.lbl_username.Font = new System.Drawing.Font("Algerian", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lbl_username.ForeColor = System.Drawing.Color.WhiteSmoke;
this.lbl_username.Location = new System.Drawing.Point(12, 33);
this.lbl_username.Name = "lbl_username";
this.lbl_username.Size = new System.Drawing.Size(108, 21);
this.lbl_username.TabIndex = 46;
this.lbl_username.Text = "Username";
this.lbl_username.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.btn_reset_port);
this.panel1.Controls.Add(this.lbl_market_place);
this.panel1.Controls.Add(this.lbl_error);
this.panel1.Controls.Add(this.lbl_fnsku);
this.panel1.Controls.Add(this.lbl_ship_from);
this.panel1.Controls.Add(this.lblBarcode);
this.panel1.Controls.Add(this.txt_barcode);
this.panel1.Controls.Add(this.lbl_ScanDateTime);
this.panel1.Location = new System.Drawing.Point(12, 518);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1219, 248);
this.panel1.TabIndex = 50;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// lbl_market_place
//
this.lbl_market_place.AutoSize = true;
this.lbl_market_place.Location = new System.Drawing.Point(507, 55);
this.lbl_market_place.Name = "lbl_market_place";
this.lbl_market_place.Size = new System.Drawing.Size(11, 13);
this.lbl_market_place.TabIndex = 43;
this.lbl_market_place.Text = ".";
//
// lbl_error
//
this.lbl_error.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_error.AutoSize = true;
this.lbl_error.BackColor = System.Drawing.Color.White;
this.lbl_error.Font = new System.Drawing.Font("Arial Narrow", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_error.ForeColor = System.Drawing.Color.Red;
this.lbl_error.Location = new System.Drawing.Point(761, 430);
this.lbl_error.Name = "lbl_error";
this.lbl_error.Size = new System.Drawing.Size(73, 33);
this.lbl_error.TabIndex = 42;
this.lbl_error.Text = "Error";
this.lbl_error.Visible = false;
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.BackColor = System.Drawing.Color.Silver;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.btn_delete);
this.panel2.Controls.Add(this.lbl_marketplace);
this.panel2.Controls.Add(this.cb_marketplace);
this.panel2.Controls.Add(this.txt_search);
this.panel2.Controls.Add(this.dataGridView);
this.panel2.Controls.Add(this.txt_sku);
this.panel2.Controls.Add(this.btn_update);
this.panel2.Controls.Add(this.btn_upload);
this.panel2.Location = new System.Drawing.Point(12, 71);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(812, 432);
this.panel2.TabIndex = 51;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// btn_delete
//
this.btn_delete.Location = new System.Drawing.Point(733, 402);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(75, 23);
this.btn_delete.TabIndex = 50;
this.btn_delete.Text = "Delete";
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// lbl_marketplace
//
this.lbl_marketplace.AutoSize = true;
this.lbl_marketplace.Location = new System.Drawing.Point(540, 27);
this.lbl_marketplace.Name = "lbl_marketplace";
this.lbl_marketplace.Size = new System.Drawing.Size(81, 13);
this.lbl_marketplace.TabIndex = 49;
this.lbl_marketplace.Text = "Marketplace-";
//
// cb_marketplace
//
this.cb_marketplace.FormattingEnabled = true;
this.cb_marketplace.Location = new System.Drawing.Point(622, 24);
this.cb_marketplace.Name = "cb_marketplace";
this.cb_marketplace.Size = new System.Drawing.Size(184, 21);
this.cb_marketplace.TabIndex = 48;
//
// txt_search
//
this.txt_search.BackColor = System.Drawing.Color.White;
this.txt_search.Depth = 0;
this.txt_search.Hint = "Search here";
this.txt_search.Location = new System.Drawing.Point(10, 48);
this.txt_search.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_search.Name = "txt_search";
this.txt_search.PasswordChar = '\0';
this.txt_search.SelectedText = "";
this.txt_search.SelectionLength = 0;
this.txt_search.SelectionStart = 0;
this.txt_search.Size = new System.Drawing.Size(214, 23);
this.txt_search.TabIndex = 47;
this.txt_search.UseSystemPasswordChar = false;
this.txt_search.TextChanged += new System.EventHandler(this.txt_search_TextChanged);
//
// txt_seal_no
//
this.txt_seal_no.Depth = 0;
this.txt_seal_no.Hint = "SEAL NO";
this.txt_seal_no.Location = new System.Drawing.Point(8, 372);
this.txt_seal_no.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_seal_no.Name = "txt_seal_no";
this.txt_seal_no.PasswordChar = '\0';
this.txt_seal_no.SelectedText = "";
this.txt_seal_no.SelectionLength = 0;
this.txt_seal_no.SelectionStart = 0;
this.txt_seal_no.Size = new System.Drawing.Size(163, 23);
this.txt_seal_no.TabIndex = 48;
this.txt_seal_no.UseSystemPasswordChar = false;
this.txt_seal_no.Visible = false;
//
// lbl_boxCount
//
this.lbl_boxCount.AutoSize = true;
this.lbl_boxCount.BackColor = System.Drawing.Color.Transparent;
this.lbl_boxCount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbl_boxCount.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_boxCount.ForeColor = System.Drawing.Color.Black;
this.lbl_boxCount.Location = new System.Drawing.Point(33, 46);
this.lbl_boxCount.Name = "lbl_boxCount";
this.lbl_boxCount.Size = new System.Drawing.Size(219, 39);
this.lbl_boxCount.TabIndex = 28;
this.lbl_boxCount.Text = "Box count : 0";
//
// txt_vehicle_no
//
this.txt_vehicle_no.Depth = 0;
this.txt_vehicle_no.Hint = "VEHICLE NO";
this.txt_vehicle_no.Location = new System.Drawing.Point(8, 343);
this.txt_vehicle_no.MouseState = MaterialSkin.MouseState.HOVER;
this.txt_vehicle_no.Name = "txt_vehicle_no";
this.txt_vehicle_no.PasswordChar = '\0';
this.txt_vehicle_no.SelectedText = "";
this.txt_vehicle_no.SelectionLength = 0;
this.txt_vehicle_no.SelectionStart = 0;
this.txt_vehicle_no.Size = new System.Drawing.Size(163, 23);
this.txt_vehicle_no.TabIndex = 49;
this.txt_vehicle_no.UseSystemPasswordChar = false;
this.txt_vehicle_no.Visible = false;
//
// lbl_item_box
//
this.lbl_item_box.AutoSize = true;
this.lbl_item_box.BackColor = System.Drawing.Color.Transparent;
this.lbl_item_box.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbl_item_box.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_item_box.ForeColor = System.Drawing.Color.Black;
this.lbl_item_box.Location = new System.Drawing.Point(33, 87);
this.lbl_item_box.Name = "lbl_item_box";
this.lbl_item_box.Size = new System.Drawing.Size(254, 39);
this.lbl_item_box.TabIndex = 15;
this.lbl_item_box.Text = "Item per box : 0";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Arial Narrow", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point);
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(416, 614);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 20);
this.label1.TabIndex = 18;
//
// lbl_counter
//
this.lbl_counter.AutoSize = true;
this.lbl_counter.BackColor = System.Drawing.Color.Transparent;
this.lbl_counter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lbl_counter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lbl_counter.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_counter.ForeColor = System.Drawing.Color.Black;
this.lbl_counter.Location = new System.Drawing.Point(33, 3);
this.lbl_counter.Name = "lbl_counter";
this.lbl_counter.Size = new System.Drawing.Size(225, 39);
this.lbl_counter.TabIndex = 14;
this.lbl_counter.Text = "Item count : 0";
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.BackColor = System.Drawing.Color.Silver;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.lbl_counter);
this.panel3.Controls.Add(this.lbl_item_box);
this.panel3.Controls.Add(this.lbl_boxCount);
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.txt_vehicle_no);
this.panel3.Controls.Add(this.txt_seal_no);
this.panel3.Location = new System.Drawing.Point(836, 71);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(391, 432);
this.panel3.TabIndex = 52;
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// userTextBox
//
this.userTextBox.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.userTextBox.AutoSize = true;
this.userTextBox.BackColor = System.Drawing.Color.Transparent;
this.userTextBox.Font = new System.Drawing.Font("Algerian", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.userTextBox.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.userTextBox.Location = new System.Drawing.Point(957, 33);
this.userTextBox.Name = "userTextBox";
this.userTextBox.Size = new System.Drawing.Size(16, 21);
this.userTextBox.TabIndex = 54;
this.userTextBox.Text = "-";
//
// lbl_ver
//
this.lbl_ver.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_ver.AutoSize = true;
this.lbl_ver.Location = new System.Drawing.Point(1151, 829);
this.lbl_ver.Name = "lbl_ver";
this.lbl_ver.Size = new System.Drawing.Size(53, 13);
this.lbl_ver.TabIndex = 57;
this.lbl_ver.Text = "Version-";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1243, 856);
this.Controls.Add(this.lbl_ver);
this.Controls.Add(this.lbl_msg);
this.Controls.Add(this.pb_blue);
this.Controls.Add(this.pb_red);
this.Controls.Add(this.lbl_weight);
this.Controls.Add(this.txt_weight);
this.Controls.Add(this.userTextBox);
this.Controls.Add(this.btn_post_data);
this.Controls.Add(this.lb_sysIp);
this.Controls.Add(this.lbl_username);
this.Controls.Add(this.btn_minimize);
this.Controls.Add(this.lbl_hold_weight);
this.Controls.Add(this.btn_logout);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.panel_blue);
this.Controls.Add(this.lbl_title);
this.Controls.Add(this.lbl_color);
this.Controls.Add(this.lbl_detail);
this.Controls.Add(this.lbl_size);
this.Controls.Add(this.lbl_ship_to);
this.Controls.Add(this.lbl_netWeight);
this.Controls.Add(this.lbl_sku);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.Name = "MainForm";
this.Sizable = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pb_blue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pb_red)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_ScanDateTime;
private System.Windows.Forms.TextBox txt_barcode;
private System.Windows.Forms.Label lblBarcode;
private System.Windows.Forms.Label lbl_fnsku;
private System.Windows.Forms.Label lbl_title;
private System.Windows.Forms.Panel panel_blue;
private System.Windows.Forms.PictureBox pb_red;
private System.Windows.Forms.PictureBox pb_blue;
private System.Windows.Forms.Timer timer_weighing;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.DataGridView dataGridView;
private MaterialSkin.Controls.MaterialSingleLineTextField txt_sku;
private System.Windows.Forms.Label lb_sysIp;
private MaterialSkin.Controls.MaterialRaisedButton btn_upload;
private System.Windows.Forms.Label lbl_netWeight;
private System.Windows.Forms.Label lbl_color;
private System.Windows.Forms.Label lbl_detail;
private System.Windows.Forms.Label lbl_weight;
private System.Windows.Forms.Label lbl_sku;
private System.Windows.Forms.Label lbl_size;
private System.Windows.Forms.Label txt_weight;
private System.Windows.Forms.Button btn_update;
private System.Windows.Forms.Label lbl_ship_from;
private System.Windows.Forms.Label lbl_ship_to;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.Button btn_logout;
private System.Windows.Forms.Button btn_minimize;
private System.Windows.Forms.Label lbl_username;
private System.Windows.Forms.Label lbl_hold_weight;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private MaterialSkin.Controls.MaterialSingleLineTextField txt_search;
private MaterialSkin.Controls.MaterialSingleLineTextField txt_seal_no;
private System.Windows.Forms.Label lbl_boxCount;
private MaterialSkin.Controls.MaterialSingleLineTextField txt_vehicle_no;
private System.Windows.Forms.Label lbl_item_box;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbl_counter;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lbl_error;
public System.Windows.Forms.Button btn_post_data;
private System.Windows.Forms.ComboBox cb_marketplace;
private System.Windows.Forms.Label lbl_marketplace;
private System.Windows.Forms.Button btn_delete;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbl_msg;
private System.Windows.Forms.Label lbl_market_place;
private System.Windows.Forms.Button btn_reset_port;
private System.Windows.Forms.Label lbl_ver;
}
}