namespace WMS.UI.SynthesizeQuery
{
partial class FrmPVC
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPVC));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.uiTextBox_serialNumber = new Sunny.UI.UITextBox();
this.uiCheckBox_OrderBy = new Sunny.UI.UICheckBox();
this.uiComboBox_materialCode = new Sunny.UI.UIComboBox();
this.uiComboBox_materialName = new Sunny.UI.UIComboBox();
this.uiComboBox_version = new Sunny.UI.UIComboBox();
this.uiCheckBox_surplus = new Sunny.UI.UICheckBox();
this.uiSymbolButton5 = new Sunny.UI.UISymbolButton();
this.uiDatetimePicker_end = new Sunny.UI.UIDatetimePicker();
this.uiDatetimePicker_start = new Sunny.UI.UIDatetimePicker();
this.uiTextBox_positionName = new Sunny.UI.UITextBox();
this.uiTextBox_containerCode = new Sunny.UI.UITextBox();
this.uiTextBox_supplier = new Sunny.UI.UITextBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label_endTime = new System.Windows.Forms.Label();
this.label_startTime = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.positionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.materialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.materialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.supplier = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.containerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.createTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.updateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.positionType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.islock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operation = new System.Windows.Forms.DataGridViewButtonColumn();
this.delete = new System.Windows.Forms.DataGridViewButtonColumn();
this.out_store = new System.Windows.Forms.DataGridViewButtonColumn();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel_dateTotal = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel_quantity = new System.Windows.Forms.ToolStripLabel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
this.splitContainer1.Panel1MinSize = 50;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1775, 652);
this.splitContainer1.TabIndex = 7;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.DarkSeaGreen;
this.panel1.Controls.Add(this.uiTextBox_serialNumber);
this.panel1.Controls.Add(this.uiCheckBox_OrderBy);
this.panel1.Controls.Add(this.uiComboBox_materialCode);
this.panel1.Controls.Add(this.uiComboBox_materialName);
this.panel1.Controls.Add(this.uiComboBox_version);
this.panel1.Controls.Add(this.uiCheckBox_surplus);
this.panel1.Controls.Add(this.uiSymbolButton5);
this.panel1.Controls.Add(this.uiDatetimePicker_end);
this.panel1.Controls.Add(this.uiDatetimePicker_start);
this.panel1.Controls.Add(this.uiTextBox_positionName);
this.panel1.Controls.Add(this.uiTextBox_containerCode);
this.panel1.Controls.Add(this.uiTextBox_supplier);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.label_endTime);
this.panel1.Controls.Add(this.label_startTime);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1775, 48);
this.panel1.TabIndex = 1;
//
// uiTextBox_serialNumber
//
this.uiTextBox_serialNumber.ButtonSymbol = 61761;
this.uiTextBox_serialNumber.ButtonWidth = 100;
this.uiTextBox_serialNumber.CanEmpty = true;
this.uiTextBox_serialNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox_serialNumber.FillColor = System.Drawing.Color.White;
this.uiTextBox_serialNumber.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox_serialNumber.Location = new System.Drawing.Point(539, 11);
this.uiTextBox_serialNumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox_serialNumber.Maximum = 2147483647D;
this.uiTextBox_serialNumber.Minimum = -2147483648D;
this.uiTextBox_serialNumber.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTextBox_serialNumber.Name = "uiTextBox_serialNumber";
this.uiTextBox_serialNumber.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox_serialNumber.Size = new System.Drawing.Size(111, 27);
this.uiTextBox_serialNumber.TabIndex = 89;
this.uiTextBox_serialNumber.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextBox_serialNumber.Watermark = "流水号";
//
// uiCheckBox_OrderBy
//
this.uiCheckBox_OrderBy.BackColor = System.Drawing.Color.DimGray;
this.uiCheckBox_OrderBy.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox_OrderBy.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiCheckBox_OrderBy.ForeColor = System.Drawing.Color.White;
this.uiCheckBox_OrderBy.Location = new System.Drawing.Point(1665, 12);
this.uiCheckBox_OrderBy.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox_OrderBy.Name = "uiCheckBox_OrderBy";
this.uiCheckBox_OrderBy.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiCheckBox_OrderBy.Size = new System.Drawing.Size(104, 27);
this.uiCheckBox_OrderBy.Style = Sunny.UI.UIStyle.Custom;
this.uiCheckBox_OrderBy.TabIndex = 88;
this.uiCheckBox_OrderBy.Text = "正序";
this.uiCheckBox_OrderBy.CheckedChanged += new System.EventHandler(this.uiCheckBox_OrderBy_CheckedChanged);
//
// uiComboBox_materialCode
//
this.uiComboBox_materialCode.DataSource = null;
this.uiComboBox_materialCode.FillColor = System.Drawing.Color.White;
this.uiComboBox_materialCode.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiComboBox_materialCode.Location = new System.Drawing.Point(331, 9);
this.uiComboBox_materialCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiComboBox_materialCode.MinimumSize = new System.Drawing.Size(63, 0);
this.uiComboBox_materialCode.Name = "uiComboBox_materialCode";
this.uiComboBox_materialCode.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiComboBox_materialCode.Size = new System.Drawing.Size(98, 27);
this.uiComboBox_materialCode.TabIndex = 87;
this.uiComboBox_materialCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiComboBox_materialCode.Watermark = "物料编码";
this.uiComboBox_materialCode.SelectedIndexChanged += new System.EventHandler(this.uiComboBox_materialCode_SelectedIndexChanged);
//
// uiComboBox_materialName
//
this.uiComboBox_materialName.DataSource = null;
this.uiComboBox_materialName.FillColor = System.Drawing.Color.White;
this.uiComboBox_materialName.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiComboBox_materialName.Location = new System.Drawing.Point(433, 10);
this.uiComboBox_materialName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiComboBox_materialName.MinimumSize = new System.Drawing.Size(63, 0);
this.uiComboBox_materialName.Name = "uiComboBox_materialName";
this.uiComboBox_materialName.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiComboBox_materialName.Size = new System.Drawing.Size(98, 27);
this.uiComboBox_materialName.TabIndex = 86;
this.uiComboBox_materialName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiComboBox_materialName.Watermark = "物料名称";
this.uiComboBox_materialName.SelectedIndexChanged += new System.EventHandler(this.uiComboBox_materialName_SelectedIndexChanged);
//
// uiComboBox_version
//
this.uiComboBox_version.DataSource = null;
this.uiComboBox_version.FillColor = System.Drawing.Color.White;
this.uiComboBox_version.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiComboBox_version.Location = new System.Drawing.Point(227, 10);
this.uiComboBox_version.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiComboBox_version.MinimumSize = new System.Drawing.Size(63, 0);
this.uiComboBox_version.Name = "uiComboBox_version";
this.uiComboBox_version.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiComboBox_version.Size = new System.Drawing.Size(98, 27);
this.uiComboBox_version.TabIndex = 1;
this.uiComboBox_version.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiComboBox_version.Watermark = "机型";
this.uiComboBox_version.SelectedIndexChanged += new System.EventHandler(this.uiComboBox_version_SelectedIndexChanged);
//
// uiCheckBox_surplus
//
this.uiCheckBox_surplus.BackColor = System.Drawing.Color.DimGray;
this.uiCheckBox_surplus.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox_surplus.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiCheckBox_surplus.ForeColor = System.Drawing.Color.White;
this.uiCheckBox_surplus.Location = new System.Drawing.Point(1193, 12);
this.uiCheckBox_surplus.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox_surplus.Name = "uiCheckBox_surplus";
this.uiCheckBox_surplus.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiCheckBox_surplus.Size = new System.Drawing.Size(148, 27);
this.uiCheckBox_surplus.Style = Sunny.UI.UIStyle.Custom;
this.uiCheckBox_surplus.TabIndex = 85;
this.uiCheckBox_surplus.Text = "只看余料回库";
this.uiCheckBox_surplus.CheckedChanged += new System.EventHandler(this.uiCheckBox_surplus_CheckedChanged);
//
// uiSymbolButton5
//
this.uiSymbolButton5.CircleRectWidth = 5;
this.uiSymbolButton5.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiSymbolButton5.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
this.uiSymbolButton5.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
this.uiSymbolButton5.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
this.uiSymbolButton5.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
this.uiSymbolButton5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiSymbolButton5.ImageInterval = 1;
this.uiSymbolButton5.Location = new System.Drawing.Point(1554, 12);
this.uiSymbolButton5.MinimumSize = new System.Drawing.Size(1, 1);
this.uiSymbolButton5.Name = "uiSymbolButton5";
this.uiSymbolButton5.Radius = 3;
this.uiSymbolButton5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
this.uiSymbolButton5.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
this.uiSymbolButton5.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
this.uiSymbolButton5.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
this.uiSymbolButton5.Size = new System.Drawing.Size(93, 27);
this.uiSymbolButton5.Style = Sunny.UI.UIStyle.Orange;
this.uiSymbolButton5.StyleCustomMode = true;
this.uiSymbolButton5.Symbol = 61564;
this.uiSymbolButton5.TabIndex = 84;
this.uiSymbolButton5.Text = "导出";
this.uiSymbolButton5.Click += new System.EventHandler(this.uiSymbolButton5_Click);
//
// uiDatetimePicker_end
//
this.uiDatetimePicker_end.FillColor = System.Drawing.Color.White;
this.uiDatetimePicker_end.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDatetimePicker_end.Location = new System.Drawing.Point(1028, 12);
this.uiDatetimePicker_end.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiDatetimePicker_end.MaxLength = 19;
this.uiDatetimePicker_end.MinimumSize = new System.Drawing.Size(63, 0);
this.uiDatetimePicker_end.Name = "uiDatetimePicker_end";
this.uiDatetimePicker_end.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiDatetimePicker_end.Size = new System.Drawing.Size(159, 27);
this.uiDatetimePicker_end.SymbolDropDown = 61555;
this.uiDatetimePicker_end.SymbolNormal = 61555;
this.uiDatetimePicker_end.TabIndex = 20;
this.uiDatetimePicker_end.Text = "1900-01-01 00:00:00";
this.uiDatetimePicker_end.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiDatetimePicker_end.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
this.uiDatetimePicker_end.ValueChanged += new Sunny.UI.UIDatetimePicker.OnDateTimeChanged(this.uiDatetimePicker_end_ValueChanged);
//
// uiDatetimePicker_start
//
this.uiDatetimePicker_start.FillColor = System.Drawing.Color.White;
this.uiDatetimePicker_start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDatetimePicker_start.Location = new System.Drawing.Point(864, 12);
this.uiDatetimePicker_start.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiDatetimePicker_start.MaxLength = 19;
this.uiDatetimePicker_start.MinimumSize = new System.Drawing.Size(63, 0);
this.uiDatetimePicker_start.Name = "uiDatetimePicker_start";
this.uiDatetimePicker_start.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiDatetimePicker_start.Size = new System.Drawing.Size(159, 27);
this.uiDatetimePicker_start.SymbolDropDown = 61555;
this.uiDatetimePicker_start.SymbolNormal = 61555;
this.uiDatetimePicker_start.TabIndex = 19;
this.uiDatetimePicker_start.Text = "1900-01-01 00:00:00";
this.uiDatetimePicker_start.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiDatetimePicker_start.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
this.uiDatetimePicker_start.ValueChanged += new Sunny.UI.UIDatetimePicker.OnDateTimeChanged(this.uiDatetimePicker_start_ValueChanged);
//
// uiTextBox_positionName
//
this.uiTextBox_positionName.ButtonSymbol = 61761;
this.uiTextBox_positionName.ButtonWidth = 100;
this.uiTextBox_positionName.CanEmpty = true;
this.uiTextBox_positionName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox_positionName.FillColor = System.Drawing.Color.White;
this.uiTextBox_positionName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox_positionName.Location = new System.Drawing.Point(125, 10);
this.uiTextBox_positionName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox_positionName.Maximum = 2147483647D;
this.uiTextBox_positionName.Minimum = -2147483648D;
this.uiTextBox_positionName.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTextBox_positionName.Name = "uiTextBox_positionName";
this.uiTextBox_positionName.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox_positionName.Size = new System.Drawing.Size(98, 27);
this.uiTextBox_positionName.TabIndex = 18;
this.uiTextBox_positionName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextBox_positionName.Watermark = "库位名称";
//
// uiTextBox_containerCode
//
this.uiTextBox_containerCode.ButtonSymbol = 61761;
this.uiTextBox_containerCode.ButtonWidth = 100;
this.uiTextBox_containerCode.CanEmpty = true;
this.uiTextBox_containerCode.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox_containerCode.FillColor = System.Drawing.Color.White;
this.uiTextBox_containerCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox_containerCode.Location = new System.Drawing.Point(760, 12);
this.uiTextBox_containerCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox_containerCode.Maximum = 2147483647D;
this.uiTextBox_containerCode.Minimum = -2147483648D;
this.uiTextBox_containerCode.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTextBox_containerCode.Name = "uiTextBox_containerCode";
this.uiTextBox_containerCode.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox_containerCode.Size = new System.Drawing.Size(98, 27);
this.uiTextBox_containerCode.TabIndex = 18;
this.uiTextBox_containerCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextBox_containerCode.Watermark = "托盘号";
//
// uiTextBox_supplier
//
this.uiTextBox_supplier.ButtonSymbol = 61761;
this.uiTextBox_supplier.ButtonWidth = 100;
this.uiTextBox_supplier.CanEmpty = true;
this.uiTextBox_supplier.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox_supplier.FillColor = System.Drawing.Color.White;
this.uiTextBox_supplier.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox_supplier.Location = new System.Drawing.Point(658, 11);
this.uiTextBox_supplier.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox_supplier.Maximum = 2147483647D;
this.uiTextBox_supplier.Minimum = -2147483648D;
this.uiTextBox_supplier.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTextBox_supplier.Name = "uiTextBox_supplier";
this.uiTextBox_supplier.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox_supplier.Size = new System.Drawing.Size(98, 27);
this.uiTextBox_supplier.TabIndex = 18;
this.uiTextBox_supplier.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextBox_supplier.Watermark = "供应商";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.DarkSeaGreen;
this.button2.BackgroundImage = global::WMS.Properties.Resources.search;
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button2.Location = new System.Drawing.Point(1349, 9);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(86, 32);
this.button2.TabIndex = 5;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.btnFind_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.DarkSeaGreen;
this.button1.BackgroundImage = global::WMS.Properties.Resources.重置__1_;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button1.Location = new System.Drawing.Point(1453, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(86, 32);
this.button1.TabIndex = 5;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label_endTime
//
this.label_endTime.AutoSize = true;
this.label_endTime.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_endTime.ForeColor = System.Drawing.Color.DimGray;
this.label_endTime.Location = new System.Drawing.Point(1939, 18);
this.label_endTime.Name = "label_endTime";
this.label_endTime.Size = new System.Drawing.Size(0, 19);
this.label_endTime.TabIndex = 3;
//
// label_startTime
//
this.label_startTime.AutoSize = true;
this.label_startTime.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_startTime.ForeColor = System.Drawing.Color.DimGray;
this.label_startTime.Location = new System.Drawing.Point(1647, 10);
this.label_startTime.Name = "label_startTime";
this.label_startTime.Size = new System.Drawing.Size(0, 19);
this.label_startTime.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.DarkGoldenrod;
this.label1.Location = new System.Drawing.Point(8, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 24);
this.label1.TabIndex = 3;
this.label1.Text = "库存查询";
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.panel2);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.bindingNavigator1);
this.splitContainer2.Size = new System.Drawing.Size(1775, 598);
this.splitContainer2.SplitterDistance = 552;
this.splitContainer2.TabIndex = 3;
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1775, 552);
this.panel2.TabIndex = 2;
//
// dataGridView1
//
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.positionName,
this.materialCode,
this.materialName,
this.version,
this.supplier,
this.quantity,
this.containerCode,
this.createTime,
this.updateTime,
this.positionType,
this.islock,
this.operation,
this.delete,
this.out_store});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = System.Drawing.Color.DarkSalmon;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(1775, 552);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
//
// positionName
//
this.positionName.DataPropertyName = "positionName";
this.positionName.FillWeight = 90.5092F;
this.positionName.HeaderText = "库位名称";
this.positionName.Name = "positionName";
this.positionName.ReadOnly = true;
//
// materialCode
//
this.materialCode.DataPropertyName = "materialCode";
this.materialCode.FillWeight = 97.55062F;
this.materialCode.HeaderText = "物料编码";
this.materialCode.Name = "materialCode";
this.materialCode.ReadOnly = true;
//
// materialName
//
this.materialName.DataPropertyName = "materialName";
this.materialName.FillWeight = 112.6223F;
this.materialName.HeaderText = "物料名称";
this.materialName.Name = "materialName";
this.materialName.ReadOnly = true;
//
// version
//
this.version.DataPropertyName = "version";
this.version.HeaderText = "机型";
this.version.Name = "version";
//
// supplier
//
this.supplier.DataPropertyName = "supplier";
this.supplier.HeaderText = "供应商";
this.supplier.Name = "supplier";
//
// quantity
//
this.quantity.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
this.quantity.DataPropertyName = "quantity";
this.quantity.FillWeight = 97.55062F;
this.quantity.HeaderText = "数量";
this.quantity.Name = "quantity";
this.quantity.ReadOnly = true;
this.quantity.Width = 67;
//
// containerCode
//
this.containerCode.DataPropertyName = "containerCode";
this.containerCode.FillWeight = 97.55062F;
this.containerCode.HeaderText = "托盘号";
this.containerCode.Name = "containerCode";
this.containerCode.ReadOnly = true;
//
// createTime
//
this.createTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.createTime.DataPropertyName = "createTime";
this.createTime.FillWeight = 110.7096F;
this.createTime.HeaderText = "创建时间";
this.createTime.Name = "createTime";
this.createTime.ReadOnly = true;
this.createTime.Width = 99;
//
// updateTime
//
this.updateTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.updateTime.DataPropertyName = "updateTime";
this.updateTime.HeaderText = "更新时间";
this.updateTime.Name = "updateTime";
this.updateTime.ReadOnly = true;
this.updateTime.Width = 99;
//
// positionType
//
this.positionType.DataPropertyName = "positionType";
this.positionType.FillWeight = 97.55062F;
this.positionType.HeaderText = "是否余料";
this.positionType.Name = "positionType";
this.positionType.ReadOnly = true;
//
// islock
//
this.islock.DataPropertyName = "isLock";
this.islock.HeaderText = "是否锁定";
this.islock.Name = "islock";
//
// operation
//
this.operation.HeaderText = "操作";
this.operation.Name = "operation";
this.operation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.operation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.operation.Text = "查看明细";
this.operation.UseColumnTextForButtonValue = true;
//
// delete
//
this.delete.HeaderText = "操作";
this.delete.Name = "delete";
this.delete.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.delete.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.delete.Text = "删除";
this.delete.UseColumnTextForButtonValue = true;
//
// out_store
//
this.out_store.HeaderText = "";
this.out_store.Name = "out_store";
this.out_store.Text = "出库/分拣";
this.out_store.UseColumnTextForButtonValue = true;
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.BackColor = System.Drawing.Color.Silver;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel4,
this.toolStripLabel1,
this.toolStripTextBox1,
this.toolStripLabel5,
this.bindingNavigatorSeparator,
this.toolStripLabel2,
this.toolStripLabel3,
this.bindingNavigatorSeparator1,
this.bindingNavigatorSeparator2,
this.toolStripComboBox1,
this.toolStripLabel_dateTotal,
this.toolStripLabel_quantity});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(1775, 42);
this.bindingNavigator1.TabIndex = 0;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripLabel4
//
this.toolStripLabel4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel4.Image")));
this.toolStripLabel4.Name = "toolStripLabel4";
this.toolStripLabel4.Size = new System.Drawing.Size(20, 39);
this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(44, 39);
this.toolStripLabel1.Text = "上一页";
this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
//
// toolStripTextBox1
//
this.toolStripTextBox1.Name = "toolStripTextBox1";
this.toolStripTextBox1.Size = new System.Drawing.Size(50, 42);
this.toolStripTextBox1.Text = "1";
this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
//
// toolStripLabel5
//
this.toolStripLabel5.Name = "toolStripLabel5";
this.toolStripLabel5.Size = new System.Drawing.Size(13, 39);
this.toolStripLabel5.Text = "/";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 42);
//
// toolStripLabel2
//
this.toolStripLabel2.BackColor = System.Drawing.Color.DodgerBlue;
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(44, 39);
this.toolStripLabel2.Text = "下一页";
this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
//
// toolStripLabel3
//
this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(20, 39);
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 42);
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 42);
//
// toolStripComboBox1
//
this.toolStripComboBox1.AutoCompleteCustomSource.AddRange(new string[] {
"rrrr"});
this.toolStripComboBox1.Items.AddRange(new object[] {
"每页10条",
"每页20条",
"每页30条",
"每页40条"});
this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 42);
this.toolStripComboBox1.Text = "每页10条";
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
//
// toolStripLabel_dateTotal
//
this.toolStripLabel_dateTotal.Name = "toolStripLabel_dateTotal";
this.toolStripLabel_dateTotal.Size = new System.Drawing.Size(47, 39);
this.toolStripLabel_dateTotal.Text = "总行数:";
//
// toolStripLabel_quantity
//
this.toolStripLabel_quantity.Name = "toolStripLabel_quantity";
this.toolStripLabel_quantity.Size = new System.Drawing.Size(59, 39);
this.toolStripLabel_quantity.Text = "物料总数:";
//
// FrmPVC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1775, 652);
this.Controls.Add(this.splitContainer1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmPVC";
this.Text = "FrmPVC";
this.Load += new System.EventHandler(this.FrmPVC_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel4;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
private System.Windows.Forms.ToolStripLabel toolStripLabel_dateTotal;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label_endTime;
private System.Windows.Forms.Label label_startTime;
private System.Windows.Forms.Label label1;
private Sunny.UI.UIDatetimePicker uiDatetimePicker_end;
private Sunny.UI.UIDatetimePicker uiDatetimePicker_start;
private Sunny.UI.UITextBox uiTextBox_supplier;
private Sunny.UI.UISymbolButton uiSymbolButton5;
private Sunny.UI.UICheckBox uiCheckBox_surplus;
private Sunny.UI.UITextBox uiTextBox_containerCode;
private Sunny.UI.UITextBox uiTextBox_positionName;
private System.Windows.Forms.ToolStripLabel toolStripLabel_quantity;
private Sunny.UI.UIComboBox uiComboBox_version;
private Sunny.UI.UIComboBox uiComboBox_materialCode;
private Sunny.UI.UIComboBox uiComboBox_materialName;
private Sunny.UI.UICheckBox uiCheckBox_OrderBy;
private System.Windows.Forms.DataGridViewTextBoxColumn positionName;
private System.Windows.Forms.DataGridViewTextBoxColumn materialCode;
private System.Windows.Forms.DataGridViewTextBoxColumn materialName;
private System.Windows.Forms.DataGridViewTextBoxColumn version;
private System.Windows.Forms.DataGridViewTextBoxColumn supplier;
private System.Windows.Forms.DataGridViewTextBoxColumn quantity;
private System.Windows.Forms.DataGridViewTextBoxColumn containerCode;
private System.Windows.Forms.DataGridViewTextBoxColumn createTime;
private System.Windows.Forms.DataGridViewTextBoxColumn updateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn positionType;
private System.Windows.Forms.DataGridViewTextBoxColumn islock;
private System.Windows.Forms.DataGridViewButtonColumn operation;
private System.Windows.Forms.DataGridViewButtonColumn delete;
private System.Windows.Forms.DataGridViewButtonColumn out_store;
private Sunny.UI.UITextBox uiTextBox_serialNumber;
}
}