namespace Bro.M141.Process.UI
{
partial class DataPrinter
{
///
/// 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()
{
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
Codesdataview = new Sunny.UI.UIDataGridView();
Column5 = new DataGridViewTextBoxColumn();
Column6 = new DataGridViewTextBoxColumn();
uiButton1 = new Sunny.UI.UIButton();
uiLabel1 = new Sunny.UI.UILabel();
Data_Textbox = new Sunny.UI.UITextBox();
button1 = new Button();
uiLabel2 = new Sunny.UI.UILabel();
uiLabel3 = new Sunny.UI.UILabel();
uiLabel4 = new Sunny.UI.UILabel();
uiCheckBox2 = new Sunny.UI.UICheckBox();
uiCheckBox1 = new Sunny.UI.UICheckBox();
uiCheckBox3 = new Sunny.UI.UICheckBox();
((System.ComponentModel.ISupportInitialize)Codesdataview).BeginInit();
SuspendLayout();
//
// Codesdataview
//
Codesdataview.AllowUserToAddRows = false;
Codesdataview.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
Codesdataview.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
Codesdataview.BackgroundColor = Color.White;
Codesdataview.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
dataGridViewCellStyle2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
dataGridViewCellStyle2.ForeColor = Color.White;
dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
Codesdataview.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
Codesdataview.ColumnHeadersHeight = 32;
Codesdataview.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
Codesdataview.Columns.AddRange(new DataGridViewColumn[] { Column5, Column6 });
Codesdataview.EnableHeadersVisualStyles = false;
Codesdataview.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
Codesdataview.GridColor = Color.FromArgb(80, 160, 255);
Codesdataview.Location = new Point(3, 142);
Codesdataview.Name = "Codesdataview";
Codesdataview.ReadOnly = true;
dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = Color.FromArgb(235, 243, 255);
dataGridViewCellStyle3.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(80, 160, 255);
dataGridViewCellStyle3.SelectionForeColor = Color.White;
dataGridViewCellStyle3.WrapMode = DataGridViewTriState.True;
Codesdataview.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
Codesdataview.RowHeadersWidth = 51;
Codesdataview.RowHeight = 25;
dataGridViewCellStyle4.BackColor = Color.White;
Codesdataview.RowsDefaultCellStyle = dataGridViewCellStyle4;
Codesdataview.RowTemplate.Height = 25;
Codesdataview.SelectedIndex = -1;
Codesdataview.ShowGridLine = true;
Codesdataview.Size = new Size(1146, 433);
Codesdataview.TabIndex = 5;
//
// Column5
//
Column5.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
Column5.DataPropertyName = "code";
Column5.HeaderText = "产品二维码";
Column5.MinimumWidth = 6;
Column5.Name = "Column5";
Column5.ReadOnly = true;
//
// Column6
//
Column6.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
Column6.DataPropertyName = "reasult";
Column6.HeaderText = "数据";
Column6.MinimumWidth = 6;
Column6.Name = "Column6";
Column6.ReadOnly = true;
//
// uiButton1
//
uiButton1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiButton1.IsScaled = false;
uiButton1.Location = new Point(928, 28);
uiButton1.MinimumSize = new Size(1, 1);
uiButton1.Name = "uiButton1";
uiButton1.Size = new Size(150, 52);
uiButton1.TabIndex = 8;
uiButton1.Text = "用户解锁";
uiButton1.Click += uiButton1_Click;
//
// uiLabel1
//
uiLabel1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiLabel1.Location = new Point(15, 23);
uiLabel1.Name = "uiLabel1";
uiLabel1.Size = new Size(153, 34);
uiLabel1.TabIndex = 9;
uiLabel1.Text = "产品条码:";
uiLabel1.TextAlign = ContentAlignment.MiddleLeft;
//
// Data_Textbox
//
Data_Textbox.ButtonSymbol = 61761;
Data_Textbox.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
Data_Textbox.IsScaled = false;
Data_Textbox.Location = new Point(144, 23);
Data_Textbox.Margin = new Padding(4, 5, 4, 5);
Data_Textbox.Maximum = 2147483647D;
Data_Textbox.Minimum = -2147483648D;
Data_Textbox.MinimumSize = new Size(1, 1);
Data_Textbox.Name = "Data_Textbox";
Data_Textbox.Size = new Size(380, 39);
Data_Textbox.TabIndex = 10;
Data_Textbox.TextAlignment = ContentAlignment.MiddleLeft;
Data_Textbox.KeyPress += Data_Textbox_KeyPress;
//
// button1
//
button1.Location = new Point(531, 28);
button1.Name = "button1";
button1.Size = new Size(112, 34);
button1.TabIndex = 11;
button1.Text = "查询";
button1.UseVisualStyleBackColor = true;
//
// uiLabel2
//
uiLabel2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiLabel2.Location = new Point(663, 28);
uiLabel2.Name = "uiLabel2";
uiLabel2.Size = new Size(68, 34);
uiLabel2.TabIndex = 12;
uiLabel2.Text = "结果";
uiLabel2.TextAlign = ContentAlignment.MiddleLeft;
//
// uiLabel3
//
uiLabel3.BackColor = SystemColors.Control;
uiLabel3.Font = new Font("微软雅黑", 22F, FontStyle.Regular, GraphicsUnit.Point);
uiLabel3.Location = new Point(737, 12);
uiLabel3.Name = "uiLabel3";
uiLabel3.Size = new Size(100, 80);
uiLabel3.TabIndex = 13;
uiLabel3.Text = "OK";
uiLabel3.TextAlign = ContentAlignment.MiddleLeft;
//
// uiLabel4
//
uiLabel4.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiLabel4.Location = new Point(596, 92);
uiLabel4.Name = "uiLabel4";
uiLabel4.Size = new Size(230, 33);
uiLabel4.TabIndex = 14;
uiLabel4.Text = "结果详细";
uiLabel4.TextAlign = ContentAlignment.MiddleLeft;
//
// uiCheckBox2
//
uiCheckBox2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiCheckBox2.IsScaled = false;
uiCheckBox2.Location = new Point(134, 92);
uiCheckBox2.MinimumSize = new Size(1, 1);
uiCheckBox2.Name = "uiCheckBox2";
uiCheckBox2.Padding = new Padding(22, 0, 0, 0);
uiCheckBox2.Size = new Size(187, 44);
uiCheckBox2.TabIndex = 15;
uiCheckBox2.Text = "查询AOI检测";
uiCheckBox2.CheckedChanged += uiCheckBox2_CheckedChanged;
//
// uiCheckBox1
//
uiCheckBox1.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiCheckBox1.IsScaled = false;
uiCheckBox1.Location = new Point(15, 92);
uiCheckBox1.MinimumSize = new Size(1, 1);
uiCheckBox1.Name = "uiCheckBox1";
uiCheckBox1.Padding = new Padding(22, 0, 0, 0);
uiCheckBox1.Size = new Size(113, 44);
uiCheckBox1.TabIndex = 16;
uiCheckBox1.Text = "仅扫码";
uiCheckBox1.CheckedChanged += uiCheckBox1_CheckedChanged;
//
// uiCheckBox3
//
uiCheckBox3.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
uiCheckBox3.IsScaled = false;
uiCheckBox3.Location = new Point(327, 92);
uiCheckBox3.MinimumSize = new Size(1, 1);
uiCheckBox3.Name = "uiCheckBox3";
uiCheckBox3.Padding = new Padding(22, 0, 0, 0);
uiCheckBox3.Size = new Size(187, 44);
uiCheckBox3.TabIndex = 17;
uiCheckBox3.Text = "上传mes";
//
// DataPrinter
//
AutoScaleDimensions = new SizeF(6F, 13F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(uiCheckBox3);
Controls.Add(uiCheckBox1);
Controls.Add(uiCheckBox2);
Controls.Add(uiLabel4);
Controls.Add(uiLabel3);
Controls.Add(uiLabel2);
Controls.Add(button1);
Controls.Add(Data_Textbox);
Controls.Add(uiLabel1);
Controls.Add(uiButton1);
Controls.Add(Codesdataview);
Margin = new Padding(1, 2, 1, 2);
Name = "DataPrinter";
Size = new Size(1152, 579);
Load += DataPrinter_Load;
((System.ComponentModel.ISupportInitialize)Codesdataview).EndInit();
ResumeLayout(false);
}
#endregion
private Sunny.UI.UIDataGridView Codesdataview;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UILabel uiLabel1;
public Sunny.UI.UITextBox Data_Textbox;
private Button button1;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UICheckBox uiCheckBox2;
private Sunny.UI.UICheckBox uiCheckBox1;
private DataGridViewTextBoxColumn Column5;
private DataGridViewTextBoxColumn Column6;
private Sunny.UI.UICheckBox uiCheckBox3;
}
}