屠宰场客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

222 lines
9.8 KiB

namespace OutHouseView
{
partial class BeforeDeathConfirm
{
/// <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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.orderGrid = new BWP.WinFormControl.UDataGridView();
this.closeBtn = new System.Windows.Forms.Button();
this.keyPanel = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.kbBtn = new System.Windows.Forms.Button();
this.numLbl = new System.Windows.Forms.Label();
this.C_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.C_View = new System.Windows.Forms.DataGridViewButtonColumn();
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit();
this.SuspendLayout();
//
// orderGrid
//
this.orderGrid.AllowUserToAddRows = false;
this.orderGrid.AllowUserToDeleteRows = false;
this.orderGrid.AllowUserToResizeColumns = false;
this.orderGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.orderGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.orderGrid.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.orderGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.orderGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.orderGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.C_ID,
this.C_Order,
this.C_LiveColonyHouse_Name,
this.C_Number,
this.C_View});
this.orderGrid.Location = new System.Drawing.Point(20, 83);
this.orderGrid.MultiSelect = false;
this.orderGrid.Name = "orderGrid";
this.orderGrid.ReadOnly = true;
this.orderGrid.RowHeadersVisible = false;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 20F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
this.orderGrid.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.orderGrid.RowTemplate.Height = 80;
this.orderGrid.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.orderGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.orderGrid.Size = new System.Drawing.Size(573, 509);
this.orderGrid.TabIndex = 4;
this.orderGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellContentClick);
//
// closeBtn
//
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
this.closeBtn.Location = new System.Drawing.Point(904, 12);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(143, 49);
this.closeBtn.TabIndex = 3;
this.closeBtn.Text = "退出";
this.closeBtn.UseVisualStyleBackColor = true;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// keyPanel
//
this.keyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.keyPanel.Location = new System.Drawing.Point(657, 166);
this.keyPanel.Name = "keyPanel";
this.keyPanel.Padding = new System.Windows.Forms.Padding(15);
this.keyPanel.Size = new System.Drawing.Size(390, 386);
this.keyPanel.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(653, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 20);
this.label1.TabIndex = 11;
this.label1.Text = "合计:";
//
// kbBtn
//
this.kbBtn.Font = new System.Drawing.Font("宋体", 15F);
this.kbBtn.Location = new System.Drawing.Point(904, 97);
this.kbBtn.Name = "kbBtn";
this.kbBtn.Size = new System.Drawing.Size(92, 49);
this.kbBtn.TabIndex = 13;
this.kbBtn.Text = "确定";
this.kbBtn.UseVisualStyleBackColor = true;
this.kbBtn.Click += new System.EventHandler(this.kbBtn_Click);
//
// numLbl
//
this.numLbl.AutoSize = true;
this.numLbl.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
this.numLbl.ForeColor = System.Drawing.Color.Red;
this.numLbl.Location = new System.Drawing.Point(741, 107);
this.numLbl.Name = "numLbl";
this.numLbl.Size = new System.Drawing.Size(23, 24);
this.numLbl.TabIndex = 14;
this.numLbl.Text = "0";
//
// C_ID
//
this.C_ID.DataPropertyName = "ID";
this.C_ID.HeaderText = "ID";
this.C_ID.Name = "C_ID";
this.C_ID.ReadOnly = true;
this.C_ID.Visible = false;
//
// C_Order
//
this.C_Order.DataPropertyName = "Order";
this.C_Order.HeaderText = "序号";
this.C_Order.Name = "C_Order";
this.C_Order.ReadOnly = true;
//
// C_LiveColonyHouse_Name
//
this.C_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name";
this.C_LiveColonyHouse_Name.HeaderText = "圈舍";
this.C_LiveColonyHouse_Name.Name = "C_LiveColonyHouse_Name";
this.C_LiveColonyHouse_Name.ReadOnly = true;
this.C_LiveColonyHouse_Name.Visible = false;
this.C_LiveColonyHouse_Name.Width = 400;
//
// C_Number
//
this.C_Number.DataPropertyName = "Number";
this.C_Number.HeaderText = "头数";
this.C_Number.Name = "C_Number";
this.C_Number.ReadOnly = true;
this.C_Number.Width = 200;
//
// C_View
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(10);
this.C_View.DefaultCellStyle = dataGridViewCellStyle3;
this.C_View.HeaderText = "查看";
this.C_View.Name = "C_View";
this.C_View.ReadOnly = true;
this.C_View.Text = "查看";
this.C_View.UseColumnTextForButtonValue = true;
this.C_View.Width = 150;
//
// BeforeDeathConfirm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1067, 604);
this.Controls.Add(this.numLbl);
this.Controls.Add(this.kbBtn);
this.Controls.Add(this.label1);
this.Controls.Add(this.keyPanel);
this.Controls.Add(this.orderGrid);
this.Controls.Add(this.closeBtn);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "BeforeDeathConfirm";
this.Text = "窒晕校验";
this.Load += new System.EventHandler(this.OutHouseFrom_Load);
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private BWP.WinFormControl.UDataGridView orderGrid;
private System.Windows.Forms.Button closeBtn;
private System.Windows.Forms.FlowLayoutPanel keyPanel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button kbBtn;
private System.Windows.Forms.Label numLbl;
private System.Windows.Forms.DataGridViewTextBoxColumn C_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn C_Order;
private System.Windows.Forms.DataGridViewTextBoxColumn C_LiveColonyHouse_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn C_Number;
private System.Windows.Forms.DataGridViewButtonColumn C_View;
}
}