namespace Bro.M071.Process.UI
|
{
|
partial class M071_DataForm
|
{
|
/// <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()
|
{
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.textBoxPageNum = new System.Windows.Forms.TextBox();
|
this.buttonToLastPage = new System.Windows.Forms.Button();
|
this.buttonToNextPage = new System.Windows.Forms.Button();
|
this.buttonToBeforePage = new System.Windows.Forms.Button();
|
this.buttonToFirstPage = new System.Windows.Forms.Button();
|
this.labelTotal = new System.Windows.Forms.Label();
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.button5 = new System.Windows.Forms.Button();
|
this.button6 = new System.Windows.Forms.Button();
|
this.button7 = new System.Windows.Forms.Button();
|
this.button8 = new System.Windows.Forms.Button();
|
this.label2 = new System.Windows.Forms.Label();
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
this.buttonQuery = new System.Windows.Forms.Button();
|
this.textBoxPCode = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.textBoxPBarCode = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.comboBoxPResult = new System.Windows.Forms.ComboBox();
|
this.labelPTime = new System.Windows.Forms.Label();
|
this.dateTimePStartTime = new System.Windows.Forms.DateTimePicker();
|
this.label9 = new System.Windows.Forms.Label();
|
this.dateTimePEndTime = new System.Windows.Forms.DateTimePicker();
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
this.tableLayoutPanel2.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
this.tableLayoutPanel3.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Controls.Add(this.tabPage2);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1024, 717);
|
this.tabControl1.TabIndex = 0;
|
//
|
// tabPage1
|
//
|
this.tabPage1.Controls.Add(this.tableLayoutPanel1);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(1016, 691);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "产品生产记录";
|
this.tabPage1.UseVisualStyleBackColor = true;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 2;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1010, 685);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox1.Location = new System.Drawing.Point(760, 3);
|
this.groupBox1.Name = "groupBox1";
|
this.tableLayoutPanel1.SetRowSpan(this.groupBox1, 3);
|
this.groupBox1.Size = new System.Drawing.Size(247, 679);
|
this.groupBox1.TabIndex = 0;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "明细";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.textBoxPageNum);
|
this.panel1.Controls.Add(this.buttonToLastPage);
|
this.panel1.Controls.Add(this.buttonToNextPage);
|
this.panel1.Controls.Add(this.buttonToBeforePage);
|
this.panel1.Controls.Add(this.buttonToFirstPage);
|
this.panel1.Controls.Add(this.labelTotal);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(3, 658);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(751, 24);
|
this.panel1.TabIndex = 1;
|
//
|
// textBoxPageNum
|
//
|
this.textBoxPageNum.Location = new System.Drawing.Point(542, 2);
|
this.textBoxPageNum.Name = "textBoxPageNum";
|
this.textBoxPageNum.Size = new System.Drawing.Size(80, 21);
|
this.textBoxPageNum.TabIndex = 2;
|
//
|
// buttonToLastPage
|
//
|
this.buttonToLastPage.Location = new System.Drawing.Point(693, 0);
|
this.buttonToLastPage.Name = "buttonToLastPage";
|
this.buttonToLastPage.Size = new System.Drawing.Size(55, 23);
|
this.buttonToLastPage.TabIndex = 1;
|
this.buttonToLastPage.Text = "最后页";
|
this.buttonToLastPage.UseVisualStyleBackColor = true;
|
//
|
// buttonToNextPage
|
//
|
this.buttonToNextPage.Location = new System.Drawing.Point(632, 1);
|
this.buttonToNextPage.Name = "buttonToNextPage";
|
this.buttonToNextPage.Size = new System.Drawing.Size(55, 23);
|
this.buttonToNextPage.TabIndex = 1;
|
this.buttonToNextPage.Text = "后一页";
|
this.buttonToNextPage.UseVisualStyleBackColor = true;
|
//
|
// buttonToBeforePage
|
//
|
this.buttonToBeforePage.Location = new System.Drawing.Point(477, 1);
|
this.buttonToBeforePage.Name = "buttonToBeforePage";
|
this.buttonToBeforePage.Size = new System.Drawing.Size(55, 23);
|
this.buttonToBeforePage.TabIndex = 1;
|
this.buttonToBeforePage.Text = "前一页";
|
this.buttonToBeforePage.UseVisualStyleBackColor = true;
|
//
|
// buttonToFirstPage
|
//
|
this.buttonToFirstPage.Location = new System.Drawing.Point(416, 1);
|
this.buttonToFirstPage.Name = "buttonToFirstPage";
|
this.buttonToFirstPage.Size = new System.Drawing.Size(55, 23);
|
this.buttonToFirstPage.TabIndex = 1;
|
this.buttonToFirstPage.Text = "第一页";
|
this.buttonToFirstPage.UseVisualStyleBackColor = true;
|
//
|
// labelTotal
|
//
|
this.labelTotal.AutoSize = true;
|
this.labelTotal.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.labelTotal.Location = new System.Drawing.Point(3, 3);
|
this.labelTotal.Name = "labelTotal";
|
this.labelTotal.Size = new System.Drawing.Size(97, 17);
|
this.labelTotal.TabIndex = 0;
|
this.labelTotal.Text = "数量:总页数:";
|
//
|
// dataGridView1
|
//
|
this.dataGridView1.AllowUserToAddRows = false;
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.MenuBar;
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataGridView1.Location = new System.Drawing.Point(3, 73);
|
this.dataGridView1.Name = "dataGridView1";
|
this.dataGridView1.ReadOnly = true;
|
this.dataGridView1.RowTemplate.Height = 23;
|
this.dataGridView1.Size = new System.Drawing.Size(751, 579);
|
this.dataGridView1.TabIndex = 2;
|
//
|
// tableLayoutPanel2
|
//
|
this.tableLayoutPanel2.ColumnCount = 8;
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel2.Controls.Add(this.dateTimePEndTime, 3, 1);
|
this.tableLayoutPanel2.Controls.Add(this.label9, 2, 1);
|
this.tableLayoutPanel2.Controls.Add(this.label5, 4, 0);
|
this.tableLayoutPanel2.Controls.Add(this.textBoxPBarCode, 3, 0);
|
this.tableLayoutPanel2.Controls.Add(this.label4, 2, 0);
|
this.tableLayoutPanel2.Controls.Add(this.buttonQuery, 7, 1);
|
this.tableLayoutPanel2.Controls.Add(this.textBoxPCode, 1, 0);
|
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
|
this.tableLayoutPanel2.Controls.Add(this.comboBoxPResult, 5, 0);
|
this.tableLayoutPanel2.Controls.Add(this.labelPTime, 0, 1);
|
this.tableLayoutPanel2.Controls.Add(this.dateTimePStartTime, 1, 1);
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
this.tableLayoutPanel2.RowCount = 2;
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(751, 64);
|
this.tableLayoutPanel2.TabIndex = 3;
|
//
|
// tabPage2
|
//
|
this.tabPage2.Controls.Add(this.tableLayoutPanel3);
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
this.tabPage2.Name = "tabPage2";
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage2.Size = new System.Drawing.Size(1016, 691);
|
this.tabPage2.TabIndex = 1;
|
this.tabPage2.Text = "测量结果数据";
|
this.tabPage2.UseVisualStyleBackColor = true;
|
//
|
// tableLayoutPanel3
|
//
|
this.tableLayoutPanel3.ColumnCount = 2;
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
this.tableLayoutPanel3.Controls.Add(this.groupBox2, 1, 0);
|
this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 2);
|
this.tableLayoutPanel3.Controls.Add(this.dataGridView2, 0, 1);
|
this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 0);
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
this.tableLayoutPanel3.RowCount = 3;
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1010, 685);
|
this.tableLayoutPanel3.TabIndex = 1;
|
//
|
// groupBox2
|
//
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox2.Location = new System.Drawing.Point(760, 3);
|
this.groupBox2.Name = "groupBox2";
|
this.tableLayoutPanel3.SetRowSpan(this.groupBox2, 3);
|
this.groupBox2.Size = new System.Drawing.Size(247, 679);
|
this.groupBox2.TabIndex = 0;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "明细";
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.textBox2);
|
this.panel2.Controls.Add(this.button5);
|
this.panel2.Controls.Add(this.button6);
|
this.panel2.Controls.Add(this.button7);
|
this.panel2.Controls.Add(this.button8);
|
this.panel2.Controls.Add(this.label2);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(3, 658);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(751, 24);
|
this.panel2.TabIndex = 1;
|
//
|
// textBox2
|
//
|
this.textBox2.Location = new System.Drawing.Point(542, 2);
|
this.textBox2.Name = "textBox2";
|
this.textBox2.Size = new System.Drawing.Size(80, 21);
|
this.textBox2.TabIndex = 2;
|
//
|
// button5
|
//
|
this.button5.Location = new System.Drawing.Point(693, 0);
|
this.button5.Name = "button5";
|
this.button5.Size = new System.Drawing.Size(55, 23);
|
this.button5.TabIndex = 1;
|
this.button5.Text = "最后页";
|
this.button5.UseVisualStyleBackColor = true;
|
//
|
// button6
|
//
|
this.button6.Location = new System.Drawing.Point(632, 1);
|
this.button6.Name = "button6";
|
this.button6.Size = new System.Drawing.Size(55, 23);
|
this.button6.TabIndex = 1;
|
this.button6.Text = "后一页";
|
this.button6.UseVisualStyleBackColor = true;
|
//
|
// button7
|
//
|
this.button7.Location = new System.Drawing.Point(477, 1);
|
this.button7.Name = "button7";
|
this.button7.Size = new System.Drawing.Size(55, 23);
|
this.button7.TabIndex = 1;
|
this.button7.Text = "前一页";
|
this.button7.UseVisualStyleBackColor = true;
|
//
|
// button8
|
//
|
this.button8.Location = new System.Drawing.Point(416, 1);
|
this.button8.Name = "button8";
|
this.button8.Size = new System.Drawing.Size(55, 23);
|
this.button8.TabIndex = 1;
|
this.button8.Text = "第一页";
|
this.button8.UseVisualStyleBackColor = true;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(3, 3);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(42, 17);
|
this.label2.TabIndex = 0;
|
this.label2.Text = "label2";
|
//
|
// dataGridView2
|
//
|
this.dataGridView2.AllowUserToAddRows = false;
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.MenuBar;
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataGridView2.Location = new System.Drawing.Point(3, 73);
|
this.dataGridView2.Name = "dataGridView2";
|
this.dataGridView2.ReadOnly = true;
|
this.dataGridView2.RowTemplate.Height = 23;
|
this.dataGridView2.Size = new System.Drawing.Size(751, 579);
|
this.dataGridView2.TabIndex = 2;
|
//
|
// tableLayoutPanel4
|
//
|
this.tableLayoutPanel4.ColumnCount = 8;
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.375F));
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.625F));
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
this.tableLayoutPanel4.RowCount = 2;
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(751, 64);
|
this.tableLayoutPanel4.TabIndex = 3;
|
//
|
// buttonQuery
|
//
|
this.buttonQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.buttonQuery.Location = new System.Drawing.Point(673, 35);
|
this.buttonQuery.Name = "buttonQuery";
|
this.buttonQuery.Size = new System.Drawing.Size(75, 26);
|
this.buttonQuery.TabIndex = 0;
|
this.buttonQuery.Text = "查询";
|
this.buttonQuery.UseVisualStyleBackColor = true;
|
this.buttonQuery.Click += new System.EventHandler(this.buttonQuery_Click);
|
//
|
// textBoxPCode
|
//
|
this.textBoxPCode.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.textBoxPCode.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.textBoxPCode.Location = new System.Drawing.Point(73, 3);
|
this.textBoxPCode.Name = "textBoxPCode";
|
this.textBoxPCode.Size = new System.Drawing.Size(111, 24);
|
this.textBoxPCode.TabIndex = 1;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.label3.Location = new System.Drawing.Point(3, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(64, 32);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "产品编码";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.label4.Location = new System.Drawing.Point(190, 0);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(64, 32);
|
this.label4.TabIndex = 3;
|
this.label4.Text = "产品条码";
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textBoxPBarCode
|
//
|
this.textBoxPBarCode.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.textBoxPBarCode.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.textBoxPBarCode.Location = new System.Drawing.Point(260, 3);
|
this.textBoxPBarCode.Name = "textBoxPBarCode";
|
this.textBoxPBarCode.Size = new System.Drawing.Size(111, 24);
|
this.textBoxPBarCode.TabIndex = 4;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.label5.Location = new System.Drawing.Point(377, 0);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(64, 32);
|
this.label5.TabIndex = 5;
|
this.label5.Text = "产品结果";
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// comboBoxPResult
|
//
|
this.comboBoxPResult.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.comboBoxPResult.FormattingEnabled = true;
|
this.comboBoxPResult.Location = new System.Drawing.Point(447, 3);
|
this.comboBoxPResult.Name = "comboBoxPResult";
|
this.comboBoxPResult.Size = new System.Drawing.Size(111, 25);
|
this.comboBoxPResult.TabIndex = 6;
|
//
|
// labelPTime
|
//
|
this.labelPTime.AutoSize = true;
|
this.labelPTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.labelPTime.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.labelPTime.Location = new System.Drawing.Point(3, 32);
|
this.labelPTime.Name = "labelPTime";
|
this.labelPTime.Size = new System.Drawing.Size(64, 32);
|
this.labelPTime.TabIndex = 7;
|
this.labelPTime.Text = "生产时间";
|
this.labelPTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// dateTimePStartTime
|
//
|
this.dateTimePStartTime.CalendarFont = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.dateTimePStartTime.Location = new System.Drawing.Point(73, 35);
|
this.dateTimePStartTime.Name = "dateTimePStartTime";
|
this.dateTimePStartTime.Size = new System.Drawing.Size(111, 21);
|
this.dateTimePStartTime.TabIndex = 8;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label9.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.label9.Location = new System.Drawing.Point(190, 32);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(64, 32);
|
this.label9.TabIndex = 11;
|
this.label9.Text = "~";
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// dateTimePEndTime
|
//
|
this.dateTimePEndTime.CalendarFont = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134)));
|
this.dateTimePEndTime.Location = new System.Drawing.Point(260, 35);
|
this.dateTimePEndTime.Name = "dateTimePEndTime";
|
this.dateTimePEndTime.Size = new System.Drawing.Size(111, 21);
|
this.dateTimePEndTime.TabIndex = 12;
|
//
|
// M071_DataForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1024, 717);
|
this.Controls.Add(this.tabControl1);
|
this.Name = "M071_DataForm";
|
this.Text = "M071_DataFrm";
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
this.tableLayoutPanel2.ResumeLayout(false);
|
this.tableLayoutPanel2.PerformLayout();
|
this.tabPage2.ResumeLayout(false);
|
this.tableLayoutPanel3.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.TabPage tabPage2;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TextBox textBoxPageNum;
|
private System.Windows.Forms.Button buttonToLastPage;
|
private System.Windows.Forms.Button buttonToNextPage;
|
private System.Windows.Forms.Button buttonToBeforePage;
|
private System.Windows.Forms.Button buttonToFirstPage;
|
private System.Windows.Forms.Label labelTotal;
|
private System.Windows.Forms.DataGridView dataGridView1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.TextBox textBox2;
|
private System.Windows.Forms.Button button5;
|
private System.Windows.Forms.Button button6;
|
private System.Windows.Forms.Button button7;
|
private System.Windows.Forms.Button button8;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.DataGridView dataGridView2;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
private System.Windows.Forms.Button buttonQuery;
|
private System.Windows.Forms.TextBox textBoxPCode;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.DateTimePicker dateTimePEndTime;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox textBoxPBarCode;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.ComboBox comboBoxPResult;
|
private System.Windows.Forms.Label labelPTime;
|
private System.Windows.Forms.DateTimePicker dateTimePStartTime;
|
}
|
}
|