|
|
namespace ButcherManage.PickOutConfirm_
|
|
|
{
|
|
|
partial class PickOutConfirm
|
|
|
{
|
|
|
/// <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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.orderGrid = new WinFormControl.UDataGridView();
|
|
|
this.L_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_ConfirmState = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_AlreadyNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.L_Start = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
this.L_End = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.zeroBtn = new WinFormControl.NButton();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.countLbl = new WinFormControl.ULabel();
|
|
|
this.uLabel3 = new WinFormControl.ULabel();
|
|
|
this.uLabel2 = new WinFormControl.ULabel();
|
|
|
this.numberLbl = new WinFormControl.ULabel();
|
|
|
this.recordGrid = new WinFormControl.UDataGridView();
|
|
|
this.R_C1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_C2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_C3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_C4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.R_C5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.numPad = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.colseBtn = new WinFormControl.NButton();
|
|
|
this.uTimerLabel1 = new WinFormControl.UTimerLabel();
|
|
|
this.datePicker = new System.Windows.Forms.TextBox();
|
|
|
this.uLabel1 = new WinFormControl.ULabel();
|
|
|
this.queryBtn = new WinFormControl.NButton();
|
|
|
this.uLabel4 = new WinFormControl.ULabel();
|
|
|
this.orderLbl = new WinFormControl.ULabel();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.recordGrid)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel1.Controls.Add(this.orderGrid);
|
|
|
this.panel1.Location = new System.Drawing.Point(12, 65);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(559, 503);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
// orderGrid
|
|
|
//
|
|
|
this.orderGrid.AllowUserToAddRows = false;
|
|
|
this.orderGrid.AllowUserToDeleteRows = false;
|
|
|
this.orderGrid.AllowUserToResizeColumns = false;
|
|
|
this.orderGrid.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.orderGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.orderGrid.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.orderGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.orderGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
|
|
this.orderGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.orderGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.L_ID,
|
|
|
this.L_ConfirmState,
|
|
|
this.L_Order,
|
|
|
this.L_PlanNumber,
|
|
|
this.L_LiveColonyHouse_Name,
|
|
|
this.L_AlreadyNumber,
|
|
|
this.L_Start,
|
|
|
this.L_End});
|
|
|
this.orderGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.orderGrid.Location = new System.Drawing.Point(0, 0);
|
|
|
this.orderGrid.MultiSelect = false;
|
|
|
this.orderGrid.Name = "orderGrid";
|
|
|
this.orderGrid.ReadOnly = true;
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.orderGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
|
this.orderGrid.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.orderGrid.RowsDefaultCellStyle = dataGridViewCellStyle15;
|
|
|
this.orderGrid.RowTemplate.Height = 80;
|
|
|
this.orderGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.orderGrid.Size = new System.Drawing.Size(557, 501);
|
|
|
this.orderGrid.TabIndex = 2;
|
|
|
this.orderGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellClick);
|
|
|
this.orderGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellContentClick);
|
|
|
this.orderGrid.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.orderGrid_RowPrePaint);
|
|
|
//
|
|
|
// L_ID
|
|
|
//
|
|
|
this.L_ID.DataPropertyName = "ID";
|
|
|
this.L_ID.HeaderText = "ID";
|
|
|
this.L_ID.Name = "L_ID";
|
|
|
this.L_ID.ReadOnly = true;
|
|
|
this.L_ID.Visible = false;
|
|
|
//
|
|
|
// L_ConfirmState
|
|
|
//
|
|
|
this.L_ConfirmState.DataPropertyName = "ConfirmState";
|
|
|
this.L_ConfirmState.HeaderText = "ConfirmState";
|
|
|
this.L_ConfirmState.Name = "L_ConfirmState";
|
|
|
this.L_ConfirmState.ReadOnly = true;
|
|
|
this.L_ConfirmState.Visible = false;
|
|
|
//
|
|
|
// L_Order
|
|
|
//
|
|
|
this.L_Order.DataPropertyName = "Order";
|
|
|
this.L_Order.HeaderText = "顺序";
|
|
|
this.L_Order.Name = "L_Order";
|
|
|
this.L_Order.ReadOnly = true;
|
|
|
//
|
|
|
// L_PlanNumber
|
|
|
//
|
|
|
this.L_PlanNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.L_PlanNumber.DataPropertyName = "PlanNumber";
|
|
|
this.L_PlanNumber.HeaderText = "排宰头数";
|
|
|
this.L_PlanNumber.Name = "L_PlanNumber";
|
|
|
this.L_PlanNumber.ReadOnly = true;
|
|
|
//
|
|
|
// L_LiveColonyHouse_Name
|
|
|
//
|
|
|
this.L_LiveColonyHouse_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.L_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name";
|
|
|
this.L_LiveColonyHouse_Name.HeaderText = "圈舍";
|
|
|
this.L_LiveColonyHouse_Name.MinimumWidth = 200;
|
|
|
this.L_LiveColonyHouse_Name.Name = "L_LiveColonyHouse_Name";
|
|
|
this.L_LiveColonyHouse_Name.ReadOnly = true;
|
|
|
//
|
|
|
// L_AlreadyNumber
|
|
|
//
|
|
|
this.L_AlreadyNumber.DataPropertyName = "AlreadyNumber";
|
|
|
this.L_AlreadyNumber.HeaderText = "确认头数";
|
|
|
this.L_AlreadyNumber.Name = "L_AlreadyNumber";
|
|
|
this.L_AlreadyNumber.ReadOnly = true;
|
|
|
//
|
|
|
// L_Start
|
|
|
//
|
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
|
this.L_Start.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
this.L_Start.HeaderText = "开始";
|
|
|
this.L_Start.Name = "L_Start";
|
|
|
this.L_Start.ReadOnly = true;
|
|
|
this.L_Start.Text = "开始";
|
|
|
this.L_Start.UseColumnTextForButtonValue = true;
|
|
|
this.L_Start.Width = 140;
|
|
|
//
|
|
|
// L_End
|
|
|
//
|
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle13.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
|
this.L_End.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
this.L_End.HeaderText = "结束";
|
|
|
this.L_End.Name = "L_End";
|
|
|
this.L_End.ReadOnly = true;
|
|
|
this.L_End.Text = "结束";
|
|
|
this.L_End.UseColumnTextForButtonValue = true;
|
|
|
this.L_End.Width = 140;
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel2.Controls.Add(this.zeroBtn);
|
|
|
this.panel2.Controls.Add(this.panel3);
|
|
|
this.panel2.Controls.Add(this.recordGrid);
|
|
|
this.panel2.Controls.Add(this.numPad);
|
|
|
this.panel2.Location = new System.Drawing.Point(589, 65);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(421, 503);
|
|
|
this.panel2.TabIndex = 3;
|
|
|
//
|
|
|
// zeroBtn
|
|
|
//
|
|
|
this.zeroBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.zeroBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.zeroBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.zeroBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.zeroBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.zeroBtn.Location = new System.Drawing.Point(17, 157);
|
|
|
this.zeroBtn.Name = "zeroBtn";
|
|
|
this.zeroBtn.PlaySound = true;
|
|
|
this.zeroBtn.Size = new System.Drawing.Size(100, 60);
|
|
|
this.zeroBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.zeroBtn.TabIndex = 7;
|
|
|
this.zeroBtn.Text = "0";
|
|
|
this.zeroBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.zeroBtn.UseVisualStyleBackColor = false;
|
|
|
this.zeroBtn.Click += new System.EventHandler(this.NumberBtnClick);
|
|
|
//
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
|
this.panel3.Controls.Add(this.countLbl);
|
|
|
this.panel3.Controls.Add(this.uLabel3);
|
|
|
this.panel3.Controls.Add(this.uLabel2);
|
|
|
this.panel3.Controls.Add(this.numberLbl);
|
|
|
this.panel3.Location = new System.Drawing.Point(157, 158);
|
|
|
this.panel3.Name = "panel3";
|
|
|
this.panel3.Size = new System.Drawing.Size(239, 38);
|
|
|
this.panel3.TabIndex = 6;
|
|
|
//
|
|
|
// countLbl
|
|
|
//
|
|
|
this.countLbl.AutoSize = true;
|
|
|
this.countLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.countLbl.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.countLbl.ForeColor = System.Drawing.Color.Red;
|
|
|
this.countLbl.Location = new System.Drawing.Point(14, 9);
|
|
|
this.countLbl.Name = "countLbl";
|
|
|
this.countLbl.Size = new System.Drawing.Size(19, 20);
|
|
|
this.countLbl.TabIndex = 2;
|
|
|
this.countLbl.Text = "0";
|
|
|
//
|
|
|
// uLabel3
|
|
|
//
|
|
|
this.uLabel3.AutoSize = true;
|
|
|
this.uLabel3.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel3.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uLabel3.ForeColor = System.Drawing.Color.Red;
|
|
|
this.uLabel3.Location = new System.Drawing.Point(200, 9);
|
|
|
this.uLabel3.Name = "uLabel3";
|
|
|
this.uLabel3.Size = new System.Drawing.Size(29, 20);
|
|
|
this.uLabel3.TabIndex = 5;
|
|
|
this.uLabel3.Text = "头";
|
|
|
//
|
|
|
// uLabel2
|
|
|
//
|
|
|
this.uLabel2.AutoSize = true;
|
|
|
this.uLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel2.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uLabel2.ForeColor = System.Drawing.Color.Red;
|
|
|
this.uLabel2.Location = new System.Drawing.Point(55, 9);
|
|
|
this.uLabel2.Name = "uLabel2";
|
|
|
this.uLabel2.Size = new System.Drawing.Size(29, 20);
|
|
|
this.uLabel2.TabIndex = 3;
|
|
|
this.uLabel2.Text = "次";
|
|
|
//
|
|
|
// numberLbl
|
|
|
//
|
|
|
this.numberLbl.AutoSize = true;
|
|
|
this.numberLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.numberLbl.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.numberLbl.ForeColor = System.Drawing.Color.Red;
|
|
|
this.numberLbl.Location = new System.Drawing.Point(159, 9);
|
|
|
this.numberLbl.Name = "numberLbl";
|
|
|
this.numberLbl.Size = new System.Drawing.Size(19, 20);
|
|
|
this.numberLbl.TabIndex = 4;
|
|
|
this.numberLbl.Text = "0";
|
|
|
//
|
|
|
// recordGrid
|
|
|
//
|
|
|
this.recordGrid.AllowUserToAddRows = false;
|
|
|
this.recordGrid.AllowUserToDeleteRows = false;
|
|
|
this.recordGrid.AllowUserToResizeColumns = false;
|
|
|
this.recordGrid.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.recordGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
|
|
|
this.recordGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
|
this.recordGrid.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.recordGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.recordGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
|
|
|
this.recordGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.recordGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.R_C1,
|
|
|
this.R_C2,
|
|
|
this.R_C3,
|
|
|
this.R_C4,
|
|
|
this.R_C5});
|
|
|
this.recordGrid.Location = new System.Drawing.Point(-1, -1);
|
|
|
this.recordGrid.MultiSelect = false;
|
|
|
this.recordGrid.Name = "recordGrid";
|
|
|
this.recordGrid.ReadOnly = true;
|
|
|
this.recordGrid.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.recordGrid.RowsDefaultCellStyle = dataGridViewCellStyle18;
|
|
|
this.recordGrid.RowTemplate.Height = 50;
|
|
|
this.recordGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
|
this.recordGrid.Size = new System.Drawing.Size(421, 153);
|
|
|
this.recordGrid.TabIndex = 1;
|
|
|
//
|
|
|
// R_C1
|
|
|
//
|
|
|
this.R_C1.DataPropertyName = "Number1";
|
|
|
this.R_C1.HeaderText = "列1";
|
|
|
this.R_C1.Name = "R_C1";
|
|
|
this.R_C1.ReadOnly = true;
|
|
|
this.R_C1.Width = 80;
|
|
|
//
|
|
|
// R_C2
|
|
|
//
|
|
|
this.R_C2.DataPropertyName = "Number2";
|
|
|
this.R_C2.HeaderText = "列2";
|
|
|
this.R_C2.Name = "R_C2";
|
|
|
this.R_C2.ReadOnly = true;
|
|
|
this.R_C2.Width = 80;
|
|
|
//
|
|
|
// R_C3
|
|
|
//
|
|
|
this.R_C3.DataPropertyName = "Number3";
|
|
|
this.R_C3.HeaderText = "列3";
|
|
|
this.R_C3.Name = "R_C3";
|
|
|
this.R_C3.ReadOnly = true;
|
|
|
this.R_C3.Width = 80;
|
|
|
//
|
|
|
// R_C4
|
|
|
//
|
|
|
this.R_C4.DataPropertyName = "Number4";
|
|
|
this.R_C4.HeaderText = "列4";
|
|
|
this.R_C4.Name = "R_C4";
|
|
|
this.R_C4.ReadOnly = true;
|
|
|
this.R_C4.Width = 80;
|
|
|
//
|
|
|
// R_C5
|
|
|
//
|
|
|
this.R_C5.DataPropertyName = "Number5";
|
|
|
this.R_C5.HeaderText = "列5";
|
|
|
this.R_C5.Name = "R_C5";
|
|
|
this.R_C5.ReadOnly = true;
|
|
|
this.R_C5.Width = 80;
|
|
|
//
|
|
|
// numPad
|
|
|
//
|
|
|
this.numPad.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
|
this.numPad.Location = new System.Drawing.Point(-1, 220);
|
|
|
this.numPad.Name = "numPad";
|
|
|
this.numPad.Size = new System.Drawing.Size(421, 278);
|
|
|
this.numPad.TabIndex = 0;
|
|
|
//
|
|
|
// colseBtn
|
|
|
//
|
|
|
this.colseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.colseBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.colseBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.colseBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.colseBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.colseBtn.Location = new System.Drawing.Point(897, 9);
|
|
|
this.colseBtn.Name = "colseBtn";
|
|
|
this.colseBtn.PlaySound = false;
|
|
|
this.colseBtn.Size = new System.Drawing.Size(113, 45);
|
|
|
this.colseBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.colseBtn.TabIndex = 4;
|
|
|
this.colseBtn.Text = "关 闭";
|
|
|
this.colseBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.colseBtn.UseVisualStyleBackColor = false;
|
|
|
this.colseBtn.Click += new System.EventHandler(this.colseBtn_Click);
|
|
|
//
|
|
|
// uTimerLabel1
|
|
|
//
|
|
|
this.uTimerLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.uTimerLabel1.AutoSize = true;
|
|
|
this.uTimerLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uTimerLabel1.Font = new System.Drawing.Font("黑体", 13F);
|
|
|
this.uTimerLabel1.Format = "M月d日 H:mm:ss";
|
|
|
this.uTimerLabel1.Location = new System.Drawing.Point(727, 22);
|
|
|
this.uTimerLabel1.Name = "uTimerLabel1";
|
|
|
this.uTimerLabel1.Size = new System.Drawing.Size(152, 18);
|
|
|
this.uTimerLabel1.TabIndex = 0;
|
|
|
this.uTimerLabel1.Text = "6月11日 15:37:03";
|
|
|
//
|
|
|
// datePicker
|
|
|
//
|
|
|
this.datePicker.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.datePicker.Location = new System.Drawing.Point(121, 24);
|
|
|
this.datePicker.Name = "datePicker";
|
|
|
this.datePicker.ReadOnly = true;
|
|
|
this.datePicker.Size = new System.Drawing.Size(156, 30);
|
|
|
this.datePicker.TabIndex = 5;
|
|
|
this.datePicker.MouseDown += new System.Windows.Forms.MouseEventHandler(this.datePicker_MouseDown);
|
|
|
//
|
|
|
// uLabel1
|
|
|
//
|
|
|
this.uLabel1.AutoSize = true;
|
|
|
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uLabel1.Location = new System.Drawing.Point(12, 29);
|
|
|
this.uLabel1.Name = "uLabel1";
|
|
|
this.uLabel1.Size = new System.Drawing.Size(109, 20);
|
|
|
this.uLabel1.TabIndex = 6;
|
|
|
this.uLabel1.Text = "宰杀日期:";
|
|
|
//
|
|
|
// queryBtn
|
|
|
//
|
|
|
this.queryBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.queryBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.queryBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.queryBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.queryBtn.Location = new System.Drawing.Point(283, 14);
|
|
|
this.queryBtn.Name = "queryBtn";
|
|
|
this.queryBtn.PlaySound = false;
|
|
|
this.queryBtn.Size = new System.Drawing.Size(113, 45);
|
|
|
this.queryBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.queryBtn.TabIndex = 7;
|
|
|
this.queryBtn.Text = "查 询";
|
|
|
this.queryBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.queryBtn.UseVisualStyleBackColor = false;
|
|
|
this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
|
|
|
//
|
|
|
// uLabel4
|
|
|
//
|
|
|
this.uLabel4.AutoSize = true;
|
|
|
this.uLabel4.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel4.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uLabel4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
this.uLabel4.Location = new System.Drawing.Point(413, 27);
|
|
|
this.uLabel4.Name = "uLabel4";
|
|
|
this.uLabel4.Size = new System.Drawing.Size(109, 20);
|
|
|
this.uLabel4.TabIndex = 8;
|
|
|
this.uLabel4.Text = "作业顺序:";
|
|
|
//
|
|
|
// orderLbl
|
|
|
//
|
|
|
this.orderLbl.AutoSize = true;
|
|
|
this.orderLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.orderLbl.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.orderLbl.ForeColor = System.Drawing.Color.Red;
|
|
|
this.orderLbl.Location = new System.Drawing.Point(516, 19);
|
|
|
this.orderLbl.Name = "orderLbl";
|
|
|
this.orderLbl.Size = new System.Drawing.Size(30, 31);
|
|
|
this.orderLbl.TabIndex = 9;
|
|
|
this.orderLbl.Text = "0";
|
|
|
//
|
|
|
// PickOutConfirm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
this.ClientSize = new System.Drawing.Size(1022, 591);
|
|
|
this.Controls.Add(this.orderLbl);
|
|
|
this.Controls.Add(this.uLabel4);
|
|
|
this.Controls.Add(this.queryBtn);
|
|
|
this.Controls.Add(this.datePicker);
|
|
|
this.Controls.Add(this.colseBtn);
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.uTimerLabel1);
|
|
|
this.Controls.Add(this.uLabel1);
|
|
|
this.Name = "PickOutConfirm";
|
|
|
this.Text = "赶猪确认";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).EndInit();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.panel3.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.recordGrid)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.UTimerLabel uTimerLabel1;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private WinFormControl.NButton colseBtn;
|
|
|
private System.Windows.Forms.FlowLayoutPanel numPad;
|
|
|
private WinFormControl.UDataGridView orderGrid;
|
|
|
private WinFormControl.UDataGridView recordGrid;
|
|
|
private WinFormControl.ULabel uLabel2;
|
|
|
private WinFormControl.ULabel countLbl;
|
|
|
private WinFormControl.ULabel uLabel3;
|
|
|
private WinFormControl.ULabel numberLbl;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private WinFormControl.NButton zeroBtn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_C1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_C2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_C3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_C4;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn R_C5;
|
|
|
private System.Windows.Forms.TextBox datePicker;
|
|
|
private WinFormControl.ULabel uLabel1;
|
|
|
private WinFormControl.NButton queryBtn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_ConfirmState;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_Order;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_PlanNumber;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_LiveColonyHouse_Name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_AlreadyNumber;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn L_Start;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn L_End;
|
|
|
private WinFormControl.ULabel uLabel4;
|
|
|
private WinFormControl.ULabel orderLbl;
|
|
|
}
|
|
|
}
|