namespace QMAPP.WinForm.Forms.WarehouseManage { partial class InWarehouseForm { /// /// 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(InWarehouseForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbInWarehouse = new System.Windows.Forms.ToolStripButton(); this.DGMendRecorder = new System.Windows.Forms.DataGridView(); this.STATUS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CURRENTPROCESS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MACHINECODDE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PRODUCESHIFTTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OUTFLAG = 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.panelSearchTitle = new System.Windows.Forms.Panel(); this.lblSearchTitle = new System.Windows.Forms.Label(); this.panelSearch = new System.Windows.Forms.Panel(); this.txtPRODUCTCODE = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGMendRecorder)).BeginInit(); this.panelSearchTitle.SuspendLayout(); this.panelSearch.SuspendLayout(); this.panel1.SuspendLayout(); 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(32, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(39, 20); 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.tsbInWarehouse}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(984, 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); // // tsbInWarehouse // this.tsbInWarehouse.AutoSize = false; this.tsbInWarehouse.Font = new System.Drawing.Font("微软雅黑", 12F); this.tsbInWarehouse.Image = ((System.Drawing.Image)(resources.GetObject("tsbInWarehouse.Image"))); this.tsbInWarehouse.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbInWarehouse.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbInWarehouse.Name = "tsbInWarehouse"; this.tsbInWarehouse.Size = new System.Drawing.Size(100, 60); this.tsbInWarehouse.Text = "入库"; this.tsbInWarehouse.Click += new System.EventHandler(this.tsbInWarehouse_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.STATUS, this.PRODUCTTYPE, this.CURRENTPROCESS, this.MACHINECODDE, this.PRODUCESHIFTTCODE, this.OUTFLAG, 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.Name = "DGMendRecorder"; this.DGMendRecorder.ReadOnly = true; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGMendRecorder.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; this.DGMendRecorder.RowTemplate.Height = 23; this.DGMendRecorder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGMendRecorder.Size = new System.Drawing.Size(984, 477); this.DGMendRecorder.TabIndex = 3; this.DGMendRecorder.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DG_RowPostPaint); // // STATUS // this.STATUS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.STATUS.DataPropertyName = "STATUSNAME"; 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 = 110; // // PRODUCTTYPE // this.PRODUCTTYPE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.PRODUCTTYPE.DataPropertyName = "PRODUCTTYPENAME"; 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 = 120; // // CURRENTPROCESS // this.CURRENTPROCESS.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CURRENTPROCESS.DataPropertyName = "CURRENTPROCESSNAME"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F); dataGridViewCellStyle4.Format = "f"; dataGridViewCellStyle4.NullValue = null; this.CURRENTPROCESS.DefaultCellStyle = dataGridViewCellStyle4; this.CURRENTPROCESS.HeaderText = "当前工序"; this.CURRENTPROCESS.Name = "CURRENTPROCESS"; this.CURRENTPROCESS.ReadOnly = true; this.CURRENTPROCESS.Width = 120; // // MACHINECODDE // this.MACHINECODDE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MACHINECODDE.DataPropertyName = "MACHINECODDE"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F); this.MACHINECODDE.DefaultCellStyle = dataGridViewCellStyle5; this.MACHINECODDE.HeaderText = "设备编码"; this.MACHINECODDE.Name = "MACHINECODDE"; this.MACHINECODDE.ReadOnly = true; this.MACHINECODDE.Width = 110; // // PRODUCESHIFTTCODE // this.PRODUCESHIFTTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.PRODUCESHIFTTCODE.DataPropertyName = "PRODUCESHIFTTCODE"; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F); this.PRODUCESHIFTTCODE.DefaultCellStyle = dataGridViewCellStyle6; this.PRODUCESHIFTTCODE.HeaderText = "班次编号"; this.PRODUCESHIFTTCODE.Name = "PRODUCESHIFTTCODE"; this.PRODUCESHIFTTCODE.ReadOnly = true; this.PRODUCESHIFTTCODE.Width = 110; // // OUTFLAG // this.OUTFLAG.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.OUTFLAG.DataPropertyName = "OUTFLAGNAME"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F); this.OUTFLAG.DefaultCellStyle = dataGridViewCellStyle7; this.OUTFLAG.HeaderText = "出库标记"; this.OUTFLAG.Name = "OUTFLAG"; this.OUTFLAG.ReadOnly = true; this.OUTFLAG.Width = 110; // // CreateUser // this.CreateUser.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CreateUser.DataPropertyName = "CREATEUSERNAME"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F); this.CreateUser.DefaultCellStyle = dataGridViewCellStyle8; this.CreateUser.HeaderText = "操作人"; this.CreateUser.Name = "CreateUser"; this.CreateUser.ReadOnly = true; this.CreateUser.Width = 110; // // CREATEDATE // this.CREATEDATE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.CREATEDATE.DataPropertyName = "CREATEDATE"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F); this.CREATEDATE.DefaultCellStyle = dataGridViewCellStyle9; 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; // // 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(984, 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.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, 105); this.panelSearch.Name = "panelSearch"; this.panelSearch.Size = new System.Drawing.Size(984, 60); this.panelSearch.TabIndex = 9; // // txtPRODUCTCODE // this.txtPRODUCTCODE.Font = new System.Drawing.Font("宋体", 11F); this.txtPRODUCTCODE.Location = new System.Drawing.Point(78, 18); this.txtPRODUCTCODE.Name = "txtPRODUCTCODE"; this.txtPRODUCTCODE.Size = new System.Drawing.Size(170, 24); this.txtPRODUCTCODE.TabIndex = 10; // // panel1 // this.panel1.Controls.Add(this.DGMendRecorder); 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(984, 477); this.panel1.TabIndex = 10; // // InWarehouseForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 642); this.Controls.Add(this.panel1); this.Controls.Add(this.panelSearch); this.Controls.Add(this.panelSearchTitle); this.Controls.Add(this.toolStrip1); this.Name = "InWarehouseForm"; 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); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbInWarehouse; 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 System.Windows.Forms.DataGridViewTextBoxColumn STATUS; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn CURRENTPROCESS; private System.Windows.Forms.DataGridViewTextBoxColumn MACHINECODDE; private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCESHIFTTCODE; private System.Windows.Forms.DataGridViewTextBoxColumn OUTFLAG; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; } }