天津投入产出系统后端
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.
 
 
 
 
 
 

462 lines
26 KiB

namespace QMAPP.WinForm.Forms.TianJin
{
partial class TJOutWarehouseForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TJOutWarehouseForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
this.tsbOutWarehouse = new System.Windows.Forms.ToolStripButton();
this.DGMendRecorder = new System.Windows.Forms.DataGridView();
this.panelSearchTitle = new System.Windows.Forms.Panel();
this.lblSearchTitle = new System.Windows.Forms.Label();
this.panelSearch = new System.Windows.Forms.Panel();
this.dtpCREATEDATEEND = new DateTimePickerA();
this.dtpCREATEDATESTART = new DateTimePickerA();
this.label4 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.comINTTYPE = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.txtPRODUCTCODE = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGMendRecorder)).BeginInit();
this.panelSearchTitle.SuspendLayout();
this.panelSearch.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(48, 26);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 30);
this.label1.TabIndex = 0;
this.label1.Text = "条码";
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSearch,
this.tsbOutWarehouse});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip1.Size = new System.Drawing.Size(1476, 105);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tsbSearch
//
this.tsbSearch.AutoSize = false;
this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSearch.Name = "tsbSearch";
this.tsbSearch.Size = new System.Drawing.Size(100, 60);
this.tsbSearch.Text = "查询";
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
//
// tsbOutWarehouse
//
this.tsbOutWarehouse.AutoSize = false;
this.tsbOutWarehouse.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbOutWarehouse.Image = ((System.Drawing.Image)(resources.GetObject("tsbOutWarehouse.Image")));
this.tsbOutWarehouse.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbOutWarehouse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbOutWarehouse.Name = "tsbOutWarehouse";
this.tsbOutWarehouse.Size = new System.Drawing.Size(100, 60);
this.tsbOutWarehouse.Text = "出库";
this.tsbOutWarehouse.Click += new System.EventHandler(this.tsbOutWarehouse_Click);
//
// DGMendRecorder
//
this.DGMendRecorder.AllowUserToAddRows = false;
this.DGMendRecorder.AllowUserToDeleteRows = false;
this.DGMendRecorder.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.DGMendRecorder.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGMendRecorder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DGMendRecorder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGMendRecorder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.,
this.CreateUser,
this.CREATEDATE,
this.Pid});
this.DGMendRecorder.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGMendRecorder.Location = new System.Drawing.Point(0, 0);
this.DGMendRecorder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DGMendRecorder.Name = "DGMendRecorder";
this.DGMendRecorder.ReadOnly = true;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGMendRecorder.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.DGMendRecorder.RowTemplate.Height = 23;
this.DGMendRecorder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGMendRecorder.Size = new System.Drawing.Size(1476, 716);
this.DGMendRecorder.TabIndex = 3;
this.DGMendRecorder.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint);
//
// panelSearchTitle
//
this.panelSearchTitle.BackColor = System.Drawing.SystemColors.ScrollBar;
this.panelSearchTitle.Controls.Add(this.lblSearchTitle);
this.panelSearchTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearchTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearchTitle.Location = new System.Drawing.Point(0, 105);
this.panelSearchTitle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelSearchTitle.Name = "panelSearchTitle";
this.panelSearchTitle.Size = new System.Drawing.Size(1476, 52);
this.panelSearchTitle.TabIndex = 8;
//
// lblSearchTitle
//
this.lblSearchTitle.AutoSize = true;
this.lblSearchTitle.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSearchTitle.Location = new System.Drawing.Point(22, 10);
this.lblSearchTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSearchTitle.Name = "lblSearchTitle";
this.lblSearchTitle.Size = new System.Drawing.Size(101, 30);
this.lblSearchTitle.TabIndex = 0;
this.lblSearchTitle.Text = "查询条件";
//
// panelSearch
//
this.panelSearch.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panelSearch.Controls.Add(this.dtpCREATEDATEEND);
this.panelSearch.Controls.Add(this.dtpCREATEDATESTART);
this.panelSearch.Controls.Add(this.label4);
this.panelSearch.Controls.Add(this.label7);
this.panelSearch.Controls.Add(this.comINTTYPE);
this.panelSearch.Controls.Add(this.label5);
this.panelSearch.Controls.Add(this.txtPRODUCTCODE);
this.panelSearch.Controls.Add(this.label1);
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panelSearch.Location = new System.Drawing.Point(0, 157);
this.panelSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(1476, 90);
this.panelSearch.TabIndex = 9;
//
// dtpCREATEDATEEND
//
this.dtpCREATEDATEEND.CustomFormat = " ";
this.dtpCREATEDATEEND.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpCREATEDATEEND.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCREATEDATEEND.FormatString = "yyyy年MM月dd日";
this.dtpCREATEDATEEND.Location = new System.Drawing.Point(1203, 26);
this.dtpCREATEDATEEND.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtpCREATEDATEEND.Name = "dtpCREATEDATEEND";
this.dtpCREATEDATEEND.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCREATEDATEEND.Size = new System.Drawing.Size(238, 35);
this.dtpCREATEDATEEND.TabIndex = 20;
this.dtpCREATEDATEEND.ValueX = null;
//
// dtpCREATEDATESTART
//
this.dtpCREATEDATESTART.CustomFormat = " ";
this.dtpCREATEDATESTART.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.dtpCREATEDATESTART.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCREATEDATESTART.FormatString = "yyyy年MM月dd日";
this.dtpCREATEDATESTART.Location = new System.Drawing.Point(906, 26);
this.dtpCREATEDATESTART.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtpCREATEDATESTART.Name = "dtpCREATEDATESTART";
this.dtpCREATEDATESTART.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpCREATEDATESTART.Size = new System.Drawing.Size(238, 35);
this.dtpCREATEDATESTART.TabIndex = 19;
this.dtpCREATEDATESTART.ValueX = null;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(792, 30);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(105, 30);
this.label4.TabIndex = 15;
this.label4.Text = "出库时间";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(414, 30);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(105, 30);
this.label7.TabIndex = 16;
this.label7.Text = "出库类型";
//
// comINTTYPE
//
this.comINTTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comINTTYPE.Font = new System.Drawing.Font("宋体", 11F);
this.comINTTYPE.FormattingEnabled = true;
this.comINTTYPE.Items.AddRange(new object[] {
"否",
"是"});
this.comINTTYPE.Location = new System.Drawing.Point(528, 28);
this.comINTTYPE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comINTTYPE.Name = "comINTTYPE";
this.comINTTYPE.Size = new System.Drawing.Size(252, 30);
this.comINTTYPE.TabIndex = 17;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(1156, 30);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(36, 30);
this.label5.TabIndex = 18;
this.label5.Text = "至";
//
// txtPRODUCTCODE
//
this.txtPRODUCTCODE.Font = new System.Drawing.Font("宋体", 11F);
this.txtPRODUCTCODE.Location = new System.Drawing.Point(117, 27);
this.txtPRODUCTCODE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPRODUCTCODE.Name = "txtPRODUCTCODE";
this.txtPRODUCTCODE.Size = new System.Drawing.Size(253, 33);
this.txtPRODUCTCODE.TabIndex = 10;
//
// panel1
//
this.panel1.Controls.Add(this.pager1);
this.panel1.Controls.Add(this.DGMendRecorder);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 247);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1476, 716);
this.panel1.TabIndex = 10;
//
// pager1
//
this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage")));
this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pager1.Location = new System.Drawing.Point(0, 664);
this.pager1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.pager1.Name = "pager1";
this.pager1.OSearch = null;
this.pager1.Size = new System.Drawing.Size(1476, 52);
this.pager1.TabIndex = 7;
this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging);
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.AutoSize = false;
this.bindingNavigator1.CanOverflow = false;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.CountItemFormat = "";
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.bindingNavigator1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.Margin = new System.Windows.Forms.Padding(0, 0, 33, 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.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.bindingNavigator1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.bindingNavigator1.Size = new System.Drawing.Size(984, 35);
this.bindingNavigator1.TabIndex = 3;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// 条码
//
this..AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this..DataPropertyName = "ProductCode";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this..DefaultCellStyle = dataGridViewCellStyle2;
this..FillWeight = 90F;
this..HeaderText = "条码";
this..Name = "条码";
this..ReadOnly = true;
this..Width = 300;
//
// 物料号
//
this..AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this..DataPropertyName = "MATERIALCODE";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
this..DefaultCellStyle = dataGridViewCellStyle3;
this..HeaderText = "物料号";
this..Name = "物料号";
this..ReadOnly = true;
this..Width = 200;
//
// 出库类型
//
this..AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this..DataPropertyName = "OutStorageType";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F);
this..DefaultCellStyle = dataGridViewCellStyle4;
this..HeaderText = "出库类型";
this..Name = "出库类型";
this..ReadOnly = true;
this..Width = 110;
//
// CreateUser
//
this.CreateUser.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CreateUser.DataPropertyName = "UPDATEUSER";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
this.CreateUser.DefaultCellStyle = dataGridViewCellStyle5;
this.CreateUser.HeaderText = "操作人";
this.CreateUser.Name = "CreateUser";
this.CreateUser.ReadOnly = true;
this.CreateUser.Width = 150;
//
// CREATEDATE
//
this.CREATEDATE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CREATEDATE.DataPropertyName = "UPDATEDATE";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle6;
this.CREATEDATE.HeaderText = "操作时间";
this.CREATEDATE.Name = "CREATEDATE";
this.CREATEDATE.ReadOnly = true;
this.CREATEDATE.Width = 220;
//
// Pid
//
this.Pid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.Pid.DataPropertyName = "PID";
this.Pid.HeaderText = "Pid";
this.Pid.Name = "Pid";
this.Pid.ReadOnly = true;
this.Pid.Visible = false;
this.Pid.Width = 85;
//
// TJOutWarehouseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1476, 963);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelSearchTitle);
this.Controls.Add(this.toolStrip1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "TJOutWarehouseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "出库";
this.Load += new System.EventHandler(this.Form_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGMendRecorder)).EndInit();
this.panelSearchTitle.ResumeLayout(false);
this.panelSearchTitle.PerformLayout();
this.panelSearch.ResumeLayout(false);
this.panelSearch.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSearch;
private System.Windows.Forms.ToolStripButton tsbOutWarehouse;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView DGMendRecorder;
private System.Windows.Forms.Panel panelSearchTitle;
private System.Windows.Forms.Label lblSearchTitle;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtPRODUCTCODE;
private DateTimePickerA dtpCREATEDATEEND;
private DateTimePickerA dtpCREATEDATESTART;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comINTTYPE;
private System.Windows.Forms.Label label5;
private Controls.Pager pager1;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE;
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
}
}