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

172 lines
7.8 KiB

namespace ButcherWeight
{
partial class RecordView
{
/// <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.detailGridView = new BWP.WinFormControl.UDataGridView();
this.D_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_WeightBill_Detail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Tpye = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Delete = new System.Windows.Forms.DataGridViewButtonColumn();
this.closeBtn = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.detailGridView)).BeginInit();
this.SuspendLayout();
//
// detailGridView
//
this.detailGridView.AllowUserToAddRows = false;
this.detailGridView.AllowUserToDeleteRows = false;
this.detailGridView.AllowUserToResizeColumns = false;
this.detailGridView.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.detailGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.detailGridView.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.detailGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.detailGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.detailGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.D_ID,
this.D_WeightBill_Detail_ID,
this.D_Tpye,
this.D_Weight,
this.D_Time,
this.D_Delete});
this.detailGridView.Location = new System.Drawing.Point(27, 26);
this.detailGridView.MultiSelect = false;
this.detailGridView.Name = "detailGridView";
this.detailGridView.ReadOnly = true;
this.detailGridView.RowHeadersVisible = false;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.detailGridView.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.detailGridView.RowTemplate.Height = 40;
this.detailGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.detailGridView.Size = new System.Drawing.Size(515, 323);
this.detailGridView.TabIndex = 0;
this.detailGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.detailGridView_CellContentClick);
//
// D_ID
//
this.D_ID.DataPropertyName = "ID";
this.D_ID.HeaderText = "ID";
this.D_ID.Name = "D_ID";
this.D_ID.ReadOnly = true;
this.D_ID.Visible = false;
//
// D_WeightBill_Detail_ID
//
this.D_WeightBill_Detail_ID.DataPropertyName = "WeightBill_Detail_ID";
this.D_WeightBill_Detail_ID.HeaderText = "WeightBill_Detail_ID";
this.D_WeightBill_Detail_ID.Name = "D_WeightBill_Detail_ID";
this.D_WeightBill_Detail_ID.ReadOnly = true;
this.D_WeightBill_Detail_ID.Visible = false;
//
// D_Tpye
//
this.D_Tpye.DataPropertyName = "Type";
this.D_Tpye.HeaderText = "类型";
this.D_Tpye.Name = "D_Tpye";
this.D_Tpye.ReadOnly = true;
//
// D_Weight
//
this.D_Weight.DataPropertyName = "Weight";
dataGridViewCellStyle3.Format = "#0.######";
this.D_Weight.DefaultCellStyle = dataGridViewCellStyle3;
this.D_Weight.HeaderText = "重量";
this.D_Weight.Name = "D_Weight";
this.D_Weight.ReadOnly = true;
//
// D_Time
//
this.D_Time.DataPropertyName = "Time";
this.D_Time.HeaderText = "时间";
this.D_Time.Name = "D_Time";
this.D_Time.ReadOnly = true;
this.D_Time.Width = 150;
//
// D_Delete
//
this.D_Delete.HeaderText = "删除";
this.D_Delete.Name = "D_Delete";
this.D_Delete.ReadOnly = true;
this.D_Delete.Text = "删除";
this.D_Delete.UseColumnTextForButtonValue = true;
this.D_Delete.Width = 140;
//
// closeBtn
//
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F);
this.closeBtn.Location = new System.Drawing.Point(212, 372);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(146, 52);
this.closeBtn.TabIndex = 1;
this.closeBtn.Text = "关闭";
this.closeBtn.UseVisualStyleBackColor = true;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// RecordView
//
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.closeBtn);
this.Controls.Add(this.detailGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RecordView";
this.Text = "过磅明细";
((System.ComponentModel.ISupportInitialize)(this.detailGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private BWP.WinFormControl.UDataGridView detailGridView;
private System.Windows.Forms.Button closeBtn;
private System.Windows.Forms.DataGridViewTextBoxColumn D_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn D_WeightBill_Detail_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Tpye;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Weight;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Time;
private System.Windows.Forms.DataGridViewButtonColumn D_Delete;
}
}