This commit is contained in:
2026-02-09 15:37:45 -06:00
parent e33a68ac51
commit 9635b84c3e
501 changed files with 106873 additions and 0 deletions

612
ScanBox/Principal.Designer.cs generated Normal file
View File

@@ -0,0 +1,612 @@
namespace ScaBox30
{
partial class Principal
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panelTitleBar = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.btnMin = new System.Windows.Forms.Button();
this.btnMax = new System.Windows.Forms.Button();
this.labelCaption = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.panelBody = new System.Windows.Forms.Panel();
this.labelRate = new System.Windows.Forms.Label();
this.barcode_lbl = new System.Windows.Forms.Label();
this.btnPrinter = new System.Windows.Forms.Button();
this.labelCapacity = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btnBD = new System.Windows.Forms.Button();
this.btnToogleMode = new System.Windows.Forms.Button();
this.utr_count_lbl = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.op_ID_lbl = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.bad_count_lbl = new System.Windows.Forms.Label();
this.bad_lbl = new System.Windows.Forms.Label();
this.ok_count_lbl = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.DataText = new System.Windows.Forms.TextBox();
this.TgrBtn = new System.Windows.Forms.Button();
this.liveviewForm1 = new Keyence.AutoID.SDK.LiveviewForm();
this.panelButtons = new System.Windows.Forms.Panel();
this.host_ip_lbl = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.sr2000w_ip_lbl = new System.Windows.Forms.Label();
this.version = new System.Windows.Forms.Label();
this.reader_connector = new System.Windows.Forms.Timer(this.components);
this.btnConfiguración = new System.Windows.Forms.Button();
this.blackimg_picbx = new System.Windows.Forms.PictureBox();
this.panelTitleBar.SuspendLayout();
this.panelBody.SuspendLayout();
this.panelButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.blackimg_picbx)).BeginInit();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panelTitleBar
//
this.panelTitleBar.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelTitleBar.Controls.Add(this.label9);
this.panelTitleBar.Controls.Add(this.btnMin);
this.panelTitleBar.Controls.Add(this.btnMax);
this.panelTitleBar.Controls.Add(this.labelCaption);
this.panelTitleBar.Controls.Add(this.btnClose);
this.panelTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTitleBar.Location = new System.Drawing.Point(0, 0);
this.panelTitleBar.Name = "panelTitleBar";
this.panelTitleBar.Size = new System.Drawing.Size(1050, 35);
this.panelTitleBar.TabIndex = 89;
this.panelTitleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelTitleBar_MouseDown);
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(427, 9);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(202, 17);
this.label9.TabIndex = 7;
this.label9.Text = "Abenco Advantage Tecnología";
//
// btnMin
//
this.btnMin.Dock = System.Windows.Forms.DockStyle.Right;
this.btnMin.FlatAppearance.BorderSize = 0;
this.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMin.ForeColor = System.Drawing.Color.White;
this.btnMin.Location = new System.Drawing.Point(930, 0);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(40, 35);
this.btnMin.TabIndex = 6;
this.btnMin.Text = "-";
this.btnMin.UseVisualStyleBackColor = false;
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
//
// btnMax
//
this.btnMax.Cursor = System.Windows.Forms.Cursors.Default;
this.btnMax.Dock = System.Windows.Forms.DockStyle.Right;
this.btnMax.FlatAppearance.BorderSize = 0;
this.btnMax.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMax.ForeColor = System.Drawing.Color.White;
this.btnMax.Location = new System.Drawing.Point(970, 0);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(40, 35);
this.btnMax.TabIndex = 5;
this.btnMax.Text = "[ ]";
this.btnMax.UseVisualStyleBackColor = false;
this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
//
// labelCaption
//
this.labelCaption.AutoSize = true;
this.labelCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelCaption.ForeColor = System.Drawing.Color.White;
this.labelCaption.Location = new System.Drawing.Point(9, 8);
this.labelCaption.Name = "labelCaption";
this.labelCaption.Size = new System.Drawing.Size(86, 17);
this.labelCaption.TabIndex = 4;
this.labelCaption.Text = "labelCaption";
//
// btnClose
//
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(79)))), ((int)(((byte)(95)))));
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(1010, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(40, 35);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "X";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panelBody
//
this.panelBody.BackColor = System.Drawing.Color.WhiteSmoke;
this.panelBody.Controls.Add(this.labelRate);
this.panelBody.Controls.Add(this.btnConfiguración);
this.panelBody.Controls.Add(this.barcode_lbl);
this.panelBody.Controls.Add(this.btnPrinter);
this.panelBody.Controls.Add(this.labelCapacity);
this.panelBody.Controls.Add(this.label8);
this.panelBody.Controls.Add(this.btnBD);
this.panelBody.Controls.Add(this.blackimg_picbx);
this.panelBody.Controls.Add(this.btnToogleMode);
this.panelBody.Controls.Add(this.utr_count_lbl);
this.panelBody.Controls.Add(this.label6);
this.panelBody.Controls.Add(this.label5);
this.panelBody.Controls.Add(this.op_ID_lbl);
this.panelBody.Controls.Add(this.label4);
this.panelBody.Controls.Add(this.bad_count_lbl);
this.panelBody.Controls.Add(this.bad_lbl);
this.panelBody.Controls.Add(this.ok_count_lbl);
this.panelBody.Controls.Add(this.label2);
this.panelBody.Controls.Add(this.DataText);
this.panelBody.Controls.Add(this.TgrBtn);
this.panelBody.Controls.Add(this.liveviewForm1);
this.panelBody.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBody.Location = new System.Drawing.Point(0, 35);
this.panelBody.Name = "panelBody";
this.panelBody.Padding = new System.Windows.Forms.Padding(10, 10, 0, 0);
this.panelBody.Size = new System.Drawing.Size(1050, 673);
this.panelBody.TabIndex = 91;
//
// labelRate
//
this.labelRate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.labelRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelRate.Location = new System.Drawing.Point(883, 6);
this.labelRate.Name = "labelRate";
this.labelRate.Size = new System.Drawing.Size(96, 13);
this.labelRate.TabIndex = 113;
this.labelRate.Text = "0 Seg.";
this.labelRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// barcode_lbl
//
this.barcode_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.barcode_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.barcode_lbl.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.barcode_lbl.Location = new System.Drawing.Point(508, 420);
this.barcode_lbl.MaximumSize = new System.Drawing.Size(257, 39);
this.barcode_lbl.Name = "barcode_lbl";
this.barcode_lbl.Size = new System.Drawing.Size(215, 39);
this.barcode_lbl.TabIndex = 97;
this.barcode_lbl.Text = "----------";
this.barcode_lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnPrinter
//
this.btnPrinter.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnPrinter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(69)))), ((int)(((byte)(74)))));
this.btnPrinter.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F);
this.btnPrinter.ForeColor = System.Drawing.Color.White;
this.btnPrinter.Location = new System.Drawing.Point(69, 466);
this.btnPrinter.Name = "btnPrinter";
this.btnPrinter.Size = new System.Drawing.Size(219, 117);
this.btnPrinter.TabIndex = 111;
this.btnPrinter.Text = "Impresora Desctivada";
this.btnPrinter.UseVisualStyleBackColor = false;
this.btnPrinter.Click += new System.EventHandler(this.button1_Click);
//
// labelCapacity
//
this.labelCapacity.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.labelCapacity.AutoEllipsis = true;
this.labelCapacity.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelCapacity.ForeColor = System.Drawing.Color.Black;
this.labelCapacity.Location = new System.Drawing.Point(916, 420);
this.labelCapacity.MaximumSize = new System.Drawing.Size(84, 42);
this.labelCapacity.Name = "labelCapacity";
this.labelCapacity.Size = new System.Drawing.Size(84, 42);
this.labelCapacity.TabIndex = 110;
this.labelCapacity.Text = "--";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.Black;
this.label8.Location = new System.Drawing.Point(736, 422);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(180, 37);
this.label8.TabIndex = 109;
this.label8.Text = "Capacidad";
//
// btnBD
//
this.btnBD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(119)))), ((int)(((byte)(232)))));
this.btnBD.CausesValidation = false;
this.btnBD.ForeColor = System.Drawing.Color.White;
this.btnBD.Location = new System.Drawing.Point(1001, 609);
this.btnBD.Name = "btnBD";
this.btnBD.Size = new System.Drawing.Size(44, 58);
this.btnBD.TabIndex = 107;
this.btnBD.Text = "DB";
this.btnBD.UseVisualStyleBackColor = false;
this.btnBD.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnBD_MouseClick);
//
// btnToogleMode
//
this.btnToogleMode.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnToogleMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(69)))), ((int)(((byte)(74)))));
this.btnToogleMode.Cursor = System.Windows.Forms.Cursors.Default;
this.btnToogleMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnToogleMode.ForeColor = System.Drawing.Color.White;
this.btnToogleMode.Location = new System.Drawing.Point(289, 466);
this.btnToogleMode.Name = "btnToogleMode";
this.btnToogleMode.Size = new System.Drawing.Size(171, 117);
this.btnToogleMode.TabIndex = 103;
this.btnToogleMode.Text = "Scanbox";
this.btnToogleMode.UseVisualStyleBackColor = false;
this.btnToogleMode.Click += new System.EventHandler(this.btnToogleMode_Click);
//
// utr_count_lbl
//
this.utr_count_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.utr_count_lbl.AutoEllipsis = true;
this.utr_count_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.utr_count_lbl.ForeColor = System.Drawing.Color.Orange;
this.utr_count_lbl.Location = new System.Drawing.Point(916, 546);
this.utr_count_lbl.MaximumSize = new System.Drawing.Size(84, 42);
this.utr_count_lbl.Name = "utr_count_lbl";
this.utr_count_lbl.Size = new System.Drawing.Size(84, 42);
this.utr_count_lbl.TabIndex = 102;
this.utr_count_lbl.Text = "--";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.Orange;
this.label6.Location = new System.Drawing.Point(736, 549);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 37);
this.label6.TabIndex = 101;
this.label6.Text = "¿?";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label5.Location = new System.Drawing.Point(422, 421);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(99, 37);
this.label5.TabIndex = 100;
this.label5.Text = "OPC:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// op_ID_lbl
//
this.op_ID_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.op_ID_lbl.AutoEllipsis = true;
this.op_ID_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.op_ID_lbl.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.op_ID_lbl.Location = new System.Drawing.Point(264, 420);
this.op_ID_lbl.MaximumSize = new System.Drawing.Size(141, 39);
this.op_ID_lbl.Name = "op_ID_lbl";
this.op_ID_lbl.Size = new System.Drawing.Size(141, 39);
this.op_ID_lbl.TabIndex = 99;
this.op_ID_lbl.Text = "------";
this.op_ID_lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label4.Location = new System.Drawing.Point(62, 421);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(214, 37);
this.label4.TabIndex = 98;
this.label4.Text = "Operador ID:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// bad_count_lbl
//
this.bad_count_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.bad_count_lbl.AutoEllipsis = true;
this.bad_count_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bad_count_lbl.ForeColor = System.Drawing.Color.Red;
this.bad_count_lbl.Location = new System.Drawing.Point(916, 507);
this.bad_count_lbl.MaximumSize = new System.Drawing.Size(84, 42);
this.bad_count_lbl.Name = "bad_count_lbl";
this.bad_count_lbl.Size = new System.Drawing.Size(84, 42);
this.bad_count_lbl.TabIndex = 96;
this.bad_count_lbl.Text = "--";
//
// bad_lbl
//
this.bad_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.bad_lbl.AutoSize = true;
this.bad_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bad_lbl.ForeColor = System.Drawing.Color.Red;
this.bad_lbl.Location = new System.Drawing.Point(736, 507);
this.bad_lbl.Name = "bad_lbl";
this.bad_lbl.Size = new System.Drawing.Size(90, 37);
this.bad_lbl.TabIndex = 95;
this.bad_lbl.Text = "NOK";
//
// ok_count_lbl
//
this.ok_count_lbl.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.ok_count_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ok_count_lbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.ok_count_lbl.Location = new System.Drawing.Point(916, 465);
this.ok_count_lbl.MaximumSize = new System.Drawing.Size(84, 42);
this.ok_count_lbl.Name = "ok_count_lbl";
this.ok_count_lbl.Size = new System.Drawing.Size(84, 42);
this.ok_count_lbl.TabIndex = 94;
this.ok_count_lbl.Text = "--";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.label2.Location = new System.Drawing.Point(736, 465);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 37);
this.label2.TabIndex = 93;
this.label2.Text = "OK";
//
// DataText
//
this.DataText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DataText.BackColor = System.Drawing.SystemColors.Control;
this.DataText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DataText.ForeColor = System.Drawing.Color.White;
this.DataText.Location = new System.Drawing.Point(12, 609);
this.DataText.MaxLength = 10;
this.DataText.Multiline = true;
this.DataText.Name = "DataText";
this.DataText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.DataText.Size = new System.Drawing.Size(983, 58);
this.DataText.TabIndex = 91;
//
// TgrBtn
//
this.TgrBtn.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.TgrBtn.BackColor = System.Drawing.SystemColors.ButtonFace;
this.TgrBtn.Cursor = System.Windows.Forms.Cursors.Default;
this.TgrBtn.Enabled = false;
this.TgrBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TgrBtn.ForeColor = System.Drawing.Color.White;
this.TgrBtn.Location = new System.Drawing.Point(462, 466);
this.TgrBtn.Name = "TgrBtn";
this.TgrBtn.Size = new System.Drawing.Size(245, 117);
this.TgrBtn.TabIndex = 90;
this.TgrBtn.Text = "Ejecutar\r\nLectura";
this.TgrBtn.UseVisualStyleBackColor = false;
this.TgrBtn.Click += new System.EventHandler(this.TgrBtn_Click);
//
// liveviewForm1
//
this.liveviewForm1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.liveviewForm1.BackColor = System.Drawing.Color.Black;
this.liveviewForm1.BinningType = Keyence.AutoID.SDK.LiveviewForm.ImageBinningType.OneQuarter;
this.liveviewForm1.ImageFormat = Keyence.AutoID.SDK.LiveviewForm.ImageFormatType.Jpeg;
this.liveviewForm1.ImageQuality = 5;
this.liveviewForm1.IpAddress = "192.168.100.100";
this.liveviewForm1.Location = new System.Drawing.Point(69, 24);
this.liveviewForm1.MaximumSize = new System.Drawing.Size(910, 395);
this.liveviewForm1.Name = "liveviewForm1";
this.liveviewForm1.PullTimeSpan = 100;
this.liveviewForm1.Size = new System.Drawing.Size(910, 395);
this.liveviewForm1.TabIndex = 89;
this.liveviewForm1.TimeoutMs = 2000;
//
// panelButtons
//
this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.panelButtons.Controls.Add(this.host_ip_lbl);
this.panelButtons.Controls.Add(this.label1);
this.panelButtons.Controls.Add(this.label3);
this.panelButtons.Controls.Add(this.sr2000w_ip_lbl);
this.panelButtons.Controls.Add(this.version);
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelButtons.Location = new System.Drawing.Point(0, 708);
this.panelButtons.Name = "panelButtons";
this.panelButtons.Size = new System.Drawing.Size(1050, 32);
this.panelButtons.TabIndex = 90;
//
// host_ip_lbl
//
this.host_ip_lbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.host_ip_lbl.AutoSize = true;
this.host_ip_lbl.Location = new System.Drawing.Point(63, 10);
this.host_ip_lbl.Name = "host_ip_lbl";
this.host_ip_lbl.Size = new System.Drawing.Size(40, 13);
this.host_ip_lbl.TabIndex = 91;
this.host_ip_lbl.Text = "0.0.0.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.Location = new System.Drawing.Point(12, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 13);
this.label1.TabIndex = 90;
this.label1.Text = "Host_IP";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(863, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 13);
this.label3.TabIndex = 89;
this.label3.Text = "SR2000W_IP";
//
// sr2000w_ip_lbl
//
this.sr2000w_ip_lbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.sr2000w_ip_lbl.AutoSize = true;
this.sr2000w_ip_lbl.Location = new System.Drawing.Point(942, 10);
this.sr2000w_ip_lbl.Name = "sr2000w_ip_lbl";
this.sr2000w_ip_lbl.Size = new System.Drawing.Size(40, 13);
this.sr2000w_ip_lbl.TabIndex = 88;
this.sr2000w_ip_lbl.Text = "0.0.0.0";
//
// version
//
this.version.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.version.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.version.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.version.Location = new System.Drawing.Point(493, 6);
this.version.Name = "version";
this.version.Size = new System.Drawing.Size(64, 21);
this.version.TabIndex = 87;
this.version.Text = "5.0.1";
this.version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// reader_connector
//
this.reader_connector.Enabled = true;
this.reader_connector.Interval = 5000;
this.reader_connector.Tick += new System.EventHandler(this.reader_connector_Tick);
//
// btnConfiguración
//
this.btnConfiguración.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnConfiguración.Image = global::ScaBox30.Properties.Resources.gear16;
this.btnConfiguración.Location = new System.Drawing.Point(505, 1);
this.btnConfiguración.Name = "btnConfiguración";
this.btnConfiguración.Size = new System.Drawing.Size(37, 23);
this.btnConfiguración.TabIndex = 112;
this.btnConfiguración.UseVisualStyleBackColor = true;
this.btnConfiguración.Click += new System.EventHandler(this.btnConfiguracion_Click);
//
// blackimg_picbx
//
this.blackimg_picbx.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.blackimg_picbx.Image = ((System.Drawing.Image)(resources.GetObject("blackimg_picbx.Image")));
this.blackimg_picbx.Location = new System.Drawing.Point(69, 24);
this.blackimg_picbx.MaximumSize = new System.Drawing.Size(910, 395);
this.blackimg_picbx.Name = "blackimg_picbx";
this.blackimg_picbx.Size = new System.Drawing.Size(910, 395);
this.blackimg_picbx.TabIndex = 104;
this.blackimg_picbx.TabStop = false;
this.blackimg_picbx.Visible = false;
//
// Principal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(1050, 740);
this.Controls.Add(this.panelBody);
this.Controls.Add(this.panelButtons);
this.Controls.Add(this.panelTitleBar);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Principal";
this.Text = "ScanBox";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress);
this.panelTitleBar.ResumeLayout(false);
this.panelTitleBar.PerformLayout();
this.panelBody.ResumeLayout(false);
this.panelBody.PerformLayout();
this.panelButtons.ResumeLayout(false);
this.panelButtons.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.blackimg_picbx)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Panel panelTitleBar;
private System.Windows.Forms.Button btnMin;
private System.Windows.Forms.Button btnMax;
private System.Windows.Forms.Label labelCaption;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Panel panelBody;
private System.Windows.Forms.Button btnBD;
private System.Windows.Forms.PictureBox blackimg_picbx;
private System.Windows.Forms.Button btnToogleMode;
private System.Windows.Forms.Label utr_count_lbl;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label op_ID_lbl;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label barcode_lbl;
private System.Windows.Forms.Label bad_count_lbl;
private System.Windows.Forms.Label bad_lbl;
private System.Windows.Forms.Label ok_count_lbl;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox DataText;
private System.Windows.Forms.Button TgrBtn;
private Keyence.AutoID.SDK.LiveviewForm liveviewForm1;
private System.Windows.Forms.Panel panelButtons;
private System.Windows.Forms.Label host_ip_lbl;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label sr2000w_ip_lbl;
private System.Windows.Forms.Label version;
private System.Windows.Forms.Timer reader_connector;
private System.Windows.Forms.Label labelCapacity;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnPrinter;
private System.Windows.Forms.Button btnConfiguración;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label labelRate;
}
}