namespace AVS
{
partial class CartonForm
{
///
/// 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.txt_barcode = new System.Windows.Forms.TextBox();
this.txt_model_no = new System.Windows.Forms.TextBox();
this.lbl_status = new System.Windows.Forms.Label();
this.txt_result = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lbl_title = new System.Windows.Forms.Label();
this.lbl_qr = new System.Windows.Forms.Label();
this.lbl_model = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// 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("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.txt_barcode.Location = new System.Drawing.Point(9, 83);
this.txt_barcode.MaxLength = 1000;
this.txt_barcode.Name = "txt_barcode";
this.txt_barcode.Size = new System.Drawing.Size(376, 29);
this.txt_barcode.TabIndex = 17;
this.txt_barcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_barcode_KeyPress);
//
// txt_model_no
//
this.txt_model_no.BackColor = System.Drawing.SystemColors.MenuBar;
this.txt_model_no.Enabled = false;
this.txt_model_no.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.txt_model_no.Location = new System.Drawing.Point(391, 83);
this.txt_model_no.Name = "txt_model_no";
this.txt_model_no.Size = new System.Drawing.Size(134, 29);
this.txt_model_no.TabIndex = 18;
//
// lbl_status
//
this.lbl_status.AutoSize = true;
this.lbl_status.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_status.Location = new System.Drawing.Point(12, 130);
this.lbl_status.Name = "lbl_status";
this.lbl_status.Size = new System.Drawing.Size(0, 21);
this.lbl_status.TabIndex = 19;
//
// txt_result
//
this.txt_result.BackColor = System.Drawing.SystemColors.MenuBar;
this.txt_result.Enabled = false;
this.txt_result.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.txt_result.Location = new System.Drawing.Point(5, 6);
this.txt_result.Name = "txt_result";
this.txt_result.Size = new System.Drawing.Size(516, 33);
this.txt_result.TabIndex = 21;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.txt_result);
this.panel1.Location = new System.Drawing.Point(2, 170);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(527, 48);
this.panel1.TabIndex = 23;
this.panel1.Visible = false;
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.Highlight;
this.panel2.Controls.Add(this.lbl_title);
this.panel2.Location = new System.Drawing.Point(0, 11);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(531, 36);
this.panel2.TabIndex = 24;
//
// lbl_title
//
this.lbl_title.AutoSize = true;
this.lbl_title.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lbl_title.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.lbl_title.Location = new System.Drawing.Point(4, -2);
this.lbl_title.Name = "lbl_title";
this.lbl_title.Size = new System.Drawing.Size(204, 37);
this.lbl_title.TabIndex = 0;
this.lbl_title.Text = "Shipping mark";
this.lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_qr
//
this.lbl_qr.AutoSize = true;
this.lbl_qr.Location = new System.Drawing.Point(7, 62);
this.lbl_qr.Name = "lbl_qr";
this.lbl_qr.Size = new System.Drawing.Size(57, 15);
this.lbl_qr.TabIndex = 25;
this.lbl_qr.Text = "Scan QR :";
//
// lbl_model
//
this.lbl_model.AutoSize = true;
this.lbl_model.Location = new System.Drawing.Point(391, 62);
this.lbl_model.Name = "lbl_model";
this.lbl_model.Size = new System.Drawing.Size(51, 15);
this.lbl_model.TabIndex = 26;
this.lbl_model.Text = "Model #";
//
// CartonForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(531, 348);
this.Controls.Add(this.lbl_model);
this.Controls.Add(this.lbl_qr);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lbl_status);
this.Controls.Add(this.txt_model_no);
this.Controls.Add(this.txt_barcode);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MinimizeBox = false;
this.Name = "CartonForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CartonForm_FormClosing);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_barcode;
private System.Windows.Forms.TextBox txt_model_no;
private System.Windows.Forms.Label lbl_status;
private System.Windows.Forms.TextBox txt_result;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lbl_title;
private System.Windows.Forms.Label lbl_qr;
private System.Windows.Forms.Label lbl_model;
}
}