屠宰场客户端
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.

228 lines
11 KiB

namespace QualityAndOrder
{
partial class HurryRecordView
{
/// <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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.closeBtn = new System.Windows.Forms.Button();
this.recordGridView = new BWP.WinFormControl.UDataGridView();
this.R_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_WeightBill_ID_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_B3WeighBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_HurryNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_Delete = new System.Windows.Forms.DataGridViewButtonColumn();
this.R_Print = new System.Windows.Forms.DataGridViewButtonColumn();
((System.ComponentModel.ISupportInitialize)(this.recordGridView)).BeginInit();
this.SuspendLayout();
//
// closeBtn
//
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
this.closeBtn.Location = new System.Drawing.Point(282, 361);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(146, 52);
this.closeBtn.TabIndex = 3;
this.closeBtn.Text = "关闭";
this.closeBtn.UseVisualStyleBackColor = true;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// recordGridView
//
this.recordGridView.AllowUserToAddRows = false;
this.recordGridView.AllowUserToDeleteRows = false;
this.recordGridView.AllowUserToResizeColumns = false;
this.recordGridView.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.recordGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.recordGridView.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.recordGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.recordGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.recordGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.R_ID,
this.R_WeightBill_ID_ID,
this.R_Supplier_Name,
this.R_LiveColonyHouse_Name,
this.R_B3WeighBill_ID,
this.R_Order,
this.R_HurryNumber,
this.R_Time,
this.R_Delete,
this.R_Print});
this.recordGridView.Location = new System.Drawing.Point(31, 19);
this.recordGridView.MultiSelect = false;
this.recordGridView.Name = "recordGridView";
this.recordGridView.ReadOnly = true;
this.recordGridView.RowHeadersVisible = false;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.recordGridView.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.recordGridView.RowTemplate.Height = 60;
this.recordGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.recordGridView.Size = new System.Drawing.Size(635, 323);
this.recordGridView.TabIndex = 2;
this.recordGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.recordGridView_CellClick);
//
// R_ID
//
this.R_ID.DataPropertyName = "ID";
this.R_ID.HeaderText = "ID";
this.R_ID.Name = "R_ID";
this.R_ID.ReadOnly = true;
this.R_ID.Visible = false;
//
// R_WeightBill_ID_ID
//
this.R_WeightBill_ID_ID.DataPropertyName = "WeightBill_ID";
this.R_WeightBill_ID_ID.HeaderText = "WeightBill_ID";
this.R_WeightBill_ID_ID.Name = "R_WeightBill_ID_ID";
this.R_WeightBill_ID_ID.ReadOnly = true;
this.R_WeightBill_ID_ID.Visible = false;
//
// R_Supplier_Name
//
this.R_Supplier_Name.DataPropertyName = "Supplier_Name";
this.R_Supplier_Name.HeaderText = "Supplier_Name";
this.R_Supplier_Name.Name = "R_Supplier_Name";
this.R_Supplier_Name.ReadOnly = true;
this.R_Supplier_Name.Visible = false;
//
// R_LiveColonyHouse_Name
//
this.R_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name";
this.R_LiveColonyHouse_Name.HeaderText = "LiveColonyHouse_Name";
this.R_LiveColonyHouse_Name.Name = "R_LiveColonyHouse_Name";
this.R_LiveColonyHouse_Name.ReadOnly = true;
this.R_LiveColonyHouse_Name.Visible = false;
//
// R_B3WeighBill_ID
//
this.R_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID";
this.R_B3WeighBill_ID.HeaderText = "磅单号";
this.R_B3WeighBill_ID.Name = "R_B3WeighBill_ID";
this.R_B3WeighBill_ID.ReadOnly = true;
this.R_B3WeighBill_ID.Width = 90;
//
// R_Order
//
this.R_Order.DataPropertyName = "Order";
this.R_Order.HeaderText = "序号";
this.R_Order.Name = "R_Order";
this.R_Order.ReadOnly = true;
this.R_Order.Width = 80;
//
// R_HurryNumber
//
this.R_HurryNumber.DataPropertyName = "HurryNumber";
dataGridViewCellStyle3.Format = "#0.######";
this.R_HurryNumber.DefaultCellStyle = dataGridViewCellStyle3;
this.R_HurryNumber.HeaderText = "头数";
this.R_HurryNumber.Name = "R_HurryNumber";
this.R_HurryNumber.ReadOnly = true;
this.R_HurryNumber.Width = 80;
//
// R_Time
//
this.R_Time.DataPropertyName = "Time";
this.R_Time.HeaderText = "时间";
this.R_Time.Name = "R_Time";
this.R_Time.ReadOnly = true;
this.R_Time.Width = 140;
//
// R_Delete
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(7, 10, 7, 10);
this.R_Delete.DefaultCellStyle = dataGridViewCellStyle4;
this.R_Delete.HeaderText = "删除";
this.R_Delete.Name = "R_Delete";
this.R_Delete.ReadOnly = true;
this.R_Delete.Text = "删除";
this.R_Delete.UseColumnTextForButtonValue = true;
this.R_Delete.Width = 120;
//
// R_Print
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(7, 10, 7, 10);
this.R_Print.DefaultCellStyle = dataGridViewCellStyle5;
this.R_Print.HeaderText = "打印";
this.R_Print.Name = "R_Print";
this.R_Print.ReadOnly = true;
this.R_Print.Text = "打印";
this.R_Print.UseColumnTextForButtonValue = true;
this.R_Print.Width = 120;
//
// HurryRecordView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(696, 436);
this.ControlBox = false;
this.Controls.Add(this.closeBtn);
this.Controls.Add(this.recordGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "HurryRecordView";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "急宰记录";
((System.ComponentModel.ISupportInitialize)(this.recordGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button closeBtn;
private BWP.WinFormControl.UDataGridView recordGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn R_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn R_WeightBill_ID_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn R_Supplier_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn R_LiveColonyHouse_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn R_B3WeighBill_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn R_Order;
private System.Windows.Forms.DataGridViewTextBoxColumn R_HurryNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn R_Time;
private System.Windows.Forms.DataGridViewButtonColumn R_Delete;
private System.Windows.Forms.DataGridViewButtonColumn R_Print;
}
}