AVS/MainForm.Designer.cs

918 lines
54 KiB
C#

using System.Drawing;
namespace AVS
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
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.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.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.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_ver = new System.Windows.Forms.Label();
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.lbl_marketplace = new System.Windows.Forms.Label();
this.cb_marketplace = new System.Windows.Forms.ComboBox();
this.txt_search = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.btn_delete = new System.Windows.Forms.Button();
this.lbl_boxCount = new System.Windows.Forms.Label();
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.btn_save_tol = new System.Windows.Forms.Button();
this.lbl_weightTolerance = new System.Windows.Forms.Label();
this.txt_weight_tol = new System.Windows.Forms.TextBox();
this.btn_refresh = new System.Windows.Forms.Button();
this.userTextBox = 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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(297, 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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(421, 32);
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;
//
// lbl_msg
//
this.lbl_msg.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_msg.AutoSize = true;
this.lbl_msg.Location = new System.Drawing.Point(9, 252);
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.BackgroundImage = global::AVS.Resource.blue;
this.pb_blue.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pb_blue.Location = new System.Drawing.Point(1156, 159);
this.pb_blue.Name = "pb_blue";
this.pb_blue.Size = new System.Drawing.Size(57, 54);
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.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btn_post_data.Location = new System.Drawing.Point(1057, 166);
this.btn_post_data.Name = "btn_post_data";
this.btn_post_data.Size = new System.Drawing.Size(93, 47);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_weight.AutoSize = true;
this.lbl_weight.BackColor = System.Drawing.SystemColors.ControlLightLight;
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.ControlText;
this.lbl_weight.Location = new System.Drawing.Point(13, 177);
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.ControlLightLight;
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.Regular, System.Drawing.GraphicsUnit.Point);
this.lbl_hold_weight.ForeColor = System.Drawing.SystemColors.ControlText;
this.lbl_hold_weight.Location = new System.Drawing.Point(421, 177);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_weight.AutoSize = true;
this.txt_weight.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.txt_weight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.txt_weight.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.txt_weight.ForeColor = System.Drawing.SystemColors.ControlText;
this.txt_weight.Location = new System.Drawing.Point(222, 177);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| 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(1156, 159);
this.pb_red.Name = "pb_red";
this.pb_red.Size = new System.Drawing.Size(57, 54);
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.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_reset_port.AutoSize = true;
this.btn_reset_port.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
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(302, 358);
this.btn_reset_port.Name = "btn_reset_port";
this.btn_reset_port.Size = new System.Drawing.Size(96, 23);
this.btn_reset_port.TabIndex = 57;
this.btn_reset_port.Text = "RESET PORT";
this.btn_reset_port.UseVisualStyleBackColor = false;
this.btn_reset_port.Visible = false;
this.btn_reset_port.Click += new System.EventHandler(this.btn_reset_port_Click);
//
// dataGridView
//
this.dataGridView.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.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(3, 77);
this.dataGridView.Name = "dataGridView";
this.dataGridView.ReadOnly = true;
this.dataGridView.Size = new System.Drawing.Size(803, 303);
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)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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, 17);
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)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| 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, 5);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(11, 143);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(11, 99);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbl_detail.AutoSize = true;
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(9, 77);
this.lbl_detail.Name = "lbl_detail";
this.lbl_detail.Size = new System.Drawing.Size(62, 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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(11, 55);
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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(12, 121);
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, 550);
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, 647);
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;
//
// 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.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.AutoScroll = true;
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.lbl_msg);
this.panel1.Controls.Add(this.lbl_ver);
this.panel1.Controls.Add(this.lbl_market_place);
this.panel1.Controls.Add(this.txt_weight);
this.panel1.Controls.Add(this.lbl_weight);
this.panel1.Controls.Add(this.pb_blue);
this.panel1.Controls.Add(this.lbl_error);
this.panel1.Controls.Add(this.lbl_hold_weight);
this.panel1.Controls.Add(this.pb_red);
this.panel1.Controls.Add(this.btn_post_data);
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.Controls.Add(this.lbl_netWeight);
this.panel1.Controls.Add(this.lbl_detail);
this.panel1.Controls.Add(this.lbl_sku);
this.panel1.Controls.Add(this.lbl_color);
this.panel1.Controls.Add(this.lbl_size);
this.panel1.Location = new System.Drawing.Point(9, 462);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1218, 276);
this.panel1.TabIndex = 50;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// 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(1114, 252);
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-";
//
// lbl_market_place
//
this.lbl_market_place.AutoSize = true;
this.lbl_market_place.Location = new System.Drawing.Point(587, 41);
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, 541);
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.AutoScroll = true;
this.panel2.BackColor = System.Drawing.Color.Silver;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
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, 385);
this.panel2.TabIndex = 51;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// 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.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.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.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.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);
//
// btn_delete
//
this.btn_delete.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_delete.AutoSize = true;
this.btn_delete.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btn_delete.Location = new System.Drawing.Point(3, 359);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(54, 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_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";
//
// 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, 678);
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.Controls.Add(this.btn_delete);
this.panel3.Controls.Add(this.btn_save_tol);
this.panel3.Controls.Add(this.btn_reset_port);
this.panel3.Controls.Add(this.lbl_weightTolerance);
this.panel3.Controls.Add(this.txt_weight_tol);
this.panel3.Controls.Add(this.btn_refresh);
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.Location = new System.Drawing.Point(825, 71);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(402, 385);
this.panel3.TabIndex = 52;
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// btn_save_tol
//
this.btn_save_tol.Location = new System.Drawing.Point(251, 128);
this.btn_save_tol.Name = "btn_save_tol";
this.btn_save_tol.Size = new System.Drawing.Size(75, 23);
this.btn_save_tol.TabIndex = 53;
this.btn_save_tol.Text = "Save";
this.btn_save_tol.UseVisualStyleBackColor = true;
this.btn_save_tol.Click += new System.EventHandler(this.btn_save_tol_Click);
//
// lbl_weightTolerance
//
this.lbl_weightTolerance.AutoSize = true;
this.lbl_weightTolerance.Location = new System.Drawing.Point(35, 134);
this.lbl_weightTolerance.Name = "lbl_weightTolerance";
this.lbl_weightTolerance.Size = new System.Drawing.Size(108, 13);
this.lbl_weightTolerance.TabIndex = 52;
this.lbl_weightTolerance.Text = "Weight Tolerance";
//
// txt_weight_tol
//
this.txt_weight_tol.Location = new System.Drawing.Point(148, 130);
this.txt_weight_tol.Name = "txt_weight_tol";
this.txt_weight_tol.Size = new System.Drawing.Size(100, 20);
this.txt_weight_tol.TabIndex = 51;
this.txt_weight_tol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_weight_tol_KeyPress);
//
// btn_refresh
//
this.btn_refresh.BackColor = System.Drawing.Color.DarkGreen;
this.btn_refresh.FlatAppearance.BorderSize = 0;
this.btn_refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_refresh.ForeColor = System.Drawing.Color.White;
this.btn_refresh.Location = new System.Drawing.Point(312, 101);
this.btn_refresh.Name = "btn_refresh";
this.btn_refresh.Size = new System.Drawing.Size(75, 23);
this.btn_refresh.TabIndex = 50;
this.btn_refresh.Text = "Refresh";
this.btn_refresh.UseVisualStyleBackColor = false;
this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
//
// userTextBox
//
this.userTextBox.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.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, 35);
this.userTextBox.Name = "userTextBox";
this.userTextBox.Size = new System.Drawing.Size(16, 21);
this.userTextBox.TabIndex = 54;
this.userTextBox.Text = "-";
//
// MainForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoScroll = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(1243, 750);
this.Controls.Add(this.userTextBox);
this.Controls.Add(this.lb_sysIp);
this.Controls.Add(this.lbl_username);
this.Controls.Add(this.btn_minimize);
this.Controls.Add(this.btn_logout);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.lbl_title);
this.Controls.Add(this.lbl_ship_to);
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.PictureBox pb_red;
private System.Windows.Forms.PictureBox pb_blue;
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.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 System.Windows.Forms.Label lbl_boxCount;
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;
private System.Windows.Forms.Button btn_refresh;
private System.Windows.Forms.Button btn_save_tol;
private System.Windows.Forms.Label lbl_weightTolerance;
private System.Windows.Forms.TextBox txt_weight_tol;
}
}