namespace NXWMS.Forms.Base.ChildFrm { partial class FrmBinEdit { /// /// 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(FrmBinEdit)); this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator(); this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage(); this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox(); this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel(); this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtBinCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkBlendBatch = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel27 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkBlendProduct = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel26 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel24 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numNumberLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel25 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numWeightLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel23 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numVolumeLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.numDownShelfOrder = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel22 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numPutShelfOrder = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel21 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numHeight = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.numWide = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numLength = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.lbBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.numBinColumn = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.numBinRow = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbShelf = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.cmbBinType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtBinName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.numTrarLimit = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown(); this.lbWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.lbRegion = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.lbStatusMessage = new System.Windows.Forms.Label(); this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit(); this.groupOperation.Panel.SuspendLayout(); this.groupOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit(); this.kryptonPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit(); this.kryptonNavigatorOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit(); this.kryptonPageInfo.SuspendLayout(); this.tableLayoutPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbRegionCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbShelf)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbBinType)).BeginInit(); this.SuspendLayout(); // // groupOperation // this.groupOperation.CaptionOverlap = 0D; this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel; this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1; this.groupOperation.Location = new System.Drawing.Point(0, 0); this.groupOperation.Name = "groupOperation"; // // groupOperation.Panel // this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput); this.groupOperation.Panel.Controls.Add(this.lbStatusMessage); this.groupOperation.Panel.Controls.Add(this.btnSave); this.groupOperation.Panel.Controls.Add(this.btnExit); this.groupOperation.Size = new System.Drawing.Size(800, 450); this.groupOperation.TabIndex = 63; this.groupOperation.Values.Heading = "编辑"; this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image"))); // // kryptonPanelInput // this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation); this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0); this.kryptonPanelInput.Name = "kryptonPanelInput"; this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone; this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380); this.kryptonPanelInput.TabIndex = 48; // // kryptonNavigatorOperation // this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None; this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide; this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0); this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation"; this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup; this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay; this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] { this.kryptonPageInfo}); this.kryptonNavigatorOperation.SelectedIndex = 0; this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380); this.kryptonNavigatorOperation.TabIndex = 63; this.kryptonNavigatorOperation.Text = "kryptonNavigator1"; // // kryptonPageInfo // this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPageInfo.Controls.Add(this.kryptonLabel6); this.kryptonPageInfo.Controls.Add(this.richDescibe); this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput); this.kryptonPageInfo.Flags = 65534; this.kryptonPageInfo.LastVisibleSet = true; this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPageInfo.Name = "kryptonPageInfo"; this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351); this.kryptonPageInfo.Text = "基础配置"; this.kryptonPageInfo.ToolTipTitle = "Page ToolTip"; this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D"; // // kryptonLabel6 // this.kryptonLabel6.AutoSize = false; this.kryptonLabel6.Location = new System.Drawing.Point(-4, 246); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel6.Size = new System.Drawing.Size(86, 21); this.kryptonLabel6.TabIndex = 47; this.kryptonLabel6.Values.Text = "描述"; // // richDescibe // this.richDescibe.Location = new System.Drawing.Point(89, 247); this.richDescibe.Name = "richDescibe"; this.richDescibe.Size = new System.Drawing.Size(696, 79); this.richDescibe.TabIndex = 46; this.richDescibe.Tag = "DESCRIBE"; this.richDescibe.Text = ""; // // tableLayoutPanelInput // this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelInput.ColumnCount = 6; this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0); this.tableLayoutPanelInput.Controls.Add(this.txtBinCode, 1, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 0, 0); this.tableLayoutPanelInput.Controls.Add(this.cmbRegionCode, 1, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 1); this.tableLayoutPanelInput.Controls.Add(this.chkBlendBatch, 5, 6); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel27, 4, 6); this.tableLayoutPanelInput.Controls.Add(this.chkBlendProduct, 3, 6); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel26, 2, 6); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel24, 0, 6); this.tableLayoutPanelInput.Controls.Add(this.numNumberLimit, 5, 5); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel25, 4, 5); this.tableLayoutPanelInput.Controls.Add(this.numWeightLimit, 3, 5); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 2, 5); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel23, 0, 5); this.tableLayoutPanelInput.Controls.Add(this.numVolumeLimit, 1, 5); this.tableLayoutPanelInput.Controls.Add(this.numDownShelfOrder, 5, 4); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel22, 4, 4); this.tableLayoutPanelInput.Controls.Add(this.numPutShelfOrder, 3, 4); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel21, 2, 4); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 0, 4); this.tableLayoutPanelInput.Controls.Add(this.numHeight, 1, 4); this.tableLayoutPanelInput.Controls.Add(this.numWide, 5, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 3); this.tableLayoutPanelInput.Controls.Add(this.numLength, 3, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 3); this.tableLayoutPanelInput.Controls.Add(this.lbBinLayer, 0, 3); this.tableLayoutPanelInput.Controls.Add(this.numBinLayer, 1, 3); this.tableLayoutPanelInput.Controls.Add(this.numBinColumn, 5, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 2); this.tableLayoutPanelInput.Controls.Add(this.numBinRow, 3, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 0, 2); this.tableLayoutPanelInput.Controls.Add(this.cmbShelf, 1, 2); this.tableLayoutPanelInput.Controls.Add(this.cmbBinType, 5, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 1); this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 7); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 7); this.tableLayoutPanelInput.Controls.Add(this.txtBinName, 3, 1); this.tableLayoutPanelInput.Controls.Add(this.numTrarLimit, 1, 6); this.tableLayoutPanelInput.Controls.Add(this.lbWarehouse, 3, 0); this.tableLayoutPanelInput.Controls.Add(this.lbRegion, 5, 0); this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelInput.Name = "tableLayoutPanelInput"; this.tableLayoutPanelInput.RowCount = 8; this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 241); this.tableLayoutPanelInput.TabIndex = 41; // // kryptonLabel14 // this.kryptonLabel14.AutoSize = false; this.kryptonLabel14.Location = new System.Drawing.Point(531, 3); this.kryptonLabel14.Name = "kryptonLabel14"; this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel14.Size = new System.Drawing.Size(94, 24); this.kryptonLabel14.TabIndex = 4; this.kryptonLabel14.Values.Text = "库区"; // // kryptonLabel15 // this.kryptonLabel15.AutoSize = false; this.kryptonLabel15.Location = new System.Drawing.Point(267, 3); this.kryptonLabel15.Name = "kryptonLabel15"; this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel15.Size = new System.Drawing.Size(94, 24); this.kryptonLabel15.TabIndex = 2; this.kryptonLabel15.Values.Text = "仓库"; // // txtBinCode // this.txtBinCode.Location = new System.Drawing.Point(103, 33); this.txtBinCode.Name = "txtBinCode"; this.txtBinCode.Size = new System.Drawing.Size(158, 23); this.txtBinCode.TabIndex = 30; this.txtBinCode.Tag = "BIN_CODE"; // // kryptonLabel8 // this.kryptonLabel8.AutoSize = false; this.kryptonLabel8.Location = new System.Drawing.Point(3, 3); this.kryptonLabel8.Name = "kryptonLabel8"; this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel8.Size = new System.Drawing.Size(94, 24); this.kryptonLabel8.TabIndex = 29; this.kryptonLabel8.Values.Text = "库区"; // // cmbRegionCode // this.cmbRegionCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRegionCode.DropDownWidth = 121; this.cmbRegionCode.Location = new System.Drawing.Point(103, 3); this.cmbRegionCode.Name = "cmbRegionCode"; this.cmbRegionCode.Size = new System.Drawing.Size(158, 21); this.cmbRegionCode.TabIndex = 47; this.cmbRegionCode.Tag = "REGION_CODE"; this.cmbRegionCode.SelectedIndexChanged += new System.EventHandler(this.cmbRegionCode_SelectedIndexChanged); // // kryptonLabel29 // this.kryptonLabel29.AutoSize = false; this.kryptonLabel29.Location = new System.Drawing.Point(3, 33); this.kryptonLabel29.Name = "kryptonLabel29"; this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel29.Size = new System.Drawing.Size(94, 24); this.kryptonLabel29.TabIndex = 83; this.kryptonLabel29.Values.Text = "库位编码"; // // chkBlendBatch // this.chkBlendBatch.Dock = System.Windows.Forms.DockStyle.Fill; this.chkBlendBatch.Location = new System.Drawing.Point(631, 183); this.chkBlendBatch.Name = "chkBlendBatch"; this.chkBlendBatch.Size = new System.Drawing.Size(160, 24); this.chkBlendBatch.TabIndex = 76; this.chkBlendBatch.Tag = "BLEND_BATCH_FLAG"; this.chkBlendBatch.Values.Text = ""; // // kryptonLabel27 // this.kryptonLabel27.AutoSize = false; this.kryptonLabel27.Location = new System.Drawing.Point(531, 183); this.kryptonLabel27.Name = "kryptonLabel27"; this.kryptonLabel27.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel27.Size = new System.Drawing.Size(94, 24); this.kryptonLabel27.TabIndex = 77; this.kryptonLabel27.Values.Text = "允许混放批次"; // // chkBlendProduct // this.chkBlendProduct.Dock = System.Windows.Forms.DockStyle.Fill; this.chkBlendProduct.Location = new System.Drawing.Point(367, 183); this.chkBlendProduct.Name = "chkBlendProduct"; this.chkBlendProduct.Size = new System.Drawing.Size(158, 24); this.chkBlendProduct.TabIndex = 78; this.chkBlendProduct.Tag = "BLEND_PRODUCT_FLAG"; this.chkBlendProduct.Values.Text = ""; // // kryptonLabel26 // this.kryptonLabel26.AutoSize = false; this.kryptonLabel26.Location = new System.Drawing.Point(267, 183); this.kryptonLabel26.Name = "kryptonLabel26"; this.kryptonLabel26.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel26.Size = new System.Drawing.Size(94, 24); this.kryptonLabel26.TabIndex = 75; this.kryptonLabel26.Values.Text = "允许混放产品"; // // kryptonLabel24 // this.kryptonLabel24.AutoSize = false; this.kryptonLabel24.Location = new System.Drawing.Point(3, 183); this.kryptonLabel24.Name = "kryptonLabel24"; this.kryptonLabel24.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel24.Size = new System.Drawing.Size(94, 24); this.kryptonLabel24.TabIndex = 71; this.kryptonLabel24.Values.Text = "托盘限制"; // // numNumberLimit // this.numNumberLimit.DecimalPlaces = 2; this.numNumberLimit.Location = new System.Drawing.Point(631, 153); this.numNumberLimit.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numNumberLimit.Name = "numNumberLimit"; this.numNumberLimit.Size = new System.Drawing.Size(160, 22); this.numNumberLimit.TabIndex = 70; this.numNumberLimit.Tag = "NUMBER_LIMIT"; // // kryptonLabel25 // this.kryptonLabel25.AutoSize = false; this.kryptonLabel25.Location = new System.Drawing.Point(531, 153); this.kryptonLabel25.Name = "kryptonLabel25"; this.kryptonLabel25.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel25.Size = new System.Drawing.Size(94, 24); this.kryptonLabel25.TabIndex = 74; this.kryptonLabel25.Values.Text = "数量限制"; // // numWeightLimit // this.numWeightLimit.DecimalPlaces = 2; this.numWeightLimit.Location = new System.Drawing.Point(367, 153); this.numWeightLimit.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numWeightLimit.Name = "numWeightLimit"; this.numWeightLimit.Size = new System.Drawing.Size(158, 22); this.numWeightLimit.TabIndex = 72; this.numWeightLimit.Tag = "WEIGHT_LIMIT"; // // kryptonLabel9 // this.kryptonLabel9.AutoSize = false; this.kryptonLabel9.Location = new System.Drawing.Point(267, 153); this.kryptonLabel9.Name = "kryptonLabel9"; this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel9.Size = new System.Drawing.Size(94, 24); this.kryptonLabel9.TabIndex = 69; this.kryptonLabel9.Values.Text = "重量限制"; // // kryptonLabel23 // this.kryptonLabel23.AutoSize = false; this.kryptonLabel23.Location = new System.Drawing.Point(3, 153); this.kryptonLabel23.Name = "kryptonLabel23"; this.kryptonLabel23.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel23.Size = new System.Drawing.Size(94, 24); this.kryptonLabel23.TabIndex = 67; this.kryptonLabel23.Values.Text = "体积限制"; // // numVolumeLimit // this.numVolumeLimit.DecimalPlaces = 2; this.numVolumeLimit.Location = new System.Drawing.Point(103, 153); this.numVolumeLimit.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numVolumeLimit.Name = "numVolumeLimit"; this.numVolumeLimit.Size = new System.Drawing.Size(158, 22); this.numVolumeLimit.TabIndex = 68; this.numVolumeLimit.Tag = "VOLUME_LIMIT"; // // numDownShelfOrder // this.numDownShelfOrder.Location = new System.Drawing.Point(631, 123); this.numDownShelfOrder.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numDownShelfOrder.Name = "numDownShelfOrder"; this.numDownShelfOrder.Size = new System.Drawing.Size(160, 22); this.numDownShelfOrder.TabIndex = 66; this.numDownShelfOrder.Tag = "DOWN_SHELF_ORDER"; // // kryptonLabel22 // this.kryptonLabel22.AutoSize = false; this.kryptonLabel22.Location = new System.Drawing.Point(531, 123); this.kryptonLabel22.Name = "kryptonLabel22"; this.kryptonLabel22.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel22.Size = new System.Drawing.Size(94, 24); this.kryptonLabel22.TabIndex = 65; this.kryptonLabel22.Values.Text = "下架顺序"; // // numPutShelfOrder // this.numPutShelfOrder.Location = new System.Drawing.Point(367, 123); this.numPutShelfOrder.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numPutShelfOrder.Name = "numPutShelfOrder"; this.numPutShelfOrder.Size = new System.Drawing.Size(158, 22); this.numPutShelfOrder.TabIndex = 64; this.numPutShelfOrder.Tag = "PUT_SHELF_ORDER"; // // kryptonLabel21 // this.kryptonLabel21.AutoSize = false; this.kryptonLabel21.Location = new System.Drawing.Point(267, 123); this.kryptonLabel21.Name = "kryptonLabel21"; this.kryptonLabel21.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel21.Size = new System.Drawing.Size(94, 24); this.kryptonLabel21.TabIndex = 63; this.kryptonLabel21.Values.Text = "上架顺序"; // // kryptonLabel20 // this.kryptonLabel20.AutoSize = false; this.kryptonLabel20.Location = new System.Drawing.Point(3, 123); this.kryptonLabel20.Name = "kryptonLabel20"; this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel20.Size = new System.Drawing.Size(94, 24); this.kryptonLabel20.TabIndex = 61; this.kryptonLabel20.Values.Text = "高度"; // // numHeight // this.numHeight.DecimalPlaces = 2; this.numHeight.Location = new System.Drawing.Point(103, 123); this.numHeight.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numHeight.Name = "numHeight"; this.numHeight.Size = new System.Drawing.Size(158, 22); this.numHeight.TabIndex = 62; this.numHeight.Tag = "HEIGHT"; // // numWide // this.numWide.DecimalPlaces = 2; this.numWide.Location = new System.Drawing.Point(631, 93); this.numWide.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numWide.Name = "numWide"; this.numWide.Size = new System.Drawing.Size(160, 22); this.numWide.TabIndex = 60; this.numWide.Tag = "WIDE"; // // kryptonLabel19 // this.kryptonLabel19.AutoSize = false; this.kryptonLabel19.Location = new System.Drawing.Point(531, 93); this.kryptonLabel19.Name = "kryptonLabel19"; this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel19.Size = new System.Drawing.Size(94, 24); this.kryptonLabel19.TabIndex = 59; this.kryptonLabel19.Values.Text = "宽度"; // // numLength // this.numLength.DecimalPlaces = 2; this.numLength.Location = new System.Drawing.Point(367, 93); this.numLength.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numLength.Name = "numLength"; this.numLength.Size = new System.Drawing.Size(158, 22); this.numLength.TabIndex = 58; this.numLength.Tag = "LENGTH"; // // kryptonLabel17 // this.kryptonLabel17.AutoSize = false; this.kryptonLabel17.Location = new System.Drawing.Point(267, 93); this.kryptonLabel17.Name = "kryptonLabel17"; this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel17.Size = new System.Drawing.Size(94, 24); this.kryptonLabel17.TabIndex = 57; this.kryptonLabel17.Values.Text = "长度"; // // lbBinLayer // this.lbBinLayer.AutoSize = false; this.lbBinLayer.Location = new System.Drawing.Point(3, 93); this.lbBinLayer.Name = "lbBinLayer"; this.lbBinLayer.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lbBinLayer.Size = new System.Drawing.Size(94, 24); this.lbBinLayer.TabIndex = 55; this.lbBinLayer.Values.Text = "库位层"; // // numBinLayer // this.numBinLayer.Location = new System.Drawing.Point(103, 93); this.numBinLayer.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numBinLayer.Name = "numBinLayer"; this.numBinLayer.Size = new System.Drawing.Size(158, 22); this.numBinLayer.TabIndex = 56; this.numBinLayer.Tag = "BIN_LAYER"; // // numBinColumn // this.numBinColumn.Location = new System.Drawing.Point(631, 63); this.numBinColumn.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numBinColumn.Name = "numBinColumn"; this.numBinColumn.Size = new System.Drawing.Size(160, 22); this.numBinColumn.TabIndex = 54; this.numBinColumn.Tag = "BIN_COLUMN"; // // kryptonLabel12 // this.kryptonLabel12.AutoSize = false; this.kryptonLabel12.Location = new System.Drawing.Point(531, 63); this.kryptonLabel12.Name = "kryptonLabel12"; this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel12.Size = new System.Drawing.Size(94, 24); this.kryptonLabel12.TabIndex = 53; this.kryptonLabel12.Values.Text = "库位列"; // // numBinRow // this.numBinRow.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.numBinRow.Location = new System.Drawing.Point(367, 63); this.numBinRow.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numBinRow.Name = "numBinRow"; this.numBinRow.Size = new System.Drawing.Size(158, 22); this.numBinRow.TabIndex = 52; this.numBinRow.Tag = "BIN_ROW"; // // kryptonLabel11 // this.kryptonLabel11.AutoSize = false; this.kryptonLabel11.Location = new System.Drawing.Point(267, 63); this.kryptonLabel11.Name = "kryptonLabel11"; this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel11.Size = new System.Drawing.Size(94, 24); this.kryptonLabel11.TabIndex = 51; this.kryptonLabel11.Values.Text = "库位排"; // // kryptonLabel10 // this.kryptonLabel10.AutoSize = false; this.kryptonLabel10.Location = new System.Drawing.Point(3, 63); this.kryptonLabel10.Name = "kryptonLabel10"; this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel10.Size = new System.Drawing.Size(94, 24); this.kryptonLabel10.TabIndex = 49; this.kryptonLabel10.Values.Text = "货架排"; // // cmbShelf // this.cmbShelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbShelf.DropDownWidth = 121; this.cmbShelf.Location = new System.Drawing.Point(103, 63); this.cmbShelf.Name = "cmbShelf"; this.cmbShelf.Size = new System.Drawing.Size(158, 21); this.cmbShelf.TabIndex = 50; this.cmbShelf.Tag = "SHELF_CODE"; // // cmbBinType // this.cmbBinType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbBinType.DropDownWidth = 121; this.cmbBinType.Location = new System.Drawing.Point(631, 33); this.cmbBinType.Name = "cmbBinType"; this.cmbBinType.Size = new System.Drawing.Size(160, 21); this.cmbBinType.TabIndex = 32; this.cmbBinType.Tag = "BIN_TYPE"; // // kryptonLabel30 // this.kryptonLabel30.AutoSize = false; this.kryptonLabel30.Location = new System.Drawing.Point(531, 33); this.kryptonLabel30.Name = "kryptonLabel30"; this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel30.Size = new System.Drawing.Size(94, 24); this.kryptonLabel30.TabIndex = 84; this.kryptonLabel30.Values.Text = "库位类型"; // // kryptonLabel4 // this.kryptonLabel4.AutoSize = false; this.kryptonLabel4.Location = new System.Drawing.Point(267, 33); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel4.Size = new System.Drawing.Size(94, 24); this.kryptonLabel4.TabIndex = 86; this.kryptonLabel4.Values.Text = "库位名称"; // // chkUse // this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUse.Location = new System.Drawing.Point(103, 213); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(158, 25); this.chkUse.TabIndex = 85; this.chkUse.Tag = "USED_FLAG"; this.chkUse.Values.Text = ""; // // kryptonLabel28 // this.kryptonLabel28.AutoSize = false; this.kryptonLabel28.Location = new System.Drawing.Point(3, 213); this.kryptonLabel28.Name = "kryptonLabel28"; this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel28.Size = new System.Drawing.Size(94, 24); this.kryptonLabel28.TabIndex = 79; this.kryptonLabel28.Values.Text = "使用标识"; // // txtBinName // this.txtBinName.Location = new System.Drawing.Point(367, 33); this.txtBinName.Name = "txtBinName"; this.txtBinName.Size = new System.Drawing.Size(158, 23); this.txtBinName.TabIndex = 87; this.txtBinName.Tag = "BIN_NAME"; // // numTrarLimit // this.numTrarLimit.DecimalPlaces = 2; this.numTrarLimit.Location = new System.Drawing.Point(103, 183); this.numTrarLimit.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.numTrarLimit.Name = "numTrarLimit"; this.numTrarLimit.Size = new System.Drawing.Size(158, 22); this.numTrarLimit.TabIndex = 88; this.numTrarLimit.Tag = "TRAR_LIMIT"; // // lbWarehouse // this.lbWarehouse.AutoSize = false; this.lbWarehouse.Dock = System.Windows.Forms.DockStyle.Fill; this.lbWarehouse.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel; this.lbWarehouse.Location = new System.Drawing.Point(367, 3); this.lbWarehouse.Name = "lbWarehouse"; this.lbWarehouse.Size = new System.Drawing.Size(158, 24); this.lbWarehouse.TabIndex = 89; this.lbWarehouse.Values.Text = "."; // // lbRegion // this.lbRegion.AutoSize = false; this.lbRegion.Dock = System.Windows.Forms.DockStyle.Fill; this.lbRegion.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel; this.lbRegion.Location = new System.Drawing.Point(631, 3); this.lbRegion.Name = "lbRegion"; this.lbRegion.Size = new System.Drawing.Size(160, 24); this.lbRegion.TabIndex = 90; this.lbRegion.Values.Text = "."; // // lbStatusMessage // this.lbStatusMessage.AutoSize = true; this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent; this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStatusMessage.Location = new System.Drawing.Point(5, 360); this.lbStatusMessage.Name = "lbStatusMessage"; this.lbStatusMessage.Size = new System.Drawing.Size(0, 20); this.lbStatusMessage.TabIndex = 47; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(599, 385); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(87, 30); this.btnSave.TabIndex = 42; this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image"))); this.btnSave.Values.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(692, 385); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(94, 30); this.btnExit.TabIndex = 41; this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image"))); this.btnExit.Values.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // FrmBinEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.groupOperation); this.Name = "FrmBinEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmBinEdit"; this.Shown += new System.EventHandler(this.FrmBinEdit_Shown); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit(); this.groupOperation.Panel.ResumeLayout(false); this.groupOperation.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit(); this.groupOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit(); this.kryptonPanelInput.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit(); this.kryptonNavigatorOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit(); this.kryptonPageInfo.ResumeLayout(false); this.tableLayoutPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbRegionCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbShelf)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbBinType)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput; private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation; private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo; private System.Windows.Forms.Label lbStatusMessage; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave; private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtBinCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbRegionCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkBlendBatch; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel27; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkBlendProduct; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel26; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel24; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numNumberLimit; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel25; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWeightLimit; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel23; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numVolumeLimit; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numDownShelfOrder; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel22; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numPutShelfOrder; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel21; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numHeight; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numWide; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numLength; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbBinLayer; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinLayer; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinColumn; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numBinRow; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbShelf; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbBinType; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtBinName; private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numTrarLimit; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbWarehouse; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbRegion; public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe; } }