namespace HH.WMS.Client.frm
|
{
|
partial class frmUpShelves
|
{
|
/// <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()
|
{
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
|
this.dgvWaitUp = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.CN_S_ITEM_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_ITEM_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_MODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_FIGURE_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_F_QUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_MEASURE_UNIT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.bar4 = new DevComponents.DotNetBar.Bar();
|
this.labelItem4 = new DevComponents.DotNetBar.LabelItem();
|
this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
|
this.dgvData = 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.bar3 = new DevComponents.DotNetBar.Bar();
|
this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
|
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
this.dgvThisUp = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.bar5 = new DevComponents.DotNetBar.Bar();
|
this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
|
this.btn_ItemRemove = new DevComponents.DotNetBar.ButtonItem();
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
this.panelCurrentTray = new System.Windows.Forms.Panel();
|
this.bar2 = new DevComponents.DotNetBar.Bar();
|
this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
|
this.lblItemTray = new DevComponents.DotNetBar.LabelItem();
|
this.panelEx5 = new DevComponents.DotNetBar.PanelEx();
|
this.btnEnter = new DevComponents.DotNetBar.ButtonX();
|
this.lblWaitTray = new DevComponents.DotNetBar.LabelX();
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
this.txtCode = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panelEx3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dgvWaitUp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar4)).BeginInit();
|
this.panelEx2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
|
this.panelEx4.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dgvThisUp)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar5)).BeginInit();
|
this.panelEx1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
|
this.panelEx5.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 2;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
this.tableLayoutPanel1.Controls.Add(this.panelEx3, 1, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panelEx2, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.panelEx4, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.panelEx1, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panelEx5, 0, 2);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 37);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(998, 412);
|
this.tableLayoutPanel1.TabIndex = 51;
|
//
|
// panelEx3
|
//
|
this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
|
this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.panelEx3.Controls.Add(this.dgvWaitUp);
|
this.panelEx3.Controls.Add(this.bar4);
|
this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty;
|
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelEx3.Location = new System.Drawing.Point(402, 3);
|
this.panelEx3.Name = "panelEx3";
|
this.panelEx3.Size = new System.Drawing.Size(593, 138);
|
this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
|
this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
this.panelEx3.Style.GradientAngle = 90;
|
this.panelEx3.TabIndex = 25;
|
this.panelEx3.Text = "panelEx1";
|
//
|
// dgvWaitUp
|
//
|
this.dgvWaitUp.AllowUserToAddRows = false;
|
this.dgvWaitUp.AllowUserToDeleteRows = false;
|
this.dgvWaitUp.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dgvWaitUp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvWaitUp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.CN_S_ITEM_CODE,
|
this.CN_S_ITEM_NAME,
|
this.CN_S_MODEL,
|
this.CN_S_FIGURE_NO,
|
this.CN_F_QUANTITY,
|
this.CN_S_MEASURE_UNIT});
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
this.dgvWaitUp.DefaultCellStyle = dataGridViewCellStyle5;
|
this.dgvWaitUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvWaitUp.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
|
this.dgvWaitUp.Location = new System.Drawing.Point(0, 25);
|
this.dgvWaitUp.Name = "dgvWaitUp";
|
this.dgvWaitUp.ReadOnly = true;
|
this.dgvWaitUp.RowTemplate.Height = 23;
|
this.dgvWaitUp.Size = new System.Drawing.Size(593, 113);
|
this.dgvWaitUp.TabIndex = 33;
|
//
|
// CN_S_ITEM_CODE
|
//
|
this.CN_S_ITEM_CODE.DataPropertyName = "CN_S_ITEM_CODE";
|
this.CN_S_ITEM_CODE.HeaderText = "物料编码";
|
this.CN_S_ITEM_CODE.Name = "CN_S_ITEM_CODE";
|
this.CN_S_ITEM_CODE.ReadOnly = true;
|
//
|
// CN_S_ITEM_NAME
|
//
|
this.CN_S_ITEM_NAME.DataPropertyName = "CN_S_ITEM_NAME";
|
this.CN_S_ITEM_NAME.FillWeight = 121.8275F;
|
this.CN_S_ITEM_NAME.HeaderText = "物料名称";
|
this.CN_S_ITEM_NAME.Name = "CN_S_ITEM_NAME";
|
this.CN_S_ITEM_NAME.ReadOnly = true;
|
//
|
// CN_S_MODEL
|
//
|
this.CN_S_MODEL.DataPropertyName = "CN_S_MODEL";
|
this.CN_S_MODEL.FillWeight = 106.8171F;
|
this.CN_S_MODEL.HeaderText = "规格型号";
|
this.CN_S_MODEL.Name = "CN_S_MODEL";
|
this.CN_S_MODEL.ReadOnly = true;
|
//
|
// CN_S_FIGURE_NO
|
//
|
this.CN_S_FIGURE_NO.DataPropertyName = "CN_S_FIGURE_NO";
|
this.CN_S_FIGURE_NO.FillWeight = 110.6264F;
|
this.CN_S_FIGURE_NO.HeaderText = "图号";
|
this.CN_S_FIGURE_NO.Name = "CN_S_FIGURE_NO";
|
this.CN_S_FIGURE_NO.ReadOnly = true;
|
//
|
// CN_F_QUANTITY
|
//
|
this.CN_F_QUANTITY.DataPropertyName = "CN_F_QUANTITY";
|
this.CN_F_QUANTITY.FillWeight = 70F;
|
this.CN_F_QUANTITY.HeaderText = "数量";
|
this.CN_F_QUANTITY.Name = "CN_F_QUANTITY";
|
this.CN_F_QUANTITY.ReadOnly = true;
|
//
|
// CN_S_MEASURE_UNIT
|
//
|
this.CN_S_MEASURE_UNIT.DataPropertyName = "CN_S_MEASURE_UNIT";
|
this.CN_S_MEASURE_UNIT.FillWeight = 69.03204F;
|
this.CN_S_MEASURE_UNIT.HeaderText = "单位";
|
this.CN_S_MEASURE_UNIT.Name = "CN_S_MEASURE_UNIT";
|
this.CN_S_MEASURE_UNIT.ReadOnly = true;
|
//
|
// bar4
|
//
|
this.bar4.AntiAlias = true;
|
this.bar4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
this.bar4.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
|
this.bar4.Dock = System.Windows.Forms.DockStyle.Top;
|
this.bar4.DockSide = DevComponents.DotNetBar.eDockSide.Document;
|
this.bar4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
|
this.bar4.IsMaximized = false;
|
this.bar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.labelItem4});
|
this.bar4.Location = new System.Drawing.Point(0, 0);
|
this.bar4.Name = "bar4";
|
this.bar4.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
|
this.bar4.Size = new System.Drawing.Size(593, 25);
|
this.bar4.Stretch = true;
|
this.bar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013;
|
this.bar4.TabIndex = 24;
|
this.bar4.TabStop = false;
|
this.bar4.Text = "bar2";
|
//
|
// labelItem4
|
//
|
this.labelItem4.Name = "labelItem4";
|
this.labelItem4.Text = "待上架物料";
|
//
|
// panelEx2
|
//
|
this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
|
this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.panelEx2.Controls.Add(this.dgvData);
|
this.panelEx2.Controls.Add(this.bar3);
|
this.panelEx2.DisabledBackColor = System.Drawing.Color.Empty;
|
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelEx2.Location = new System.Drawing.Point(3, 147);
|
this.panelEx2.Name = "panelEx2";
|
this.panelEx2.Size = new System.Drawing.Size(393, 210);
|
this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
this.panelEx2.Style.GradientAngle = 90;
|
this.panelEx2.TabIndex = 13;
|
this.panelEx2.Text = "panelEx1";
|
//
|
// dgvData
|
//
|
this.dgvData.AllowUserToAddRows = false;
|
this.dgvData.AllowUserToDeleteRows = false;
|
this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dataGridViewTextBoxColumn13,
|
this.dataGridViewTextBoxColumn14,
|
this.dataGridViewTextBoxColumn15,
|
this.dataGridViewTextBoxColumn16,
|
this.dataGridViewTextBoxColumn17,
|
this.dataGridViewTextBoxColumn18});
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
this.dgvData.DefaultCellStyle = dataGridViewCellStyle6;
|
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
|
this.dgvData.Location = new System.Drawing.Point(0, 25);
|
this.dgvData.Name = "dgvData";
|
this.dgvData.ReadOnly = true;
|
this.dgvData.RowTemplate.Height = 23;
|
this.dgvData.Size = new System.Drawing.Size(393, 185);
|
this.dgvData.TabIndex = 33;
|
//
|
// dataGridViewTextBoxColumn13
|
//
|
this.dataGridViewTextBoxColumn13.DataPropertyName = "CN_S_ITEM_CODE";
|
this.dataGridViewTextBoxColumn13.FillWeight = 20F;
|
this.dataGridViewTextBoxColumn13.HeaderText = "物料编码";
|
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
this.dataGridViewTextBoxColumn13.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn14
|
//
|
this.dataGridViewTextBoxColumn14.DataPropertyName = "CN_S_ITEM_NAME";
|
this.dataGridViewTextBoxColumn14.FillWeight = 20F;
|
this.dataGridViewTextBoxColumn14.HeaderText = "物料名称";
|
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
|
this.dataGridViewTextBoxColumn14.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn15
|
//
|
this.dataGridViewTextBoxColumn15.DataPropertyName = "CN_S_MODEL";
|
this.dataGridViewTextBoxColumn15.FillWeight = 18F;
|
this.dataGridViewTextBoxColumn15.HeaderText = "规格型号";
|
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
|
this.dataGridViewTextBoxColumn15.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn16
|
//
|
this.dataGridViewTextBoxColumn16.DataPropertyName = "CN_S_FIGURE_NO";
|
this.dataGridViewTextBoxColumn16.FillWeight = 15F;
|
this.dataGridViewTextBoxColumn16.HeaderText = "图号";
|
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
|
this.dataGridViewTextBoxColumn16.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn17
|
//
|
this.dataGridViewTextBoxColumn17.DataPropertyName = "CN_F_QUANTITY";
|
this.dataGridViewTextBoxColumn17.FillWeight = 12F;
|
this.dataGridViewTextBoxColumn17.HeaderText = "数量";
|
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
|
this.dataGridViewTextBoxColumn17.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn18
|
//
|
this.dataGridViewTextBoxColumn18.DataPropertyName = "CN_S_MEASURE_UNIT";
|
this.dataGridViewTextBoxColumn18.FillWeight = 15F;
|
this.dataGridViewTextBoxColumn18.HeaderText = "单位";
|
this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
|
this.dataGridViewTextBoxColumn18.ReadOnly = true;
|
//
|
// bar3
|
//
|
this.bar3.AntiAlias = true;
|
this.bar3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
this.bar3.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
|
this.bar3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.bar3.DockSide = DevComponents.DotNetBar.eDockSide.Document;
|
this.bar3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
|
this.bar3.IsMaximized = false;
|
this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.labelItem2});
|
this.bar3.Location = new System.Drawing.Point(0, 0);
|
this.bar3.Name = "bar3";
|
this.bar3.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
|
this.bar3.Size = new System.Drawing.Size(393, 25);
|
this.bar3.Stretch = true;
|
this.bar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013;
|
this.bar3.TabIndex = 24;
|
this.bar3.TabStop = false;
|
this.bar3.Text = "bar2";
|
//
|
// labelItem2
|
//
|
this.labelItem2.Name = "labelItem2";
|
this.labelItem2.Text = "原有物料";
|
//
|
// panelEx4
|
//
|
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.panelEx4.Controls.Add(this.dgvThisUp);
|
this.panelEx4.Controls.Add(this.bar5);
|
this.panelEx4.DisabledBackColor = System.Drawing.Color.Empty;
|
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelEx4.Location = new System.Drawing.Point(402, 147);
|
this.panelEx4.Name = "panelEx4";
|
this.panelEx4.Size = new System.Drawing.Size(593, 210);
|
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
this.panelEx4.Style.GradientAngle = 90;
|
this.panelEx4.TabIndex = 0;
|
this.panelEx4.Text = "panelEx1";
|
//
|
// dgvThisUp
|
//
|
this.dgvThisUp.AllowUserToAddRows = false;
|
this.dgvThisUp.AllowUserToDeleteRows = false;
|
this.dgvThisUp.AllowUserToResizeColumns = false;
|
this.dgvThisUp.AllowUserToResizeRows = false;
|
this.dgvThisUp.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dgvThisUp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvThisUp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dataGridViewTextBoxColumn7,
|
this.dataGridViewTextBoxColumn8,
|
this.dataGridViewTextBoxColumn9,
|
this.dataGridViewTextBoxColumn10,
|
this.dataGridViewTextBoxColumn11,
|
this.dataGridViewTextBoxColumn12});
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
this.dgvThisUp.DefaultCellStyle = dataGridViewCellStyle4;
|
this.dgvThisUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvThisUp.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
|
this.dgvThisUp.Location = new System.Drawing.Point(0, 31);
|
this.dgvThisUp.Name = "dgvThisUp";
|
this.dgvThisUp.ReadOnly = true;
|
this.dgvThisUp.RowTemplate.Height = 23;
|
this.dgvThisUp.Size = new System.Drawing.Size(593, 179);
|
this.dgvThisUp.TabIndex = 33;
|
//
|
// dataGridViewTextBoxColumn7
|
//
|
this.dataGridViewTextBoxColumn7.DataPropertyName = "CN_S_ITEM_CODE";
|
this.dataGridViewTextBoxColumn7.FillWeight = 90.15284F;
|
this.dataGridViewTextBoxColumn7.HeaderText = "物料编码";
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn8
|
//
|
this.dataGridViewTextBoxColumn8.DataPropertyName = "CN_S_ITEM_NAME";
|
this.dataGridViewTextBoxColumn8.FillWeight = 121.8275F;
|
this.dataGridViewTextBoxColumn8.HeaderText = "物料名称";
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn9
|
//
|
this.dataGridViewTextBoxColumn9.DataPropertyName = "CN_S_MODEL";
|
this.dataGridViewTextBoxColumn9.FillWeight = 106.8171F;
|
this.dataGridViewTextBoxColumn9.HeaderText = "规格型号";
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
this.dataGridViewTextBoxColumn9.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn10
|
//
|
this.dataGridViewTextBoxColumn10.DataPropertyName = "CN_S_FIGURE_NO";
|
this.dataGridViewTextBoxColumn10.FillWeight = 110.6264F;
|
this.dataGridViewTextBoxColumn10.HeaderText = "图号";
|
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
this.dataGridViewTextBoxColumn10.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn11
|
//
|
this.dataGridViewTextBoxColumn11.DataPropertyName = "CN_F_QUANTITY";
|
this.dataGridViewTextBoxColumn11.FillWeight = 101.5448F;
|
this.dataGridViewTextBoxColumn11.HeaderText = "数量";
|
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
this.dataGridViewTextBoxColumn11.ReadOnly = true;
|
//
|
// dataGridViewTextBoxColumn12
|
//
|
this.dataGridViewTextBoxColumn12.DataPropertyName = "CN_S_MEASURE_UNIT";
|
this.dataGridViewTextBoxColumn12.FillWeight = 69.03204F;
|
this.dataGridViewTextBoxColumn12.HeaderText = "单位";
|
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
|
this.dataGridViewTextBoxColumn12.ReadOnly = true;
|
//
|
// bar5
|
//
|
this.bar5.AntiAlias = true;
|
this.bar5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
this.bar5.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
|
this.bar5.Dock = System.Windows.Forms.DockStyle.Top;
|
this.bar5.DockSide = DevComponents.DotNetBar.eDockSide.Document;
|
this.bar5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
|
this.bar5.IsMaximized = false;
|
this.bar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.labelItem3,
|
this.btn_ItemRemove});
|
this.bar5.Location = new System.Drawing.Point(0, 0);
|
this.bar5.Name = "bar5";
|
this.bar5.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
|
this.bar5.Size = new System.Drawing.Size(593, 31);
|
this.bar5.Stretch = true;
|
this.bar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013;
|
this.bar5.TabIndex = 24;
|
this.bar5.TabStop = false;
|
this.bar5.Text = "bar2";
|
//
|
// labelItem3
|
//
|
this.labelItem3.Name = "labelItem3";
|
this.labelItem3.Text = "本次上架物料";
|
//
|
// btn_ItemRemove
|
//
|
this.btn_ItemRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
|
this.btn_ItemRemove.ForeColor = System.Drawing.Color.Red;
|
this.btn_ItemRemove.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
|
this.btn_ItemRemove.Name = "btn_ItemRemove";
|
this.btn_ItemRemove.SymbolColor = System.Drawing.Color.Red;
|
this.btn_ItemRemove.Text = "物料移除";
|
this.btn_ItemRemove.Click += new System.EventHandler(this.btn_ItemRemove_Click);
|
//
|
// panelEx1
|
//
|
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
|
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.panelEx1.Controls.Add(this.panelCurrentTray);
|
this.panelEx1.Controls.Add(this.bar2);
|
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelEx1.Location = new System.Drawing.Point(3, 3);
|
this.panelEx1.Name = "panelEx1";
|
this.panelEx1.Size = new System.Drawing.Size(393, 138);
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
this.panelEx1.Style.GradientAngle = 90;
|
this.panelEx1.TabIndex = 25;
|
//
|
// panelCurrentTray
|
//
|
this.panelCurrentTray.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.panelCurrentTray.BackColor = System.Drawing.Color.White;
|
this.panelCurrentTray.Location = new System.Drawing.Point(89, 38);
|
this.panelCurrentTray.Name = "panelCurrentTray";
|
this.panelCurrentTray.Size = new System.Drawing.Size(218, 87);
|
this.panelCurrentTray.TabIndex = 33;
|
//
|
// bar2
|
//
|
this.bar2.AntiAlias = true;
|
this.bar2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
this.bar2.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
|
this.bar2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.bar2.DockSide = DevComponents.DotNetBar.eDockSide.Document;
|
this.bar2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
|
this.bar2.IsMaximized = false;
|
this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.labelItem1,
|
this.lblItemTray});
|
this.bar2.Location = new System.Drawing.Point(0, 0);
|
this.bar2.Name = "bar2";
|
this.bar2.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
|
this.bar2.Size = new System.Drawing.Size(393, 25);
|
this.bar2.Stretch = true;
|
this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013;
|
this.bar2.TabIndex = 24;
|
this.bar2.TabStop = false;
|
this.bar2.Text = "bar2";
|
//
|
// labelItem1
|
//
|
this.labelItem1.Name = "labelItem1";
|
this.labelItem1.Text = "容器编码:";
|
//
|
// lblItemTray
|
//
|
this.lblItemTray.Name = "lblItemTray";
|
this.lblItemTray.Text = "_______________";
|
//
|
// panelEx5
|
//
|
this.panelEx5.CanvasColor = System.Drawing.SystemColors.Control;
|
this.panelEx5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.tableLayoutPanel1.SetColumnSpan(this.panelEx5, 2);
|
this.panelEx5.Controls.Add(this.btnEnter);
|
this.panelEx5.Controls.Add(this.lblWaitTray);
|
this.panelEx5.Controls.Add(this.labelX2);
|
this.panelEx5.Controls.Add(this.labelX1);
|
this.panelEx5.Controls.Add(this.txtCode);
|
this.panelEx5.DisabledBackColor = System.Drawing.Color.Empty;
|
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelEx5.Location = new System.Drawing.Point(3, 363);
|
this.panelEx5.Name = "panelEx5";
|
this.panelEx5.Size = new System.Drawing.Size(992, 46);
|
this.panelEx5.Style.Alignment = System.Drawing.StringAlignment.Center;
|
this.panelEx5.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
this.panelEx5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
this.panelEx5.Style.GradientAngle = 90;
|
this.panelEx5.TabIndex = 27;
|
//
|
// 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(908, 7);
|
this.btnEnter.Name = "btnEnter";
|
this.btnEnter.Size = new System.Drawing.Size(75, 35);
|
this.btnEnter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.btnEnter.TabIndex = 29;
|
this.btnEnter.Text = "Enter";
|
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
|
//
|
// lblWaitTray
|
//
|
//
|
//
|
//
|
this.lblWaitTray.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.lblWaitTray.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblWaitTray.Location = new System.Drawing.Point(114, 12);
|
this.lblWaitTray.Name = "lblWaitTray";
|
this.lblWaitTray.Size = new System.Drawing.Size(456, 23);
|
this.lblWaitTray.TabIndex = 28;
|
this.lblWaitTray.Text = "等待容器..........";
|
//
|
// labelX2
|
//
|
//
|
//
|
//
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.labelX2.Location = new System.Drawing.Point(9, 12);
|
this.labelX2.Name = "labelX2";
|
this.labelX2.Size = new System.Drawing.Size(110, 23);
|
this.labelX2.TabIndex = 28;
|
this.labelX2.Text = "等待容器:";
|
//
|
// 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.Location = new System.Drawing.Point(576, 12);
|
this.labelX1.Name = "labelX1";
|
this.labelX1.Size = new System.Drawing.Size(66, 23);
|
this.labelX1.TabIndex = 28;
|
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(648, 9);
|
this.txtCode.Name = "txtCode";
|
this.txtCode.PreventEnterBeep = true;
|
this.txtCode.Size = new System.Drawing.Size(249, 30);
|
this.txtCode.TabIndex = 0;
|
//
|
// frmUpShelves
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(998, 478);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
this.KeyPreview = true;
|
this.Name = "frmUpShelves";
|
this.Text = "物料上架";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.frmUpShelves_Load);
|
this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panelEx3.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dgvWaitUp)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar4)).EndInit();
|
this.panelEx2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
|
this.panelEx4.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dgvThisUp)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bar5)).EndInit();
|
this.panelEx1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
|
this.panelEx5.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevComponents.DotNetBar.PanelEx panelEx3;
|
private DevComponents.DotNetBar.Bar bar4;
|
private DevComponents.DotNetBar.LabelItem labelItem4;
|
private DevComponents.DotNetBar.PanelEx panelEx2;
|
private DevComponents.DotNetBar.Bar bar3;
|
private DevComponents.DotNetBar.LabelItem labelItem2;
|
private DevComponents.DotNetBar.PanelEx panelEx4;
|
private DevComponents.DotNetBar.Bar bar5;
|
private DevComponents.DotNetBar.LabelItem labelItem3;
|
private DevComponents.DotNetBar.PanelEx panelEx1;
|
private System.Windows.Forms.Panel panelCurrentTray;
|
private DevComponents.DotNetBar.Bar bar2;
|
private DevComponents.DotNetBar.LabelItem lblItemTray;
|
private DevComponents.DotNetBar.PanelEx panelEx5;
|
private DevComponents.DotNetBar.ButtonX btnEnter;
|
private DevComponents.DotNetBar.LabelX labelX1;
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvWaitUp;
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvThisUp;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
private DevComponents.DotNetBar.LabelX lblWaitTray;
|
private DevComponents.DotNetBar.LabelX labelX2;
|
public DevComponents.DotNetBar.Controls.TextBoxX txtCode;
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvData;
|
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;
|
private DevComponents.DotNetBar.LabelItem labelItem1;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_CODE;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ITEM_NAME;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MODEL;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FIGURE_NO;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_F_QUANTITY;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MEASURE_UNIT;
|
private DevComponents.DotNetBar.ButtonItem btn_ItemRemove;
|
}
|
}
|