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

239 lines
10 KiB

namespace ButcherOrder
{
partial class ViewDetail
{
/// <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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.label1 = new System.Windows.Forms.Label();
this.orderLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.planNumberLabel = new System.Windows.Forms.Label();
this.hotFadeNumberLabel = new System.Windows.Forms.Label();
this.closeBtn = new System.Windows.Forms.Button();
this.detailGridView1 = new BWP.WinFormControl.UDataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SecondOrder_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DeleteBtn = new System.Windows.Forms.DataGridViewButtonColumn();
((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(50, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(109, 20);
this.label1.TabIndex = 0;
this.label1.Text = "排宰顺序:";
//
// orderLabel
//
this.orderLabel.AutoSize = true;
this.orderLabel.Font = new System.Drawing.Font("宋体", 15F);
this.orderLabel.Location = new System.Drawing.Point(153, 30);
this.orderLabel.Name = "orderLabel";
this.orderLabel.Size = new System.Drawing.Size(19, 20);
this.orderLabel.TabIndex = 0;
this.orderLabel.Text = "0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(216, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 0;
this.label3.Text = "总头数:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 15F);
this.label4.Location = new System.Drawing.Point(361, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(109, 20);
this.label4.TabIndex = 0;
this.label4.Text = "合计烫褪:";
//
// planNumberLabel
//
this.planNumberLabel.AutoSize = true;
this.planNumberLabel.Font = new System.Drawing.Font("宋体", 15F);
this.planNumberLabel.Location = new System.Drawing.Point(299, 30);
this.planNumberLabel.Name = "planNumberLabel";
this.planNumberLabel.Size = new System.Drawing.Size(19, 20);
this.planNumberLabel.TabIndex = 0;
this.planNumberLabel.Text = "0";
//
// hotFadeNumberLabel
//
this.hotFadeNumberLabel.AutoSize = true;
this.hotFadeNumberLabel.Font = new System.Drawing.Font("宋体", 15F);
this.hotFadeNumberLabel.Location = new System.Drawing.Point(464, 30);
this.hotFadeNumberLabel.Name = "hotFadeNumberLabel";
this.hotFadeNumberLabel.Size = new System.Drawing.Size(19, 20);
this.hotFadeNumberLabel.TabIndex = 0;
this.hotFadeNumberLabel.Text = "0";
//
// closeBtn
//
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
this.closeBtn.Location = new System.Drawing.Point(241, 386);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(108, 41);
this.closeBtn.TabIndex = 2;
this.closeBtn.Text = "关闭";
this.closeBtn.UseVisualStyleBackColor = true;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// detailGridView1
//
this.detailGridView1.AllowUserToAddRows = false;
this.detailGridView1.AllowUserToDeleteRows = false;
this.detailGridView1.AllowUserToResizeColumns = false;
this.detailGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.detailGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.detailGridView1.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.detailGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.detailGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.detailGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.SecondOrder_ID,
this.Time,
this.Number,
this.DeleteBtn});
this.detailGridView1.Location = new System.Drawing.Point(44, 80);
this.detailGridView1.MultiSelect = false;
this.detailGridView1.Name = "detailGridView1";
this.detailGridView1.ReadOnly = true;
this.detailGridView1.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.detailGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.detailGridView1.RowTemplate.Height = 40;
this.detailGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.detailGridView1.Size = new System.Drawing.Size(488, 287);
this.detailGridView1.TabIndex = 4;
this.detailGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.detailGridView1_CellClick);
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// SecondOrder_ID
//
this.SecondOrder_ID.DataPropertyName = "SecondOrder_ID";
this.SecondOrder_ID.HeaderText = "SecondOrder_ID";
this.SecondOrder_ID.Name = "SecondOrder_ID";
this.SecondOrder_ID.ReadOnly = true;
this.SecondOrder_ID.Visible = false;
//
// Time
//
this.Time.DataPropertyName = "Time";
this.Time.HeaderText = "时间";
this.Time.Name = "Time";
this.Time.ReadOnly = true;
this.Time.Width = 150;
//
// Number
//
this.Number.DataPropertyName = "Number";
this.Number.HeaderText = "头数";
this.Number.Name = "Number";
this.Number.ReadOnly = true;
this.Number.Width = 150;
//
// DeleteBtn
//
this.DeleteBtn.HeaderText = "删除";
this.DeleteBtn.Name = "DeleteBtn";
this.DeleteBtn.ReadOnly = true;
this.DeleteBtn.Text = "删除";
this.DeleteBtn.UseColumnTextForButtonValue = true;
this.DeleteBtn.Width = 160;
//
// ViewDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(576, 436);
this.ControlBox = false;
this.Controls.Add(this.detailGridView1);
this.Controls.Add(this.closeBtn);
this.Controls.Add(this.hotFadeNumberLabel);
this.Controls.Add(this.planNumberLabel);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.orderLabel);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "ViewDetail";
this.Text = "查看明细";
((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label orderLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label planNumberLabel;
private System.Windows.Forms.Label hotFadeNumberLabel;
private System.Windows.Forms.Button closeBtn;
private BWP.WinFormControl.UDataGridView detailGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn SecondOrder_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Time;
private System.Windows.Forms.DataGridViewTextBoxColumn Number;
private System.Windows.Forms.DataGridViewButtonColumn DeleteBtn;
}
}