|
|
namespace B3ButcherWeightClient {
|
|
|
partial class QueryForm {
|
|
|
/// <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 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();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.textBoxEndTime = new System.Windows.Forms.TextBox();
|
|
|
this.textBoxBeginTime = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.IDColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SeqColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DateColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.PhaseColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LivestockColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.NumberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.WeightColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SubWeightColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RWeightColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.monthCalendar = new System.Windows.Forms.MonthCalendar();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.txtShunXuHao = new System.Windows.Forms.TextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// textBoxEndTime
|
|
|
//
|
|
|
this.textBoxEndTime.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBoxEndTime.Location = new System.Drawing.Point(286, 17);
|
|
|
this.textBoxEndTime.MaxLength = 20;
|
|
|
this.textBoxEndTime.Multiline = true;
|
|
|
this.textBoxEndTime.Name = "textBoxEndTime";
|
|
|
this.textBoxEndTime.Size = new System.Drawing.Size(149, 40);
|
|
|
this.textBoxEndTime.TabIndex = 9;
|
|
|
this.textBoxEndTime.TabStop = false;
|
|
|
this.textBoxEndTime.DoubleClick += new System.EventHandler(this.textBoxEndTime_DoubleClick);
|
|
|
//
|
|
|
// textBoxBeginTime
|
|
|
//
|
|
|
this.textBoxBeginTime.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBoxBeginTime.Location = new System.Drawing.Point(76, 17);
|
|
|
this.textBoxBeginTime.MaxLength = 20;
|
|
|
this.textBoxBeginTime.Multiline = true;
|
|
|
this.textBoxBeginTime.Name = "textBoxBeginTime";
|
|
|
this.textBoxBeginTime.Size = new System.Drawing.Size(164, 40);
|
|
|
this.textBoxBeginTime.TabIndex = 10;
|
|
|
this.textBoxBeginTime.TabStop = false;
|
|
|
this.textBoxBeginTime.TextChanged += new System.EventHandler(this.textBoxBeginTime_TextChanged);
|
|
|
this.textBoxBeginTime.DoubleClick += new System.EventHandler(this.textBoxBeginTime_DoubleClick);
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label3.Location = new System.Drawing.Point(246, 29);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(34, 24);
|
|
|
this.label3.TabIndex = 7;
|
|
|
this.label3.Text = "->";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.Location = new System.Drawing.Point(12, 22);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(58, 24);
|
|
|
this.label2.TabIndex = 8;
|
|
|
this.label2.Text = "日期";
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button1.Location = new System.Drawing.Point(733, 11);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(117, 58);
|
|
|
this.button1.TabIndex = 11;
|
|
|
this.button1.Text = "查询";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
this.button3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button3.Location = new System.Drawing.Point(856, 12);
|
|
|
this.button3.Name = "button3";
|
|
|
this.button3.Size = new System.Drawing.Size(162, 58);
|
|
|
this.button3.TabIndex = 11;
|
|
|
this.button3.Text = "级别汇总查询";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
this.button3.Visible = false;
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
//
|
|
|
// dataGridView1
|
|
|
//
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.IDColumn,
|
|
|
this.SeqColumn,
|
|
|
this.DateColumn,
|
|
|
this.PhaseColumn,
|
|
|
this.LivestockColumn,
|
|
|
this.NumberColumn,
|
|
|
this.WeightColumn,
|
|
|
this.SubWeightColumn,
|
|
|
this.RWeightColumn});
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(1, 77);
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(1140, 733);
|
|
|
this.dataGridView1.TabIndex = 12;
|
|
|
//
|
|
|
// IDColumn
|
|
|
//
|
|
|
this.IDColumn.DataPropertyName = "ID";
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.IDColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.IDColumn.FillWeight = 0.8370507F;
|
|
|
this.IDColumn.HeaderText = "ID";
|
|
|
this.IDColumn.Name = "IDColumn";
|
|
|
this.IDColumn.ReadOnly = true;
|
|
|
//
|
|
|
// SeqColumn
|
|
|
//
|
|
|
this.SeqColumn.DataPropertyName = "Sequence";
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.SeqColumn.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.SeqColumn.FillWeight = 0.8370507F;
|
|
|
this.SeqColumn.HeaderText = "顺序号";
|
|
|
this.SeqColumn.Name = "SeqColumn";
|
|
|
this.SeqColumn.ReadOnly = true;
|
|
|
//
|
|
|
// DateColumn
|
|
|
//
|
|
|
this.DateColumn.DataPropertyName = "DateTime";
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.DateColumn.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.DateColumn.FillWeight = 1.8F;
|
|
|
this.DateColumn.HeaderText = "时间";
|
|
|
this.DateColumn.Name = "DateColumn";
|
|
|
this.DateColumn.ReadOnly = true;
|
|
|
//
|
|
|
// PhaseColumn
|
|
|
//
|
|
|
this.PhaseColumn.DataPropertyName = "PhaseCode";
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.PhaseColumn.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.PhaseColumn.FillWeight = 1.065272F;
|
|
|
this.PhaseColumn.HeaderText = "阶段号";
|
|
|
this.PhaseColumn.Name = "PhaseColumn";
|
|
|
this.PhaseColumn.ReadOnly = true;
|
|
|
//
|
|
|
// LivestockColumn
|
|
|
//
|
|
|
this.LivestockColumn.DataPropertyName = "Livestock_Name";
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.LivestockColumn.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.LivestockColumn.FillWeight = 1.065272F;
|
|
|
this.LivestockColumn.HeaderText = "级别";
|
|
|
this.LivestockColumn.Name = "LivestockColumn";
|
|
|
this.LivestockColumn.ReadOnly = true;
|
|
|
//
|
|
|
// NumberColumn
|
|
|
//
|
|
|
this.NumberColumn.DataPropertyName = "Number";
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle6.Format = "0";
|
|
|
this.NumberColumn.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.NumberColumn.FillWeight = 1.065272F;
|
|
|
this.NumberColumn.HeaderText = "头数";
|
|
|
this.NumberColumn.Name = "NumberColumn";
|
|
|
this.NumberColumn.ReadOnly = true;
|
|
|
//
|
|
|
// WeightColumn
|
|
|
//
|
|
|
this.WeightColumn.DataPropertyName = "AllWeight";
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle7.Format = "0.00";
|
|
|
this.WeightColumn.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.WeightColumn.FillWeight = 1.065272F;
|
|
|
this.WeightColumn.HeaderText = "重量";
|
|
|
this.WeightColumn.Name = "WeightColumn";
|
|
|
this.WeightColumn.ReadOnly = true;
|
|
|
//
|
|
|
// SubWeightColumn
|
|
|
//
|
|
|
this.SubWeightColumn.DataPropertyName = "SubWeight";
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle8.Format = "0.00";
|
|
|
this.SubWeightColumn.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
this.SubWeightColumn.FillWeight = 1.065272F;
|
|
|
this.SubWeightColumn.HeaderText = "扣重";
|
|
|
this.SubWeightColumn.Name = "SubWeightColumn";
|
|
|
this.SubWeightColumn.ReadOnly = true;
|
|
|
//
|
|
|
// RWeightColumn
|
|
|
//
|
|
|
this.RWeightColumn.DataPropertyName = "Weight";
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle9.Format = "0.00";
|
|
|
this.RWeightColumn.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.RWeightColumn.FillWeight = 1.065272F;
|
|
|
this.RWeightColumn.HeaderText = "净重";
|
|
|
this.RWeightColumn.Name = "RWeightColumn";
|
|
|
this.RWeightColumn.ReadOnly = true;
|
|
|
//
|
|
|
// monthCalendar
|
|
|
//
|
|
|
this.monthCalendar.Location = new System.Drawing.Point(167, 62);
|
|
|
this.monthCalendar.Name = "monthCalendar";
|
|
|
this.monthCalendar.TabIndex = 13;
|
|
|
this.monthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar_DateSelected);
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
this.button4.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button4.Location = new System.Drawing.Point(1024, 12);
|
|
|
this.button4.Name = "button4";
|
|
|
this.button4.Size = new System.Drawing.Size(117, 58);
|
|
|
this.button4.TabIndex = 11;
|
|
|
this.button4.Text = "导出";
|
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
|
this.button4.Visible = false;
|
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.Location = new System.Drawing.Point(441, 22);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(82, 24);
|
|
|
this.label1.TabIndex = 8;
|
|
|
this.label1.Text = "顺序号";
|
|
|
//
|
|
|
// txtShunXuHao
|
|
|
//
|
|
|
this.txtShunXuHao.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtShunXuHao.Location = new System.Drawing.Point(520, 17);
|
|
|
this.txtShunXuHao.MaxLength = 20;
|
|
|
this.txtShunXuHao.Multiline = true;
|
|
|
this.txtShunXuHao.Name = "txtShunXuHao";
|
|
|
this.txtShunXuHao.Size = new System.Drawing.Size(149, 40);
|
|
|
this.txtShunXuHao.TabIndex = 9;
|
|
|
this.txtShunXuHao.TabStop = false;
|
|
|
this.txtShunXuHao.DoubleClick += new System.EventHandler(this.textBoxEndTime_DoubleClick);
|
|
|
//
|
|
|
// QueryForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1156, 812);
|
|
|
this.Controls.Add(this.monthCalendar);
|
|
|
this.Controls.Add(this.dataGridView1);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.txtShunXuHao);
|
|
|
this.Controls.Add(this.textBoxEndTime);
|
|
|
this.Controls.Add(this.textBoxBeginTime);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Name = "QueryForm";
|
|
|
this.Text = "查询";
|
|
|
this.Load += new System.EventHandler(this.QueryForm_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.QueryForm_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxEndTime;
|
|
|
private System.Windows.Forms.TextBox textBoxBeginTime;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.MonthCalendar monthCalendar;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IDColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SeqColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DateColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PhaseColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LivestockColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NumberColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn WeightColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SubWeightColumn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RWeightColumn;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.TextBox txtShunXuHao;
|
|
|
}
|
|
|
}
|