namespace HH.WMS.Client.frm { partial class frmItemRemove { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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(); this.dgv_RemoveData = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnEnter = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.txtCode = new DevComponents.DotNetBar.Controls.TextBoxX(); ((System.ComponentModel.ISupportInitialize)(this.dgv_RemoveData)).BeginInit(); this.SuspendLayout(); // // dgv_RemoveData // this.dgv_RemoveData.AllowUserToAddRows = false; this.dgv_RemoveData.AllowUserToDeleteRows = false; this.dgv_RemoveData.AllowUserToResizeColumns = false; this.dgv_RemoveData.AllowUserToResizeRows = false; this.dgv_RemoveData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv_RemoveData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_RemoveData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_RemoveData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_RemoveData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn13, this.dataGridViewTextBoxColumn14, this.dataGridViewTextBoxColumn15, this.dataGridViewTextBoxColumn16, this.dataGridViewTextBoxColumn17, this.dataGridViewTextBoxColumn18}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_RemoveData.DefaultCellStyle = dataGridViewCellStyle2; this.dgv_RemoveData.EnableHeadersVisualStyles = false; this.dgv_RemoveData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dgv_RemoveData.Location = new System.Drawing.Point(8, 8); this.dgv_RemoveData.Name = "dgv_RemoveData"; this.dgv_RemoveData.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_RemoveData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgv_RemoveData.RowTemplate.Height = 23; this.dgv_RemoveData.Size = new System.Drawing.Size(804, 247); this.dgv_RemoveData.TabIndex = 33; this.dgv_RemoveData.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgv_RemoveData_DataError); // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "CN_S_ITEM_CODE"; this.dataGridViewTextBoxColumn13.FillWeight = 62.46629F; this.dataGridViewTextBoxColumn13.HeaderText = "物料编码"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.DataPropertyName = "CN_S_ITEM_NAME"; this.dataGridViewTextBoxColumn14.FillWeight = 84.41345F; this.dataGridViewTextBoxColumn14.HeaderText = "物料名称"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.ReadOnly = true; // // dataGridViewTextBoxColumn15 // this.dataGridViewTextBoxColumn15.DataPropertyName = "CN_S_MODEL"; this.dataGridViewTextBoxColumn15.FillWeight = 74.01285F; this.dataGridViewTextBoxColumn15.HeaderText = "规格型号"; this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; this.dataGridViewTextBoxColumn15.ReadOnly = true; // // dataGridViewTextBoxColumn16 // this.dataGridViewTextBoxColumn16.DataPropertyName = "CN_S_FIGURE_NO"; this.dataGridViewTextBoxColumn16.FillWeight = 76.65229F; this.dataGridViewTextBoxColumn16.HeaderText = "图号"; this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; this.dataGridViewTextBoxColumn16.ReadOnly = true; // // dataGridViewTextBoxColumn17 // this.dataGridViewTextBoxColumn17.DataPropertyName = "CN_F_QUANTITY"; this.dataGridViewTextBoxColumn17.FillWeight = 70.35971F; this.dataGridViewTextBoxColumn17.HeaderText = "数量"; this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; this.dataGridViewTextBoxColumn17.ReadOnly = true; // // dataGridViewTextBoxColumn18 // this.dataGridViewTextBoxColumn18.DataPropertyName = "CN_S_MEASURE_UNIT"; this.dataGridViewTextBoxColumn18.FillWeight = 47.83184F; this.dataGridViewTextBoxColumn18.HeaderText = "单位"; this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; this.dataGridViewTextBoxColumn18.ReadOnly = true; // // btnEnter // this.btnEnter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnEnter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnEnter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnEnter.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnEnter.Location = new System.Drawing.Point(737, 261); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(75, 35); this.btnEnter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnEnter.TabIndex = 34; this.btnEnter.Text = "Enter"; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // labelX1 // this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.ForeColor = System.Drawing.Color.Black; this.labelX1.Location = new System.Drawing.Point(401, 267); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(66, 23); this.labelX1.TabIndex = 36; this.labelX1.Text = "扫描:"; // // txtCode // this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txtCode.BackColor = System.Drawing.Color.White; // // // this.txtCode.Border.Class = "TextBoxBorder"; this.txtCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtCode.DisabledBackColor = System.Drawing.Color.White; this.txtCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCode.ForeColor = System.Drawing.Color.Black; this.txtCode.Location = new System.Drawing.Point(473, 263); this.txtCode.Name = "txtCode"; this.txtCode.PreventEnterBeep = true; this.txtCode.Size = new System.Drawing.Size(249, 30); this.txtCode.TabIndex = 0; // // frmItemRemove // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(820, 301); this.Controls.Add(this.labelX1); this.Controls.Add(this.txtCode); this.Controls.Add(this.btnEnter); this.Controls.Add(this.dgv_RemoveData); this.KeyPreview = true; this.Name = "frmItemRemove"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "物料移除"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmItemRemove_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.dgv_RemoveData)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.DataGridViewX dgv_RemoveData; private DevComponents.DotNetBar.ButtonX btnEnter; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.TextBoxX txtCode; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; } }