namespace QMAPP.WinForm.Forms.ProductIn { partial class ProductInForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductInForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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(); this.label3 = new System.Windows.Forms.Label(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.DGView = new System.Windows.Forms.DataGridView(); this.STATUS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MATERIALNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CURRENTPROCESS = 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.pager1 = new QMAPP.WinForm.Controls.Pager(); 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.toolStrip1.SuspendLayout(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(8, 21); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 20); this.label3.TabIndex = 4; this.label3.Text = "条码"; // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F); this.txtProductCode.Location = new System.Drawing.Point(54, 19); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(237, 24); this.txtProductCode.TabIndex = 3; // // 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.tsbAdd}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(998, 70); 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); // // tsbAdd // this.tsbAdd.AutoSize = false; this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image"))); this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(100, 60); this.tsbAdd.Text = "入库"; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // 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, 70); this.panelSearchTitle.Name = "panelSearchTitle"; this.panelSearchTitle.Size = new System.Drawing.Size(998, 35); 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(15, 7); this.lblSearchTitle.Name = "lblSearchTitle"; this.lblSearchTitle.Size = new System.Drawing.Size(69, 20); 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.label3); 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, 105); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(998, 60); this.panelSearch.TabIndex = 9; // // panel1 // this.panel1.Controls.Add(this.DGView); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 165); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(998, 442); this.panel1.TabIndex = 10; // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.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.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.STATUS, this.PRODUCTTYPE, this.MATERIALNAME, this.CURRENTPROCESS, this.CreateUser, this.CREATEDATE, this.Pid}); this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; this.DGView.Location = new System.Drawing.Point(0, 0); this.DGView.Name = "DGView"; this.DGView.ReadOnly = true; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; this.DGView.RowTemplate.Height = 23; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(998, 442); this.DGView.TabIndex = 4; this.DGView.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DGView_RowPostPaint); // // STATUS // this.STATUS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.STATUS.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.STATUS.DefaultCellStyle = dataGridViewCellStyle2; this.STATUS.FillWeight = 90F; this.STATUS.HeaderText = "条码"; this.STATUS.Name = "STATUS"; this.STATUS.ReadOnly = true; this.STATUS.Width = 220; // // PRODUCTTYPE // this.PRODUCTTYPE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.PRODUCTTYPE.DataPropertyName = "MATERIAL_CODE"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCTTYPE.DefaultCellStyle = dataGridViewCellStyle3; this.PRODUCTTYPE.HeaderText = "物料号"; this.PRODUCTTYPE.Name = "PRODUCTTYPE"; this.PRODUCTTYPE.ReadOnly = true; this.PRODUCTTYPE.Width = 220; // // MATERIALNAME // this.MATERIALNAME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MATERIALNAME.DataPropertyName = "MATERIAL_NAME"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F); this.MATERIALNAME.DefaultCellStyle = dataGridViewCellStyle4; this.MATERIALNAME.HeaderText = "物料名称"; this.MATERIALNAME.Name = "MATERIALNAME"; this.MATERIALNAME.ReadOnly = true; this.MATERIALNAME.Width = 350; // // CURRENTPROCESS // this.CURRENTPROCESS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CURRENTPROCESS.DataPropertyName = "INTTYPE_NAME"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle5.Format = "f"; dataGridViewCellStyle5.NullValue = null; this.CURRENTPROCESS.DefaultCellStyle = dataGridViewCellStyle5; this.CURRENTPROCESS.HeaderText = "入库类型"; this.CURRENTPROCESS.Name = "CURRENTPROCESS"; this.CURRENTPROCESS.ReadOnly = true; // // CreateUser // this.CreateUser.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateUser.DataPropertyName = "INUSER_NAME"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F); this.CreateUser.DefaultCellStyle = dataGridViewCellStyle6; this.CreateUser.HeaderText = "操作人"; this.CreateUser.Name = "CreateUser"; this.CreateUser.ReadOnly = true; this.CreateUser.Width = 90; // // CREATEDATE // this.CREATEDATE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CREATEDATE.DataPropertyName = "INDATE"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F); this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle7; this.CREATEDATE.HeaderText = "入库时间"; this.CREATEDATE.Name = "CREATEDATE"; this.CREATEDATE.ReadOnly = true; this.CREATEDATE.Width = 180; // // 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 = 60; // // 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, 607); this.pager1.Name = "pager1"; this.pager1.OSearch = null; this.pager1.Size = new System.Drawing.Size(998, 35); this.pager1.TabIndex = 7; this.pager1.EventPaging += new QMAPP.WinForm.Controls.EventPagingHandler(this.pager1_EventPaging); // // 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(824, 18); this.dtpCREATEDATEEND.Name = "dtpCREATEDATEEND"; this.dtpCREATEDATEEND.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCREATEDATEEND.Size = new System.Drawing.Size(160, 26); this.dtpCREATEDATEEND.TabIndex = 14; 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(626, 18); this.dtpCREATEDATESTART.Name = "dtpCREATEDATESTART"; this.dtpCREATEDATESTART.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCREATEDATESTART.Size = new System.Drawing.Size(160, 26); this.dtpCREATEDATESTART.TabIndex = 13; 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(550, 21); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 20); this.label4.TabIndex = 9; 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(298, 21); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(69, 20); this.label7.TabIndex = 10; 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(374, 20); this.comINTTYPE.Name = "comINTTYPE"; this.comINTTYPE.Size = new System.Drawing.Size(169, 23); this.comINTTYPE.TabIndex = 11; // // 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(793, 21); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(24, 20); this.label5.TabIndex = 12; this.label5.Text = "至"; // // ProductInForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(998, 642); this.Controls.Add(this.panel1); this.Controls.Add(this.panelSearch); this.Controls.Add(this.panelSearchTitle); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pager1); this.Name = "ProductInForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "入库"; this.Load += new System.EventHandler(this.Form_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panelSearchTitle.ResumeLayout(false); this.panelSearchTitle.PerformLayout(); this.panelSearch.ResumeLayout(false); this.panelSearch.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Label label3; private Controls.Pager pager1; 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.ToolStripButton tsbAdd; private System.Windows.Forms.DataGridView DGView; private System.Windows.Forms.DataGridViewTextBoxColumn STATUS; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALNAME; private System.Windows.Forms.DataGridViewTextBoxColumn CURRENTPROCESS; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; 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; } }